@charset "UTF-8";
:root {
  --color-1: #ffffff;
  --color-2: #f5f0f0;
  --color-3: #707070;
  --color-4: #ac2e50;
  --color-5: #000000;
  --color-6: #00000029;
  --color-7: #ef33f7;
  --color-8: #f2f2f2;
  --color-9: #ffffffe5;
  --color-10: #0e1a2a;
  --color-11: #385f8d;
  --color-12: #d6b8b8;
  --color-13: #2c834d;
  --color-14: #db0060;
  --body-bg-color: #eeeeee;
  --body-text-color: #000000;
  --primary-color: #4c32ff;
  --secondary-color: #efefef;
  --trietory-color: #ff5a36;
  --text-color: #000000;
  --text-light-color: #ffffff;
  --light-bg: #eeeeee;
  --primary-bg: #4c32ff;
  --radius-btn: 0.6875rem;
  --header-radius: 2.875rem;
  --block-img-radius: 2.375rem;
  --z-index: 1;
  --z-index-header: 100;
  --z-index-popup: 1000;
  --primary-font: "Quicksand", sans-serif;
  --secondary-font: "avenir-next-lt-pro", sans-serif;
  --trietory-font: "Source Sans 3", sans-serif;
  --font-weight-xlight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-xbold: 800;
  --base-text: 16px;
  --font-style-italic: italic;
  --text-xmd: 1.1875rem;
  --text-md: 1.125rem;
  --text: 1rem;
  --text-sm: 0.6875rem;
  --text-xs: 0.75rem;
  --text-xxs: 0.625rem;
  --size-xxxl: 1.5rem;
  --size-xxl: 2.5rem;
  --size-xl: 1.125rem;
  --size-l: 1.5625rem;
  --size-m: 1.25rem;
  --size-s: 1.0625rem;
  --size-xs: 0.9375rem;
  --h1: var(--size-xxxl);
  --h2: var(--size-xxxl);
  --h3: var(--size-xl);
  --h4: var(--size-l);
  --h5: var(--size-m);
  --h6: var(--size-s);
}

@media (min-width: 768px) {
  :root {
    --h1: 2.625rem;
    --size-xl: 1.25rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --base-size: 0.8333vw;
    --size-xxxl: 3.75rem;
    --size-xxl: 2.5rem;
    --size-xl: 1.72rem;
    --size-l: 1.5625rem;
    --size-m: 1.25rem;
    --size-s: 1.0625rem;
    --size-xs: 0.9375rem;
    --h1: var(--size-xxxl);
    --h2: var(--size-xxxl);
    --h3: var(--size-xl);
    --h4: var(--size-l);
    --h5: var(--size-m);
    --h6: var(--size-s);
  }
}
#smooth-wrapper {
  overflow: hidden !important;
  /*transition: transform 0.1s;*/
}

html.has-dom-loading,
html.has-scroll-smooth {
  height: 100%;
  overflow: hidden;
}

