/************ 
    Color
************/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.display-01 {
  font-size: 9.6rem;
  font-weight: 600;
  line-height: 110%;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .display-01 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 568px) {
  .display-01 {
    font-size: 4rem;
  }
}

.heading-large {
  font-size: clamp(3.2rem, 3vw, 5.4rem);
  line-height: 1;
  font-weight: 700;
}

.heading-medium {
  font-size: clamp(2.8rem, 3vw, 4rem);
  line-height: 1;
  font-weight: 700;
}

.heading-small {
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.1;
  font-weight: 700;
}

.heading-xs {
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
}

.pre-heading {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #171717;
  color: #999999;
}

.paragraph-large {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

.paragraph-regular {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
}

.paragraph-small {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.paragraph-xs {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}

.paragraph-extra {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  font-weight: 600;
}

.paragraph-extra-large {
  font-size: clamp(2.8rem, 3vw, 4.8rem);
  line-height: 1.1;
  font-weight: 600;
}

.m-5 {
  margin: 5rem;
}

.my-5 {
  margin: 5rem 0;
}

.mx-5 {
  margin: 0 5rem;
}

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

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

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

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

.p-5 {
  padding: 5rem;
}

.py-5 {
  padding: 5rem 0;
}

.px-5 {
  padding: 0 5rem;
}

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

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

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

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

.m-10 {
  margin: 10rem;
}

.my-10 {
  margin: 10rem 0;
}

.mx-10 {
  margin: 0 10rem;
}

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

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

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

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

.p-10 {
  padding: 10rem;
}

.py-10 {
  padding: 10rem 0;
}

.px-10 {
  padding: 0 10rem;
}

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

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

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

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

.m-20 {
  margin: 20rem;
}

.my-20 {
  margin: 20rem 0;
}

.mx-20 {
  margin: 0 20rem;
}

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

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

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

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

.p-20 {
  padding: 20rem;
}

.py-20 {
  padding: 20rem 0;
}

.px-20 {
  padding: 0 20rem;
}

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

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

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

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

.m-30 {
  margin: 30rem;
}

.my-30 {
  margin: 30rem 0;
}

.mx-30 {
  margin: 0 30rem;
}

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

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

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

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

.p-30 {
  padding: 30rem;
}

.py-30 {
  padding: 30rem 0;
}

.px-30 {
  padding: 0 30rem;
}

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

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

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

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

.m-40 {
  margin: 40rem;
}

.my-40 {
  margin: 40rem 0;
}

.mx-40 {
  margin: 0 40rem;
}

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

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

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

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

.p-40 {
  padding: 40rem;
}

.py-40 {
  padding: 40rem 0;
}

.px-40 {
  padding: 0 40rem;
}

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

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

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

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

.m-50 {
  margin: 50rem;
}

.my-50 {
  margin: 50rem 0;
}

.mx-50 {
  margin: 0 50rem;
}

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

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

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

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

.p-50 {
  padding: 50rem;
}

.py-50 {
  padding: 50rem 0;
}

.px-50 {
  padding: 0 50rem;
}

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

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

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

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

.m-60 {
  margin: 60rem;
}

.my-60 {
  margin: 60rem 0;
}

.mx-60 {
  margin: 0 60rem;
}

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

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

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

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

.p-60 {
  padding: 60rem;
}

.py-60 {
  padding: 60rem 0;
}

.px-60 {
  padding: 0 60rem;
}

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

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

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

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

.m-70 {
  margin: 70rem;
}

.my-70 {
  margin: 70rem 0;
}

.mx-70 {
  margin: 0 70rem;
}

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

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

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

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

.p-70 {
  padding: 70rem;
}

.py-70 {
  padding: 70rem 0;
}

.px-70 {
  padding: 0 70rem;
}

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

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

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

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

.m-80 {
  margin: 80rem;
}

.my-80 {
  margin: 80rem 0;
}

.mx-80 {
  margin: 0 80rem;
}

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

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

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

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

.p-80 {
  padding: 80rem;
}

.py-80 {
  padding: 80rem 0;
}

.px-80 {
  padding: 0 80rem;
}

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

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

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

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

.m-90 {
  margin: 90rem;
}

.my-90 {
  margin: 90rem 0;
}

.mx-90 {
  margin: 0 90rem;
}

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

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

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

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

.p-90 {
  padding: 90rem;
}

.py-90 {
  padding: 90rem 0;
}

.px-90 {
  padding: 0 90rem;
}

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

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

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

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

.m-100 {
  margin: 100rem;
}

.my-100 {
  margin: 100rem 0;
}

.mx-100 {
  margin: 0 100rem;
}

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

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

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

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

.p-100 {
  padding: 100rem;
}

.py-100 {
  padding: 100rem 0;
}

.px-100 {
  padding: 0 100rem;
}

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

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

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

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

.divider-1 {
  height: 1rem;
  clear: both;
}

.divider-2 {
  height: 2rem;
  clear: both;
}

.divider-3 {
  height: 3rem;
  clear: both;
}

.divider-4 {
  height: 4rem;
  clear: both;
}

.divider-5 {
  height: 5rem;
  clear: both;
}

.divider-6 {
  height: 6rem;
  clear: both;
}

.divider-7 {
  height: 7rem;
  clear: both;
}

.divider-8 {
  height: 8rem;
  clear: both;
}

.divider-9 {
  height: 9rem;
  clear: both;
}

.divider-10 {
  height: 10rem;
  clear: both;
}

.divider-15 {
  height: 15rem;
  clear: both;
}

.divider-20 {
  height: 20rem;
  clear: both;
}

.divider-25 {
  height: 25rem;
  clear: both;
}

.divider-30 {
  height: 30rem;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.clr-brand-primary {
  color: #FFB200;
}

.clr-black {
  color: #111111;
}

.clr-white {
  color: #fff;
}

.clr-neutral {
  color: #ebebeb;
}

.clr-neutral-dark {
  color: #171717;
}

.clr-text-main {
  color: #474747;
}

.clr-brand-secondary-light {
  color: #7e7e7e;
}

.clr-footer {
  color: #999999;
}

.clr-gray-1 {
  color: #888888;
}

.bg-white {
  background-color: #fff;
  color: #3f3f3f;
}

.bg-black {
  background-color: #111111;
  color: #fff;
}

.bg-brand-primary {
  background-color: #FFB200;
  color: #fff;
}

.bg-brand-primary-dark {
  background-color: #e6a100;
  color: #fff;
}

.bg-brand-secondary {
  background-color: #222222;
  color: #fff;
}

.bg-brand-secondary-light {
  background-color: #7e7e7e;
  color: #fff;
}

.bg-neutral {
  background-color: #ebebeb;
  color: #3f3f3f;
}

.brand-roundnes {
  border-radius: 1rem;
}

.fw-bold {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.line-trough {
  text-decoration: line-through;
}

.flex-custom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .flex-custom {
    flex-direction: column;
  }
}

.gap-large {
  gap: 30rem;
}

.bg-dark-linear-top {
  position: relative;
  z-index: -2;
}
.bg-dark-linear-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: -1;
}

.bg-dark-linear-bottom {
  position: relative;
  z-index: -2;
}
.bg-dark-linear-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: -1;
}

.img-wrapper-rect {
  width: 25%;
}
.img-wrapper-rect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  padding: 2rem 0;
}
.header .nav__link.active {
  color: #FFB200;
}
.header .nav__link.active:before {
  content: "[";
}
.header .nav__link.active:after {
  content: "]";
}
.header li {
  padding: 1rem;
  cursor: pointer;
}

