menuhtml {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

.main-header {
  transition: transform .3s ease, box-shadow .2s ease, border-color .2s ease;
  will-change: transform;
}

/* 100% + 2px, damit garantiert nichts stehen bleibt */
.main-header.hidden {
  transform: translateY(calc(-100% - 20px));
  box-shadow: none !important;
  border-bottom-color: transparent !important;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--pelocis-white, #fff);
  display: block !important;
  margin: 0;
	
	
}


    /* Banner-Stil */
    .banner {
      background-color: #d1603e;
      color: white;
      text-align: center;
      padding: 8px 0;
      font-weight: bold;
      font-size: 16px;
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 9999;
    }

    /* Auf Handy & Tablet ausblenden */
    @media (max-width: 1024px) {
      .banner {
        display: none;
      }
    }

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
	
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.main-header__cart,
.main-header__search {
  display: block;
}

.mobile-nav__container .main-header__cart,
.mobile-nav__container .main-header__search,
.mobile-nav__container .mobile-nav__toggler {
  display: none;
}

.mobile-nav__container .main-header__btn {
  margin-left: 0;
  margin-top: 10px;
  padding: 15px 25px;
  width: 100%;
}

.mobile-nav__container .main-header__right {
  margin-left: 0;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--pelocis-black, #222222);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--pelocis-base, #e2a475);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}


.main-header {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 99;
}
@media (max-width: 766px) {
  .main-header {
    top: 15px;
  }
}



.main-header .container-fluid {
  max-width: 1550px;

}
.main-header__inner {
  display: flex;
  align-items: center;
  background-color: var(--pelocis-white, #fff);
  padding: 30px 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-image: url(../images/shapes/manu-area-shape.png);
  background-position: center;
  background-size: cover;
	 max-width: x;
}


@media (min-width: 992px) {
  .main-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .main-header__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1320px) {
  .main-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .main-header__inner {
    padding: 20px 25px;
  }
}
@media (max-width: 375px) {
  .main-header__inner {
    padding: 20px 10px;
  }
}
.main-header__logo {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 766px) {
  .main-header__logo a img {
    width: 200px;
  }
}
@media (max-width: 425px) {
  .main-header__logo a img {
    width: 154px;
  }
}
@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-header__logo .mobile-nav__btn {
    margin-left: 30px;
  }
}
.main-header__btn {
  display: none;
  padding: 10px 26px;
  margin-left: 40px;
}
@media (min-width: 768px) {
  .main-header__btn {
    display: inline-flex;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header__btn {
    padding: 10px 18px;
    margin-left: 20px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 9.5px 0;
}
@media (min-width: 768px) {
  .main-header__right {
    margin-left: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .main-header__right {
    margin-left: 9px;
  }
}
.main-header__cart {
  margin-left: 25px;
}
@media (max-width: 1300px) {
  .main-header__cart {
    margin-left: 15px;
  }
}
.main-header__search {
  margin-left: 33px;
}
@media (max-width: 1300px) {
  .main-header__search {
    margin-left: 15px;
  }
}
.main-header__cart, .main-header__search {
  font-size: 24px;
  color: var(--pelocis-black, #222222);
  transition: all 500ms ease;
  line-height: 1em;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header__nav {
  margin-left: auto;
}
.main-header--two {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  z-index: 999;
  max-width: 1300px; /* or set a max width */

}
.main-header--two.sticky-header--cloned {
  border: none;
}
.main-header--two .main-header__btn::after,
.main-header--two .main-header__btn {
  background-color: var(--pelocis-white, ##fbfbf9);
}
.main-header--two .main-header__btn:hover {
  color: var(--pelocis-black, #222222);
}
.main-header--two .container-fluid {
  max-width: 1600px;
}
.main-header--two .main-header__inner {
  background-color: var(--pelocis-white, #fbfbf9);
  background-image: none;
  border-radius: 80px;
  padding: 0 11px 0 50px;
}
@media (max-width: 1440px) {
  .main-header--two .main-header__inner {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .main-header--two .main-header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 18px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a {
  color: var(--pelocis-base, #e2a475);
}
.main-header--two .main-header__cart,

.main-header--two .main-header__search {
  color: var(--pelocis-black, #222222);
}
.main-header--two .main-header__cart:hover,
.main-header--two .main-header__search:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header--two .main-header__right {
  border-color: RGBA(var(--pelocis-white-rgb, 255, 255, 255), 0.1);
}
.main-header--two .contact-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 28px;
  position: relative;
  margin-left: 28px;
	margin-right: 33px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header--two .contact-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header--two .contact-wrapper {
    display: none;
  }
}
.main-header--two .contact-wrapper::before {
  content: "";
  height: 36px;
  width: 1px;
  background-color: var(--pelocis-border-color, #DDDDDD);
  position: absolute;
  left: 0;
}
.main-header--two .contact-wrapper i {
  font-size: 39px;
  color: var(--pelocis-base, #e2a475);
}
.main-header--two .contact-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: var(--pelocis-black2, #333333);
  margin-bottom: 4px;
}
.main-header--two .contact-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--pelocis-text-dark, #636363);
  margin-bottom: 7px;
}

.abstand {
	text-decoration: none !important;
}

.abstand1 {
}

.main-header--two .contact-content p a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--two .contact-content p a:hover {
  background-size: 100% 1px;
}
.main-header--two .contact-content p a:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header--two .main-header__toggler {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 94px;
  height: 94px;
  background-color: var(--pelocis-black, #222222);
  border-radius: 50%;
  margin-left: 30px;
  padding: 0 23px;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__toggler {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .main-header--two .main-header__toggler {
    display: none;
  }
}
.main-header--two .main-header__toggler span {
  background-color: var(--pelocis-base, #e2a475);
  height: 4px;
  width: 46px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span {
    width: 30px;
  }
}
.main-header--two .main-header__toggler span:nth-child(2) {
  width: 27px;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span:nth-child(2) {
    width: 20px;
  }
}
.main-header--two .main-header__toggler span:nth-child(3) {
  width: 39px;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__toggler span:nth-child(3) {
    width: 25px;
  }
}
.main-header--three {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9;
  width: 100%;
}
@media (max-width: 991px) {
  .main-header--three {
    top: 0px;
  }
}
.main-header--three .container-fluid {
  max-width: 1820px;
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--pelocis-white, #fff);
}
.main-header--three .main-header__logo {
  gap: 20px;
}
.main-header--three .main-header__call {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .main-header--three .main-header__call {
    display: none;
  }
}
.main-header--three .main-header__call__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--pelocis-white, #fff);
}
.main-header--three .main-header__call span {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: var(--pelocis-white, #fff);
}
.main-header--three .main-header__call span a {
  color: inherit;
  font-size: inherit;
}
.main-header--three .main-header__call span a:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header--three .main-header__btn::after {
  background-color: var(--pelocis-white, #fff);
}
.main-header--three .main-header__btn:hover {
  color: var(--pelocis-black, #222222);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--three__inner-top {
  display: flex;
  align-items: center;

  justify-content: space-between;
  padding-right: 30px;
  padding-left: 50px;
  background-color: var(--pelocis-black, #222222);
}
@media (max-width: 1599px) {
  .main-header--three__inner-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header--three__inner-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header--three__inner-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .main-header--three__inner-bottom {
    display: none;
  }
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--pelocis-white, #fff);
}
.main-header--three .main-header__search {
  color: var(--pelocis-white, #fff);
}
.main-header--four {
  top: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0 95px;
}
@media (max-width: 1700px) {
  .main-header--four {
    padding: 0 20px;
  }
}
@media (max-width: 1490px) {
  .main-header--four {
    padding: 0 0px;
  }
}
.main-header--four__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 90px;
  z-index: 99;
}
@media (max-width: 1700px) {
  .main-header--four__inner {
    padding: 0 40px;
  }
}
@media (max-width: 1490px) {
  .main-header--four__inner {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .main-header--four__inner {
    padding: 15px 20px;
  }
}
.main-header--four__inner__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pelocis-white, #fff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1714 137" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8.4109 63.5829C-10.8819 37.1518 7.99621 0 40.7195 0H1673.28C1706 0 1724.88 37.1518 1705.59 63.5829L1663.98 120.583C1656.45 130.9 1644.45 137 1631.67 137H82.3253C69.5523 137 57.5474 130.9 50.0167 120.583L8.4109 63.5829Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1714 137" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8.4109 63.5829C-10.8819 37.1518 7.99621 0 40.7195 0H1673.28C1706 0 1724.88 37.1518 1705.59 63.5829L1663.98 120.583C1656.45 130.9 1644.45 137 1631.67 137H82.3253C69.5523 137 57.5474 130.9 50.0167 120.583L8.4109 63.5829Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.main-header--four.sticky-header--cloned {
  border: none;
}
.main-header--four .main-header__btn::after,
.main-header--four .main-header__btn {
  background-color: var(--pelocis-white, #fff);
}
.main-header--four .main-header__btn:hover {
  color: var(--pelocis-black, #222222);
}
.main-header--four .container-fluid {
  max-width: 100%;
}
.main-header--four .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-header--four .main-menu .main-menu__list > li.current > a,
.main-header--four .main-menu .main-menu__list > li:hover > a {
  color: var(--pelocis-base, #e2a475);
}
.main-header--four .main-header__cart,
.main-header--four .main-header__search {
  color: var(--pelocis-black, #222222);
}
.main-header--four .main-header__cart:hover,
.main-header--four .main-header__search:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header--four .main-header__right {
  border-color: RGBA(var(--pelocis-white-rgb, 255, 255, 255), 0.1);
}
.main-header--four .contact-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 28px;
  position: relative;
  margin-left: 28px;
}
@media (max-width: 1490px) {
  .main-header--four .contact-wrapper {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header--four .contact-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header--four .contact-wrapper {
    display: none;
  }
}
.main-header--four .contact-wrapper::before {
  content: "";
  height: 36px;
  width: 1px;
  background-color: var(--pelocis-border-color, #DDDDDD);
  position: absolute;
  left: 0;
}
.main-header--four .contact-wrapper i {
  font-size: 39px;
  color: var(--pelocis-base, #e2a475);
}
.main-header--four .contact-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: var(--pelocis-black2, #333333);
  margin-bottom: 4px;
}
.main-header--four .contact-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--pelocis-text-dark, #636363);
  margin-bottom: 0;
}
.main-header--four .contact-content p a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--four .contact-content p a:hover {
  background-size: 100% 1px;
}
.main-header--four .contact-content p a:hover {
  color: var(--pelocis-base, #e2a475);
}
.main-header--four .main-header__toggler {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 94px;
  height: 94px;
  background-color: var(--pelocis-black, #222222);
  border-radius: 50%;
  margin-left: 30px;
  padding: 0 23px;
}
@media (max-width: 1490px) {
  .main-header--four .main-header__toggler {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header--four .main-header__toggler {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .main-header--four .main-header__toggler {
    display: none;
  }
}
.main-header--four .main-header__toggler span {
  background-color: var(--pelocis-base, #e2a475);
  height: 4px;
  width: 46px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .main-header--four .main-header__toggler span {
    width: 30px;
  }
}
.main-header--four .main-header__toggler span:nth-child(2) {
  width: 27px;
}
@media (max-width: 1199px) {
  .main-header--four .main-header__toggler span:nth-child(2) {
    width: 20px;
  }
}
.main-header--four .main-header__toggler span:nth-child(3) {
  width: 39px;
}
@media (max-width: 1199px) {
  .main-header--four .main-header__toggler span:nth-child(3) {
    width: 25px;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--pelocis-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--pelocis-black-rgb, 34, 34, 34), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 766px) {
  .mobile-nav__btn {
    margin-right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-left: -50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__btn {
    margin-left: -40px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--pelocis-black, #222222);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding: 41px 0;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a::after {
  position: relative;
  right: 0;
  top: 1px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: inherit;
  line-height: 10px;
  margin-left: 3px;
}
.main-menu .main-menu__list > li + li {
  margin-left: 38px;
}
@media (max-width: 1500px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 25px;
  }
}
.main-menu .main-menu__list > li > a {
	 text-decoration: none !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--pelocis-black2, #333333);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--pelocis-base, #e2a475);
  text-shadow: 0 0 0.5px currentColor;
	
	
}
.main-menu .main-menu__list li ul {
	
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--pelocis-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--pelocis-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list .main-menu__list__icons:hover > a {
  color: inherit !important;
}
.main-menu .main-menu__list .main-menu__list__icons a i {
  font-size: 26px;
}
.main-menu .main-menu__list .arrow__bottom {
  font-size: 8px;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 12px;
  line-height: 26px;
  font-family: var(--pelocis-font, "Saira", sans-serif);
  letter-spacing: var(--pelocis-letter-space, 0.1em);
  font-weight: 500;
  display: flex;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--pelocis-base, #e2a475);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--pelocis-gray, #F5F2EF);
  color: var(--pelocis-black, #222222);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}



















body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "î˜€";
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #fff;
  background-color: #333;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 70%;
  display: inline-block;
	margin-top: 10px;
		margin-bottom: 10px;

}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;

  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --white: white;
  --black: black;
}

body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Robotocondensed, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1;
}

.home {
  font-family: Robotocondensed, sans-serif;
}

.hero {
  z-index: 1;
  cursor: crosshair;
  background-color: #fbfbf9;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.left-bar {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 9%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 5%;
}

.left-bar.main-menu {
  z-index: 4;
  width: 7%;
  transition: all .6s;
  display: none;
}

.left-bar.hero-menu {
  width: 7%;
  display: none;
}

.nav--wrap {
  letter-spacing: .3vw;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-item {
  color: #fff;
  cursor: pointer;
  margin-bottom: 10%;
  text-decoration: none;
  transition: all .4s;
}

.nav-item:hover {
  text-decoration: none;
  transform: translate(15px);
}

.inner {
  z-index: 1;
  border: 1px solid #0000;
  width: 86%;
 min-height: 100vh;
  margin-left: auto;
  position: relative;
}

.inner1 {
  z-index: 1;
  border: 1px solid #0000;
  width: 86%;
  margin-left: auto;
  position: relative;
	margin: 30px;
}

.inner.auto_height {
  z-index: 2;
  height: 100%;
  min-height: auto;
  display: flex;
}

.inner.auto_height.footer-elms {
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.inner.inner_center {
  align-items: stretch;
}

.inner.desk {
  display: block;
}

.inner.mob-hide {
  display: none;
}

.hero__h-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 18%;
  display: block;
}

@media (max-width: 1024px) {
  .hero__h-cont {
    top: 180px !important;   /* ðŸ‘ˆ set your tablet/phone top value */
  }
}

/* Phone only (optional, different value) */
@media (max-width: 768px) {
  .hero__h-cont {
    top: 180px !important;   /* ðŸ‘ˆ phone-specific top value */
  }
}

.heading__small {
  text-transform: none;
  font-family: Saira, sans-serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.1;
}

.heading__small1 {
  text-transform: none;
  font-family: Saira, sans-serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.1;
	color: black;
}

.heading__small.small {
  font-size: 1.9vw;
}

.heading__small.cal-2 {
  font-size: 2.8vw;
  font-weight: 400;
}

.heading__small.pack {
  font-size: 2vw;
}

.hero__ball-holder {
  z-index: 2;
  cursor: crosshair;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__ball {
  color: #ffffffab;
  text-align: center;
  text-transform: uppercase;
  background-color: #d1603e;
  border-radius: 51%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-family: Roboto, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.2;
  transition: opacity .4s;
  display: flex;
  position: absolute;
}

.hero__ball:hover {
  color: #fff;
  background-color: #d86b4a;
  transform: scale(1.1);
}

.hero__ball.mark {
  transition: opacity .2s;
  top: 31%;
  left: 42%;
}

.hero__ball.linda {
  top: 35%;
  left: 74%;
}

.hero__ball.billy {
  top: 55%;
  left: 50%;
}

.hero__ball.travis {
  top: 75%;
  left: 68%;
}

.hero__ball.betty {
  top: 80%;
  left: 22%;
}

.hero__ball.david {
  top: 65%;
  left: 7%;
}

.text-block {
  font-size: 1vw;
  line-height: 1.2;
}

.scan__wrap {
  z-index: 1;
  cursor: crosshair;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;

}

.scanner {
  opacity: 1;
  cursor: crosshair;
  background-color: #000;
  border-radius: 51%;
  width: 300px;
  height: 300px;
}

.calendar__start {
  z-index: 2;
  background-color: #e3e3e3;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.calendar__start.hide {
  display: flex;
  position: sticky;
  top: 0;
}

.ball-says {
  color: #fbfbf9;
  text-align: left;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-style: italic;
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 150px;
  left: 150px;
}

.ballsays-line {
  background-color: #fbfbf9;
  width: 20px;
  height: 1px;
  position: absolute;
  inset: auto auto -5px -20px;
  transform: rotate(-45deg);
}

.ballsays-line1 {
  background-color: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  inset: auto auto -5px -20px;
  transform: rotate(-45deg);
}

.heading {
  margin-bottom: 0;
  font-size: 4.4vw;
	color: #222222;
	font-family: Saira;

}

.heading12 {
  margin-bottom: 0;
  font-size: 4.9vw;
  color: #222222;
  font-family: Saira;
}

.headingpunkt {
  margin-bottom: 0;
  font-size: 4.4vw;
	color: white;

}

.heading.small {
  font-size: 3.9vw;
}

.heading.mintro-st {
  font-size: 5vw;
}

.calendar_start__title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15%;
  display: block;
	color: white;
}

.calendar_start__title.a-z {
  margin-top: 20%;
}

.calendar-grid {
  z-index: 1;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  cursor: pointer;
  background-color: #de7e61;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
  position: absolute;
  inset: 0%;
}

.calendar-block {
  background-color: #d1603e;
  justify-content: center;
  align-items: center;
  width: 14.2857vw;
  height: 20vh;
  font-size: 1.3vw;
  display: flex;
  position: relative;
}

.calendar_ball {
  z-index: 4;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 51%;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 13vw;
  margin-top: 10%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

.calendar__ball-text {
  z-index: 2;
  line-height: 1.2;
  /*text-decoration: underline;*/
  position: relative;
	color: black;
  font-size: 1.3vw;

}

.calendar__end {
  z-index: 2;
  background-color: #e3e3e3;
  border-top: 1px solid #d1603e;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.calendar__launch-day {
  color: #000;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
}

.class-creator, .hide {
  display: none;
}

.fgb {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 51%;
  width: 10vw;
  height: 10vw;
  display: inline-block;
}

.calendar__mark--1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.calendar__mark--image {
  width: 100%;
}

.calendar__mark--image.cmi--small {
  width: 80%;
}

.calendar__click-anywhere {
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
	color: #fff;
}

.intro-st {
  z-index: 2;
  background-color: #ffffff;
  border-top: 1px solid #fff;
  width: 100%;
  min-height: 100vh;
  padding-top: 10%;
  padding-bottom: 10%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.title-block.int-margin-top {
  z-index: 2;
  margin-top: 0%;
  margin-bottom: 3%;
  position: relative;
}

.intro-st__text-2 {
  color: #d6c9b7;
  margin-top: 4%;
  margin-bottom: 3%;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
}

.intro-st__logo-strip {
  justify-content: space-between;
  margin-top: 3%;
  padding-right: 5%;
  display: flex;
}

.int__logo-block {
  opacity: .7;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.int__logo-block:hover {
  opacity: 1;
  color: #d6c9b7;
  text-decoration: underline;
}

.inst__logo--img {
  justify-content: center;
  width: 75%;
  margin-bottom: 7%;
  display: flex;
}

.inst__logo--text {
  color: #875c4c;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: .9vw;
  line-height: 1.2;
  text-decoration: none;
}

.inst__logo--name {
  font-size: 1.1vw;
}

.intro-st__cont-2 {
  margin-top: 10%;
  position: relative;
}

.int__testi-wrap {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.inst__test-block {
  width: 33%;
  margin-right: 5%;
  position: relative;
}

.int__testi-top {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.int__testi-logo {
  width: 22%;
  margin-right: 5%;
}

.int__testi-person {
  font-family: Lato, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.int__testi-designation {
  font-size: .8vw;
}

.int__testimonial {
  color: #d6c9b7;
  margin-top: 8%;
  font-family: Lato, sans-serif;
  font-style: italic;
  line-height: 1.3;
}

.paragraph {
  font-weight: 300;
}

.intro-st__portfolio {
  position: absolute;
  bottom: -5%;
}

.text-block-2 {
  letter-spacing: .3vw;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  transition: all .4s;
  display: none;
  position: relative;
}

.text-block-2:hover {
  transform: translate(20px);
}

.packages__contact {
  z-index: 2;
  background-color: #140e0e;
  width: 100%;
  min-height: 100vh;
  padding-top: 10%;
  padding-bottom: 10%;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.pck__container {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5%;
  display: flex;
}

.package {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: baseline;
  width: 35%;
  margin-right: 15%;
  display: flex;
}

.package.pck1 {
  width: 22%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 25%;
}

.package.pck2 {
  margin-top: -4%;
  margin-left: 0;
  margin-right: auto;
}

.package.pck3 {
  width: 22%;
  margin-left: auto;
  margin-right: 25%;
}

.pck__name {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 3vw;
  font-weight: 500;
}

.pck-btn {
  float: left;
  color: #fff;
  text-transform: uppercase;
  background-color: #d1603e;
  padding: 1.5vh 4%;
  font-family: Lato, sans-serif;
  font-size: .9vw;
  text-decoration: none;
}

.pck-btn.asdasd {
  padding: 10% 40% 10% 10%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.package__details {
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 8%;
}

.heading-p {
  color: #d6c9b7;
  width: 50%;
  margin-bottom: 2%;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  line-height: 1.2;
}

.heading-p.foot {
  width: 80%;
}

.heading-btn {
  float: left;
  clear: both;
  text-transform: uppercase;
  background-color: #d1603e;
  min-width: 50px;
  min-height: 50px;
  padding: 1% 2%;
}

.heading-btn.hang {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 2.5vw;
  padding: 0%;
  text-decoration: none;
  display: flex;
  position: static;
}

.contact__form-wrap {
  align-items: flex-start;
  padding-top: 10%;
  display: none;
}

.contact-form {
  width: 40%;
  margin-left: auto;
  margin-right: 10%;
  display: none;
}

.contact-field {
  color: #fff;
  background-color: #fff3;
  border: 1px #000;
  min-height: 5vh;
  margin-bottom: 3%;
}

.textarea {
  color: #fff;
  background-color: #fff3;
  border: 1px #000;
  min-height: 10vh;
}

.submit-button {
  background-color: #d1603e;
  margin-top: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

.submit-button.heading-btn {
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Lato, sans-serif;
}

.footer {
  z-index: 2;
  color: #6f5a56;
  background-color: #140e0e;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-bottom: 0;
  padding-bottom: 3%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  color: #6f5a56;
  font-family: Lato, sans-serif;
}

.footer-cont-block {
  width: 40%;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-item {
  color: #6f5a56;
  cursor: pointer;
  margin-bottom: 3%;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  margin-right: 5%;
  font-family: "Fa solid 900", sans-serif;
}

.footer-icon.ba {
  font-family: "Fa brands 400", sans-serif;
}

.footer-item-text {
  text-decoration: none;
}

.footer-col {
  width: 50%;
}

.ball__net {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.calendar__ball--center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.calendar__date {
  opacity: .2;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 7%;
  left: 7%;
	color: white;
}

.pulse-wrap {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.black-pulse {
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 51%;
  flex: none;
  width: 50%;
  height: 50%;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-block {
  width: 16%;
  margin-bottom: 5%;
  text-decoration: none;
}

.fa-solid {
  margin-left: 10%;
  font-family: "Fa solid 900", sans-serif;
}

.link-block {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: all .4s;
}

.link-block:hover {
  transform: scale(1.2);
}

.hang__wrap {
  margin-top: 40%;
}

.inner_center_stretch {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.quotes-bg__wrap {
  justify-content: flex-start;
  padding-top: 34%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.quotes-bg__wrap.far-right {
  justify-content: flex-end;
}

.testi_quote--2 {
  transform: rotate(180deg);
}

.testi_quote--1 {
  width: 50%;
  margin-left: -10%;
}

.bg__wrap {
  position: absolute;
  inset: 0%;
}

.ball1--bbg {
  width: 14%;
  position: absolute;
  top: 14%;
  left: 17%;
  right: auto;
}

.u--bbg {
  width: 40%;
  position: absolute;
  top: 17%;
  left: auto;
  right: 12%;
}

.d--bbg {
  width: 40%;
  position: absolute;
  bottom: 36%;
  left: 14%;
  right: auto;
}

.ball2--bbg {
  width: 25%;
  position: absolute;
  bottom: 27%;
  right: 9%;
}

.loading {
  z-index: 999;
  background-color: #140e0e;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-block {
  background-color: #fff;
  border-radius: 51%;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  display: flex;
  position: relative;
}

.loading-logo {
  width: 55%;
  position: relative;
}

.loading-puse {
  background-color: #fff;
  border-radius: 51%;
  width: 10%;
  height: 10%;
  position: absolute;
}

.image-2 {
  width: 100%;
}

.testi-bg {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.list {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  line-height: 1.4;
}

.portfolio-btn {
  float: left;
  color: #fff;
  text-transform: uppercase;
  background-color: #d1603e;
  padding: 5% 6%;
  text-decoration: none;
}

.portfolio-btn.asdasd {
  padding: 10% 40% 10% 10%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.portfolio-btn.fix {
  letter-spacing: .2vw;
  padding: 10% 40% 10% 10%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.testi__quote1 {
  width: 30%;
  position: absolute;
  top: -10%;
  right: 20%;
}

.testi__quote2 {
  width: 20%;
  position: absolute;
  bottom: -25%;
  left: 10%;
  transform: rotate(180deg);
}

.image-3, .image-4 {
  width: 100%;
}

.header {
  z-index: 50;
  justify-content: center;
  padding-top: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.pp {
  background-color: #000;
  padding-bottom: 30px;
}

.m-logo {
  width: 8%;
}

.hamburger {
  justify-content: center;
  align-items: center;
}

.ham-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 51%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.ham-line {
  background-color: #000;
  width: 60%;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.header-inner {
  z-index: 10;
  justify-content: space-between;
  width: 90%;
  display: flex;
  position: relative;
}

.mball.skweing {
  transform-style: preserve-3d;
}

.package-top {
  flex: 1;
}

.menu {
  z-index: 9;
  background-color: #b9cfc4;
  justify-content: center;
  width: 30vw;
  display: flex;
  position: fixed;
  inset: 0% -30vw 0% auto;
}

.menu-inner {
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  min-height: 75vh;
  margin-top: 20vh;
  display: flex;
}

.menu-bottom {
  text-transform: uppercase;
  margin-bottom: 15%;
	margin-top: 15%;
  font-family: Montserrat, sans-serif;
}

.menu-item {
  color: #54413c;
  cursor: pointer;
  border-bottom: 1px solid #54413c;
  padding-top: 4%;
  padding-bottom: 4%;
  font-family: Lato, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  transition: all .4s;
}

.menu-item:hover {
  padding-left: 5%;
}

.menu-item.last {
  cursor: pointer;
  border-bottom-style: none;
  text-decoration: none;
}

.menu-item--b {
  color: #54413c;
  cursor: pointer;
  margin-bottom: 4%;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.menu-item--b:hover {
  transform: translate(4%)scale(1.1);
}

.menu--b-icon {
  margin-right: 5%;
  font-family: "Fa solid 900", sans-serif;
}

.menu--b-icon.ba {
  font-family: "Fa brands 400", sans-serif;
}

.menu--b-icon.fa-solid {
  margin-left: 0%;
  font-size: 1.2vw;
}

.mebu--b-item__text {
  text-transform: none;
  font-size: .9vw;
  line-height: 1.3;
  text-decoration: none;
}

.pck_name2 {
  color: #d6c9b7;
  text-transform: uppercase;
  margin-top: 3%;
  font-family: Lato, sans-serif;
  font-size: .8vw;
  font-weight: 500;
}

.pck__title {
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 5%;
  padding-bottom: 5%;
}

.list__subtext {
  color: #d6c9b7;
  font-weight: 300;
}

.pck__list-item {
  margin-bottom: 5%;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.custom-package {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: underline;
  position: absolute;
  inset: auto auto .5% 0%;
}

.bg__ball-wrap {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 8%;
  display: flex;
}

.bg__ball-hang {
  background-color: #373232;
  border-radius: 51%;
  width: 4vw;
  height: 4vw;
  margin-right: 5%;
}

.post-click_block {
  z-index: 10;
  color: #ffffffd4;
  font-size: 2vw;
  display: none;
  position: absolute;
}

.scroll-overlay {
  z-index: 110;
  opacity: 0;
  color: #d6d6d6;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 0 0 4px #fffc;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Robotocondensed, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mball-says {
  color: #000;
  text-align: left;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-style: italic;
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 120px;
  left: 120px;
}

.logo-1 {
  display: flex;
}

.logos-inner {
  flex-wrap: wrap;
  width: 95%;
  display: flex;
}

.intro-st__text-3 {
  color: #d6c9b7;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Lato, sans-serif;
  font-size: 2.2vw;
  line-height: 1.3;
}

.menu-btn-wrap {
  letter-spacing: .3em;
  align-items: center;
  font-size: 1.5vw;
  display: none;
}

.success-message {
  background-color: #12310c;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
}

.error-message {
  background-color: #c72f2d;
  margin-top: 20%;
}

.form {
  color: #fff;
}

.pricavy {
  font-family: Robotocondensed, sans-serif;
}

.pp-body {
  z-index: 3;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.pp-inner {
  width: 90%;
}

.pp-p {
  font-size: 1.2em;
}

.pp-h {
  font-size: 3em;
  line-height: 1.2;
}

.pp-h-sub {
  font-size: 2em;
  line-height: 1.1;
}

.link {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.tawk-to.contact-form {
  display: flex;
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  margin-right: 1em;
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: center;
    display: flex;
  }

  .left-bar {
    width: 12%;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 20px;
  }

  .nav--wrap {
    font-size: 14px;
  }

  .nav-item {
    margin-bottom: 20px;
  }

  .inner.auto_height.mob.mcalendar--head {
    height: 30vh;
  }

  .inner.desk {
    display: none;
  }

  .inner.mob, .inner.mob-hide {
    width: 85%;
    margin-left: 0;
    display: block;
  }

  .hero__h-cont {
    margin-top: 140px;
    margin-bottom: 80px;
  }

  .heading__small {
    font-size: 42px;
  }

  .heading__small.small.mintro-st {
    font-size: 25px;
  }

  .heading__small.cal-2 {
    font-size: 32px;
  }

  .heading__small.pack {
    font-size: 30px;
  }

  .heading__small.cal-1 {
    line-height: 1;
  }

  .hero__ball {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .hero__ball.mark {
    top: 6%;
    left: 70%;
  }

  .hero__ball.linda {
    left: 40%;
  }

  .hero__ball.billy {
    top: 60%;
    left: 37%;
  }

  .hero__ball.betty {
    top: 85%;
    left: 10%;
  }

  .hero__ball.david {
    top: 45%;
    left: -9%;
  }

  .scanner {
    width: 250px;
    height: 250px;
	  color: black;


  }

  .calendar__start.hide {
    background-color: #d1603e;
    flex-direction: column;
    align-items: center;
  }

  .ball-says {
    font-size: 14px;
    bottom: 100px;
    left: 100px;
  }

  .heading {
    font-size: 60px;
  }

	
  .heading.small.mintro-st-2 {
    font-size: 50px;
  }

  .heading.mintro-st {
    font-size: 65px;
  }

  .heading.cal-1 {
    line-height: .8;
  }

  .calendar_start__title {
    margin-top: 25%;
  }

  .calendar-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    background-color: #e3e3e333;
    border-top: 2px solid #e3e3e333;
    height: 70vh;
    position: relative;
  }

  .calendar-block {
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    font-size: 20px;
  }

  .calendar_ball {
    width: 130px;
    height: 130px;
    margin-top: 25%;
  }

  .calendar__ball-text {
    font-size: 18px;
	  color: black;
  }

  .calendar__end {
    background-color: #d1603e;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .calendar__launch-day {
    text-align: center;
    font-size: 19px;
  }

  .calendar__mark--1 {
    z-index: 5;
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
  }

  .calendar__mark--image.cmi--small {
    width: 170%;
  }

  .calendar__click-anywhere {
    bottom: 0%;
  }

  .intro-st {
    justify-content: center;
    display: flex;
  }

  .title-block {
    margin-top: 20%;
  }

  .title-block.int-margin-top {
    margin-bottom: 60px;
  }

  .intro-st__text-2 {
    letter-spacing: 0;
    margin-bottom: 7%;
    font-size: 22px;
  }

  .int__logo-block {
    opacity: 1;
  }

  .inst__logo--img {
    width: 60%;
  }

  .inst__logo--text, .inst__logo--name {
    font-size: 12px;
  }

  .intro-st__cont-1 {
    margin-top: 20%;
  }

  .int__testi-wrap {
    flex-wrap: wrap;
  }

  .inst__test-block {
    width: 90%;
    margin-bottom: 80px;
  }

  .int__testi-logo {
    width: 18%;
  }

  .int__testi-person {
    font-size: 18px;
  }

  .int__testi-designation {
    font-size: 14px;
  }

  .paragraph {
    font-size: 15px;
  }

  .intro-st__portfolio {
    bottom: -2%;
  }

  .packages__wrap {
    justify-content: center;
    display: flex;
  }

  .pck__container {
    flex-wrap: wrap;
  }

  .package {
    width: 80%;
    margin-top: 15%;
    margin-bottom: 10%;
    margin-right: auto;
  }

  .package.pck1, .package.pck2 {
    width: 100%;
    margin-top: 10%;
  }

  .package.pck3 {
    width: 100%;
    margin-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
  }

  .pck__name {
    color: #d6c9b7;
    font-size: 32px;
  }

  .pck-btn {
    margin-left: 58%;
    padding: 10px 20px;
    font-size: 14px;
  }

  .contact__wrap {
    justify-content: center;
    display: flex;
  }

  .heading-p {
    width: 80%;
    font-size: 18px;
  }

  .heading-btn {
    padding: 15px 31px;
    font-size: 14px;
  }

  .heading-btn.hang {
    width: 200px;
    height: 40px;
  }

  .contact__form-wrap {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
    margin-left: 0;
  }

  .footer {
    justify-content: center;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .footer-cont-block {
    justify-content: space-between;
    width: 51%;
  }

  .footer-item {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .footer-col {
    width: 42%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .logo-block {
    width: 32%;
  }

  .link-block {
    font-size: 12px;
  }

  .hang__wrap {
    margin-top: 220px;
  }

  .ball1--bbg {
    width: 22%;
    top: 32%;
    left: auto;
    right: 15%;
  }

  .u--bbg {
    width: 80%;
    top: 13%;
    left: auto;
    right: 40%;
  }

  .d--bbg {
    width: 70%;
    inset: 50% 0% auto 30%;
  }

  .ball2--bbg {
    width: 20%;
    bottom: 0%;
    right: 10%;
  }

  .loading {
    display: none;
  }

  .loading-block {
    width: 60px;
    height: 60px;
  }

  .list {
    flex: none;
    width: 50%;
    margin-left: 5%;
    padding-top: 0%;
    font-size: 16px;
  }

  .portfolio-btn.fix {
    font-size: 16px;
  }

  .testi__quote1 {
    width: 40%;
    top: 16%;
    left: 15%;
    right: 0%;
  }

  .testi__quote2 {
    width: 33%;
    bottom: 20%;
    left: auto;
    right: 15%;
  }

  .header {
    z-index: 50;
    justify-content: center;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .m-logo {
    width: 15%;
  }

  .hamburger {
    border-radius: 51%;
  }

  .ham-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .ham-line {
    background-color: #000;
    width: 60%;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .header-inner {
    justify-content: space-between;
    width: 85%;
    padding-top: 40px;
    display: flex;
  }

  .mhero-cont {
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
    position: relative;
  }

  .spotlight {
    border-radius: 51%;
    width: 250px;
    height: 250px;
    position: absolute;
  }

  .hero__bg--white {
    position: absolute;
    inset: 0%;
  }

  .s_list {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .mball {
    float: left;
    background-color: #d1603e;
    border-radius: 51%;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    display: flex;
    position: relative;
  }

  .mball.skweing {
    width: 8rem;
    height: 8rem;
    transform: rotateX(-9deg)rotateY(0)rotateZ(0)perspective(2000px);
  }

  .mball.skweing.drifttiming {
    transition: opacity .2s;
  }

  .shade {
    background-color: #171515;
    justify-content: center;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .clip-element {
    background-color: #fbfbf9;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: absolute;
    inset: 0%;
  }

	
 @media (max-width: 1024px) {
    header.main-header.main-header--two,
    .main-header--two { top: 7px !important; }
  }
  /* phones only (optional, if you want a different value) */
  @media (max-width: 768px) {
    header.main-header.main-header--two,
    .main-header--two { top: 7px !important; }
  }
	
	@media (max-width: 1024px) and (min-width: 769px) {
  .heading__small {
    color: #000 !important; /* black */
  }
}

/* Phone only (â‰¤768px) */
@media (max-width: 768px) {
  .heading__small {
    color: #000 !important; /* black */
  }
}
	
  .clip-element.msplide-hero.splide {
    height: 100%;
  }

  .mball__wrap {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 440px;
    height: 100%;
    display: flex;
  }

  .mball__wrap.splide__slide.blinky {
    perspective: 1000px;
  }

  .mball__text {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
  }

  .mball-speech {
    color: #000;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    inset: -40px -40px auto auto;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .package-top {
    width: 100%;
    display: flex;
  }

  .menu {
    width: 300px;
    right: -300px;
  }

  .menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .menu-item--b {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .menu--b-icon.ba, .menu--b-icon.fa-solid {
    font-size: 14px;
  }

  .mebu--b-item__text {
    font-size: 12px;
  }

  .hero-test {
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .slide-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slide-ball {
    background-color: #d1603e;
    border-radius: 51%;
    width: 200px;
    height: 200px;
  }

  .slide-ball.black {
    background-color: #1d1d1d;
  }

  .slide {
    background-color: #fff;
  }

  .slider {
    width: 100%;
    height: 50vh;
  }

  .pck_name2 {
    text-transform: capitalize;
    width: 81%;
    font-size: 14px;
  }

  .pck__title {
    border: 1px #000;
    flex: none;
    width: 50%;
  }

  .pck__list-item {
    margin-bottom: 20px;
  }

  .custom-package {
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    top: 30px;
    bottom: 0%;
    left: 0%;
  }

  .bg__ball-wrap {
    display: none;
  }

  .mball-says {
    text-transform: uppercase;
    font-size: 14px;
    bottom: 143px;
    left: 110px;
	      color: #000;

  }

  .mball-says.b1 {
    bottom: 155px;
    left: 130px;
	      color: #000;

  }

  .mball-says.b6 {
    bottom: 160px;
    left: 120px;
	      color: #000;

  }

  .logos-inner {
    width: 100%;
  }

  .intro-st__text-3 {
    letter-spacing: 0;
    margin-bottom: 7%;
    font-size: 30px;
  }

  .mball-speech__text {
    margin-top: 0%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 55px;
  }

  .package.pck1 {
    margin-right: 0%;
  }

  .package.pck2 {
    width: 100%;
  }

  .package.pck3 {
    width: 100%;
    margin-right: 0%;
  }

  .pck-btn {
    margin-left: 35%;
    padding: 10px 20px;
  }

  .heading-p {
    width: 100%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .list {
    width: 87%;
  }

  .pck_name2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .inner.auto_height.footer-elms.mob {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .inner.auto_height.mob.mcalendar--head, .inner.mob, .inner.mob-hide {
    width: 90%;
  }

  .hero__h-cont {
    margin-bottom: 60px;
  }

  .heading__small {
    font-size: 30px;
  }

  .heading__small.small.mintro-st, .heading__small.cal-2 {
    font-size: 20px;
  }

  .heading__small.pack {
    font-size: 18px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 45px;
	  z-index: 1;
  }

  .heading.small.mintro-st-2 {
    font-size: 40px;
  }

  .heading.mintro-st {
    font-size: 42px;
  }

  .calendar-grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-top-width: 1px;
  }

  .calendar-block {
    font-size: 16px;
  }

  .calendar__launch-day {
    z-index: 4;
    font-size: 14px;
    position: relative;
  }

  .calendar__click-anywhere {
    justify-content: flex-start;
    padding-left: 5%;
    bottom: -40px;
  }

  .intro-st {
    z-index: 3;
  }

  .intro-st__text-2 {
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 60px;
    font-size: 17px;
    line-height: 1.2;
  }

  .inst__logo--text {
    font-size: 10px;
  }

  .intro-st__cont-1 {
    margin-top: 140px;
  }

  .intro-st__cont-2 {
    margin-top: 80px;
  }

  .intro-st__portfolio {
    bottom: 0%;
  }

  .package.pck1, .package.pck2, .package.pck3 {
    align-items: flex-start;
  }

  .pck-btn {
    white-space: nowrap;
    margin-left: 11%;
  }

  .heading-p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .heading-p.foot {
    width: 100%;
  }

  .heading-btn.hang {
    width: 200px;
    height: 50px;
  }

  .contact__form-wrap {
    padding-top: 80px;
  }

  .contact-form {
    max-width: 100%;
  }

  .submit-button.heading-btn {
    padding: 3% 10%;
  }

  .footer {
    height: auto;
    min-height: 20vh;
  }

  .footer-cont-block {
    flex-direction: column;
    width: 100%;
  }

  .footer-item {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .calendar__date {
    font-size: 14px;
    top: 10px;
    left: 7px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hang__wrap {
    margin-top: 220px;
  }

  .ball1--bbg {
    width: 24%;
    top: 15%;
  }

  .u--bbg {
    width: 130%;
    right: 0%;
  }

  .d--bbg {
    width: 200%;
    top: 43%;
    right: -20%;
  }

  .ball2--bbg {
    width: 23%;
    bottom: 0%;
    right: 5%;
  }

  .list {
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .testi__quote1 {
    width: 60%;
    top: 14%;
    left: 5%;
  }

  .testi__quote2 {
    width: 45%;
    bottom: 28%;
    right: 5%;
  }

  .header {
    padding-top: 20px;
  }

  .m-logo {
    width: 25%;
  }

  .ham-wrap {
    width: 40px;
    height: 40px;
  }

  .ham-line {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .header-inner {
    width: 90%;
    padding-top: 20px;
  }

  .mball.skweing {
    width: 140px;
    height: 140px;
  }

  .package-top {
    flex-direction: column;
  }

  .pck__title {
    width: 100%;
  }

  .pck__list-item {
    margin-bottom: 15px;
  }

  .scroll-overlay {
    font-size: 18px;
  }

  .mball-says {
    font-size: 12px;
    bottom: 154px;
  }

  .mball-says.b1 {
    left: 130px;
  }

  .mball-says.b6 {
    bottom: 160px;
    left: 130px;
  }

  .intro-st__text-3 {
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 22px;
  }
}

#w-node-_9c7dc05b-6e5a-9a27-5835-e9bd24dcfa08-17965970, #w-node-_4ff9e940-2d20-b99f-4893-9395db1a1174-17965970, #w-node-_915a3341-5563-8209-1e0a-86756c52f40f-17965970, #w-node-_1f146b3d-43b3-3139-a84a-88a1c41167fe-17965970, #w-node-c72c20e9-76bd-d479-5b69-3a636da24d27-17965970, #w-node-_4054b2d6-1e07-c96b-6723-7e290a8582c3-17965970, #w-node-b821e4b5-05ed-2098-c8a9-a30d67e74754-17965970, #w-node-_24ebd16d-86ed-f19f-9ce4-b9e33e58de42-17965970, #w-node-_69637d22-db3a-291d-ba5f-25b996d597ce-17965970, #w-node-_58021e47-53ed-9e5d-56ee-c72c92d9c579-17965970, #w-node-cf68ec71-429b-6130-ddb5-21bb0c70d9fa-17965970, #w-node-_6a64d7b7-e990-4e1c-b0aa-3ba269adbc13-17965970, #w-node-f654ce92-7620-e4a7-bca1-5b4520c84246-17965970, #w-node-fc47a635-2676-4d8b-19db-6803e4b441e6-17965970, #w-node-_8e2d85ed-f8b9-60a4-b6a6-eceff4dd8f27-17965970, #w-node-_33c621a1-e4b0-219e-4ac7-7a828489e268-17965970, #w-node-deaa306d-9557-9c45-cca6-d518dbca699a-17965970, #w-node-e4004b6a-89d1-85c7-a6df-9207198b4164-17965970, #w-node-_87bb597d-1ec2-d8cc-d268-7f0aec6bfeaa-17965970, #w-node-_77156242-fe5e-b9d8-eed4-5d4ae7d89dec-17965970, #w-node-_201717ce-691b-9d53-5df9-c256205cc1e6-17965970, #w-node-_38b9a8c1-d04e-0051-834b-aab3ccf733d8-17965970, #w-node-a47bebdc-fda7-9e7f-571d-e35ede6409fd-17965970, #w-node-df3c766d-1b59-b55e-f246-5cda0e505dbd-17965970, #w-node-_0d8349c9-60e0-89fd-a3c3-3c65ffcc1bb8-17965970, #w-node-a7cb2f33-3116-9bc9-e769-579c2699a463-17965970, #w-node-ed35deec-0d13-0a4f-12c0-1f06fe501044-17965970, #w-node-_81e225f4-51c2-40f5-fe7a-94f82d856d6c-17965970, #w-node-c3c66ecd-9be5-939e-0b35-6fdf20d7e3ee-17965970, #w-node-c73c23fd-ffe5-5181-3293-9947cbacedfa-17965970, #w-node-b06e7761-cb76-9672-a0f5-f3756eca5f3e-17965970, #w-node-_7de16ad3-e62b-9cd2-c1ed-f185542ae3b4-17965970, #w-node-_4e73df8b-cca5-cffa-962d-10a67a3e3512-17965970, #w-node-d8fc6c40-5d84-7dc0-36b0-d3f43cd7af8c-17965970, #w-node-_554eb80f-f40b-f56f-0b80-296f904dcc41-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd2-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd3-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd4-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd5-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd6-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd7-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd8-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd9-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fda-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdb-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdc-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdd-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fde-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdf-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe0-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe1-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe2-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe3-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe4-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe5-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe6-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe7-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe8-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe9-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fea-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff5-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff6-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff7-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff8-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff9-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffa-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffb-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffc-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffd-17965970, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffe-17965970, #w-node-_9c7dc05b-6e5a-9a27-5835-e9bd24dcfa08-574d8aa2, #w-node-_4ff9e940-2d20-b99f-4893-9395db1a1174-574d8aa2, #w-node-_915a3341-5563-8209-1e0a-86756c52f40f-574d8aa2, #w-node-_1f146b3d-43b3-3139-a84a-88a1c41167fe-574d8aa2, #w-node-c72c20e9-76bd-d479-5b69-3a636da24d27-574d8aa2, #w-node-_4054b2d6-1e07-c96b-6723-7e290a8582c3-574d8aa2, #w-node-b821e4b5-05ed-2098-c8a9-a30d67e74754-574d8aa2, #w-node-_24ebd16d-86ed-f19f-9ce4-b9e33e58de42-574d8aa2, #w-node-_69637d22-db3a-291d-ba5f-25b996d597ce-574d8aa2, #w-node-_58021e47-53ed-9e5d-56ee-c72c92d9c579-574d8aa2, #w-node-cf68ec71-429b-6130-ddb5-21bb0c70d9fa-574d8aa2, #w-node-_6a64d7b7-e990-4e1c-b0aa-3ba269adbc13-574d8aa2, #w-node-f654ce92-7620-e4a7-bca1-5b4520c84246-574d8aa2, #w-node-fc47a635-2676-4d8b-19db-6803e4b441e6-574d8aa2, #w-node-_8e2d85ed-f8b9-60a4-b6a6-eceff4dd8f27-574d8aa2, #w-node-_33c621a1-e4b0-219e-4ac7-7a828489e268-574d8aa2, #w-node-deaa306d-9557-9c45-cca6-d518dbca699a-574d8aa2, #w-node-e4004b6a-89d1-85c7-a6df-9207198b4164-574d8aa2, #w-node-_87bb597d-1ec2-d8cc-d268-7f0aec6bfeaa-574d8aa2, #w-node-_77156242-fe5e-b9d8-eed4-5d4ae7d89dec-574d8aa2, #w-node-_201717ce-691b-9d53-5df9-c256205cc1e6-574d8aa2, #w-node-_38b9a8c1-d04e-0051-834b-aab3ccf733d8-574d8aa2, #w-node-a47bebdc-fda7-9e7f-571d-e35ede6409fd-574d8aa2, #w-node-df3c766d-1b59-b55e-f246-5cda0e505dbd-574d8aa2, #w-node-_0d8349c9-60e0-89fd-a3c3-3c65ffcc1bb8-574d8aa2, #w-node-a7cb2f33-3116-9bc9-e769-579c2699a463-574d8aa2, #w-node-ed35deec-0d13-0a4f-12c0-1f06fe501044-574d8aa2, #w-node-_81e225f4-51c2-40f5-fe7a-94f82d856d6c-574d8aa2, #w-node-c3c66ecd-9be5-939e-0b35-6fdf20d7e3ee-574d8aa2, #w-node-c73c23fd-ffe5-5181-3293-9947cbacedfa-574d8aa2, #w-node-b06e7761-cb76-9672-a0f5-f3756eca5f3e-574d8aa2, #w-node-_7de16ad3-e62b-9cd2-c1ed-f185542ae3b4-574d8aa2, #w-node-_4e73df8b-cca5-cffa-962d-10a67a3e3512-574d8aa2, #w-node-d8fc6c40-5d84-7dc0-36b0-d3f43cd7af8c-574d8aa2, #w-node-_554eb80f-f40b-f56f-0b80-296f904dcc41-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd2-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd3-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd4-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd5-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd6-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd7-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd8-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fd9-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fda-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdb-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdc-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdd-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fde-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fdf-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe0-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe1-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe2-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe3-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe4-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe5-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe6-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe7-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe8-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fe9-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6fea-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff5-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff6-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff7-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff8-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ff9-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffa-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffb-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffc-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffd-574d8aa2, #w-node-_4a348d82-97c8-6c0c-5efd-3fecdc0e6ffe-574d8aa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: 'Lato';
  src: url('https://cdn.prod.website-files.com/626666757e2254d35f96596f/62e3c1164d1c985d3ffacf71_LATO-ITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../images/robotocondensed-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../images/robotocondensed-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../images/robotocondensed-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../images/montserrat-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../images/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../images/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../images/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../images/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}