html.has-scroll-smooth {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: var(--base-size);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-1);
  color: var(--body-text-color);
  font-family: var(--primary-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: var(--base-text);
  line-height: 1.45;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
main#smooth-wrapper {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: var(--font-weight-regular);
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

p {
  font-family: var(--primary-font);
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.5;
  font-weight: var(--font-weight-light);
  font-size: var(--size-xl);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.15;
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

.text-xxs {
  font-size: var(--text-xxs);
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text {
  font-size: var(--text);
  line-height: normal;
}

.text-md {
  font-size: var(--text-md);
}

.text-xmd {
  font-size: var(--text-xmd);
}

.text-xs {
  font-size: var(--text-xs);
  line-height: normal;
}

.text-xl {
  font-size: var(--text-xl);
  line-height: normal;
}

.caption-text {
  color: var(--trietory-color);
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
}
.caption-text::before {
  content: "";
  height: 0.8em;
  width: 0.8em;
  display: inline-block;
  background-color: currentColor;
  margin-right: 1.5em;
}

address {
  font-style: normal;
}

a {
  color: var(--dark-text);
  text-decoration: none;
  display: inline-block;
  transition: 0.5s all;
}
a.active {
  color: var(--secondry-color);
}
a:hover {
  color: var(--secondry-color);
}

button,
a {
  outline: 0;
}

dl,
ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}

ol {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

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

.form-control,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  display: block;
  width: 100%;
  padding: 0.475rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-text);
  background-color: var(--light-bg);
  background-clip: padding-box;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.form-control::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder {
  color: var(--dark-text);
  opacity: 0.8;
}

form label {
  color: var(--dark-text);
  opacity: 0.8;
  margin-bottom: 0.875rem;
  display: inline-block;
}

textarea.form-control,
.frm_form_field textarea {
  min-height: 10.625rem;
  resize: vertical;
}
textarea.form-control::placeholder,
.frm_form_field textarea::placeholder {
  color: var(--dark-text);
  opacity: 0.8;
}

.form-group:not(:last-child) {
  margin-bottom: 1.75rem;
}

.form-check input[type="checkbox"] {
  display: none;
}
.form-check input[type="checkbox"] + label {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  font-weight: var(--font-weight-medium);
  margin-right: 2.5rem;
}
.form-check input[type="checkbox"] + label:after {
  content: "";
  height: 2.375rem;
  width: 2.375rem;
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 0.625rem;
}
.form-check input[type="checkbox"] + label:before {
  content: "✔";
  position: absolute;
  right: 0;
  height: 2.375rem;
  width: 2.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--trietory-color);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.form-check input[type="checkbox"]:checked + label:before {
  opacity: 1;
  visibility: visible;
}

/* Font Weight */
.font-weight-light {
  font-weight: var(--font-weight-light);
}

.font-weight-regular {
  font-weight: var(--font-weight-regular);
}

.font-weight-medium {
  font-weight: var(--font-weight-medium);
}

.font-weight-smedium {
  font-weight: var(--font-weight-smedium);
}

.font-weight-bold {
  font-weight: var(--font-weight-bold);
}

.color-light-text {
  color: var(--text-light-color);
}

.color-text {
  color: var(--text-color);
}

.color-trietory {
  color: var(--trietory-color);
}

.bg-light {
  background-color: var(--light-bg);
}

.bg-dark {
  background-color: var(--dark-bg);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

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

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.125rem;
  font-weight: var(--font-weight-light);
  font-family: var(--trietory-font);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0.0625rem solid transparent;
  border-radius: var(--radius-btn);
  color: var(--color-10);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
    padding 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.125rem;
}
.btn svg,
.btn svg * {
  transition: all 0.5s ease-in-out;
}
.btn svg {
  width: auto !important;
  max-height: 1.325rem !important;
}
.btn .text {
  margin-right: 1.625rem;
}
.btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.42em;
  border-radius: 50%;
  overflow: hidden;
}
.btn .icon svg {
  max-width: 1.1875rem;
}
.btn--primary {
  background-color: var(--btn-color);
  color: var(--btn-text-color);
  border-color: var(--btn-color);
}
.btn--primary svg path {
  fill: var(--light-text);
}
.btn--primary:hover {
  background-color: transparent;
  color: var(--btn-color);
  border-color: var(--btn-color);
}
.btn--primary:hover svg path {
  fill: var(--secondry-color);
}

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

.form-group__CTA {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%;
}
.form-group__CTA .btn,
.form-group__CTA .frm_button_submit {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  box-shadow: none;
}

.btn .b-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-text + .b-icon {
  margin-left: 0.625rem;
}

.btn:before {
  content: "";
  position: absolute;
  right: 0;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 0%;
  transform: translateY(0%);
  border: 0.126rem solid var(--color-10);
  border-radius: var(--radius-btn);
  transition: 0.5s ease all;
  z-index: -1;
}

.btn.btn-light {
  color: var(--color-1);
}
.btn.btn-light:before {
  border-color: var(--color-1);
}
.btn.btn-light svg path {
  fill: var(--color-2);
}
.btn.btn-light:hover:before {
  background-color: var(--color-1);
  border-radius: 100%;
}
.btn.btn-light:hover svg path {
  fill: var(--color-10);
}

.btn .b-icon,
.btn:before {
  height: 2.6875rem;
  width: 2.6875rem;
}

.btn:not(.btn-w-text):before {
  right: 0;
}
.btn:not(.btn-w-text):hover:before {
  border-radius: 100%;
}

.btn-w-text {
  text-transform: uppercase;
}
.btn-w-text:hover {
  color: var(--color-11);
  padding-left: 0.64em;
}
.btn-w-text:hover svg path {
  fill: var(--color-4);
}
.btn-w-text:hover:before {
  width: 100%;
  border-radius: 2.5rem;
}

.btn-default {
  padding: 0;
}

@media (max-width: 374px) {
  .info_circle__list .info_circle_item .btn {
    margin-top: 0.0625rem;
  }
  .btn .b-icon,
  .btn:before {
    height: 9.6875vw;
    width: 9.6875vw;
  }
  .btn svg {
    max-height: 1rem !important;
  }
  .btn:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .b-text + .b-icon {
    margin-left: 1.125rem;
  }

  .btn {
    font-size: 1.25rem;
  }
  .btn .b-icon,
  .btn:before {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.container-fluid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.col {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xls-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-xls-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-xls-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-xls-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-xls-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-xls-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-xls-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-xls-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-xls-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-xls-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-xls-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-xls-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-xxl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-xxl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-xxl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-xxl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-xxl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-xxl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-xxl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-xxl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-xxl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-xxl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-xxl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
    width: 100%;
  }

  .col-xxxl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
    width: 100%;
  }

  .col-xxxl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
    width: 100%;
  }

  .col-xxxl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
    width: 100%;
  }

  .col-xxxl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
    width: 100%;
  }

  .col-xxxl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
    width: 100%;
  }

  .col-xxxl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
    width: 100%;
  }

  .col-xxxl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    width: 100%;
  }

  .col-xxxl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
    width: 100%;
  }

  .col-xxxl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
    width: 100%;
  }

  .col-xxxl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
    width: 100%;
  }

  .col-xxxl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-arround {
  justify-content: space-around;
}

.flex-dir-col {
  flex-direction: column;
}

.flex-dir-row {
  flex-direction: row;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 2rem;
}

.ml-4 {
  margin-left: 3.75rem;
}

.ml-5 {
  margin-left: 5.625rem;
}

.ml-6 {
  margin-left: 7.5rem;
}

.ml-7 {
  margin-left: 9.375rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 2rem;
}

.mr-4 {
  margin-right: 3.75rem;
}

.mr-5 {
  margin-right: 5.625rem;
}

.mr-6 {
  margin-right: 7.5rem;
}

.mr-7 {
  margin-right: 9.375rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 3.75rem;
}

.mt-5 {
  margin-top: 5.625rem;
}

.mt-6 {
  margin-top: 7.5rem;
}

.mt-7 {
  margin-top: 9.375rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 3.75rem;
}

.mb-5 {
  margin-bottom: 5.625rem;
}

.mb-6 {
  margin-bottom: 7.5rem;
}

.mb-7 {
  margin-bottom: 9.375rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 2rem;
}

.pl-4 {
  padding-left: 3.75rem;
}