.hover-dropdown {
  position: relative;
}
.hover-dropdown__items {
  background-color: #fff;
  width: 40rem;
  padding: 2rem 1rem;
  margin-top: -1rem;
  box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.2);
  position: absolute;
  top: 4.5rem;
  opacity: 0;
  z-index: -95;
  transition: all ease 0.3s;
}
.hover-dropdown__items li {
  padding: 0.5rem 2rem;
}
.hover-dropdown__items li a {
  color: #222222;
}
.hover-dropdown__items li a:hover {
  color: #FFB200;
}
.hover-dropdown:hover .hover-dropdown__items {
  margin-top: 0;
  opacity: 1;
  z-index: 395;
}

/******************************************* 
    Mobile navigation
*******************************************/
.offcanvas a {
  display: block;
  font-size: 2rem;
}
.offcanvas li {
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.offcanvas li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.offcanvas .dropdown {
  color: #212121;
  font-weight: 600;
}
.offcanvas .mobile-dropdown {
  display: none;
  margin-top: 1rem;
}
.offcanvas .mobile-dropdown li {
  padding: 0.5rem 2rem;
}
.offcanvas .mobile-dropdown.dropdown-active {
  display: block;
}
.offcanvas .chevron-rotate {
  transform: rotate(180deg);
}

.z-index-negativ-1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.rotate-180 {
  transform: rotate(180deg);
}

.bg-dark {
  position: relative;
}
.bg-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(22, 23, 26, 0.8);
  z-index: 1;
}

