* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

a {
  text-decoration: underline;
  transition: background 0.4s ease, color 0.4s ease;
}
a:hover {
  transition: background 0.4s ease, color 0.4s ease;
}

#c_page {
  padding: 160px 0 0 0;
}

/* Landing | MobileMenu */
/* Landing | MobileMenu */
/* Landing | MobileMenu */
#mobile-menu {
  background: var(--normal-dark);
  display: none;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 150px 0 49px;
  z-index: 90;
}
#mobile-menu .c_btn {
  margin: 15px 15px;
}
#mobile-menu ul.primary {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#mobile-menu ul.primary > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mobile-menu ul.primary > li a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: var(--normal-0);
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  padding: 24px 0;
}
#mobile-menu ul.primary > li a:hover {
  text-decoration: underline;
}
#mobile-menu ul.primary > li ul.submenu {
  display: none;
  margin: 0;
  padding: 0;
}
#mobile-menu ul.primary > li ul.submenu.open {
  display: block;
}
#mobile-menu ul.primary > li ul.submenu > li {
  display: block;
  margin: 0;
  padding: 0;
}
#mobile-menu ul.primary > li ul.submenu > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--normal-0);
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  padding: 24px 0;
}
#mobile-menu ul.primary > li ul.submenu > li > a:hover {
  text-decoration: underline;
}
#mobile-menu ul.primary > li ul.submenu > li.children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#mobile-menu ul.primary > li ul.submenu > li.children > a:after {
  content: "";
  background: var(--normal-0);
  display: block;
  -webkit-mask: url(../images/icons/ic-chevron.png) no-repeat;
  mask: url(../images/icons/ic-chevron.png) no-repeat;
  min-width: 12px;
  max-width: 12px;
  height: 7px;
  transition: transform 0.4s;
}
#mobile-menu ul.primary > li.children > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#mobile-menu ul.primary > li.children > a:after {
  content: "";
  background: var(--normal-0);
  display: block;
  -webkit-mask: url(../images/icons/ic-chevron.png) no-repeat;
  mask: url(../images/icons/ic-chevron.png) no-repeat;
  min-width: 12px;
  max-width: 12px;
  height: 7px;
  transition: transform 0.4s;
}
#mobile-menu ul.primary > li.children.active > a:after {
  transform: rotate(90deg);
  transition: transform 0.4s;
}
#mobile-menu .mobile-menu__socials {
  gap: 10px;
}
#mobile-menu .mobile-menu__socials .c_social {
  background: var(--normal-200);
  border-radius: 50%;
  box-shadow: none;
  border: 0;
  color: var(--normal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  transition: background 0.4s ease, color 0.4s ease;
}
#mobile-menu .mobile-menu__socials .c_social:before {
  content: "";
  background: currentColor;
  display: block;
}
#mobile-menu .mobile-menu__socials .c_social--youtube:before {
  -webkit-mask: url(../images/icons/ic-youtube.svg) no-repeat;
  mask: url(../images/icons/ic-youtube.svg) no-repeat;
  min-width: 18px;
  max-width: 18px;
  height: 13px;
}
#mobile-menu .mobile-menu__socials .c_social--facebook:before {
  -webkit-mask: url(../images/icons/ic-facebook.svg) no-repeat;
  mask: url(../images/icons/ic-facebook.svg) no-repeat;
  min-width: 9px;
  max-width: 9px;
  height: 17px;
}
#mobile-menu .mobile-menu__socials .c_social--instagram:before {
  -webkit-mask: url(../images/icons/ic-instagram.svg) no-repeat;
  mask: url(../images/icons/ic-instagram.svg) no-repeat;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
#mobile-menu .mobile-menu__socials .c_social--linkedin:before {
  -webkit-mask: url(../images/icons/ic-linkedin.svg) no-repeat;
  mask: url(../images/icons/ic-linkedin.svg) no-repeat;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}
#mobile-menu .mobile-menu__socials .c_social:hover {
  background: var(--primary-100);
  color: var(--normal-0);
  transition: background 0.4s ease, color 0.4s ease;
}

/* Landing | Btn Slider */
/* Landing | Btn Slider */
/* Landing | Btn Slider */
.c_btn-slider {
  background: var(--primary-100);
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  color: var(--normal-dark);
  position: absolute;
  top: 134px;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease;
}
.c_btn-slider:hover {
  background: var(--primary-200);
  color: var(--normal-dark);
  transition: background 0.4s ease, color 0.4s ease;
}
.c_btn-slider:after {
  content: "";
  background: currentColor;
  display: block;
  -webkit-mask: url(../images/icons/ic-slider-arrow.svg) no-repeat;
  mask: url(../images/icons/ic-slider-arrow.svg) no-repeat;
  min-width: 18px;
  max-width: 18px;
  height: 15px;
}
.c_btn-slider:focus {
  outline: none;
}
.c_btn-slider--prev {
  left: -155px;
}
.c_btn-slider--prev:after {
  transform: rotate(180deg);
}
.c_btn-slider--next {
  right: -155px;
}