.pl-5 {
  padding-left: 5.625rem;
}

.pl-6 {
  padding-left: 7.5rem;
}

.pl-7 {
  padding-left: 9.375rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 2rem;
}

.pr-4 {
  padding-right: 3.75rem;
}

.pr-5 {
  padding-right: 5.625rem;
}

.pr-6 {
  padding-right: 7.5rem;
}

.pr-7 {
  padding-right: 9.375rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 3.75rem;
}

.pt-5 {
  padding-top: 5.625rem;
}

.pt-6 {
  padding-top: 7.5rem;
}

.pt-7 {
  padding-top: 9.375rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 3.75rem;
}

.pb-5 {
  padding-bottom: 5.625rem;
}

.pb-6 {
  padding-bottom: 7.5rem;
}

.pb-7 {
  padding-bottom: 9.375rem;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.ad-innerhero__content-wrapper {
  max-width: 57.5rem;
}

.ad-innerhero__bg {
  position: relative;
  max-width: 100%;
  min-height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ad-innerhero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(43, 33, 23, 0.6);
}

@media (min-width: 768px) {
  .sm-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .md-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lg-none {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .xlg-none {
    display: none !important;
  }
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: var(--secondry-color);
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: tomato;
}
#menuToggle input {
  display: block;
  width: 2.5rem;
  height: 2rem;
  position: absolute;
  top: -0.4375rem;
  left: -0.3125rem;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 2.0625rem;
  height: 0.1875rem;
  margin-bottom: 0.375rem;
  position: relative;
  background: var(--primary-color);
  border-radius: 0.1875;
  z-index: 1;
  transform-origin: 0.25 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-0.3125rem, -0.875rem);
  background: var(--primary-color);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-0.3125rem, 1rem);
}

.ad-contact__form-wrapper .form-check-input {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
}
.ad-contact__form-wrapper .form-check-input input {
  display: none;
}
.ad-contact__form-wrapper .form-check-input span {
  margin: 0;
}
.ad-contact__form-wrapper .form-check-input label {
  display: inline-block;
}
.ad-contact__form-wrapper
  .form-check-input
  input:checked
  + .wpcf7-list-item-label:before {
  opacity: 1;
  visibility: visible;
}
.ad-contact__form-wrapper .form-check-input .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-weight: var(--font-weight-medium);
  margin-right: 1rem;
  cursor: pointer;
}
.ad-contact__form-wrapper .form-check-input .wpcf7-list-item-label:before {
  content: "✔";
  position: absolute;
  right: 0;
  height: 2.375rem;
  width: 2.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--trietory-color);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.ad-contact__form-wrapper .form-check-input .wpcf7-list-item-label:after {
  content: "";
  height: 2.375rem;
  width: 2.375rem;
  display: inline-block;
  background-color: var(--primary-color);
  border-radius: 0.625rem;
}
.ad-contact__form-wrapper .wpcf7-not-valid-tip {
  margin-top: 0.625rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 1.25rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ad-hero__bg {
  height: 100%;
  width: 100%;
  min-height: 37.5rem;
  position: relative;
  z-index: var(--z-index);
}
.ad-hero__bg .ad-hero__bg-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.ad-hero__bg .introbgvideo {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.ad-hero__bg .introbgvideo video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -2;
}
.ad-hero__bg .introbgvideo iframe {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -2;
}
.ad-hero__bg .ad-hero__content {
  position: absolute;
  max-width: 100%;
  width: 100%;
  left: 0;
  bottom: 7.5rem;
}
.ad-hero__bg .ad-hero__content h2,
.ad-hero__bg .ad-hero__content h4 {
  text-align: center;
}
.ad-hero__bg .ad-hero__content h5 {
  display: inline-block;
  position: relative;
  padding-top: 1.5625rem;
  border-top: 0.125rem solid var(--secondry-color);
}
.ad-hero__bg .ad-hero__content .ad-hero__content-figure svg,
.ad-hero__bg .ad-hero__content .ad-hero__content-figure img {
  margin: 0 auto 1.5rem;
  max-height: 3.75rem;
}

.ad-hero-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-one);
  opacity: 0.66;
  mix-blend-mode: multiply;
}

.ad-social__icon {
  column-gap: 1.25rem;
}
.ad-social__icon .item {
  display: flex;
  align-items: center;
}
.ad-social__icon .item svg {
  max-width: 1.5rem;
  height: auto;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
}
.breadcrumb a,
.breadcrumb li,
.breadcrumb span {
  font-size: 0.875rem;
  font-weight: var(--font-weight-light);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  position: absolute;
  right: 0;
  height: 0.3125rem;
  width: 0.3125rem;
  border-right: 0.0625rem solid var(--dark-text);
  border-bottom: 0.0625rem solid var(--dark-text);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}

div#crumbs {
  display: flex;
  flex-wrap: wrap;
}
div#crumbs > a {
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
}
div#crumbs > a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.3125rem;
  width: 0.3125rem;
  border-right: 0.0625rem solid var(--dark-text);
  border-bottom: 0.0625rem solid var(--dark-text);
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}

.navbar__tab {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
}
.navbar__tab .tab__item .btn {
  background-color: var(--light-bg);
  border-radius: 2.5rem;
  font-size: 1.125rem;
  padding: 0.875rem 2.5rem;
  opacity: 0.41;
  color: #001450;
  text-transform: initial;
}
.navbar__tab .tab__item.active .btn {
  opacity: 1;
  font-weight: var(--font-weight-bold);
  color: var(--dark-text);
}

.open-modal .ad-popup__modal_box {
  opacity: 1;
  visibility: visible;
}

body.stopScrolling {
  height: 100vh;
  overflow: hidden;
}