.pos-top {
  position: relative;
  z-index: 5;
}

.section-info {
  margin-bottom: -4rem;
}

.info {
  display: flex;
  align-items: center;
  min-height: 50rem;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .info {
    margin-top: 3rem;
    min-height: 20rem;
  }
}
.info__box {
  padding: 6rem;
}
@media only screen and (max-width: 991px) {
  .info__box {
    padding: 4rem;
  }
}
.info__box__contact {
  padding-top: 3rem;
}

.call-info {
  border-left: 1px solid #fff;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .call-info {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 3rem 0;
    margin-top: 3rem;
  }
}

.cover {
  position: relative;
  min-height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .cover {
    min-height: 20vh;
  }
}
.cover::after {
  content: "";
  background-color: rgba(34, 34, 34, 0.8);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.cover__heading {
  position: relative;
  z-index: 3;
}
.cover__breadcrumb {
  padding: 2rem 3rem 1rem 3rem;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -10%;
  left: 35%;
  right: 35%;
  z-index: 99999;
}
@media only screen and (max-width: 991px) {
  .cover__breadcrumb {
    left: 25%;
    right: 25%;
    padding: 1rem 3rem 0.5rem 3rem;
  }
}
@media only screen and (max-width: 568px) {
  .cover__breadcrumb {
    left: 5%;
    right: 5%;
  }
}
.cover__display {
  text-align: center;
  padding: 0 2rem;
}

.footer__navigation {
  width: 63%;
}
@media only screen and (max-width: 1200px) {
  .footer__navigation {
    width: 100%;
    padding-bottom: 3rem;
  }
}
.footer__title {
  position: relative;
  padding: 1.2rem 0;
  text-transform: uppercase;
}
.footer__title::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 1px;
  background-color: #FFB200;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .footer__title::after {
    left: calc(50% - 2rem);
  }
}
.footer__relative {
  width: 40rem;
  padding: 4rem;
  position: relative;
  top: -8rem;
}
@media only screen and (max-width: 1200px) {
  .footer__relative {
    width: 100%;
    top: 0;
    margin-bottom: 3rem;
  }
}
.footer ul {
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer ul {
    margin-top: 0.5rem;
  }
}
.footer ul li {
  padding: 0.8rem 0;
  color: #6B6B6B;
}
.footer .copyright {
  padding: 2rem 0;
  font-size: 1.4rem;
  color: #6B6B6B;
  background-color: #1D1E22;
  position: relative;
  z-index: 5;
}
.footer .copyright a {
  color: #fff;
  padding: 0 1rem;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #999999;
  font-weight: 600;
}
.footer .copyright a:hover {
  color: #c4c1c1;
}

.card-main {
  background-color: #fff;
  overflow: hidden;
}
.card-main__img {
  width: 100%;
  padding-bottom: 65%;
}
.card-main__body {
  margin: 0 5rem;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .card-main__body {
    margin: 0 2rem;
  }
}
.card-main__pluged {
  bottom: 0;
  right: 3rem;
}
.card-main__date {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #878787;
}
.card-main__footer {
  padding: 2rem 5rem;
  border-top: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .card-main__footer {
    padding: 2rem;
  }
}

.card-model {
  color: #474747;
  position: relative;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}
.card-model__img {
  width: 100%;
  padding-bottom: 75%;
}
.card-model__display {
  margin: 3rem;
}
.card-model__text {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .card-model__text {
    font-size: 1.4rem;
  }
}
.card-model__title {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .card-model__title {
    font-size: 1.6rem;
  }
}
.card-model__list {
  margin: 2rem 0;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  column-gap: 5px;
  column-count: 2;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .card-model__list {
    column-count: 1;
  }
}
.card-model__list li {
  position: relative;
  padding: 0.3rem 1.4rem;
}
.card-model__list li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #FFB200;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 12px;
}
.card-model__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-model__body-home {
  padding: 1rem 2rem;
}

.card-model a span {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .card-model a span {
    font-size: 1.5rem;
  }
}

.card-info {
  background-color: #222222;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  border-left: 4px solid #FFB200;
}

