@charset "UTF-8";
@import "../fonts/ira/stylesheet.css";
:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

:root {
  --primary-color: #000;
  --secondary-color: #8d8d8d;
  --color-white: #ffffff;
  --color-black: #6191ec;
  --color-pink: #b58b9e;
  --color-purple: #ab71f7;
  --color-yellow: #dfcb50;
  --color-orange: #ee7724;
  --color-lavender: #dfd3e7;
  --color-light-grey: #f4f4f4;
  --color-black: #000000;
  --font-main: "Ira";
  --font-weight-main: 500;
}

._bg-black {
  background-color: var(--color-black);
}
._bg-white {
  background-color: var(--color-white);
}
._bg-yellow {
  background-color: var(--color-yellow);
}
._bg-orange {
  background-color: var(--color-orange);
}
._bg-pink {
  background-color: var(--color-pink);
}
._bg-purple {
  background-color: var(--color-purple);
}
._bg-lavender {
  background-color: var(--color-lavender);
}
._bg-light-grey {
  background-color: var(--color-light-grey);
}

:root {
  --header--height: 128px;
  --header--height-sticky: 107px;
}
@media (max-width: 1199.98px) {
  :root {
    --header--height: 93.5px;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --header--height-sticky: 80px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height: 93.5px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --header--height-sticky: 80px;
  }
}

:root {
  --fs-18: 18px;
  --fs-25: 1.5625rem;
  --fs-35: 2.1875rem;
  --fs-45: 2.8125rem;
  --fs-55: 3.4375rem;
  --fs-70: 4.375rem;
  --fs-163: 10.1875rem;
}
@media (max-width: 991.98px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-25: 1rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-35: 2.1875rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-45: 1.5625rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-55: 2.1875rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-70: 2.8125rem;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-163: 5rem;
  }
}

._pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

._pt-25 {
  padding-top: 25px;
}

._pb-25 {
  padding-bottom: 25px;
}

._pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

._pt-50 {
  padding-top: 50px;
}

._pb-50 {
  padding-bottom: 50px;
}

._pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

._pt-75 {
  padding-top: 75px;
}

._pb-75 {
  padding-bottom: 75px;
}

._pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._pt-100 {
  padding-top: 100px;
}

._pb-100 {
  padding-bottom: 100px;
}

._pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

._pt-125 {
  padding-top: 125px;
}

._pb-125 {
  padding-bottom: 125px;
}

._pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

._pt-150 {
  padding-top: 150px;
}

._pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 991.98px) {
  ._pv-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._pt-25 {
    padding-top: 25px;
  }
  ._pb-25 {
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  ._pv-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._pt-50 {
    padding-top: 40px;
  }
  ._pb-50 {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  ._pv-75 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._pt-75 {
    padding-top: 60px;
  }
  ._pb-75 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  ._pv-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  ._pt-100 {
    padding-top: 70px;
  }
  ._pb-100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  ._pv-125 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  ._pt-125 {
    padding-top: 100px;
  }
  ._pb-125 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  ._pv-150 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  ._pt-150 {
    padding-top: 120px;
  }
  ._pb-150 {
    padding-bottom: 120px;
  }
}
@media (max-width: 375.98px) {
  ._pv-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ._pt-25 {
    padding-top: 20px;
  }
  ._pb-25 {
    padding-bottom: 20px;
  }
}
@media (max-width: 375.98px) {
  ._pv-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  ._pt-50 {
    padding-top: 30px;
  }
  ._pb-50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 375.98px) {
  ._pv-75 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  ._pt-75 {
    padding-top: 45px;
  }
  ._pb-75 {
    padding-bottom: 45px;
  }
}
@media (max-width: 375.98px) {
  ._pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  ._pt-100 {
    padding-top: 50px;
  }
  ._pb-100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 375.98px) {
  ._pv-125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  ._pt-125 {
    padding-top: 75px;
  }
  ._pb-125 {
    padding-bottom: 75px;
  }
}
@media (max-width: 375.98px) {
  ._pv-150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  ._pt-150 {
    padding-top: 90px;
  }
  ._pb-150 {
    padding-bottom: 90px;
  }
}
:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: var(--container);
  }
}

* {
  box-sizing: border-box;
  border: none;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--color-black);
  font-weight: var(--font-weight-main);
  line-height: 1.2;
  font-style: normal;
  background: transparent;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow-x: hidden;
}
body._js-overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.r-gap-20 {
  row-gap: 20px;
}

.r-gap-40 {
  row-gap: 40px;
}

.r-gap-100 {
  row-gap: 100px;
}