.ad-popup__modal_box.video__popup .modal_content {
  background-color: transparent;
  position: relative;
  padding: 0;
}
.ad-popup__modal_box.video__popup .bf__video--box {
  max-width: 73.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ad-popup__modal_box.video__popup .bf__video--box .bf__video {
  width: 100%;
  max-width: 100%;
}
.ad-popup__modal_box.video__popup .bf__video--box video {
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ad-popup__modal_box.video__popup .modal_footer {
  top: 2rem;
  right: 2rem;
}
.ad-popup__modal_box.video__popup .modal_footer .close {
  color: #000000;
  line-height: 1;
}
.ad-popup__modal_box .modal_body .swiper-container {
  width: 100%;
}
.ad-popup__modal_box
  .modal_body
  .swiper-container
  div[class^="swiper-button"]::after {
  color: var(--dark-text);
}

.close {
  cursor: pointer;
}

.info_circle_metatext,
.metatext {
  max-width: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.info_circle_metatext:before,
.info_circle_metatext:after,
.metatext:before,
.metatext:after {
  content: "";
  flex: 1;
  background-image: url("../images/pattern_black.png");
  height: 100%;
  background-size: auto 0.9375rem;
  background-position: center;
  background-repeat: repeat-x;
  padding-top: 6%;
}

.accordion-wrapper {
  margin-top: 3.125rem;
}
.accordion-wrapper .accordion {
  border-bottom: 1px solid var(--color-1);
  margin-bottom: 0.9375rem;
  padding-bottom: 0;
  transition: all 0.3s;
}
.accordion-wrapper .accordion.active {
  padding-bottom: 1rem;
  transition: all 0.3s;
}
.accordion-wrapper .accordion + .accordion {
  margin-top: 1.875rem;
}
.accordion-wrapper .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}
.accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
  font-size: 1.25rem;
  color: var(--color-1);
  margin-bottom: 0;
  margin: 0;
  flex: 1;
}
.accordion-wrapper .accordion .accordion-header .icon {
  font-size: 1.5rem;
  transition: transform 0.3s;
  color: var(--color-1);
  display: inline-block;
}
.accordion-wrapper .accordion .accordion-content {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-top: 0;
}
.accordion-wrapper .accordion .accordion-content li a {
  text-decoration: none;
  color: var(--color-1);
  font-size: 1.25rem;
  display: block;
  transition: color 0.2s;
}
.accordion-wrapper .accordion .accordion-content li:hover {
  color: var(--color-14);
}
.accordion-wrapper .accordion .accordion-content li + li {
  margin-top: 1rem;
}
.accordion-wrapper .accordion.active .accordion-header .icon {
  content: "-";
  transform: rotate(180deg);
}
.accordion-wrapper .accordion.active .accordion-content {
  opacity: 1;
  pointer-events: auto;
  /*margin-top: 1rem;*/
}

.accordion-wrapper .accordion .accordion-header .icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJhaSBhaS1QbHVzIj48cGF0aCBkPSJNMTIgMjB2LThtMCAwVjRtMCA4aDhtLTggMEg0Ii8+PC9zdmc+);
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.accordion-wrapper .accordion.active .accordion-header .icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJhaSBhaS1NaW51cyI+PHBhdGggZD0iTTIwIDEySDQiLz48L3N2Zz4=);
}

.accordion-wrapper .accordion .accordion-header {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}

.inner_hero_section {
  z-index: -1;
  position: relative;
  margin-top: 8.1875rem;
}
@media (min-width: 1200px) {
  .inner_hero_section {
    margin-top: 5.3125rem;
    margin-top: 0;
  }
}

.inner_hero__asset {
  max-width: 100%;
  flex: 0 0 100%;
}
.inner_hero__asset img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.inner_hero_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .inner_hero_content {
    top: 60%;
  }
}
.inner_hero_content h1 {
  color: var(--color-1);
  text-align: center;
  margin: 0;
}
.page-template-visit .inner_hero_content h1 {
  color: var(--color-1);
  text-align: center;
  margin: 0;
}

/*.inner_hero__asset {*/
/*  padding-top: 75.2%;*/
/*}*/

