@font-face {
  font-family: "New Kansas";
  src: url("../assets/fonts/NewKansasMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Kansas";
  src: url("../assets/fonts/NewKansasRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../assets/fonts/HelveticaNeue-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
:root {
  --body-font: "Helvetica Neue", sans-serif;
  --heading-font: "New Kansas", sans-serif;
  --primary-color: #422410;
  --secondary-color: #12262F;
  --tertiary-color: #F7DDC6;
  --text-medium: #605751;
  --text-light: #8B7E75;
  --text-extra-light: #958E88;
  --text-gray: #A0A8AC;
  --border: #D9D9D9;
  --section-bg: #FFFBF8;
  --white: #FFFFFF;
  --light-white: #F5F5F5;
  --orange: #FF8C0D;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1239px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 860px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media screen and (max-width: 991px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
.col-1:not(:first-child),
.col-2:not(:first-child),
.col-3:not(:first-child),
.col-4:not(:first-child),
.col-5:not(:first-child),
.col-6:not(:first-child),
.col-7:not(:first-child),
.col-8:not(:first-child),
.col-9:not(:first-child),
.col-10:not(:first-child),
.col-11:not(:first-child),
.col-12:not(:first-child),
.col:not(:first-child),
.col-auto:not(:first-child),
.col-sm-1:not(:first-child),
.col-sm-2:not(:first-child),
.col-sm-3:not(:first-child),
.col-sm-4:not(:first-child),
.col-sm-5:not(:first-child),
.col-sm-6:not(:first-child),
.col-sm-7:not(:first-child),
.col-sm-8:not(:first-child),
.col-sm-9:not(:first-child),
.col-sm-10:not(:first-child),
.col-sm-11:not(:first-child),
.col-sm-12:not(:first-child),
.col-sm:not(:first-child),
.col-sm-auto:not(:first-child),
.col-md-1:not(:first-child),
.col-md-2:not(:first-child),
.col-md-3:not(:first-child),
.col-md-4:not(:first-child),
.col-md-5:not(:first-child),
.col-md-6:not(:first-child),
.col-md-7:not(:first-child),
.col-md-8:not(:first-child),
.col-md-9:not(:first-child),
.col-md-10:not(:first-child),
.col-md-11:not(:first-child),
.col-md-12:not(:first-child),
.col-md:not(:first-child),
.col-md-auto:not(:first-child),
.col-lg-1:not(:first-child),
.col-lg-2:not(:first-child),
.col-lg-3:not(:first-child),
.col-lg-4:not(:first-child),
.col-lg-5:not(:first-child),
.col-lg-6:not(:first-child),
.col-lg-7:not(:first-child),
.col-lg-8:not(:first-child),
.col-lg-9:not(:first-child),
.col-lg-10:not(:first-child),
.col-lg-11:not(:first-child),
.col-lg-12:not(:first-child),
.col-lg:not(:first-child),
.col-lg-auto:not(:first-child),
.col-xl-1:not(:first-child),
.col-xl-2:not(:first-child),
.col-xl-3:not(:first-child),
.col-xl-4:not(:first-child),
.col-xl-5:not(:first-child),
.col-xl-6:not(:first-child),
.col-xl-7:not(:first-child),
.col-xl-8:not(:first-child),
.col-xl-9:not(:first-child),
.col-xl-10:not(:first-child),
.col-xl-11:not(:first-child),
.col-xl-12:not(:first-child),
.col-xl:not(:first-child),
.col-xl-auto:not(:first-child) {
  padding-left: 12px;
}
.col-1:not(:last-child),
.col-2:not(:last-child),
.col-3:not(:last-child),
.col-4:not(:last-child),
.col-5:not(:last-child),
.col-6:not(:last-child),
.col-7:not(:last-child),
.col-8:not(:last-child),
.col-9:not(:last-child),
.col-10:not(:last-child),
.col-11:not(:last-child),
.col-12:not(:last-child),
.col:not(:last-child),
.col-auto:not(:last-child),
.col-sm-1:not(:last-child),
.col-sm-2:not(:last-child),
.col-sm-3:not(:last-child),
.col-sm-4:not(:last-child),
.col-sm-5:not(:last-child),
.col-sm-6:not(:last-child),
.col-sm-7:not(:last-child),
.col-sm-8:not(:last-child),
.col-sm-9:not(:last-child),
.col-sm-10:not(:last-child),
.col-sm-11:not(:last-child),
.col-sm-12:not(:last-child),
.col-sm:not(:last-child),
.col-sm-auto:not(:last-child),
.col-md-1:not(:last-child),
.col-md-2:not(:last-child),
.col-md-3:not(:last-child),
.col-md-4:not(:last-child),
.col-md-5:not(:last-child),
.col-md-6:not(:last-child),
.col-md-7:not(:last-child),
.col-md-8:not(:last-child),
.col-md-9:not(:last-child),
.col-md-10:not(:last-child),
.col-md-11:not(:last-child),
.col-md-12:not(:last-child),
.col-md:not(:last-child),
.col-md-auto:not(:last-child),
.col-lg-1:not(:last-child),
.col-lg-2:not(:last-child),
.col-lg-3:not(:last-child),
.col-lg-4:not(:last-child),
.col-lg-5:not(:last-child),
.col-lg-6:not(:last-child),
.col-lg-7:not(:last-child),
.col-lg-8:not(:last-child),
.col-lg-9:not(:last-child),
.col-lg-10:not(:last-child),
.col-lg-11:not(:last-child),
.col-lg-12:not(:last-child),
.col-lg:not(:last-child),
.col-lg-auto:not(:last-child),
.col-xl-1:not(:last-child),
.col-xl-2:not(:last-child),
.col-xl-3:not(:last-child),
.col-xl-4:not(:last-child),
.col-xl-5:not(:last-child),
.col-xl-6:not(:last-child),
.col-xl-7:not(:last-child),
.col-xl-8:not(:last-child),
.col-xl-9:not(:last-child),
.col-xl-10:not(:last-child),
.col-xl-11:not(:last-child),
.col-xl-12:not(:last-child),
.col-xl:not(:last-child),
.col-xl-auto:not(:last-child) {
  padding-right: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-header {
  position: relative;
  height: 820px;
}
@media screen and (max-width: 1200px) {
  .site-header {
    height: 720px;
  }
}
@media screen and (max-width: 575px) {
  .site-header {
    height: 800px;
  }
}
.site-header .site-logo {
  max-width: 278px;
  height: 278px;
  position: absolute;
  top: 90px;
}
@media screen and (max-width: 1200px) {
  .site-header .site-logo {
    top: 64px;
    max-width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-logo {
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .site-header .site-logo {
    max-width: 232px;
    height: 232px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-header .site-logo .logo {
  display: block;
  width: 100%;
}
.site-header .header-bg {
  width: 100%;
  height: 100%;
}
.site-header .header-bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .site-header .header-bg img.header-image {
    display: none;
  }
}
.site-header .header-bg img.header-image-mob {
  display: none;
}
@media screen and (max-width: 575px) {
  .site-header .header-bg img.header-image-mob {
    display: block;
  }
}

.footer {
  padding-top: 5rem;
  padding-bottom: 2.083rem;
  background-color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .footer {
    padding-top: 3.333rem;
    padding-bottom: 1.667rem;
  }
}
.footer .footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .footer .footer-block {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-block {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 44px;
    margin-bottom: 2.5rem;
  }
}
.footer .footer-block .news-letter-block .small {
  color: var(--text-gray);
}
@media screen and (max-width: 575px) {
  .footer .footer-block .news-letter-block .small {
    font-size: 0.667rem;
  }
}
.footer .footer-block .news-letter-block .h3 {
  margin: 0.167rem 0;
  color: var(--white);
}
.footer .footer-block .news-letter-block .description {
  margin-bottom: 1rem;
  color: var(--light-white);
  font-weight: 400;
}
.footer .footer-block .footer-logo-block {
  text-align: center;
  max-width: 338px;
}
@media screen and (max-width: 991px) {
  .footer .footer-block .footer-logo-block {
    max-width: 280px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer-block .footer-logo-block {
    width: 100%;
  }
}
.footer .footer-block .footer-logo-block .logo-block {
  margin-bottom: 0.833rem;
}
@media screen and (max-width: 575px) {
  .footer .copyright-block {
    text-align: center;
  }
}

.information-section .content-block {
  text-align: center;
}
.information-section .content-block .seprator {
  width: 94px;
  margin: 0 auto;
  height: 6px;
  background: var(--orange);
}
.information-section .content-block .h1 {
  margin: 1.333rem 0;
}
@media screen and (max-width: 575px) {
  .information-section .content-block .h1 {
    margin: 0.833rem 0;
  }
}
.information-section .content-block .light {
  margin-top: 1rem;
}
@media screen and (max-width: 575px) {
  .information-section .content-block .light {
    margin-top: 0.667rem;
  }
}

.how-it-works {
  background: var(--section-bg);
}
.how-it-works .heading-block {
  text-align: center;
  margin-bottom: 1.72rem;
}
@media screen and (max-width: 575px) {
  .how-it-works .heading-block {
    margin-bottom: 1.333rem;
  }
}
.how-it-works .works-block {
  display: flex;
  align-items: center;
  gap: 1.333rem;
  margin-bottom: 3.333rem;
}
@media screen and (max-width: 991px) {
  .how-it-works .works-block {
    margin-bottom: 2.667rem;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works .works-block {
    flex-direction: column;
    margin-bottom: 1.667rem;
  }
}
.how-it-works .works-block .work-list-items {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .how-it-works .works-block .work-list-items {
    width: 100%;
  }
}
.how-it-works .works-block .work-list-items .work-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--primary-color);
  border-radius: 0.8333rem;
}
@media screen and (max-width: 991px) {
  .how-it-works .works-block .work-list-items .work-item {
    gap: 0.833rem;
    padding: 0.917rem;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works .works-block .work-list-items .work-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .how-it-works .works-block .work-list-items .work-item {
    padding: 1rem;
  }
}
.how-it-works .works-block .work-list-items .work-item:first-child {
  align-items: flex-start;
}
.how-it-works .works-block .work-list-items .work-item:not(:last-child) {
  margin-bottom: 0.667rem;
}
.how-it-works .works-block .work-list-items .work-item .counter {
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  position: relative;
}
@media screen and (max-width: 991px) {
  .how-it-works .works-block .work-list-items .work-item .counter {
    min-width: 2.083rem;
    width: 2.083rem;
    height: 2.083rem;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works .works-block .work-list-items .work-item .counter {
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .how-it-works .works-block .work-list-items .work-item .counter {
    min-width: 1.667rem;
    width: 1.667rem;
    height: 1.667rem;
  }
}
.how-it-works .works-block .work-list-items .work-item .counter .count-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.333rem;
  line-height: 100%;
  color: var(--primary-color);
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 991px) {
  .how-it-works .works-block .work-list-items .work-item .counter .count-number {
    font-size: 1.083rem;
  }
}
@media screen and (max-width: 575px) {
  .how-it-works .works-block .work-list-items .work-item .counter .count-number {
    font-size: 0.833rem;
  }
}
.how-it-works .qoute-block {
  background: var(--tertiary-color);
  padding: 1.75rem 3.875rem;
  border-radius: 0.8333rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .how-it-works .qoute-block {
    padding: 1.333rem 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works .qoute-block {
    padding: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .how-it-works .qoute-block {
    padding: 0.833rem;
  }
}

@media screen and (max-width: 991px) {
  .cta-section .row .row > div:not(:last-child) {
    margin-bottom: 1.333rem;
  }
}
@media screen and (max-width: 575px) {
  .cta-section .row .row > div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.cta-section .row .row > div:not(:first-child) .cta-block {
  padding-right: 1.417rem;
}
.cta-section .row .row > div:not(:first-child) .cta-block .p {
  width: 90%;
}
.cta-section .cta-block {
  padding: 1.75rem;
  border: 1px solid var(--border);
  border-bottom: 6px solid var(--orange);
  border-radius: 0.8333rem;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .cta-section .cta-block {
    padding: 1.333rem 0.833rem !important;
  }
}
.cta-section .cta-block .icon-block {
  max-width: 194px;
  margin-bottom: 1.667rem;
}
@media screen and (max-width: 991px) {
  .cta-section .cta-block .icon-block {
    width: 164px;
  }
}
@media screen and (max-width: 575px) {
  .cta-section .cta-block .icon-block {
    width: 124px;
    margin-bottom: 1.333rem;
  }
}
.cta-section .cta-block .h4 {
  margin-bottom: 1.333rem;
}
@media screen and (max-width: 575px) {
  .cta-section .cta-block .h4 {
    margin-bottom: 0.667rem;
  }
}
.cta-section .cta-block .small {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

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

html {
  font-size: 24px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
  letter-spacing: 0px;
}

.p {
  font-size: 1rem;
  line-height: 132%;
  color: var(--text-light);
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .p {
    font-size: 0.75rem;
  }
}
.p.exta-large {
  font-size: 1.75rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--text-medium);
}
.p.exta-large.light {
  color: var(--text-light);
  font-weight: 400;
  line-height: 132%;
}
@media screen and (max-width: 991px) {
  .p.exta-large {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .p.exta-large {
    font-size: 1.166rem;
  }
}
.p.list-name {
  font-size: 0.833rem;
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .p.list-name {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 575px) {
  .p.list-name {
    font-size: 0.667rem;
  }
}
.p.italic {
  font-size: 1.333rem;
  font-weight: 400;
  font-style: italic;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .p.italic {
    font-size: 1.083rem;
  }
}
@media screen and (max-width: 575px) {
  .p.italic {
    font-size: 0.833rem;
  }
}
.p.small {
  font-size: 0.833rem;
  color: var(--text-extra-light);
}
@media screen and (max-width: 575px) {
  .p.small {
    font-size: 0.75rem;
  }
}
.p.extra-small {
  font-size: 0.75rem;
  color: var(--text-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.h1,
.h2 {
  font-size: 2.833rem;
  line-height: 120%;
  color: var(--primary-color);
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .h1,
  .h2 {
    font-size: 2.333rem;
  }
}
@media screen and (max-width: 575px) {
  .h1,
  .h2 {
    font-size: 1.916rem;
  }
}

.h3 {
  font-size: 2.417rem;
  line-height: 120%;
  color: var(--white-color);
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .h3 {
    font-size: 1.583rem;
  }
}

.h4 {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 100%;
}
@media screen and (max-width: 575px) {
  .h4 {
    font-size: 1.167rem;
  }
}

.h5 {
  font-size: 1.333rem;
  line-height: 100%;
  color: var(--white);
  font-weight: 500;
}

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

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

img {
  display: block;
  width: 100%;
}

section {
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 3.333rem 0;
  }
}

.link {
  font-size: 1rem;
  text-decoration: underline;
  line-height: 132%;
  font-weight: 500;
  display: block;
  color: var(--primary-color);
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 575px) {
  .link {
    font-size: 0.75rem;
  }
}
.link:hover {
  color: var(--orange);
}
.link:visited {
  color: var(--primary-primary);
}

.primary-btn {
  position: relative;
  display: inline-flex;
  background: var(--orange);
  padding: 0 1.333rem;
  height: 2.5rem;
  border-radius: 0.333rem;
  align-items: center;
  text-decoration: none;
  transition: background 0.4s ease;
}
.primary-btn:hover {
  background-color: #ef7e02;
}
.primary-btn .btn-text {
  font-size: 0.833rem;
  line-height: 100%;
  color: var(--white);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

#loom-companion-mv3 {
  display: none !important;
}

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