.btn-outline, .btn-brand-primary {
  display: inline-block;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 600;
  border: none;
  padding: 1.2rem 3.2rem;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.btn-large-light, .btn-large-dark {
  display: inline-block;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 600;
  text-transform: uppercase;
  border: 6px solid #FFB200;
  padding: 1.8rem 4.2rem;
  background-color: transparent;
  transition: 0.6s;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .btn-large-light, .btn-large-dark {
    padding: 1.4rem 2.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn-large-light, .btn-large-dark {
    padding: 1.2rem 2.2rem;
  }
}

.btn-brand-primary {
  background-color: #FFB200;
  color: #fff;
}
.btn-brand-primary:hover {
  background-color: #e6a100;
  color: #fff;
}

.btn-outline {
  background: transparent;
  border: 1px solid #222222;
}
.btn-outline:hover {
  background-color: #222222;
  color: #fff;
}

.btn-small {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 1rem;
  transition: 0.2s ease-in-out;
}
.btn-small:hover {
  color: #e6a100;
  margin-right: 1.4rem;
}

.btn-large-dark {
  background-color: #111111;
  color: #fff;
}

.btn-large-light {
  background-color: #ebebeb;
  color: #3f3f3f;
}

.form__input--secondary, .form__input--primary, .form__input {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  background-color: #ebebeb;
  color: #3f3f3f;
}

.form__input--primary {
  border: 1px solid #222222;
}
.form__input--secondary {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #222222;
  padding: 0.5rem 0;
}
.form__group {
  margin: 2rem 0 4rem 0;
}
.form select:focus-visible {
  outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #222222;
}

/**
* loader
*/
/** Page Loader ***************************************************************/
.page-loader {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: center;
}
.page-loader p {
  font-size: 16px !important;
  margin-top: 10px;
  font-weight: 500;
  color: #212121;
}
.page-loader .loader {
  position: relative;
  top: calc(50% - 30px);
}

.preloader {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  -moz-animation: container-rotate 1568ms linear infinite;
  -o-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #FFB200;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right {
  float: right !important;
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch.circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -moz-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  -o-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
.slider__item {
  height: 60vh;
}
.slider__title {
  font-size: 7.6rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .slider__title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 568px) {
  .slider__title {
    font-size: 4rem;
  }
}
.slider__text {
  margin-bottom: 3rem;
}

.slider-partners {
  padding-top: 2rem;
}

.sidebar__wrapper {
  padding: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sidebar__wrapper {
    margin-top: 2rem;
  }
}
.sidebar__heading {
  margin: 2rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
.sidebar__link {
  padding: 1.4rem 2.6rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
  transition: 0.4s ease-in-out;
}
.sidebar__link:hover {
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.2);
}
.sidebar .active {
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.2);
}

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

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 60%;
  }
}

body {
  background-color: #fff;
  color: #3f3f3f;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  overflow-x: hidden;
  box-sizing: border-box;
}