@media (min-width: 768px) {
  /*.inner_hero__asset {*/
  /*  padding-top: 40.2%;*/
  /*}*/
}
@media (min-width: 1200px) {
  /*.inner_hero__asset {*/
  /*  padding-top: 40.2%;*/
  /*}*/
}
.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .tab {
  text-transform: uppercase;
  padding: 3px 5px;
  border: 1px solid var(--color-10);
  font-size: 0.8125rem;
  transition: 0.5s all ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.tabs .tab + .tab {
  margin-left: 0.6325rem;
}
.tabs .tab.active,
.tabs .tab:hover {
  border-radius: 1.0625rem;
  border-color: var(--color-4);
}

.tabs_header_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 429px) {
  .tabs {
    /*overflow: auto;*/
    justify-content: flex-start;
    /*flex-wrap: wrap;*/
    /*gap: 15px 0;*/
  }
}
@media (max-width: 374px) {
  .tabs {
    /*overflow: auto;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
@media (min-width: 1200px) {
  .tabs_header_wrapper {
    margin-bottom: 5.625rem;
  }
  .tabs_header_wrapper > .btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .tabs {
    row-gap: 1.5rem;
    flex-wrap: wrap;
    max-width: 43.75rem;
  }
  .tabs .tab {
    font-size: var(--size-m);
    padding: 3px 11px;
  }
  .tabs .tab + .tab {
    margin-left: 1.75rem;
  }
}
.image-parallax-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.image-parallax-container img,
.image-parallax-container picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  /* height: 110%; */
  height: 100%;
  object-position: center;
  /* object-position: bottom; */
  object-fit: cover;
  transform: translate(0%, 0%) translate3d(0px, 0px, 0px) scale(1.15, 1.15);
  /* transition: transform 0.3s; */
}

.header__sub-heading {
  text-transform: none;
  font-weight: var(--font-weight-xbold);
  line-height: 1.0375;
  font-size: 1.875rem;
}
@media (max-width: 600px) {
  .header__sub-heading {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .header__sub-heading {
    font-size: 2.125rem;
  }
}
@media (min-width: 1200px) {
  .header__sub-heading {
    font-size: 3.75rem;
  }
}
.swiper_button_wrapper {
  display: flex;
  gap: 0.8125rem;
  flex-direction: row-reverse;
  margin-bottom: 1.0625rem;
}
.swiper_button_wrapper > div {
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  right: inherit;
  left: inherit;
}
.swiper_button_wrapper > div:after {
  display: none;
}
.swiper_button_wrapper > div.swiper-button-prev {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .swiper_button_wrapper > div:before {
    border-radius: 100%;
  }

  .swiper_button_wrapper > div:before,
  .swiper_button_wrapper > div .b-icon {
    width: 2.375rem;
    height: 2.375rem;
  }
}
@media (min-width: 768px) {
  .swiper_button_wrapper {
    position: absolute;
    bottom: calc(100% + 1.875rem);
    right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .swiper_button_wrapper {
    bottom: calc(100% + 2.5rem);
  }
}
.cms_content_section {
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
}
.cms_content_section a {
  color: var(--color-11);
}
.cms_content_section h1,
.cms_content_section h3 {
  text-transform: none;
  font-weight: var(--font-weight-xbold);
  line-height: 1.0375;
}
.cms_content_section h1 {
  font-size: 1.25rem;
}
.cms_content_section h3 {
  font-family: var(--primary-font);
  font-size: 1.125rem;
}
.cms_content_section ol li p {
  margin-bottom: 0;
}
.cms_content_section ul li p {
  margin-bottom: 0;
}
.cms_content_section ul + h3 {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .cms_content_section {
    padding-top: 9.375rem;
    padding-bottom: 4.375rem;
  }
  .cms_content_section h1 {
    font-size: 2.125rem;
  }
  .cms_content_section h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .cms_content_section {
    padding-top: 18.625rem;
    padding-bottom: 4.125rem;
  }
  .cms_content_section h1 {
    font-size: 3.75rem;
  }
  .cms_content_section h3 {
    font-size: 1.875rem;
  }
}
.top-header_wrapper {
  background-color: var(--color-14);
  color: white;
  overflow: hidden;
  height: 2.875rem;
  position: relative;
}
.top-header_wrapper .message-wrapper {
  height: 2.875rem;
}
.top-header_wrapper .message {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: var(--font-weight-regular);
  height: 2.875rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .top-header_wrapper .message {
    font-size: var(--size-s);
  }
}
.top-header_wrapper .message-wrapper,
.top-header_wrapper .message-scroller {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: var(--z-index-header);
}
.header a {
  color: var(--text-light-color);
}
.header__inner {
  min-height: 5.3125rem;
  padding: 0 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.header__inner > .language {
  display: none;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 11.25rem;
  z-index: 1;
}
.header__top {
  background-color: var(--primary-bg);
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.header .header__marquee {
  column-gap: 1rem;
}
.header .header__marquee__item {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 0.25rem;
  font-smooth: always;
}
.header .header__marquee__item strong {
  margin-right: 1rem;
}
.header-nav-border,
.header-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - (2.125rem * 2));
  margin-inline: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav {
  position: relative;
}
.header-nav ul li + li {
  margin-top: 1.5rem;
}
.header-nav ul li a {
  font-size: 1.5625rem;
  color: var(--color-1);
  font-weight: var(--font-weight-normal);
  font-family: var(--secondary-font);
}
.header-nav-actions > a {
  margin-left: 1.5rem;
}

.header__inner-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  flex: 0 0 100%;
}

.language__label {
  margin-right: 0.4375rem;
}
.language__label label {
  font-size: 0.5625rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.hamburger {
  height: 56px;
  min-width: 56px;
  background-color: var(--color-14);
  border-radius: 100%;
  box-shadow: -4px 4px 15px #00000029;
  padding: 0;
  z-index: 9999;
}
.hamburger::before {
  display: none;
}

.language__wrapper {
  display: flex;
  align-items: center;
}
.language__wrapper .language__icon {
  width: 1.6875rem;
  height: 1.6875rem;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.language__icon span {
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  width: 1.3125rem;
  height: 1.3125rem;
  display: block;
}
.language__icon span svg {
  width: 100%;
  height: 100%;
}

.language .gt_float_switcher .gt_options {
  left: 0;
}

.language .gt_float_switcher .gt-selected .gt-current-lang {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.language
  .gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt_float_switcher-arrow {
  display: none;
  order: 3;
}

.language .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.language .gt_float_switcher .gt_options a {
  position: static;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  color: var(--color-5);
  order: 1;
  margin-right: 0.375rem;
}

.language .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 0.5625rem;
}

.language .gt_float_switcher img {
  order: 2;
  height: 1.6875rem;
  width: 1.6875rem;
  border-radius: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid var(--color-5);
  padding: 0.1875rem;
}

.language .gt_float_switcher,
.language .gt_float_switcher .gt-selected {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.language .gt_float_switcher .gt_options {
  position: absolute;
  background-color: var(--color-2);
  min-width: 14rem;
  top: 100%;
  border-radius: 1.125rem;
  max-height: none;
}

.language .gt_float_switcher .gt_options a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.125rem;
}

.language .gt_float_switcher .gt_options img {
  height: 2rem;
  width: 2rem;
  border-color: var(--color-5);
}
.expand-circle {
  will-change: transform;
  perspective: 2500px;
}
@media (max-width: 1199px) {
  .language {
    z-index: 1;
  }

  div#hamburger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA1NiA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjE0IiB5MT0iMjEiIHgyPSI0MiIgeTI9IjIxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPGxpbmUgeDE9IjE0IiB5MT0iMjgiIHgyPSI0MiIgeTI9IjI4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPGxpbmUgeDE9IjE0IiB5MT0iMzUiIHgyPSIzNCIgeTI9IjM1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.5s transform ease-in-out;
  }

  div#hamburger.is-active {
    /* z-index: 0; */
    transform: rotate(360deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA1NiA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjE2LjUyOTkiIHkxPSIyMC4xNTIiIHgyPSI0MC4yNzUzIiB5Mj0iMzQuOTg5NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxsaW5lIHgxPSIxNS40NzAxIiB5MT0iMzUuMTQ0MSIgeDI9IjM5LjIxNTQiIHkyPSIyMC4zMDY0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  }
  .expand-circle {
    position: absolute;
    right: -50%;
    /* left: calc(100% - 4.0rem); */
    top: -50%;
    width: 70%;
    height: 160%;
    /* min-width: 56px; */
    background-color: var(--color-14);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    transition: 0.5s all;
    z-index: 9;
    will-change: transform;
    transform: translate(50%, 0);
  }

  .header-nav {
    position: fixed;
    /* top: -2.875rem; */
    top: -6.5rem;
    left: 0;
    width: 100%;
    /* height: 80vh; */
    padding-top: 12.5rem;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    align-items: flex-end;
    padding-bottom: 3.75rem;
  }
  .header-nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    padding: 0 2.375rem;
  }

  .is-active .expand-circle {
    /* top: -50%; */
    right: 0;
    /* left: auto; */
    /* transform: translate(50%, 0); */
    z-index: 0;
    width: 70%;
    height: 160%;
  }
}
@media (max-width: 767px) {
  .header-nav ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .is-active .expand-circle {
    /* right: 0;
        left: auto; */
    /* transform: translate(-50%) scale(15); */
  }
}

@media (min-width: 1200px) {
  .header__inner {
    border-radius: 2.875rem;
    margin-top: 1.5rem;
    padding: 0 2.5rem;
    max-width: 73.75rem;
  }
  .header__inner .language {
    display: block;
    position: absolute;
    right: calc((((100vw - 73.75rem) / 2) * -1) + 6.25rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .header__logo {
    max-width: 16.125rem;
  }
  .header__logo svg {
    width: 100%;
    height: auto;
  }
  .header__nav__main {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .header__nav__main li:nth-child(2) {
    margin-right: auto;
  }
  .header__nav__main li + li {
    margin-left: 5rem;
  }
  .header-nav {
    position: relative;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .header-nav ul li + li {
    margin-top: 0;
  }
  .header-nav ul li a {
    font-size: var(--size-m);
    color: var(--color-5);
    font-weight: var(--font-weight-bold);
    opacity: 1 !important;
    transform: none !important;
  }
  .header-nav ul li a:hover {
    color: var(--color-14);
  }

  .language__wrapper .language__icon {
    width: 3rem;
    height: 3rem;
    border: 2px solid;
  }

  .language__icon span {
    width: 2.375rem;
    height: 2.375rem;
  }

  .language__label {
    margin-right: 0.6875rem;
  }
  .language__label label {
    font-size: var(--size-m);
  }

  .language .gt_float_switcher .gt_options {
    right: 0;
    left: inherit;
  }

  .language .gt_float_switcher img {
    height: 3rem;
    width: 3rem;
    border: 2px solid var(--color-1);
  }

  .language .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .header__inner {
    max-width: 80.9375rem;
  }
  .header__inner .language {
    right: calc((((100vw - 80.9375rem) / 2) * -1) + 6.25rem);
  }
}
.footer__inner {
  background-color: var(--color-11);
  padding: 3.75rem 0 3.125rem;
}

footer ul > li > a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--color-1);
  font-weight: var(--font-weight-medium);
  /* font-family: var(--trietory-font); */
  font-family: var(--secondary-font);
}

.footer__logo {
  max-width: 13.875rem;
}

@media (min-width: 1200px) {
  .footer__logo {
    max-width: 21.375rem;
  }
}
.footer__nav__main {
  justify-content: space-between;
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 3.875rem;
}
.footer_connect_content {
  color: var(--color-1);
  font-weight: var(--font-weight-xlight);
}
.footer_connect_content > p {
  font-weight: var(--font-weight-xlight);
  font-size: var(--size-xs);
}
.footer_connect_content > p label {
  font-weight: var(--font-weight-medium);
}
.footer_connect_content .btn {
  margin-top: 2.5rem;
  font-family: var(--secondary-font);
}
.footer_connect_heading h2 {
  font-weight: var(--font-weight-xbold);
  text-transform: none;
  color: var(--color-12);
  margin-bottom: 1.5rem;
}
.footer_connect_contact {
  max-width: 27.5rem;
}
.footer_connect_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2rem;
}
.footer_connect_social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
}
.footer_connect_social ul li a {
  display: block;
}
.footer_bottom_bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2.9375rem;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .footer_bottom_bar {
    margin-top: 4.625rem;
  }
}
.footer_bottom_left {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
.footer_bottom_left ul {
  display: flex;
}
.footer_bottom_left ul > li + li {
  margin-left: 3.125rem;
}
.footer_bottom_left ul li a {
  font-weight: var(--font-weight-regular);
  text-transform: none;
  font-family: var(--primary-font);
  font-size: var(--size-xs);
}

.copy-text {
  color: var(--color-1);
  font-size: 0.75rem;
}
.footer .accordion-wrapper .accordion .accordion-header .icon {
  filter: invert(1);
}
@media (min-width: 1200px) {
  .copy-text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 1199px) {
  .footer_bottom_left > ul,
  .footer_connect_social > .footer_connect_heading,
  .footer-nav_links,
  .footer_connect_content .btn {
    display: none;
  }

  .footer_connect_social {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .footer_connect_content > p {
    font-size: var(--size-l);
  }
  .footer_connect_info {
    margin-top: 5.3125rem;
  }
}

/* Modal CSS */

.close-wrapper,
.title-wrapper,
.form-wrapper {
  max-width: 100%;
  width: 100%;
}

.enquiry_form_wrapper .btn {
  background-color: transparent;
}

.enquiry_form_wrapper .close-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.enquiry_form_wrapper .title-wrapper h3 {
  font-weight: var(--font-weight-xbold);
  text-transform: none;
  margin-bottom: 0;
}

.enquiry_form_wrapper .row {
  box-shadow: 3px 3px 12px #00000029;
  padding: 1.375rem;
  background-color: var(--color-1);
}

.enquiry_form_wrapper .title-wrapper {
  margin-bottom: 1.875rem;
}

.enquiry_form_wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  flex-direction: column;
}

.enquiry_form_wrapper .modal-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.enquiry_form_wrapper .modal-form .form-group {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 1.125rem;
}

.enquiry_form_wrapper .modal-form .form-group:last-child {
  display: flex;
  justify-content: flex-end;
}

.enquiry_form_wrapper:before,
.enquiry_form_wrapper:after {
  content: "";
  flex: 1;
}

.enquiry_form_wrapper .modal-form textarea#enquiry {
  min-height: 5rem;
}

.form-control,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  min-height: 2.5rem;
  font-size: 0.875rem;
}

.form-control::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder {
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
}

.enquiry_form_wrapper .close-wrapper .btn:before {
  display: none;
}

.enquiry_form_wrapper .close-wrapper .btn {
  font-size: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJhaSBhaS1Dcm9zcyI+PHBhdGggZD0iTTIwIDIwTDQgNG0xNiAwTDQgMjAiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.enquiry_form_wrapper .modal-form .form-group p,
.enquiry_form_wrapper .modal-form .form-group.btn-group {
  margin-bottom: 0 !important;
}

.enquiry_form_wrapper .modal-form .form-group.btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.enquiry_form_wrapper {
  overflow-y: auto;
  padding: 1.875rem 0;
}

@media (max-width: 767px) {
  .enquiry_form_wrapper .container {
    padding: 0 1rem;
  }
  .expand-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: 1.375rem;
    right: auto;
    /* left: calc(100% - 4.0rem); */
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
  }
  .is-active .expand-circle {
    width: 180%;
    height: 150%;
    min-width: 40px;
    top: -50%;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .enquiry_form_wrapper .modal-form .col-2 {
    max-width: calc(((100% + 2.5rem) / 12) * 6 - 2.5rem);
  }

  .form-control,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] {
    min-height: 3.125rem;
    font-size: 1rem;
  }

  .enquiry_form_wrapper .title-wrapper {
    margin-bottom: 1.875rem;
  }

  .enquiry_form_wrapper .row {
    box-shadow: 3px 3px 12px #00000029;
    padding: 1.875rem;
    background-color: var(--color-1);
  }
}

@media (min-width: 991px) {
  .enquiry_form_wrapper .row {
    padding: 2.5rem;
  }

  .form-control,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] {
    min-height: 3.125rem;
  }

  .enquiry_form_wrapper .modal-form textarea#enquiry {
    min-height: 6.25rem;
  }
}

