/*
<!-----------------------coded by---------------------------+
|    _                  _                _         _        |
|   | | ___ _ __   __ _| |__   __ _ _ __| |_   ___| | __    |
|   | |/ _ \ '_ \ / _` | '_ \ / _` | '__| __| / __| |/ /    |
|   | |  __/ | | | (_| | | | | (_| | |  | |_ _\__ \   <     |
|   |_|\___|_| |_|\__, |_| |_|\__,_|_|   \__(_)___/_|\_\    |
|                 |___/                                     |
|                                                           |
+----------------------------------------------------------->
*/
/*==================================MIXINS=====================================*/
/*==================================KEYFRAMES===================================*/
/*==================================RESET======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/*==================================PATHS======================================*/
/*==================================FONTS======================================*/
@font-face {
  font-family: "Haffer Regular";
  src: url("../fonts/OTF/HafferXHRegular.otf"), url("../fonts/WEB/HafferXHRegular.woff") format("woff"), url("../fonts/WEB/HafferXHRegular.woff2") format("woff2"), url("../fonts/TTF/HafferXHRegular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Haffer Medium";
  src: url("../fonts/OTF/HafferXHMedium.otf"), url("../fonts/WEB/HafferXHMedium.woff") format("woff"), url("../fonts/WEB/HafferXHMedium.woff2") format("woff2"), url("../fonts/TTF/HafferXHMedium.ttf") format("truetype");
  font-weight: 500;
}
/*==================================COLORS=====================================*/
::selection {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: white;
  background-color: black;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

/*==================================DECLARATIONS===============================*/
html, body {
  font-size: 16px;
  font-family: "Haffer Regular";
  color: #24393E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.container-fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block {
  box-sizing: border-box;
  padding: 3rem;
}

/*==================================SVG========================================*/
/*==================================ELEMENTS===================================*/
h1 {
  font-family: "Haffer Medium";
  font-size: 4rem;
  line-height: 4.4rem;
  letter-spacing: -0.04rem;
}

h2 {
  font-family: "Haffer Medium";
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: -0.03rem;
}

h3 {
  font-family: "Haffer Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -0.02rem;
}

h4 {
  font-family: "Haffer Medium";
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.size-s {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}

.size-m {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.size-l {
  font-family: "Haffer Medium";
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: -0.01563rem;
}

.size-xl {
  font-family: "Haffer Medium";
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -0.02rem;
}

.ml-auto {
  margin-left: auto;
  margin-right: 0;
}

.mr-auto {
  margin-right: auto;
  margin-left: 0;
}

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

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

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

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

.bg-primary-dark {
  background-color: #24393E;
}

.bg-primary-beige {
  background-color: #FBF7EF;
}

.bg-primary-teal {
  background-color: #46999C;
}

.bg-primary-orange {
  background-color: #FE9361;
}

.bg-primary-seafoam {
  background-color: #C1E6E2;
}

.text-primary-dark {
  color: #24393E;
}

.text-primary-beige {
  color: #FBF7EF;
}

.text-primary-teal {
  color: #46999C;
}

.text-primary-orange {
  color: #FE9361;
}

.text-primary-seafoam {
  color: #C1E6E2;
}

.btn {
  display: inline-flex;
  padding: 1rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  color: #24393E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}
.btn-orange {
  background: #FE9361;
}
.btn-beige {
  background: #FBF7EF;
}
.btn-sm {
  padding: 0.5rem 1.25rem;
}

.link {
  color: #24393E;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-only {
  display: none;
}

/*==================================HEADER=====================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .flex {
  height: 7rem;
  display: flex;
  align-items: center;
}
header .flex .col {
  padding: 0 3rem;
  flex: 1;
}
header .flex .col:nth-child(2) {
  flex: 2;
}
header .flex .col .logo a {
  display: inline-block;
  font-size: 0;
  height: 1.75rem;
}
header .flex .col .logo a img {
  height: 100%;
}
header .flex .col nav ul {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
header .flex .col nav ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #FBF7EF;
  justify-content: center;
}
header .flex .col .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
header .flex .col .actions .languages {
  position: relative;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #FBF7EF;
  cursor: pointer;
}
header .flex .col .actions .languages img {
  width: 1rem;
}
header .flex .col .actions .languages.active .list {
  opacity: 1;
  visibility: visible;
}
header .flex .col .actions .languages .list {
  transition: all 0.3s ease-out;
  position: absolute;
  visibility: hidden;
  opacity: 1;
  top: 100%;
  padding: 1rem;
  left: -1rem;
  right: -1rem;
  background: #FBF7EF;
  z-index: 1;
}
header .flex .col .actions .languages .list ul li {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
header .flex .col .actions .languages .list ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
  color: #24393E;
}

/*==================================SECTIONS===================================*/
section.hero {
  padding: 7rem 0 3rem 0;
  background: #24393E url(../img/hero-bg-desktop-v2@2x.jpg) no-repeat top right;
  background-size: cover;
  position: relative;
}
section.hero .wrapper {
  width: 50%;
}
section.hero .wrapper .block .lead {
  margin: 6rem 0 1.5rem;
}
section.hero .wrapper .block .buttons {
  margin: 4rem 0 0;
  display: flex;
  gap: 3rem;
  align-items: center;
}
section.hero .wrapper .block .buttons .btn {
  min-width: 15rem;
}
section.hero .wrapper .block .buttons .link {
  color: #FBF7EF;
}

section.logos {
  padding: 3rem 0;
}
section.logos .wrapper {
  width: 83.33%;
  margin: 0 auto;
}
section.logos .wrapper .block .slider {
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
section.logos .wrapper .block .slider .slide {
  flex: 1;
}
section.logos .wrapper .block .slider .slide .image {
  font-size: 0;
}
section.logos .wrapper .block .slider .slide .image img {
  width: 100%;
}

section.text {
  padding: 3rem 0;
  position: relative;
}
section.text .bg-square-element {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 7.5rem;
}
section.text .wrapper {
  width: 75%;
}

section.cta {
  padding: 3rem 0 6rem;
}
section.cta .flex .col {
  flex: 1;
}

section.grid .flex .col {
  flex: 1;
  display: inline-flex;
  flex-flow: column;
}
section.grid .flex .col:nth-child(even) {
  flex-flow: column-reverse;
}
section.grid .flex .col .block {
  aspect-ratio: 1/1;
}
section.grid .flex .col .block p {
  margin-top: 1.5rem;
}
section.grid .flex .col .image {
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 0;
}
section.grid .flex .col .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.toggles-image {
  padding: 0 0 6rem;
}
section.toggles-image .flex .col {
  flex: 1;
}
section.toggles-image .flex .col .block {
  padding: 0 3rem;
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
section.toggles-image .flex .col .block .item {
  display: flex;
  gap: 3rem;
}
section.toggles-image .flex .col .block .item .icon {
  flex: 0 0 4rem;
  width: 4rem;
}
section.toggles-image .flex .col .block .item .icon img {
  width: 100%;
}
section.toggles-image .flex .col .block .item .toggle {
  padding: 0 0 3rem;
  border-bottom: 1px solid #24393E;
  width: 100%;
}
section.toggles-image .flex .col .block .item .toggle .top {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  gap: 1.5rem;
  justify-content: space-between;
  width: 100%;
}
section.toggles-image .flex .col .block .item .toggle .top.active .arrow {
  transform: rotate(-180deg);
}
section.toggles-image .flex .col .block .item .toggle .top .arrow {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease-out;
}
section.toggles-image .flex .col .block .item .toggle .top .arrow svg {
  width: 100%;
  height: 100%;
}
section.toggles-image .flex .col .block .item .toggle .bottom .text {
  padding: 1.5rem 0 0;
}
section.toggles-image .flex .col .block .item .toggle .bottom .text p {
  margin: 0 0 1.5rem;
}
section.toggles-image .flex .col.image {
  font-size: 0;
}
section.toggles-image .flex .col.image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

section.text-image .flex .col {
  flex: 1;
}
section.text-image .flex .col .block .wrapper {
  padding: 3rem 3rem 0 0;
}
section.text-image .flex .col .block h1 {
  max-width: 36rem;
}
section.text-image .flex .col .block p {
  max-width: 26.5rem;
  margin: 1.5rem 0 4rem;
}
section.text-image .flex .col .block .btn {
  min-width: 15rem;
}
section.text-image .flex .col.image {
  font-size: 0;
}
section.text-image .flex .col.image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

section.testimonial {
  padding: 3rem 0;
}
section.testimonial .wrapper {
  width: 83.33%;
  margin: 0 auto;
}
section.testimonial .wrapper .block .image {
  font-size: 0;
}
section.testimonial .wrapper .block .image svg {
  width: 2.44444rem;
  height: 2rem;
}
section.testimonial .wrapper .block .text {
  margin: 2.5rem 0 3rem;
}
section.testimonial .wrapper .block .author {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
section.testimonial .wrapper .block .author .photo {
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
}
section.testimonial .wrapper .block .author .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
section.testimonial .wrapper .block .author .info p {
  margin: 0.25rem 0 0;
}

/*==================================FOOTER=====================================*/
footer {
  padding: 2.75rem 0;
}
footer .flex {
  align-items: center;
}
footer .flex .col {
  flex: 1;
}
footer .flex .col .block {
  padding: 0 3rem;
}
footer .flex .col .block .social {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
footer .flex .col .block .social a {
  font-size: 0;
}
footer .flex .col .block .social a svg {
  width: 1.5rem;
  height: 1.5rem;
}
footer .flex .col .block .links {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
footer .flex .col .block .links a {
  color: #24393E;
}
footer .flex .col .block .links a:hover {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 2px;
}

/*==================================RETINA=====================================*/
/*==================================RESPONSE===================================*/
@media (max-width: 1349px) {
  html, body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  html, body {
    font-size: 12px;
  }
  .block {
    padding: 2rem;
  }
  header .flex .col {
    padding: 0 2rem;
  }
  section.logos .wrapper {
    width: 100%;
  }
  section.toggles-image .flex .col .block {
    padding: 0 2rem;
  }
  footer .flex .col .block {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: -0.025rem;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 2.1rem;
    letter-spacing: -0.0175rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.65rem;
    letter-spacing: -0.015rem;
  }
  .size-l {
    font-size: 1.125rem;
    line-height: 1.35rem;
    letter-spacing: -0.01125rem;
  }
  .size-xl {
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: -0.015rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.35rem;
    letter-spacing: -0.01125rem;
  }
  header .flex .col:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 16px;
  }
  .mobile-only {
    display: inherit;
  }
  .desktop-only {
    display: none;
  }
  .block {
    padding: 1.5rem;
  }
  .btn {
    width: 100%;
  }
  header .flex {
    height: 4.5rem;
  }
  header .flex .col {
    padding: 0 1.5rem;
  }
  header .flex .col .logo a {
    height: 1rem;
  }
  header .flex .col .actions .btn {
    display: none;
  }
  section.hero {
    padding: 4.5rem 0 1.5rem;
    background: url(../img/mobile-hero-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  section.hero .wrapper {
    width: 100%;
  }
  section.hero .wrapper .block .lead {
    margin: 6rem 0 1rem;
  }
  section.hero .wrapper .block .buttons {
    margin: 2rem 0 0;
    flex-flow: column;
    gap: 1rem;
  }
  section.logos {
    padding: 1.5rem 0;
  }
  section.logos .wrapper .block .slider {
    margin: 3rem -1.5rem 0;
  }
  section.logos .wrapper .block .slider .slick-track {
    display: flex;
  }
  section.logos .wrapper .block .slider .slick-track .slick-slide {
    height: auto;
    display: flex;
  }
  section.logos .wrapper .block .slider .slick-track .slick-slide .slide {
    height: 100%;
  }
  section.logos .wrapper .block .slider .slick-track .slick-slide .slide .item {
    height: 100%;
  }
  section.logos .wrapper .block .slider .slide .image {
    padding: 0 1.5rem;
  }
  section.text {
    padding: 1.5rem 0 3rem;
  }
  section.text .bg-square-element {
    width: 3rem;
    height: 3rem;
    left: initial;
    right: 0;
  }
  section.text .wrapper {
    width: 100%;
  }
  section.cta {
    padding: 1.5rem 0 0;
  }
  section.cta .flex {
    flex-flow: column;
  }
  section.grid .flex {
    flex-flow: column;
    padding: 0 0 0 1.5rem;
    align-items: flex-start;
  }
  section.grid .flex .col {
    flex-flow: row-reverse;
    align-items: flex-start;
  }
  section.grid .flex .col:nth-child(even) {
    flex-flow: row-reverse;
  }
  section.grid .flex .col .block {
    aspect-ratio: initial;
  }
  section.grid .flex .col .block p {
    margin-top: 1rem;
  }
  section.grid .flex .col .image {
    padding: 1.5rem 0 0;
    flex: 0 0 4.125rem;
    width: 4.125rem;
    height: 4.125rem;
  }
  section.toggles-image {
    padding: 0 0 1.5rem;
    margin: -1.5rem 0 0;
  }
  section.toggles-image .flex {
    flex-flow: column-reverse;
  }
  section.toggles-image .flex .col .block {
    padding: 1.5rem 1.5rem 0;
    gap: 1.5rem;
  }
  section.toggles-image .flex .col .block .item {
    flex-flow: column;
    gap: 1rem;
  }
  section.toggles-image .flex .col .block .item .icon {
    flex: 0 0 3rem;
    width: 3rem;
  }
  section.toggles-image .flex .col .block .item .toggle {
    padding: 0 0 1.5rem;
  }
  section.testimonial {
    padding: 1.5rem 0;
  }
  section.testimonial .wrapper {
    width: 100%;
  }
  section.testimonial .wrapper .block .author {
    flex-flow: column;
    text-align: center;
  }
  section.text-image .flex {
    flex-flow: column;
  }
  section.text-image .flex .col .block .wrapper {
    padding: 1.5rem 0 0;
  }
  section.text-image .flex .col .block p {
    margin: 1.5rem 0 3rem;
  }
  footer {
    padding: 1.5rem 0;
    text-align: center;
  }
  footer .flex {
    flex-flow: column;
    gap: 2rem;
  }
  footer .flex .col .block .links {
    flex-flow: column;
    gap: 0.5rem;
  }
}
@media (min-width: 1600px) {
  html, body {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  html, body {
    font-size: 22px;
  }
}
@media (min-width: 3000px) {
  html, body {
    font-size: 44px;
  }
}

/*# sourceMappingURL=style.css.map */