@media (min-width: 1200px) {
  .row {
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1200px) {
  .row .row {
    --bs-gutter-x: 2rem;
  }
}

main {
  margin: 0 auto;
  overflow-x: hidden;
}

.img-base {
  display: block;
}

.img-hover {
  display: none;
}

a:hover .img-base {
  display: none;
}
a:hover .img-hover {
  display: block;
}

.standard-text h1,
.standard-text .text-h1,
.standard-text h2,
.standard-text .text-h2,
.standard-text h3,
.standard-text .text-h3,
.standard-text h4,
.standard-text .text-h4,
.standard-text h5,
.standard-text .text-h5,
.standard-text h6,
.standard-text .text-h6 {
  line-height: 1.2;
  font-family: var(--font-main);
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--color-black);
}
@media (min-width: 992px) {
  .standard-text h1,
  .standard-text .text-h1,
  .standard-text h2,
  .standard-text .text-h2,
  .standard-text h3,
  .standard-text .text-h3,
  .standard-text h4,
  .standard-text .text-h4,
  .standard-text h5,
  .standard-text .text-h5,
  .standard-text h6,
  .standard-text .text-h6 {
    margin-bottom: 20px;
  }
}
.standard-text .subtitle {
  font-size: var(--fs-25);
}
.standard-text h1,
.standard-text .text-h1 {
  font-size: var(--fs-163);
  letter-spacing: -3.3px;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .standard-text h1,
  .standard-text .text-h1 {
    line-height: 1.06;
    letter-spacing: -1.6;
  }
}
.standard-text h2,
.standard-text .text-h2 {
  font-size: var(--fs-70);
  letter-spacing: 0;
  line-height: 1;
}
.standard-text h3,
.standard-text .text-h3 {
  font-size: var(--fs-55);
  letter-spacing: -1.1px;
  line-height: 1.07;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .standard-text h3,
  .standard-text .text-h3 {
    letter-spacing: -0.7px;
    line-height: normal;
  }
}
.standard-text h4,
.standard-text .text-h4 {
  font-size: var(--fs-45);
  letter-spacing: 0;
  line-height: normal;
}
.standard-text h5,
.standard-text .text-h5 {
  font-size: var(--fs-45);
  letter-spacing: 0;
  line-height: 1;
}
.standard-text h6,
.standard-text .text-h6 {
  font-size: var(--fs-25);
  letter-spacing: 0;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .standard-text h6,
  .standard-text .text-h6 {
    line-height: 1.2;
  }
}
.standard-text p,
.standard-text .text-p {
  font-size: var(--fs-25);
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .standard-text p,
  .standard-text .text-p {
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .standard-text p,
  .standard-text .text-p {
    margin-bottom: 40px;
  }
}
.standard-text ul {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .standard-text ul {
    margin-bottom: 18px;
  }
}
.standard-text ul li {
  position: relative;
  padding-left: 18px;
  font-size: var(--fs-25);
  line-height: 1.25;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .standard-text ul li {
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .standard-text ul li {
    margin-bottom: 10px;
  }
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: var(--color-black);
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
  border-radius: 0;
}
.standard-text strong,
.standard-text b {
  font-weight: bold;
}

.standard-text *:last-child {
  margin-bottom: 0;
}

.text-white h1,
.text-white .text-h1,
.text-white h2,
.text-white .text-h2,
.text-white h3,
.text-white .text-h3,
.text-white h4,
.text-white .text-h4,
.text-white h5,
.text-white .text-h5,
.text-white h6,
.text-white .text-h6 {
  color: var(--color-white);
}
.text-white p,
.text-white .text-p,
.text-white li,
.text-white label {
  color: var(--color-white);
}

.text-dark h1,
.text-dark .text-h1,
.text-dark h2,
.text-dark .text-h2,
.text-dark h3,
.text-dark .text-h3,
.text-dark h4,
.text-dark .text-h4,
.text-dark h5,
.text-dark .text-h5,
.text-dark h6,
.text-dark .text-h6 {
  color: var(--color-black);
}
.text-dark p,
.text-dark .text-p,
.text-dark li {
  color: var(--color-black);
}

.btn-wrapper {
  display: flex;
  flex-flow: row wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .btn-wrapper {
    margin-top: 50px;
  }
}
.btn-wrapper + .btn-wrapper {
  margin-top: 10px;
}

.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-size: var(--fs-25);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 15px 16px 15px;
  outline: none;
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background-color: transparent;
  position: relative;
  box-shadow: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  transition: all 0.3s ease;
  border-radius: 0;
}
.btn:hover {
  color: #fff;
  background-color: var(--color-black);
}
.btn:focus {
  box-shadow: none;
}
.btn.btn_reverse {
  color: #fff;
  border: 2px solid var(--color-black);
  background-color: var(--color-black);
}
.btn.btn_reverse:hover {
  color: var(--color-black);
  background-color: #fff;
}
.btn.btn_black {
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background-color: transparent;
}
.btn.btn_black:hover {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}
.btn.btn_white {
  color: var(--color-white);
  border: 2px solid var(--color-white);
  background-color: transparent;
}
.btn.btn_white:hover {
  color: var(--color-black);
  border: 2px solid var(--color-black);
  background-color: var(--color-white);
}

.link {
  display: flex;
  align-items: center;
  font-family: var(--font-main);
  font-size: var(--fs-25);
  line-height: 1.2;
  padding: 12px 32px 12px 24px;
  position: relative;
}
.link:hover:after {
  right: -10px;
}
.link:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  background-image: url("../img/icons/chevron-right.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

._bg-gradient-black {
  background: linear-gradient(180deg, #214e60 0%, #1e3d52 100%);
}

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

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

._shadowed {
  position: relative;
}
._shadowed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 61, 82, 0.4);
  z-index: 1;
  top: 0;
  left: 0;
}
._shadowed .container {
  position: relative;
  z-index: 2;
}

.slider-arrows-side .slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid var(--color-lavender);
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: calc(50% - 56px);
  background-image: url("../img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.slider-arrows-side .slick-arrow:hover {
  background-color: var(--color-black);
  background-image: url("../img/icons/arrow-right-white.svg");
}
.slider-arrows-side .slick-arrow.slick-prev {
  left: -28px;
  right: auto;
  transform: rotate(180deg);
}
.slider-arrows-side .slick-arrow.slick-next {
  right: -28px;
  left: auto;
}
.slider-arrows-side .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  gap: 9px;
}
.slider-arrows-side .slick-dots li {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.slider-arrows-side .slick-dots li::before {
  content: unset;
}
.slider-arrows-side .slick-dots button {
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
}
.slider-arrows-side .slick-dots li.slick-active button {
  background-color: var(--color-black);
}

.slider-arrows-down .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 0;
  background-color: var(--color-white);
  font-size: 0;
  position: absolute;
  z-index: 5;
  top: auto;
  bottom: 0;
  background-image: url("../img/icons/arrow-right.svg");
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.slider-arrows-down .slick-arrow:hover {
  background-color: var(--color-black);
  border: none;
}
.slider-arrows-down .slick-arrow.slick-prev {
  right: 62px;
  left: auto;
  transform: rotate(180deg);
}
.slider-arrows-down .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slider-arrows-down .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  gap: 9px;
}
@media (min-width: 992px) {
  .slider-arrows-down .slick-dots {
    margin-top: 20px;
  }
}
.slider-arrows-down .slick-dots li {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.slider-arrows-down .slick-dots button {
  padding: 0;
  font-size: 0;
  border-radius: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-black);
}
.slider-arrows-down .slick-dots li.slick-active button {
  background-color: var(--color-black);
}