@media (min-width: 1200px) {
  .enquiry_form_wrapper .row {
    padding: 3.75rem 8.75rem;
  }

  .form-control,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] {
    min-height: 4.1875rem;
    font-size: 1.125rem;
  }

  .enquiry_form_wrapper .modal-form .form-group:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .enquiry_form_wrapper .modal-form textarea#enquiry {
    min-height: 10rem;
  }

  .form-control::placeholder,
  textarea::placeholder,
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="number"]::placeholder {
    font-size: 1.125rem;
  }

  .enquiry_form_wrapper .title-wrapper {
    margin-bottom: 2.875rem;
  }
}
@media (max-width: 575px) {
  .hamburger {
    height: 40px;
    min-width: 40px;
  }

  div#hamburger.is-active + .expand-circle {
    /* transform: translate(-50%) scale(22.2); */
    transform: translate(-50%, -50%);
    width: 100vh;
    height: 100vh;
  }

  /* .is-active .expand-circle {
    width: 180%;
    height: 150%;
    min-width: 40px;
    top: -50%;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
} */
}
.header__nav__item.active a {
  color: var(--color-14);
}
@media (max-width: 1199px) {
  .header__nav__item.active a {
    color: #d6b8b8;
  }
  .inner_hero_section {
    margin-top: 8.113rem;
  }
}
.footer_connect_content .btn::before {
  top: 0 !important;
  transform: translateY(0%);
}
.footer_connect_content .btn:hover::before {
  border-radius: var(--radius-btn);
}
.footer_connect_content .btn:hover svg path {
  fill: var(--color-14);
}
.social_post_action .btn:not(.btn-w-text):hover::before {
  border-radius: var(--radius-btn);
}
.social_post_action .btn:not(.btn-w-text):hover svg path {
  fill: var(--color-14);
}
.cp__image--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #0000007a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp__image--popup .cp__image {
  position: relative;
  width: 90%;
  height: 80vh;
  max-width: max-content;
}
.cp__image--popup .cp__image img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  .cp__image--popup .cp__image {
    width: 90%;
    height: auto;
  }
  .cp__image--popup .cp__image img {
    width: 100%;
    height: auto;
  }
}
.cp__image--popup #popupClose {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 37px;
  width: 37px;
  border: 2px solid #ffffff;
  line-height: 1;
  text-align: center;
}