/* Landing | Margin */
/* Landing | Margin */
/* Landing | Margin */
.c_margin--90px {
  margin: 90px 0;
}

/* Landing | Typography */
/* Landing | Typography */
/* Landing | Typography */
.c_center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

h1 {
  font-family: "Montserrat", serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--normal-0);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--normal-dark);
}
h2.big {
  font-family: "Montserrat", serif;
  font-size: 88px;
  font-weight: 800;
  color: var(--normal-0);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

/* Landing | Buttons */
/* Landing | Buttons */
/* Landing | Buttons */
.c_buttons {
  margin: 146px 0 0 0;
}
.c_buttons--small {
  margin: 40px 0 0 0;
}

.c_btn {
  background: transparent;
  border-radius: 10px;
  border: 0;
  display: block;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  text-decoration: none;
  padding: 20px 88px;
  margin: 0;
  transition: background 0.4s ease, color 0.4s ease;
}
.c_btn:hover {
  transition: background 0.4s ease, color 0.4s ease;
}
.c_btn__small {
  padding: 20px 48px;
}
.c_btn__primary {
  background: var(--primary-100);
  color: var(--normal-0);
}
.c_btn__primary:hover {
  background: var(--primary-200);
  color: var(--normal-0);
}

/* Landing | Body */
/* Landing | Body */
/* Landing | Body */
body {
  background: var(--body);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--normal-100);
  margin: 0;
  padding: 0;
}
body.c_page #c_header {
  background: var(--normal-dark);
}

/* Landing | Container */
/* Landing | Container */
/* Landing | Container */
.container {
  max-width: 1560px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

/* Landing | Flex */
/* Landing | Flex */
/* Landing | Flex */
.c_flex {
  display: flex;
}
.c_flex__wrap {
  flex-wrap: wrap;
}
.c_flex__center {
  align-items: center;
}
.c_flex__center-start {
  justify-content: flex-start;
}
.c_flex__center-end {
  justify-content: flex-end;
}
.c_flex__center-between {
  justify-content: space-between;
}
.c_flex__center-center {
  justify-content: center;
}
.c_flex__stretch {
  align-items: stretch;
}
.c_flex__stretch-start {
  justify-content: flex-start;
}
.c_flex__stretch-end {
  justify-content: flex-end;
}
.c_flex__stretch-between {
  justify-content: space-between;
}
.c_flex__stretch-center {
  justify-content: center;
}
.c_flex__start {
  align-items: flex-start;
}
.c_flex__start-start {
  justify-content: flex-start;
}
.c_flex__start-end {
  justify-content: flex-end;
}
.c_flex__start-between {
  justify-content: space-between;
}
.c_flex__start-center {
  justify-content: center;
}
.c_flex__end {
  align-items: flex-end;
}
.c_flex__end-start {
  justify-content: flex-start;
}
.c_flex__end-end {
  justify-content: flex-end;
}
.c_flex__end-between {
  justify-content: space-between;
}
.c_flex__end-center {
  justify-content: center;
}

@media screen and (max-width: 1800px) {
  .c_btn-slider {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .c_btn-slider--prev {
    left: -60px;
  }
  .c_btn-slider--next {
    right: -60px;
  }
}
@media screen and (max-width: 1380px) {
  h2.big {
    font-size: 68px;
  }
}
@media screen and (max-width: 680px) {
  .c_btn {
    padding: 20px 48px;
  }
  .c_btn-slider {
    top: calc(100% + 40px);
    height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
  .c_btn-slider--prev {
    left: calc(50% - 50px);
  }
  .c_btn-slider--next {
    left: calc(50% + 10px);
  }
  .c_margin--90px {
    margin: 40px 0;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
  }
  h2.big {
    font-size: 32px;
  }
  .container {
    padding: 0 15px;
  }
  #mobile-menu {
    display: flex;
    pointer-events: none;
    visibility: hidden;
    left: -100%;
    opacity: 1;
    width: 100%;
    transition: width 0.4s, visibility 0.4s, left 0.4s;
  }
  #mobile-menu.visible {
    width: 100%;
    visibility: visible;
    left: 0;
    transition-delay: 0s;
    pointer-events: auto;
  }
  .c_buttons {
    margin: 30px 0 0 0;
  }
}
.container h1 {color: #000000 !important}
/*# sourceMappingURL=components.css.map */