._js-overflow-hidden .header {
  transition: all 0.3s ease-in-out;
}
._js-overflow-hidden .header__logo .light-logo {
  display: block;
}

.header {
  position: fixed;
  z-index: 50;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
  left: 0;
  padding: 32px 0;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .header {
    padding: 22px 0;
  }
}
.header__row {
  align-items: flex-start;
  justify-content: space-between;
}
.header._has-bg {
  background: var(--color-black);
}
.header._js-sticky {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  background-color: var(--color-black);
}
.header._js-sticky .row {
  align-items: center;
}
.header._js-sticky._js-menu-open .header__logo .light-logo {
  display: block;
}
.header._js-sticky .header__logo .light-logo {
  display: block;
}
.header._js-sticky .header__logo .dark-logo {
  display: none;
}
.header._js-sticky .header__logo img {
  max-width: 62px;
}
@media (max-width: 1199.98px) {
  .header._js-sticky .header__logo img {
    max-width: 45px;
  }
}
@media (max-width: 1199.98px) {
  .header._js-sticky .navbar {
    top: var(--header--height-sticky);
    height: calc(100% - var(--header--height-sticky));
  }
}
@media (min-width: 1200px) {
  .header._js-sticky .navbar .menu li {
    color: var(--color-black);
  }
}
@media (min-width: 1200px) {
  .header._js-sticky .navbar .menu .dropdown-menu {
    margin-top: 38px;
  }
}
.header__icons {
  gap: 40px;
  align-items: center;
}
.header__icons img {
  cursor: pointer;
}
.header ._icon img {
  cursor: pointer;
  height: 41px;
  width: auto;
}
@media (max-width: 991.98px) {
  .header ._icon img {
    height: 31px;
  }
}
.header__logo img {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .header__logo img {
    max-width: 80px;
    margin: auto;
  }
}
.header__tag img {
  display: block;
  max-width: 170px;
  height: auto;
  transition: all 0.3s ease;
}
.header__overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  background: var(--color-black);
  color: var(--color-white);
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 10000;
}
.header__overlay.active {
  transform: translateY(0%);
}
.header__overlay .overlay-logos {
  padding: 32px 0;
}
.header__overlay ._close {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 25px);
}
.header__overlay ._close img {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .header__overlay .person {
    display: none !important;
  }
}
.header__overlay ._icon img {
  height: 41px;
  width: auto;
}
@media (max-width: 991.98px) {
  .header__overlay ._icon img {
    height: 31px;
  }
}
.header__overlay ._items {
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .header__overlay ._items {
    justify-content: flex-start;
    text-align: start;
    row-gap: 50px;
    margin-top: 50px;
  }
}
.header__overlay ._items h6 {
  margin-bottom: 60px;
}
.header__overlay ._items ul li {
  padding-left: 0;
  font-size: var(--fs-35);
  font-weight: bold;
  cursor: pointer;
}
.header__overlay ._items ul li::before {
  content: unset;
}
.header__overlay ._items ul li:hover {
  color: var(--color-purple);
}
.header__overlay ._items ._color.light-mode .light {
  color: var(--color-purple);
}
.header__overlay ._items ._color.dark-mode .dark {
  color: var(--color-purple);
}
.header__overlay ._items ._fonts ul li.active {
  color: var(--color-purple);
}

