@font-face {
  font-family: "Albra-Semi";
  src: url(../fonts/Albra-Semi.otf) format("opentype");
}

@font-face {
  font-family: "Gotham-Bold";
  src: url(../fonts/Gotham-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Gotham-Book";
  src: url(../fonts/Gotham-Book.otf) format("opentype");
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Gotham-Book", -apple-system, BlinkMacSystemFont, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 1rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  color: rgba(0, 0, 0, 0.66);
  padding-top: 95px;
  letter-spacing: -0.04rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

input {
  border: 0;
  border-bottom: 1px solid rgba(0, 121, 139, 0.5);
  border-radius: 0;
  padding: 10px 0;
}

textarea {
  border: 0;
  border-bottom: 1px solid rgba(0, 121, 139, 0.5);
  border-radius: 0;
  padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Albra-Semi", serif;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #025274;
  letter-spacing: initial;
}

h1 {
  font-size: calc(1.375rem + 2vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

a {
  color: #00798B;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

textarea, select, input, button { outline: none; }

img,
svg {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

::-moz-placeholder {
  color: #112560;
}

:-ms-input-placeholder {
  color: #112560;
  opacity: 1;
}

:-moz-placeholder {
  color: #112560;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #112560;
  opacity: 1;
}

::placeholder {
  color: #112560;
  opacity: 1;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.container-sm {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) {
  .container-sm {
    max-width: 900px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.c-1-1, .c-2-1, .c-1-2, .c-2-2, .c-1-3, .c-2-3, .c-1-4, .c-2-4, .c-1-5, .c-2-5, .c-1-6, .c-2-6, .c-1-7, .c-2-7, .c-1-8, .c-2-8, .c-1-9, .c-2-9, .c-1-10, .c-2-10, .c-1-11, .c-2-11, .c-1-12, .c-2-12  {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .c-1-1, .c-2-1, .c-1-2, .c-2-2, .c-1-3, .c-2-3, .c-1-4, .c-2-4, .c-1-5, .c-2-5, .c-1-6, .c-2-6, .c-1-7, .c-2-7, .c-1-8, .c-2-8, .c-1-9, .c-2-9, .c-1-10, .c-2-10, .c-1-11, .c-2-11, .c-1-12, .c-2-12  {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.c-1-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.c-1-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.c-1-3 {
  flex: 0 0 auto;
  width: 25%;
}

.c-1-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.c-1-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.c-1-6 {
  flex: 0 0 auto;
  width: 50%;
}

.c-1-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.c-1-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.c-1-9 {
  flex: 0 0 auto;
  width: 75%;
}

.c-1-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.c-1-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.c-1-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .c-2-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .c-2-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .c-2-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .c-2-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .c-2-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .c-2-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .c-2-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .c-2-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .c-2-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .c-2-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .c-2-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .c-2-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}

.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-moz-read-only {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control:disabled, .form-control:read-only {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.btn {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.033rem;
  border-radius: 500rem;
  transition: all ease 0.3s;
}

.btn-1 {
  color: #00798B;
  background: rgba(0, 121, 139, 0.1);
}

.btn-1:hover {
  color: #fff;
  background: #00798B;
}

.btn-2 {
  color: #00798B;
  background: #fff;
}

.btn-2:hover {
  color: #fff;
  background: #025274;
}

.gform_button {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.033rem;
  border-radius: 500rem;
  transition: all ease 0.3s;
  color: #00798B;
  background: rgba(0, 121, 139, 0.1);
}

@media (min-width: 768px) {
  .gform_button:hover {
    color: #fff;
    background: #00798B;
  }
}

.auto {
  margin: auto;
}

.centered {
  text-align: center;
}

.lg-title {
  margin-bottom: 3rem;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-right-desktop {
    text-align: right;
  }
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex .c-33 {
  width: 100%;
}

.flex .c-50 {
  width: 100%;
}

.flex .c-66 {
  width: 100%;
}

.flex .c-50 .content {
  padding: 15px 0 30px 0;
  overflow: auto;
}

.flex .c-50 .content-reverse {
  padding: 15px 0;
  overflow: auto;
}

@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
  .flex .c-50 .content {
    padding: 60px;
    max-width: 768px;
  }
  .flex .c-50 .content-reverse {
    padding: 60px 120px 60px 0;
    overflow: auto;
  }
  .flex .c-33 {
    width: 33.333333%;
  }
  .flex .c-50 {
    width: 50%;
  }
  .flex .c-66 {
    width: 66.666666%;
  }
}

@media (max-width: 768px) {
  .flex-reverse {
    flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
}

.bar-gradient {
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #8EBD3E, #00798B);
}

.bar-teal {
  width: 33px;
  height: 2px;
  background: #00798B;
  margin: 15px 0;
}

.bg-gradient {
  background: linear-gradient(45deg,rgba(142, 189, 62, 0.1),rgba(0, 121, 139, 0.1));
}

.bg-gradient-2 {
  background: linear-gradient(45deg,#00798B,#025274);
}

.bg-gradient-2 h2, .bg-gradient-2 h3, .bg-gradient-2 p {
  color: #fff;
}

.bg-lt-teal {
  background: rgba(0, 121, 139, 0.15);
}

.bg-lt-green {
  background: rgba(142, 189, 62, 0.15);
}

.block {
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .block {
    padding: 90px 0;
  }
}

.block-sm {
  padding: 30px 0;
}

.link-arrow {
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.033rem;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #00798B;
}

@media (min-width: 768px) {
  .link-arrow:hover {
    color: #025274;
  }
}

.link-arrow:after{
  position: absolute;
  width: 17px;
  content: url(../img/arrow.svg);
  margin-top: -1px;
  margin-left: 5px;
}

#nav {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(100%) blur(15px);
  backdrop-filter: saturate(100%) blur(15px);
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 95px;
}

#nav .logo {
  display: inline-block;
  float: left;
}

#nav .logo svg, #nav .logo img {
	width: 320px;
    height: auto;
    margin: 5px 0;
}

#nav .menu-main {
  float: right;
  margin: 0;
  display: none;
}

#nav .menu-main ul {
  margin: 0;
}

#nav .menu-main li {
  display: inline-block;
  list-style: none;
}

#nav .menu-main li a {
  color: #025274;
  padding: 35px 24px;
  display: block;
  font-weight: normal;
}

#nav .menu-main li a:hover {
  color: #00798B;
}

#nav .menu-main li:last-child a {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.033rem;
  border-radius: 500rem;
  transition: all ease 0.3s;
  color: #00798B;
  background: rgba(0, 121, 139, 0.1);
  margin-left: 15px;
}

#nav .menu-main li:last-child a:hover {
  color: #fff;
  background: #00798B;
}

.menu-btn-wrap {
  display: inline-block;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  width: 28px;
  height: 12px;
  margin: 44px 30px;
}

.menu-btn {
  position: absolute;
  width: 28px;
  height: 12px;
}

.menu-btn .bar-1 {
  position: absolute;
  width: 28px;
  height: 2px;
  top: 0;
  background: #025274;
}

.menu-btn .bar-2 {
  position: absolute;
  width: 28px;
  height: 2px;
  bottom: 0;
  background: #025274;
}

.menu-btn-wrap.active .menu-btn .bar-1 {
  top: 5px;
  transform: rotate(45deg);
}

.menu-btn-wrap.active .menu-btn .bar-2 {
  bottom: 5px;
  transform: rotate(-45deg);
}

.menu-mobile-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(100%) blur(15px);
  backdrop-filter: saturate(100%) blur(15px);
  z-index: 9;
  right: -100%;
  transition: all ease 0.3s;
}

.menu-mobile-wrap.active {
  right: 0;
}

.menu-mobile {
  margin-top: 30px;
  padding: 0;
}

.menu-mobile ul {
  margin: 0;
  padding: 0;
}

.menu-mobile li {
  display: block;
  list-style: none;
}

.menu-mobile li a {
  font-size: 1.3rem;
  display: block;
  color: #025274;
  padding: 20px 0;
}

.menu-mobile li:last-child a {
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.033rem;
  border-radius: 500rem;
  transition: all ease 0.3s;
  color: #00798B;
  background: rgba(0, 121, 139, 0.1);
  margin-top: 15px;
}

@media (min-width: 1267px) {
  #nav .menu-main {
    display: block;
  }
  .menu-btn-wrap {
    display: none;
  }
  .menu-mobile-wrap {
    display: none;
  }
}

.sbr-header-home {
  position: relative;
  width: 100%;
}

.sbr-header-home h1 {
  margin-bottom: 1.2rem;
  color: #fff;
}

.sbr-header-home .header-left {
  background: linear-gradient(45deg,#00798B,#025274);
}

.sbr-header-home .c-2-6 {
  padding-left: 0;
  padding-right: 0;
}

.sbr-header-home .header-left .content {
  padding: 30px;
}

.sbr-header-home .search-wrap {
  position: relative;
  max-width: 490px;
}

.sbr-header-home .sbr-search {
  padding: 15px 30px;
  border-radius: 500px;
  border: 0;
  width: 100%;
}

.sbr-header-home .search-wrap .btn {
  margin-top: 15px;
}

.sbr-header-home .header-right {
  width: 100%;
  height: 300px;
}

.sbr-header-home .header-right img {
  object-fit: cover;
  height: 100%;
}

@media (min-width: 1024px) {
  .sbr-header-home .c-2-6 {
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
  }
  .sbr-header-home .header-left {
    margin-left: -100%;
    padding-left: 100%;
  }
  .sbr-header-home .header-left .content {
    padding: 200px 60px 200px 0;
  }
  .sbr-header-home .search-wrap .btn {
    position: absolute;
    top: 6.5px;
    right: 8px;
    margin-top: 0;
  }
  .sbr-header-home .header-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .sbr-header-home .c-2-6 {
    width: 100%;
  }
}

.services {
  padding: 30px 0;
}

.services h2 {
  margin-bottom: 1.5rem;
  max-width: 400px;
  margin: auto;
  margin-bottom: 2rem;
  text-align: center;
}

.service {
  display: block;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease 0.3s;
}

.service img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.service h3 {
  margin-bottom: 1.5rem;
}

.service-content {
  padding: 15px 15px 0 15px;
}

.list-check {
  margin: 0;
  padding: 0;
}

.list-check li {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.033rem;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #00798B;
  margin-bottom: 1.5rem;
  margin-left: 30px;
}

.list-check li:before {
  position: absolute;
  width: 20px;
  content: url(../img/check.svg);
  margin-top: -3px;
  margin-left: -30px;
}

.list-check-3-cols {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

.list-check-3-cols li {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-left: 30px;
  line-height: 1.5;
  vertical-align: top;
}

.list-check-3-cols li:before {
  position: absolute;
  width: 20px;
  content: url(../img/check.svg);
  margin-top: 3px;
  margin-left: -30px;
}

@media (min-width: 1024px) {
  .list-check-3-cols li {
    width: 30%;
  }
}

.list-wh {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.list-wh li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.9rem;
}

.list-wh li a {
  color: #fff;
}

@media (min-width: 1024px) {
  .list-wh {
    margin: 0;
  }
}

.btn-cta {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.033rem;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #00798B;
  transition: all ease 0.3s;
}

@media (min-width: 768px) {
  .services {
    padding: 90px 0;
  }
  .services h2 {
    margin-bottom: 3rem;
  }
  .service {
    margin-bottom: 30px;
  }
  .service:hover {
    transform: translateY(-10px);
  }
  .btn-cta {
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .service-content {
    padding: 30px 60px 15px 60px;
  }
}

.bg-pattern {
  padding: 60px 0 30px 0;
  background: #00798B;
  text-align: center;
  background-position: center;
  background-size: cover;
}

.bg-pattern h2, .bg-pattern h3, .bg-pattern p {
  color: #fff;
}

.bg-pattern-content {
  max-width: 800px;
  padding: 0 15px;
  margin: auto;
}

.quote {
  font-family: "Albra-Semi", serif;
  color: #8EBD3E;
  font-size: 10rem;
  height: 80px;
}

@media (min-width: 768px) {
  .bg-pattern {
    padding: 90px 0;
  }
}

.sbr-cta {
  position: relative;
  width: 100%;
}

.sbr-cta .sbr-cta h1 {
  margin-bottom: 1.2rem;
}

.sbr-cta .c-2-6 {
  padding-left: 0;
  padding-right: 0;
}

.sbr-cta .header-left .content {
  padding: 30px;
}

.sbr-cta .header-right {
  display: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(45deg,rgba(142, 189, 62, 0.5),rgba(0, 121, 139, 0.5));
}

.sbr-cta .header-right img {
  object-fit: cover;
  height: 100%;
}

@media (min-width: 1024px) {
  .sbr-cta .c-2-6 {
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
  }
  .sbr-cta .header-left {
    margin-left: -100%;
    padding-left: 100%;
  }
  .sbr-cta .header-left .content {
    padding: 120px 120px 120px 0;
  }
  .sbr-cta .header-right {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .sbr-cta .c-2-6 {
    width: 100%;
  }
}

.sbr-header {
  text-align: center;
  background-position: center;
  background-size: cover;
}

.sbr-header .mask {
  padding: 60px 0;
  background: rgba(0, 121, 139, 0.9);
}

.sbr-header h1 {
  color: #fff;
}

@media (min-width: 768px) {
  .sbr-header .mask {
    padding: 120px 0;
  }
}

.sbr-header-contact {
  background-position: center;
  background-size: cover;
}

.sbr-header-contact .mask {
  padding: 60px 0;
  background: rgba(0, 121, 139, 0.9);
}

.sbr-header-contact h1 {
  color: #fff;
}

@media (min-width: 768px) {
  .sbr-header-contact .mask {
    padding: 120px 0 180px 0;
  }
}

.list-social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.list-social li {
  display: block;
  margin-bottom: 15px;
}

.list-social li a {
  display: block;
  overflow: auto;
}

.list-social li a img {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 10px;
}

.list-social li a span {
  float: left;
}

.realtor-wrap {
  position: relative;
}

.realtor {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px 30px 0 0;
}

.realtor h5 {
  margin: 0;
  line-height: 0.7;
}

.sbr-item {
  margin-bottom: 30px;
  text-align: center;
}

.sbr-item img {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 15px;
}

.sbr-item h3 {
  color: #00798B;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.033rem;
}

.sbr-item p {
  text-align: left;
}

.sbr-table {
  display: none;
  padding: 30px 0;
  background: linear-gradient(45deg,#00798B,#025274);
  color: #fff;
  overflow-x: auto;
}

.sbr-table h3 {
  color: #fff;
}

.sbr-table table {
  width: 100%;
}

.sbr-table td {
  padding: 5px 0;
  padding-right: 10px;
  border-bottom: 1px solid rgba(0, 121, 139, 0.5);
}

@media (min-width: 768px) {
  .sbr-table {
    padding: 60px 0;
  }
}

.sbr-form {
  padding: 15px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0px 12px 19px -11px rgba(2, 82, 116, 0.28);
}

@media (min-width: 768px) {
  .sbr-form {
    padding: 60px;
    margin-top: -300px;
  }
}

.posts {
  padding: 30px 0 15px 0;
}

.post {
  margin-bottom: 30px;
  transition: all ease 0.3s;
}

.post h3 {
  font-size: 1.5rem;
}

.post-img {
  height: 300px;
  object-fit: cover;
}

.post-info {
  padding: 15px;
  background: linear-gradient(45deg,rgba(142, 189, 62, 0.1),rgba(0, 121, 139, 0.1));
}

.post-content p {
  line-height: 2;
}

@media (min-width: 768px) {
  .posts {
    padding: 60px 0 30px 0;
  }
  .post:hover {
    transform: translateY(-10px);
  }
  .post-info {
    padding: 30px;
  }
}

.footer {
  padding: 30px 0;
  background: #025274;
  background: linear-gradient(45deg,#00798B,#025274);
}

.footer .logo-footer {
  width: 380px;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.footer .menu-social {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.footer .menu-social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .menu-social li a {
  display: block;
}

.footer .menu-social li a img {
  width: 20px;
  height: 20px;
}

.footer .copyright {
  margin-bottom: 30px;
}

.footer .copyright p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #fff;
}

.footer h4 {
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.033rem;
  font-family: "Gotham-Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}

.footer .privacy {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .privacy .link-underline {
  color: #fff;
  border-bottom: 1px solid #00798B;
  display: inline-block;
  margin-bottom: 30px;
}

.footer .privacy p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
  .footer .privacy {
    margin-top: 30px;
  }
}

.swiper-slide {
	padding: 30px;
	background: rgba(255,255,255,0.1);
    backdrop-filter: saturate() blur(4px);
    box-shadow: -1px 10px 22px 0px rgb(0 0 0 / 26%);
}

:root {
    --swiper-theme-color: #fff !important;
}