.cms_content_section ul li {
  font-size: var(--size-xl);
  list-style: disc;
  margin-left: 30px;
}

.cms_content_section ol li {
  font-size: var(--size-xl);
  margin-left: 30px;
}

.inner_hero_section {
  max-width: 100%;
  height: 21.5rem;
  margin-top: 8.1875rem;
  width: 100vw;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0;
  overflow: hidden;
}
.inner_hero_assets_wrapper {
  width: 100%;
  position: relative;
  top: -25%;
  height: 125%;
}
.inner_hero__asset img {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .inner_hero_section {
    height: 84.6vh;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .inner_hero_assets_wrapper {
    /*transform: translate3d(0px, 0, 0px) !important;*/
  }
}
@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 05-09-25 contact form submit button css */
.submit-wrap .nf-field-element {
  position: relative;
  display: inline-flex;
  width: auto !important;
  padding-right: 0;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  cursor: pointer;
}

.submit-wrap .nf-field-element:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(0%);
  border: 1px solid var(--color-10);
  border-radius: var(--radius-btn);
  transition: 0.5s ease all;
  z-index: 0;
  height: 2.125rem;
  width: 2.125rem;
}
.submit-wrap .nf-field-element:hover:before {
  width: 100%;
  border-radius: 50px;
}
.submit-wrap .nf-field-element:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 0;
  height: 2.125rem;
  width: 2.125rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDEzIDIyIiBjbGFzcz0iIGluLXN2ZyByZXBsYWNlZC1zdmciPg0KICA8ZyBpZD0iR3JvdXBfMzcxIiBkYXRhLW5hbWU9Ikdyb3VwIDM3MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0OCAtODc4LjUpIj4NCiAgICA8cGF0aCBpZD0iTGluZV82OSIgZGF0YS1uYW1lPSJMaW5lIDY5IiBkPSJNMTEsMTFhMSwxLDAsMCwxLS42NzItLjI2bC0xMS0xMEExLDEsMCwwLDEtLjc0LS42NzMsMSwxLDAsMCwxLC42NzMtLjc0bDExLDEwQTEsMSwwLDAsMSwxMSwxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0OSA4NzkuNSkiIGZpbGw9IiMwZTFhMmEiPjwvcGF0aD4NCiAgICA8cGF0aCBpZD0iTGluZV83MCIgZGF0YS1uYW1lPSJMaW5lIDcwIiBkPSJNMCwxMWExLDEsMCwwLDEtLjc0LS4zMjdBMSwxLDAsMCwxLS42NzMsOS4yNmwxMS0xMGExLDEsMCwwLDEsMS40MTMuMDY3QTEsMSwwLDAsMSwxMS42NzMuNzRsLTExLDEwQTEsMSwwLDAsMSwwLDExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQ5IDg4OS41KSIgZmlsbD0iIzBlMWEyYSI+PC9wYXRoPg0KICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.submit-wrap .nf-field-element input {
  border: none;
  background: none;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  cursor: pointer;
}