.hero {
  position: relative;
}
.hero .deco-img {
  position: absolute;
  top: 32px;
  margin-left: calc((100vw - var(--container)) / 2);
  max-width: 170px;
}
@media (max-width: 1199.98px) {
  .hero .deco-img {
    max-width: 120px;
    bottom: 32px;
    top: unset;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.hero__content {
  height: 100vh;
}
.hero__content video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content video[poster] {
  height: 100vh;
  width: 100vw;
}

.sub-hero {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.sub-hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sub-hero .bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-hero h2 {
  font-size: var(--fs-56);
}

.faq .content-show-hide .item {
  border-bottom: 1px solid var(--color-black);
}
.faq .content-show-hide .item:first-child {
  border-top: 1px solid var(--color-black);
}
.faq .toggle {
  font-size: var(--fs-25);
  font-family: var(--font-main);
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
  padding: 20px 0 20px 40px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.faq .toggle._js-open:after {
  background-image: url("../img/icons/i-minus.svg");
}
.faq .toggle:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 40px;
  margin-top: -18px;
  background-image: url("../img/icons/i-plus.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .faq .toggle:after {
    width: 26px;
    height: 26px;
    top: 38px;
  }
}
.faq .inner {
  display: none;
  padding: 0px 0 20px 0;
}

.image-icon {
  position: relative;
}
.image-icon::before {
  position: absolute;
  content: "";
  background-position: bottom;
  background-image: var(--deco-img);
  background-repeat: no-repeat;
  width: calc((100% - var(--container)) / 2 + var(--container) / 12 * 5);
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  pointer-events: none;
}
.image-icon img {
  border-radius: 0;
}
.image-icon__box {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .image-icon__box {
    flex-direction: column;
    gap: 20px;
  }
}
.image-icon__box ._img img {
  display: block;
  width: 70px;
  border-radius: 0;
}
.image-icon__box ._text h4 {
  font-size: var(--fs-25);
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-us .col-xl-3 img {
  max-width: 48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-us .col-xl-3 img {
    margin-bottom: 24px;
  }
}
.contact-us ul li {
  color: var(--color-black);
  padding-left: 30px;
  font-size: var(--fs-18);
  margin-bottom: 20px;
}
.contact-us ul li::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/tick.svg);
  background-repeat: no-repeat;
  background-color: unset;
  background-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 26px;
  height: 26px;
  left: 0;
  top: -3px;
}
.contact-us ._info {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  border-radius: 0;
}
.contact-us ._info img {
  display: inline-block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  border: 2px solid var(--color-black);
}
.contact-us ._info .text h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: var(--fs-25);
  color: var(--primary-color);
}
.contact-us ._info .text p {
  font-size: var(--fs-25);
}
.contact-us .item {
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .contact-us .item {
    flex-direction: row;
    align-items: center;
  }
}
.contact-us .item a {
  line-height: 1.5;
}
.contact-us .item::after {
  position: absolute;
  content: "";
  border-left: 2px dashed var(--color-black);
  width: 2px;
  height: 100%;
  margin-left: -25px;
}
@media (max-width: 991.98px) {
  .contact-us .item::after {
    content: unset;
  }
}
.contact-us .item:first-child::after {
  content: unset;
}
.contact-us .item img {
  width: 50px;
  height: 50px;
}
.contact-us__box img {
  display: block;
  max-width: 32px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .contact-us__box img {
    margin-bottom: 16px;
  }
}
.contact-us__box h6 {
  margin-bottom: 8px !important;
}
.contact-us__box p {
  margin-bottom: 8px !important;
}
.contact-us__box a:not(.link) {
  display: inline-block;
  text-decoration: underline;
}

.logos {
  text-align: center;
}
.logos__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 48px;
}
.logos__gallery ._logo-img {
  min-height: 100px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  display: flex;
}
.logos__gallery ._logo-img img {
  max-width: 140px;
}

.cta {
  position: relative;
  z-index: 0;
}
.cta .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta .bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta ._text {
  padding: 32px;
}
@media (min-width: 992px) {
  .cta ._text {
    padding: 75px 48px;
  }
}
.cta ._img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta__box {
  border: 1px solid var(--primary-color);
}

@media (max-width: 991.98px) {
  .team {
    padding-bottom: 0;
  }
}
.team__info {
  padding-left: calc((100% - var(--container)) / 2 + 12px);
}
@media (max-width: 991.98px) {
  .team__info {
    padding-right: calc((100% - var(--container)) / 2 + 12px);
  }
}
.team__info ._item h3,
.team__info ._item .text-h3 {
  font-size: var(--fs-35);
  margin-bottom: 2px;
}
.team__info ._item p {
  margin-bottom: 0;
}
.team__info ._item hr {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .team__img {
    padding-right: calc((100% - var(--container)) / 2 + 12px);
  }
}
@media (max-width: 991.98px) {
  .team__img {
    padding: 0;
    display: contents;
  }
}
.team__img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
@media (max-width: 991.98px) {
  .team__img img {
    aspect-ratio: 3/4;
  }
}