.container-header {
  max-width: 160rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.container-main {
  max-width: 160rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container-main {
    max-width: 99rem;
  }
}
@media only screen and (max-width: 991px) {
  .container-main {
    max-width: 76.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .container-main {
    max-width: 62.8rem;
  }
}

.container-small {
  max-width: 120rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container-small {
    max-width: 99rem;
  }
}
@media only screen and (max-width: 991px) {
  .container-small {
    max-width: 76.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .container-small {
    max-width: 56.8rem;
  }
}

.container-large {
  max-width: 160rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.contact__inner:not(:last-child) {
  margin-bottom: 2rem;
}
.contact svg {
  margin-right: 1rem;
}

/******************************************* 
    Links
*******************************************/
a {
  text-decoration: none;
  color: #111111;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
a:hover {
  color: #7e7e7e;
}

.nav__link {
  color: #212121;
  font-weight: 600;
}
.nav__link:hover {
  color: #5a5a5a;
}

footer a {
  color: #6B6B6B;
}
footer a:hover {
  color: #7e7d7d;
}

/******************************************* 
    List
*******************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.brand-list li {
  padding-top: 0.2em;
  padding-left: 1.5em;
  margin-bottom: 0.2em;
  position: relative;
}

ul.brand-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../images/icon-arrow-right.png");
}

/******************************************* 
    Other
*******************************************/
.width-100-lg-50 {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .width-100-lg-50 {
    width: 100%;
  }
}

.padding-y-lg {
  padding: 10rem 0;
}
@media only screen and (max-width: 991px) {
  .padding-y-lg {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y-lg {
    padding: 4rem 0;
  }
}

.padding-y-md {
  padding: 5rem 0;
}

.padding-md {
  padding: 5rem;
}
@media only screen and (max-width: 1200px) {
  .padding-md {
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 568px) {
  .padding-md {
    padding: 1.8rem;
  }
}

.margin-bottom-md {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .margin-bottom-md {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 568px) {
  .margin-bottom-md {
    margin-bottom: 0.8rem;
  }
}

.margin-bottom-lg {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .margin-bottom-lg {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .margin-bottom-lg {
    margin-bottom: 1.6rem;
  }
}

.margin-top-lg {
  margin-top: 10rem;
}
@media only screen and (max-width: 991px) {
  .margin-top-lg {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 568px) {
  .margin-top-lg {
    margin-top: 2rem;
  }
}

.padding-top-lg {
  padding-top: 10rem;
}
@media only screen and (max-width: 991px) {
  .padding-top-lg {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 568px) {
  .padding-top-lg {
    padding-top: 2rem;
  }
}

.padding-top-md {
  padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
  .padding-top-md {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 568px) {
  .padding-top-md {
    padding-top: 2rem;
  }
}

.padding-top-sm {
  padding-top: 2.4rem;
}

.margin-bottom-sm {
  margin-bottom: 2.4rem;
}

.padding-bottom-md {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .padding-bottom-md {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 568px) {
  .padding-bottom-md {
    padding-bottom: 2rem;
  }
}

.img-4-3 {
  padding-bottom: 75%;
}

.p-media-left {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .p-media-left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .p-media-right-0 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .p-top-media-15 {
    padding-top: 1.5rem;
  }
}

.p-top-15 {
  padding-top: 1.5rem;
}

.list-primary {
  margin: 2rem 0;
}
.list-primary li {
  padding: 0.5rem 0;
}

.breadcrumb-item-custom {
  padding: 0 0.5rem;
  color: #ffffff !important;
}

.breadcrumb-item-custom.active::before {
  content: "/";
  color: #ffffff;
  padding-right: 0.5rem;
}

.bg-img-center-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-img-center-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.news-img {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .news-img {
    margin-bottom: 1.6rem;
  }
}

.section-heading {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 1.6rem;
  }
}

.square-sm {
  width: 4rem;
  height: 4rem;
}

.h-max-80 {
  max-height: 8rem;
}

.brand-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brand-shadow {
  box-shadow: 0px 2px 20px 0px rgba(92, 104, 152, 0.1);
}

.shadow-primary {
  box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.08);
}

.icon-wrapper {
  padding: 0 1rem;
}

.b-spacing {
  margin-bottom: 4rem;
}

.y-spacing {
  margin: 10rem 0;
}

.card-item {
  padding: 6rem 1rem;
  min-height: 30rem;
}

.py-xxl {
  padding: 10rem 0;
}
@media only screen and (max-width: 991px) {
  .py-xxl {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 568px) {
  .py-xxl {
    padding: 4rem 0;
  }
}

.p-xxl {
  padding: 10rem;
}
@media only screen and (max-width: 991px) {
  .p-xxl {
    padding: 6rem;
  }
}
@media only screen and (max-width: 568px) {
  .p-xxl {
    padding: 4rem;
  }
}

@media only screen and (max-width: 1200px) {
  .py-media-xl {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 1200px) {
  .mt-media-sm {
    margin-top: 2rem;
  }
}

.faq-accordion .accordion-item {
  box-shadow: 0px 2px 20px 0px rgba(92, 104, 152, 0.1);
  border-radius: 1rem;
  margin: 1rem 0;
  padding: 1rem;
  overflow: hidden;
}
.faq-accordion .accordion-button:not(.colapsed) {
  background: 0 0;
  box-shadow: none;
  color: #111111;
  text-transform: uppercase;
}

.logo {
  height: 6.6rem;
}

.breadcrumb-item a {
  color: #fff;
}

.padding-element {
  padding: 2rem 4rem;
}

.pagination__item {
  margin: 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .pagination__item {
    margin: 0 2px;
  }
}
.pagination .page-link {
  font-size: 2rem;
  padding: 1rem 2rem;
  color: #5a5a5a;
}
@media only screen and (max-width: 1200px) {
  .pagination .page-link {
    padding: 0.5rem 1.5rem;
  }
}
.pagination .page-link:hover {
  background-color: #222222;
  color: #fff;
}
.pagination .page-link.active {
  background-color: #222222;
  color: #fff;
  border-color: #222222;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnails, .thumbnail {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.thumbnails img, .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail {
  width: 25%;
  height: 10rem;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  opacity: 0.3;
  max-width: 125px;
  cursor: pointer;
}

.thumbnail.is-active {
  opacity: 1;
}

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

.table td {
  padding: 2rem;
}

.error {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__title {
  font-size: 10.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.error__description {
  text-align: center;
}
.error .error__btn {
  background-color: #222222;
  color: #ffffff;
  padding: 1.6rem 3.2rem;
}

.gallery {
  margin-top: 6rem;
}
.gallery__image {
  width: 100%;
  padding-bottom: 75%;
}/*# sourceMappingURL=main.css.map */