.submit-wrap {
  justify-content: flex-end;
}
.submit-wrap .nf-field-element:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDEzIDIyIiBjbGFzcz0iIGluLXN2ZyByZXBsYWNlZC1zdmciPg0KICA8ZyBpZD0iR3JvdXBfMzcxIiBkYXRhLW5hbWU9Ikdyb3VwIDM3MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0OCAtODc4LjUpIj4NCiAgICA8cGF0aCBpZD0iTGluZV82OSIgZGF0YS1uYW1lPSJMaW5lIDY5IiBkPSJNMTEsMTFhMSwxLDAsMCwxLS42NzItLjI2bC0xMS0xMEExLDEsMCwwLDEtLjc0LS42NzMsMSwxLDAsMCwxLC42NzMtLjc0bDExLDEwQTEsMSwwLDAsMSwxMSwxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0OSA4NzkuNSkiIGZpbGw9IiNBQzJFNTAiPjwvcGF0aD4NCiAgICA8cGF0aCBpZD0iTGluZV83MCIgZGF0YS1uYW1lPSJMaW5lIDcwIiBkPSJNMCwxMWExLDEsMCwwLDEtLjc0LS4zMjdBMSwxLDAsMCwxLS42NzMsOS4yNmwxMS0xMGExLDEsMCwwLDEsMS40MTMuMDY3QTEsMSwwLDAsMSwxMS42NzMuNzRsLTExLDEwQTEsMSwwLDAsMSwwLDExWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQ5IDg4OS41KSIgZmlsbD0iI0FDMkU1MCI+PC9wYXRoPg0KICA8L2c+DQo8L3N2Zz4=);
}
@media (min-width: 1200px) {
  .submit-wrap .nf-field-element {
    height: 3.125rem;
  }
  .submit-wrap .nf-field-element:before,
  .submit-wrap .nf-field-element:after {
    height: 3.125rem;
    width: 3.125rem;
  }
  .submit-wrap .nf-field-element input {
    padding-right: 4.125rem;
  }
}
/*  */
@media (min-width: 1200px) {
  .eco-for-mobile {
    display: none;
  }
}