.testimonials .item {
  height: 100%;
}
.testimonials__box {
  display: flex;
  height: 100%;
}
@media (max-width: 991.98px) {
  .testimonials__box {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.testimonials__box__head {
  position: relative;
  background-color: var(--color-lavender);
  padding: 60px;
  border-radius: 0 0 50px 50px;
}
@media (max-width: 991.98px) {
  .testimonials__box__head {
    flex: 1;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .testimonials__box__head {
    width: calc(var(--container) / 12 * 7);
    border-radius: 50px 0 0 50px;
  }
}
.testimonials__box__head h6 {
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  color: var(--color-black);
  padding-left: 20px;
  margin-top: 30px;
}
.testimonials__box__head h6::before {
  position: absolute;
  content: "";
  background-color: var(--color-black);
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0;
}
.testimonials__box__head p {
  margin-bottom: 10px;
  font-size: var(--fs-32);
  font-weight: 500;
}
.testimonials__box__body {
  max-width: 100%;
}
@media (min-width: 992px) {
  .testimonials__box__body {
    width: calc(var(--container) / 12 * 5);
  }
}
.testimonials__box__body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 991.98px) {
  .testimonials__box__body img {
    border-radius: 50px 50px 0 0;
    height: 500px;
  }
}
.testimonials-slider .slick-slide {
  margin: 0 12px;
  height: inherit !important;
}
.testimonials-slider .slick-list {
  margin: 0 -12px;
}
.testimonials-slider .slick-track {
  display: flex !important;
}
@media (min-width: 992px) {
  .testimonials-slider .slick-dots {
    left: 60px;
    bottom: 10px;
    justify-content: start;
    position: absolute;
  }
}

.star-rating {
  height: 25px;
  position: relative;
  width: 125px;
  margin-bottom: 10px;
}
.star-rating:before {
  background-image: url(../img/icons/star-inactive.svg);
  background-repeat: repeat-x;
  background-size: 25px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  top: 0;
  width: 125px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 125px;
  height: 25px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  background-image: url(../img/icons/star-active.svg);
  background-repeat: repeat-x;
  background-size: 25px;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 10000px;
  top: 0;
}

.blog._featured img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.blog._featured .blog__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: var(--color-white);
  border-radius: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .blog._featured .blog__body {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .blog._featured .blog__body {
    padding: 20px;
  }
}
.blog._featured .blog__body h3 {
  font-weight: 600;
}
.blog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog__item {
  height: 100%;
  background-color: var(--color-lavender);
  border-radius: 0;
}
.blog__img img {
  border-radius: 0;
}
.blog__body {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .blog__body {
    padding: 20px;
  }
}
.blog__body p {
  font-size: var(--fs-25);
}
.blog__body h6 {
  font-size: var(--fs-25);
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer__legal ul {
  display: flex;
  row-gap: 35px;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer__legal ul {
    row-gap: 25px;
  }
}
.footer__legal ul li {
  font-size: var(--fs-25);
  padding-left: 0;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.footer__legal ul li::before {
  content: unset;
}
.footer__legal ul li a:hover {
  color: var(--color-purple);
}

.comparison__item {
  padding: 30px;
  border-radius: 0;
  height: 100%;
  background-color: var(--color-black);
}
.comparison__item ul li {
  font-size: var(--fs-18);
  padding-left: 32px;
  padding-bottom: 10px;
}
.comparison__item ul li::before {
  background-image: url(../img/icons/cross_icon.svg);
  background-repeat: no-repeat;
  background-color: unset;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 0;
}
.comparison__item._pros {
  border: 5px solid var(--color-black);
}
.comparison__item._pros ul li::before {
  background-image: url(../img/icons/check_icon.svg);
}
.comparison__item._arrow ul li::before {
  background-image: url(../img/icons/dropdown-dark.svg);
}

.blog-related-slider .slick-slide {
  margin: 0 12px;
}
.blog-related-slider .slick-list {
  margin: 0 -12px;
}
.blog-related .slick-dots li::before {
  content: unset;
}
@media (min-width: 992px) {
  .blog-related__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.blog-related__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-related__content {
  padding-top: 24px;
}
.blog-related__content h6,
.blog-related__content h5 {
  margin-bottom: 8px !important;
}
.blog-related__content h6 {
  font-size: var(--fs-25);
}
.blog-related__author {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 24px;
}
.blog-related__author img {
  display: block;
  border-radius: 0;
  border: 2px solid var(--color-black);
  max-width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-related__author h6 {
  font-size: var(--fs-25);
  margin-bottom: 0 !important;
}
.blog-related__author p {
  font-size: var(--fs-25);
}

.blogpost .breadcrumbs {
  margin-bottom: 20px;
}
.blogpost__overview {
  margin-bottom: 16px;
}
.blogpost__category {
  display: inline-block;
  background-color: var(--color-white);
  padding: 4px 8px;
}
.blogpost__img {
  margin-bottom: 24px;
}
.blogpost__info {
  display: flex;
  row-gap: 16px;
}
@media (max-width: 991.98px) {
  .blogpost__info {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .blogpost__info {
    justify-content: space-between;
  }
}
.blogpost__about {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 575.98px) {
  .blogpost__about {
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .blogpost__about br {
    display: none;
  }
}
.blogpost__about span {
  display: inline-block;
  font-weight: bold;
  margin-top: 8px;
}
.blogpost__body figure {
  margin-top: 48px;
  margin-bottom: 48px;
}
.blogpost__body figcaption {
  display: block;
  font-size: var(--fs-25);
  text-align: left;
  color: var(--color-black);
  padding-top: 8px;
}
.blogpost__body quote {
  display: block;
  font-style: italic;
  font-size: var(--fs-18);
  line-height: 1.7;
  margin-bottom: 15px;
  padding-left: 21px;
  border-left: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  .blogpost__body quote {
    margin-bottom: 18px;
  }
}
.blogpost__body p + h2 {
  margin-top: 30px;
}
.blogpost__footer__author {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  .blogpost__footer__author {
    padding-top: 48px;
    margin-top: 48px;
  }
}
.blogpost__footer__author img {
  display: block;
  border-radius: 0;
  max-width: 56px;
  border: 2px solid var(--color-black);
  height: 56px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogpost__footer__author h6 {
  margin-bottom: 0 !important;
}
.blogpost__footer__top {
  display: flex;
  row-gap: 32px;
}
@media (max-width: 991.98px) {
  .blogpost__footer__top {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .blogpost__footer__top {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.blogpost .tag-cloud {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.blogpost .tag {
  display: inline-block;
  background-color: var(--color-white);
  padding: 4px 8px;
}

.icon-text .col-xl-3 img {
  max-width: 48px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icon-text .col-xl-3 img {
    margin-bottom: 24px;
  }
}
.icon-text__data .row {
  row-gap: 40px;
}
.icon-text__box {
  height: 100%;
  background: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 0;
  padding: 20px;
}
.icon-text__box img {
  display: block;
  width: 70px;
  margin: auto;
  margin-bottom: 20px;
}
.icon-text__box h3 {
  margin-bottom: 8px;
}
.icon-text__box p {
  margin-bottom: 8px;
}
.icon-text._timeline .icon-text__box img {
  margin: 0 0 20px 0;
}
.icon-text._with-border .icon-text__box {
  border-radius: 0;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .icon-text._with-border .icon-text__box {
    padding: 20px;
  }
}

.img-text__content .img-text__deco {
  width: 50px;
  margin-bottom: 20px;
}
.img-text img {
  border-radius: 0;
}

.cards__item {
  height: 100%;
  border-radius: 0;
  background-color: var(--color-lavender);
  display: flex;
  flex-direction: column;
}
.cards__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.cards__body {
  padding: 30px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .cards__body {
    padding: 20px;
  }
}
.cards__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cards__content h4 {
  font-weight: 600;
}

.image img {
  border-radius: 0;
}
.image p {
  line-height: 1.5;
}

.stats__item {
  padding-left: 32px;
  background: var(--color-white);
  padding: 20px;
  border-radius: 0;
}
.stats__item h5 {
  color: var(--color-black);
}
.stats__item h6 {
  margin-bottom: 8px !important;
}
.stats-sample {
  display: flex;
  flex-flow: row nowrap;
  font-size: var(--fs-80);
  color: var(--color-black);
  font-family: var(--font-main);
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 8px;
  justify-content: center;
}

.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 767.98px) {
  .video video {
    aspect-ratio: 4/3;
  }
}
.video .embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.video .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contact-form-wrapper .nf-form-content {
  max-width: 100%;
}
.contact-form-wrapper .nf-before-form-content {
  margin-bottom: 12px;
  color: var(--color-black);
  font-size: var(--fs-18);
  display: none;
}
.contact-form-wrapper .list-radio-wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 30px;
}
.contact-form-wrapper .list-radio-wrap ul li {
  width: auto !important;
  color: var(--color-black);
  font-size: var(--fs-18);
}
.contact-form-wrapper .list-radio-wrap ul li::before {
  content: unset;
}
.contact-form-wrapper .list-radio-wrap ul li label {
  font-size: inherit !important;
  white-space: nowrap;
}
.contact-form-wrapper .list-checkbox-wrap ul li::before {
  content: unset;
}
.contact-form-wrapper .nf-form-content input[type=checkbox].ninja-forms-field,
.contact-form-wrapper .nf-form-content input[type=radio].ninja-forms-field {
  visibility: hidden;
  padding: 0;
}
.contact-form-wrapper .listradio-wrap .nf-field-element label:after {
  width: 20px;
  height: 20px;
  border: none;
  border-bottom: 2px solid var(--color-black);
  border-radius: 50%;
  background: #fff;
  bottom: auto;
  top: 0;
}
.contact-form-wrapper .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: var(--color-black);
}
.contact-form-wrapper .listradio-wrap .nf-field-element label.nf-checked-label:before {
  width: 12px;
  height: 12px;
  background: var(--color-black);
  border-radius: 50%;
  transition: all 0.2s ease;
  transform-origin: center;
  border: 4px solid transparent;
  bottom: auto;
  top: 4px;
}
.contact-form-wrapper #ninja_forms_required_items,
.contact-form-wrapper .nf-field-container {
  margin-bottom: 20px;
}
.contact-form-wrapper .nf-form-content .listselect-wrap .nf-field-element div,
.contact-form-wrapper .nf-form-content input.ninja-forms-field,
.contact-form-wrapper .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.contact-form-wrapper .nf-form-content input:not(.btn):focus,
.contact-form-wrapper .nf-form-content textarea:focus {
  border: none;
  border-bottom: 2px solid var(--color-black);
  color: var(--color-black);
}
.contact-form-wrapper .nf-form-content label {
  font-size: var(--fs-18);
  font-weight: 600;
  padding-top: 1px;
}
.contact-form-wrapper .nf-form-content label a {
  font-weight: bold;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label,
.contact-form-wrapper .checkbox-wrap .nf-field-label label,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label {
  cursor: pointer;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:after {
  width: 21px;
  height: 21px;
  border: 2px solid var(--color-black);
  margin: 0.125rem 0 0;
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:after {
  color: var(--color-black);
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label.nf-checked-label:after,
.contact-form-wrapper .checkbox-wrap .nf-field-label label.nf-checked-label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: var(--color-black);
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label:before,
.contact-form-wrapper .checkbox-wrap .nf-field-label label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label:before {
  font-size: var(--fs-18);
  background: transparent;
}
.contact-form-wrapper .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form-wrapper .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.contact-form-wrapper .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  background: transparent;
  color: var(--color-black);
}
.contact-form-wrapper .checkbox-container.label-right label {
  margin: 0 0 0 42px !important;
}
.contact-form-wrapper .checkbox-container.label-right label:after {
  left: -40px !important;
}
.contact-form-wrapper .checkbox-container.label-right label:before {
  left: -38px !important;
  top: 1px;
}
.contact-form-wrapper .checkbox-container.label-left label {
  margin: 0 42px 0 0 !important;
}
.contact-form-wrapper .checkbox-container.label-left label:after {
  right: -40px !important;
}
.contact-form-wrapper .checkbox-container.label-left label:before {
  right: -36px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label {
  margin-left: 42px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:before {
  left: -38px !important;
}
.contact-form-wrapper .listcheckbox-wrap .nf-field-element label:after {
  left: -40px !important;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:after,
.contact-form-wrapper .checkbox-container.label-right label:after {
  top: -2px;
}
.contact-form-wrapper .listcheckbox-container .nf-field-element label:before {
  top: 0;
}
.contact-form-wrapper .label-right .field-wrap,
.contact-form-wrapper .label-left .field-wrap {
  flex-wrap: wrap;
}
.contact-form-wrapper .label-right .field-wrap .nf-field-description,
.contact-form-wrapper .label-left .field-wrap .nf-field-description {
  margin: 0 !important;
}
.contact-form-wrapper .field-wrap .nf-field-description {
  color: var(--color-black);
  font-size: var(--fs-18);
  font-weight: 400;
  padding-top: 10px;
}
.contact-form-wrapper .label-right .field-wrap .nf-field-description {
  margin: 0 !important;
}
.contact-form-wrapper .label-left .field-wrap .nf-field-description {
  margin: 0 !important;
  padding-right: 40px;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form-wrapper .nf-form-content input:not(.btn),
.contact-form-wrapper .nf-form-content textarea {
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--color-black);
  box-shadow: none;
  transition: all 0.5s;
  padding: 0.125em 1em;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.5;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div,
.contact-form-wrapper .nf-form-content input:not(.btn),
.contact-form-wrapper .nf-form-content textarea {
  background: var(--color-white);
  border-radius: 0;
}
.contact-form-wrapper .nf-form-content textarea {
  display: block;
  width: 100%;
  padding: 1em;
}
.contact-form-wrapper .nf-form-content input::-moz-placeholder, .contact-form-wrapper .nf-form-content textarea::-moz-placeholder {
  color: var(--color-black);
  font-size: inherit !important;
}
.contact-form-wrapper .nf-form-content input::placeholder,
.contact-form-wrapper .nf-form-content textarea::placeholder {
  color: var(--color-black);
  font-size: inherit !important;
}
.contact-form-wrapper .nf-form-content select.ninja-forms-field {
  color: var(--color-black);
  border: none;
  border-bottom: 2px solid var(--color-black);
  padding: 0.125em 1em;
  font-size: var(--fs-18);
  font-weight: 400;
}
.contact-form-wrapper .nf-form-content .list-select-wrap > div div:after {
  font-size: var(--fs-18);
}
.contact-form-wrapper .nf-form-content select.ninja-forms-field:active,
.contact-form-wrapper .nf-form-content select.ninja-forms-field:focus,
.contact-form-wrapper .nf-form-content .list-select-wrap .nf-field-element > div {
  border-color: transparent !important;
  border: none;
  border-bottom: 2px solid var(--color-black) !important;
}
.contact-form-wrapper .list-select-wrap div:after {
  color: var(--color-black);
}
.contact-form-wrapper .submit-wrap .nf-field-element {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-form-wrapper .submit-wrap .nf-field-element {
    margin: auto;
  }
}
.contact-form-wrapper .nf-form-content button,
.contact-form-wrapper .nf-form-content input.btn {
  font-size: var(--fs-18);
  line-height: 1.375;
  padding: 9px 50px;
  outline: none;
  color: var(--color-white);
  background-color: var(--color-black);
  box-shadow: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  height: auto;
  transition: all 0.3s ease;
  border: 2px solid var(--color-black);
}
.contact-form-wrapper .nf-form-content button:hover,
.contact-form-wrapper .nf-form-content input.btn:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
.contact-form-wrapper .textarea-wrap .nf-field-label {
  width: 100%;
}
.contact-form-wrapper .textarea-wrap label {
  width: 100%;
}
.contact-form-wrapper .nf-error-msg {
  font-size: var(--fs-18);
  line-height: 1;
}
.contact-form-wrapper .nf-error .nf-error-msg {
  font-size: var(--fs-25);
  line-height: 1;
}
.contact-form-wrapper .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.contact-form-wrapper .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.contact-form-wrapper .nf-error.listimage-wrap .nf-field-element ul,
.contact-form-wrapper .nf-error .ninja-forms-field {
  border-color: transparent;
}
.contact-form-wrapper .nf-pass .ninja-forms-field {
  border-color: green;
}
.hs-form * {
  all: unset;
}

.contact-form-wrapper_wrapper .gform-field-label {
  font-size: 18px !important;
  font-weight: 600;
}

.contact-form-wrapper_wrapper .gform-field-label a {
  font-weight: bold;
}

.contact-form-wrapper_wrapper input[type=text],
.contact-form-wrapper_wrapper input[type=email],
.contact-form-wrapper_wrapper input[type=tel],
.contact-form-wrapper_wrapper input[type=url],
.contact-form-wrapper_wrapper input[type=number],
.contact-form-wrapper_wrapper input[type=password],
.contact-form-wrapper_wrapper textarea {
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--color-black);
  box-shadow: none;
  transition: all 0.5s;
  padding: 0.125em 1em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}

.contact-form-wrapper_wrapper .gfield_checkbox .gchoice .gchoice_1_3_1 {
  display: flex;
  gap: 10px;
}

.contact-form-wrapper_wrapper .gform-footer .gform_footer.top_label {
  /* Empty in original */
}

.contact-form-wrapper_wrapper .gform_button {
  font-size: var(--fs-25);
  font-family: var(--font-main);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 15px 16px 15px;
  outline: none;
  color: var(--color-white);
  background-color: var(--color-black);
  box-shadow: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  height: auto;
  transition: all 0.3s;
  border: 2px solid var(--color-black);
  margin-top: 20px;
}

.contact-form-wrapper_wrapper .gform_title {
  display: none;
}

.contact-form-wrapper_wrapper .gform_button:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.contact-form-wrapper_wrapper .ginput_container.ginput_container_checkbox {
  margin-top: 20px !important;
}

.contact-form-wrapper_wrapper .gfield.gfield--type-checkbox {
  padding: 0 !important;
}

.contact-form-wrapper_wrapper .gfield-choice-input {
  width: 21px;
  height: 21px;
  border: 2px solid var(--color-black);
  margin: 0.125rem 0 0;
  background: transparent;
  margin-right: 10px;
}

.contact-form-wrapper_wrapper .gfield_checkbox label {
  padding-left: 10px !important;
}

.gfield-choice-input[type=checkbox] {
  width: 21px !important;
  height: 21px !important;
  border: 2px solid var(--color-black) !important;
  margin: 0.125rem 0 0 !important;
  background: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  top: 6px;
}

/* On checked – white background, black border and black check */
.gfield-choice-input[type=checkbox]:checked {
  background-color: var(--color-white) !important;
  border-color: var(--color-black) !important;
}

/* Custom checkmark using a pseudo-element */
.gfield-choice-input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid var(--color-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact-form-wrapper_wrapper .gfield_description.validation_message.gfield_validation_message {
  color: red !important;
  font-size: var(--fs-18) !important;
  margin-top: 5px !important;
}

.quotes {
  background: transparent;
  background-image: var(--bg-quotes);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.quotes h2 {
  font-size: var(--fs-56);
}

.sticky-icon {
  z-index: 999;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .sticky-icon {
    flex-direction: row;
    top: auto;
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
  }
}
.sticky-icon.active {
  opacity: 1;
}
.sticky-icon a {
  transform: translateX(calc(100% - 55px));
  text-align: left;
  text-decoration: none;
  padding: 10px 15px;
  font-size: var(--fs-25);
  font-weight: 600;
  transition: all 0.8s;
  background-color: var(--color-black);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
  .sticky-icon a {
    transform: unset;
  }
}
.sticky-icon a:hover {
  transform: translateX(0);
}
.sticky-icon a img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .sticky-icon a span {
    display: none;
  }
}

.job__item {
  border: 1px solid var(--color-black);
  border-radius: 0;
  padding: 20px;
  height: 100%;
}
.job__item .job__body ._icon-text {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .job__item .job__body ._icon-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.job__item .job__body ._icon-text ._item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.job__item .job__body ._icon-text ._item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.info ._img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}
@media (max-width: 767.98px) {
  .info ._img img {
    aspect-ratio: 4/3;
  }
}
.info__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.info__social img {
  height: 60px;
}
.info__file p a {
  text-decoration: underline;
}

.links__items ._item {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  .links__items ._item {
    flex-direction: column;
    align-items: center;
  }
}
.links__items ._item a {
  position: relative;
  color: var(--color-white);
  font-size: var(--fs-25);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.links__items ._item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  left: 0;
  top: -14px;
  background-color: var(--color-white);
  -webkit-mask-image: url("../img/icons/i_line.svg");
          mask-image: url("../img/icons/i_line.svg");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
.links__items ._item a:hover::after {
  -webkit-mask-image: url("../img/icons/i_wave.svg");
          mask-image: url("../img/icons/i_wave.svg");
}

#start-marker {
  top: 0;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-200%);
}

#start-marker.sticky {
  position: fixed;
  opacity: 1;
  padding: 28px 0;
  height: auto;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 991.98px) {
  #start-marker.sticky .links__items ._item {
    flex-direction: unset;
    row-gap: 20px;
  }
}

html[data-theme=light] [data-fonts=large] {
  font-size: 20px;
}
html[data-theme=light] [data-fonts=small] {
  font-size: 12px;
}
html[data-theme=light] .header__overlay {
  background-color: var(--color-light-grey);
}
html[data-theme=light] .header__overlay.text-white h1,
html[data-theme=light] .header__overlay.text-white .text-h1,
html[data-theme=light] .header__overlay.text-white h2,
html[data-theme=light] .header__overlay.text-white .text-h2,
html[data-theme=light] .header__overlay.text-white h3,
html[data-theme=light] .header__overlay.text-white .text-h3,
html[data-theme=light] .header__overlay.text-white h4,
html[data-theme=light] .header__overlay.text-white .text-h4,
html[data-theme=light] .header__overlay.text-white h5,
html[data-theme=light] .header__overlay.text-white .text-h5,
html[data-theme=light] .header__overlay.text-white h6,
html[data-theme=light] .header__overlay.text-white .text-h6,
html[data-theme=light] .header__overlay.text-white p,
html[data-theme=light] .header__overlay.text-white .text-p,
html[data-theme=light] .header__overlay.text-white li,
html[data-theme=light] .header__overlay.text-white label {
  color: var(--color-black);
}
html[data-theme=light] .header__overlay.text-white img {
  filter: invert(1);
}
html[data-theme=light] .header._js-sticky {
  background-color: var(--color-light-grey);
}
html[data-theme=light] .header._js-sticky .header__logo img {
  filter: invert(1);
}
html[data-theme=light] .header._js-sticky ._icon img {
  filter: invert(1);
}
html[data-theme=light] ._bg-black {
  background-color: var(--color-light-grey);
}
html[data-theme=light] ._bg-black.text-white h1,
html[data-theme=light] ._bg-black.text-white .text-h1,
html[data-theme=light] ._bg-black.text-white h2,
html[data-theme=light] ._bg-black.text-white .text-h2,
html[data-theme=light] ._bg-black.text-white h3,
html[data-theme=light] ._bg-black.text-white .text-h3,
html[data-theme=light] ._bg-black.text-white h4,
html[data-theme=light] ._bg-black.text-white .text-h4,
html[data-theme=light] ._bg-black.text-white h5,
html[data-theme=light] ._bg-black.text-white .text-h5,
html[data-theme=light] ._bg-black.text-white h6,
html[data-theme=light] ._bg-black.text-white .text-h6,
html[data-theme=light] ._bg-black.text-white p,
html[data-theme=light] ._bg-black.text-white .text-p,
html[data-theme=light] ._bg-black.text-white li,
html[data-theme=light] ._bg-black.text-white label {
  color: var(--color-black);
}
html[data-theme=light] .links__items ._item a {
  color: var(--color-black);
}
html[data-theme=light] .links__items ._item a::after {
  -webkit-mask-image: url("../img/icons/i_line.svg");
          mask-image: url("../img/icons/i_line.svg");
  background-color: var(--color-black);
}
html[data-theme=light] .links__items ._item a:hover::after {
  -webkit-mask-image: url("../img/icons/i_wave.svg");
          mask-image: url("../img/icons/i_wave.svg");
  background-color: var(--color-black);
}/*# sourceMappingURL=style.css.map */