@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: Recovery Data
    Theme URI: #
    Description: Recovery Data Master Theme
    Author: Secret Key
    Author URI: https://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: sk_theme

-------------------------------------------------------------------------------------*/
.sk-block-pricing-table .pricing-table__header, .tab__nav li, .sk-tabs.tabs--generic .tab__nav, .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sk-section__cover:after, .sk-media__image, .sk-media__video, .ajax-loader, .covered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sk-tabs.tabs--generic .tab__item-nav-mobile .tab__arrow svg, .faq__arrow svg, .sk-media--play:before, .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 26, 36, 0.6);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 53;
}

.sk-contents *:not(table *):not(.sk-btn):first-child {
  margin-top: 0;
  padding-top: 0;
}
.sk-contents *:not(table *):not(.sk-btn):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reset-button {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sk-tabs.tabs--generic .tab__nav {
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.sk-tabs.tabs--generic .tab__nav::-webkit-scrollbar {
  display: none;
}

.footer__nav .foo-menu li a, .footer__socials ul li a, .blog-article-content__socials ul li a {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.hasHover .footer__nav .foo-menu li a:hover, .footer__nav .foo-menu li .hasHover a:hover, .hasHover .footer__socials ul li a:hover, .footer__socials ul li .hasHover a:hover, .hasHover .blog-article-content__socials ul li a:hover, .blog-article-content__socials ul li .hasHover a:hover {
  opacity: 0.6;
}

.modal-dialog .close {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  border: 0 none;
  background: transparent;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
}
.modal-dialog .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  margin: -0.9375rem 0 0 -0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' d='m1 1 14 14m0-14L1 15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
  z-index: 2;
}
.bootbox:not(.modal--bootbox).modal--events .close:before, .modal-dialog .close--white:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='m1 1 14 14m0-14L1 15'/%3E%3C/svg%3E");
}

.sk-pagination--infinite .pagination__next:before, .ajax-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23000000' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.header-mobile__nav .sf-menu .menu-item__back .menu-item__label:before, .header-mobile__nav .sf-menu .menu-item.has-ul > .menu-item__link:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  transform: rotate(-90deg);
}

.blog-boxes__title {
  font-size: 1.5rem;
}
@media (min-width: 25.9375em) and (max-width: 64em) {
  .blog-boxes__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 25.875em) {
  .blog-boxes__title {
    font-size: 1.125rem;
  }
}

.blog__sidebar-widget .widget-title {
  font-size: 2rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .blog__sidebar-widget .widget-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 25.9375em) and (max-width: 36em) {
  .blog__sidebar-widget .widget-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 25.875em) {
  .blog__sidebar-widget .widget-title {
    font-size: 1.375rem;
  }
}

.blog-article-content__related--title, .blog-article-content__section h2, .sk-headings .headings__title--50 {
  font-size: 3rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .blog-article-content__related--title, .blog-article-content__section h2, .sk-headings .headings__title--50 {
    font-size: 2.125rem;
  }
}
@media (max-width: 36em) {
  .blog-article-content__related--title, .blog-article-content__section h2, .sk-headings .headings__title--50 {
    font-size: 1.5rem;
  }
}

.hero__title {
  font-size: 3.4375rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .hero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 25.9375em) and (max-width: 36em) {
  .hero__title {
    font-size: 2.375rem;
  }
}
@media (max-width: 25.875em) {
  .hero__title {
    font-size: 2rem;
  }
}

.sk-headings .headings__title--60 {
  font-size: 3.75rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .sk-headings .headings__title--60 {
    font-size: 2.75rem;
  }
}
@media (max-width: 36em) {
  .sk-headings .headings__title--60 {
    font-size: 1.875rem;
  }
}

.sk-headings .headings__title--70 {
  font-size: 4.375rem;
}
@media (min-width: 36.0625em) and (max-width: 64em) {
  .sk-headings .headings__title--70 {
    font-size: 3rem;
  }
}
@media (max-width: 36em) {
  .sk-headings .headings__title--70 {
    font-size: 2rem;
  }
}

.hero__description, .hero__subtitle, .sk-headings .headings__description--22 {
  font-size: 1.375rem;
}
@media (max-width: 64em) {
  .hero__description, .hero__subtitle, .sk-headings .headings__description--22 {
    font-size: 1.125rem;
  }
}

.sk-headings .headings__extra-text, .sk-headings .headings__description--28 {
  font-size: 1.75rem;
}
@media (max-width: 64em) {
  .sk-headings .headings__extra-text, .sk-headings .headings__description--28 {
    font-size: 1.5rem;
  }
}
@media (max-width: 36em) {
  .sk-headings .headings__extra-text, .sk-headings .headings__description--28 {
    font-size: 1.25rem;
  }
}

.sk-form__input--textarea, .sk-form__input--default {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 3.625rem;
  padding: 1.125rem 1rem 0.875rem;
  margin: 0;
  color: #081A24;
  border: 1px solid #081A24;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  display: block;
  resize: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background 0.25s ease, border 0.25s ease, box-shadow 0.35s ease;
}
.sk-form__input--textarea::-moz-placeholder, .sk-form__input--default::-moz-placeholder {
  position: relative;
  top: -0.125rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.sk-form__input--textarea::placeholder, .sk-form__input--default::placeholder {
  position: relative;
  top: -0.125rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.sk-form__input--textarea:focus, .sk-form__input--default:focus {
  border-color: #081A24;
}
.sk-form__input--textarea:focus::-moz-placeholder, .sk-form__input--default:focus::-moz-placeholder {
  opacity: 0;
}
.sk-form__input--textarea:focus::placeholder, .sk-form__input--default:focus::placeholder {
  opacity: 0;
}
.f--required.sk-form__input--textarea, .f--required.sk-form__input--default {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--textarea:disabled, .sk-form__input--default:disabled {
  background-color: #F2F2F2 !important;
  border-color: rgb(216.5, 216.5, 216.5) !important;
  cursor: not-allowed !important;
}
[readonly].sk-form__input--textarea, [readonly].sk-form__input--default, [readonly=readonly].sk-form__input--textarea, [readonly=readonly].sk-form__input--default {
  cursor: default;
}
@media (max-width: 47.9375em) {
  .sk-form__input--textarea, .sk-form__input--default {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.sk-form__input--select {
  min-height: 3.625rem;
  max-height: 3.625rem;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.875rem 2.1875rem 0.875rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000000' stroke-width='1.75' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.632 1.2882L8.7 8.5M8.7 8.5l7.068-7.2118'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 1.125rem) 53%;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.625rem;
  cursor: pointer;
}
.sk-form__input--select option[disabled] {
  display: none;
}
.empty.sk-form__input--select,
.sk-form__input--select .placeholder {
  position: relative;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}
.sk-form__input--select:focus .placeholder {
  display: none;
}
.f--required.sk-form__input--select {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
  box-shadow: none !important;
}
.sk-form__input--select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (max-width: 47.9375em) {
  .sk-form__input--select {
    padding-left: 0.9375rem;
  }
}

.sk-form__input--checkbox:not(:checked), .sk-form__input--checkbox:checked {
  position: absolute;
  left: -9999px;
}
.sk-form__input--checkbox:not(:checked) + label, .sk-form__input--checkbox:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding: 0 0 0 1.75rem;
  color: #081A24;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--checkbox:not(:checked) + label:before, .sk-form__input--checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #081A24;
  border-radius: 0.25rem;
  transition: border 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label a, .sk-form__input--checkbox:checked + label a {
  font-weight: 400;
  text-decoration: underline;
}
.sk-form__input--checkbox:not(:checked) + label:after, .sk-form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9844.2187L29.578 1.625 10.8906 20.3125 4.297 14.5312l-1.5-1.3125L.1719 16.25l1.5 1.3125 8 7 1.4062 1.2188 1.3125-1.3125 20-20 1.4375-1.4063z' fill='%23081A24' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.875rem auto;
  transition: opacity 0.25s ease;
}
.sk-form__input--checkbox:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--checkbox:checked + label:after {
  opacity: 1;
}
.sk-form__input--checkbox:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.hasHover .sk-form__input--checkbox:hover:not(:checked) + label:before {
  border-color: #081A24;
}
.f--required.sk-form__input--checkbox:not(:checked) + label:before {
  background-color: rgb(255, 244.8, 244.8) !important;
  border-color: #FF0000 !important;
}

.sk-form__input--radio {
  position: absolute;
  left: -9999px;
}
.sk-form__input--radio:not(:checked), .sk-form__input--radio:checked {
  position: absolute;
  visibility: hidden;
}
.sk-form__input--radio:not(:checked) + label, .sk-form__input--radio:checked + label {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding: 0.125rem 0 0 1.5rem;
  color: #081A24;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sk-form__input--radio:not(:checked) + label:before, .sk-form__input--radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #081A24;
  border-radius: 100%;
  transition: background 0.25s ease, border 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label:after, .sk-form__input--radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #000000;
  transition: opacity 0.25s ease;
}
.sk-form__input--radio:not(:checked) + label a, .sk-form__input--radio:checked + label a {
  font-weight: bold;
  text-decoration: underline;
}
.sk-form__input--radio:not(:checked) + label:after {
  opacity: 0;
}
.sk-form__input--radio:checked + label:after {
  opacity: 1;
}

.sk-form__upload {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sk-form__input--floated label:not(.sk-form__upload--button) {
  position: absolute;
  top: -0.25rem;
  left: 1.125rem;
  right: 1rem;
  font-size: 0.6875rem;
  color: #081A24;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 49;
  transform-origin: top left;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  will-change: transform;
}
.sk-form__input--floated label:not(.sk-form__upload--button).no--floated {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.sk-form__input--floated label:not(.sk-form__upload--button) {
  /*
  @include mq( $until: 767px ) {
      left: rem(22px);
  }
  */
}
.is--visible.sk-form__input--floated label, .is--activated.sk-form__input--floated label {
  opacity: 1;
  visibility: visible;
  transform: translateY(0.625rem);
}
.is--visible.sk-form__input--floated .sk-form__input--default:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--default:not(textarea) {
  padding: 1.375rem 1rem 0.625rem 1rem;
}
.is--visible.sk-form__input--floated .sk-form__input--select:not(textarea), .is--activated.sk-form__input--floated .sk-form__input--select:not(textarea) {
  padding: 1.25rem 1rem 0.625rem 1rem;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::-moz-placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated .sk-form__input--datepicker::placeholder, .is--activated.sk-form__input--floated .sk-form__input--datepicker::placeholder {
  opacity: 0;
}
.is--visible.sk-form__input--floated .sk-form__select2 .select2.select2-container .select2-selection--single .select2-selection__rendered, .is--activated.sk-form__input--floated .sk-form__select2 .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.5rem 1rem 0.625rem 1rem;
  line-height: 1;
}
.is--visible.sk-form__input--floated textarea, .is--activated.sk-form__input--floated textarea {
  padding: 1.375rem 1rem 1.25rem;
}

/* @start: Animations */
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=fade] {
  opacity: 0;
  will-change: opacity;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=fade-translateY] {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=fade-translateY] .text-blur {
  filter: blur(0);
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=grid-fade-translateY] > div:not(.no--animable),
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=grid-fade-translateY] > ul > li:not(.no--animable),
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=grid-fade-translateY] > li:not(.no--animable) {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header] .header__logo,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header] .header__burger--open,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header] .header__nav li.depth-0,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=header] .header__call {
  opacity: 0;
  transform: translateY(-10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__title,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__subtitle,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__description,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__rating,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__box-text,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__cta,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .form-area {
  opacity: 0;
  transform: translateY(-10px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero__media,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=hero-header] .hero-blog__media {
  opacity: 0;
  will-change: opacity;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=carousel-cards] .swiper-slide {
  opacity: 0;
  transform: translateX(40px);
  will-change: opacity, transform;
}
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=carousel-cards] .swiper-pagination,
html:not(.no-animations):not(.animation-disabled-reduce-motions) [data-animation-type=carousel-cards] .swiper-buttons {
  opacity: 0;
}

/* @start: Utils */
.no--select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.no--scroll {
  overflow: hidden !important;
}

.no--link {
  cursor: default !important;
  pointer-events: none !important;
}

.no--visible {
  display: none !important;
}

.bubble-count {
  position: absolute;
  top: 0.25rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #000000;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.bubble-count.counted {
  display: flex;
}
.bubble-count > span {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  margin-top: -0.1875rem;
}

.ajax-loader {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 50;
}
.ajax-loader.is--loaded {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--loaded .ajax-spinner {
  opacity: 1;
}
.ajax-loader.is--error {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.ajax-loader.is--error .ajax-error {
  opacity: 1;
}
.ajax-spinner {
  opacity: 0;
}
.ajax-spinner--light {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.ajax-error {
  opacity: 0;
}
.ajax-error p {
  font-size: 0.875rem;
  color: #E31616;
  text-align: center;
  padding: 0;
}
.ajax-error--light p {
  color: #FFFFFF;
}

/* @start: Image Utility */
.sk-lazyload {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
  z-index: 2;
}
.sk-lazyload__bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sk-lazyload[data-src], .sk-lazyload[data-srcset] {
  min-height: 1px;
  display: block;
}
.sk-lazyload:not([src]) {
  visibility: hidden;
}
.sk-lazyload.initial, .sk-lazyload.is--loaded, .sk-lazyload.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}

.sk-media {
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.sk-media__image, .sk-media__video {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.sk-media--play:before {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 2px solid #FEF5F5;
  background-color: #FEF5F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 39'%3E%3Cpath fill='%23D2E9F5' d='M28.4961 17.0435c1.7038 1.1945 1.7038 3.7185 0 4.913L5.22215 38.2731C3.23401 39.6669.500002 38.2447.500002 35.8166L.500003 3.18337C.500004.755319 3.23401-.666922 5.22215.726898L28.4961 17.0435Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 1.25rem auto;
  background-repeat: no-repeat;
  backdrop-filter: blur(3px);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  transition: transform 0.2s ease;
  z-index: 4;
}
.hasHover .sk-media--play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

/* @start: Object Position Utility */
.object-position--top {
  -o-object-position: top;
     object-position: top;
}

/* @start: Aspect-Ratio Utility */
.ratio-1 {
  padding-bottom: 100%;
}

.ratio-16 {
  padding-bottom: 50%;
}

.ratio-150 {
  padding-bottom: 150%;
}

/* @start: Margins */
.mrg-top--0x {
  margin-top: 0rem !important;
}

.mrg-top--1x {
  margin-top: 1.875rem !important;
}

.mrg-top--2x {
  margin-top: 3.75rem !important;
}

.mrg-top--3x {
  margin-top: 5.625rem !important;
}

.mrg-top--4x {
  margin-top: 7.5rem !important;
}

.mrg-top--5x {
  margin-top: 9.375rem !important;
}

.mrg-bottom--0x {
  margin-bottom: 0rem !important;
}

.mrg-bottom--1x {
  margin-bottom: 1.875rem !important;
}

.mrg-bottom--2x {
  margin-bottom: 3.75rem !important;
}

.mrg-bottom--3x {
  margin-bottom: 5.625rem !important;
}

.mrg-bottom--4x {
  margin-bottom: 7.5rem !important;
}

.mrg-bottom--5x {
  margin-bottom: 9.375rem !important;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .mrg-top--2x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--3x {
    margin-top: 2.8125rem !important;
  }
  .mrg-top--4x {
    margin-top: 3.75rem !important;
  }
  .mrg-top--5x {
    margin-top: 4.6875rem !important;
  }
  .mrg-bottom--2x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--3x {
    margin-bottom: 2.8125rem !important;
  }
  .mrg-bottom--4x {
    margin-bottom: 3.75rem !important;
  }
  .mrg-bottom--5x {
    margin-bottom: 4.6875rem !important;
  }
}
@media (max-width: 36em) {
  .mrg-top--2x,
  .mrg-top--3x,
  .mrg-top--4x,
  .mrg-top--5x {
    margin-top: 2.8125rem !important;
  }
  .mrg-bottom--2x,
  .mrg-bottom--3x,
  .mrg-bottom--4x,
  .mrg-bottom--5x {
    margin-bottom: 2.8125rem !important;
  }
}
/* @start: Paddings */
.pdg-top--0x {
  padding-top: 0rem !important;
}

.pdg-top--1x {
  padding-top: 1.875rem !important;
}

.pdg-top--2x {
  padding-top: 3.75rem !important;
}

.pdg-top--3x {
  padding-top: 5.625rem !important;
}

.pdg-top--4x {
  padding-top: 7.5rem !important;
}

.pdg-top--5x {
  padding-top: 9.375rem !important;
}

.pdg-bottom--0x {
  padding-bottom: 0rem !important;
}

.pdg-bottom--1x {
  padding-bottom: 1.875rem !important;
}

.pdg-bottom--2x {
  padding-bottom: 3.75rem !important;
}

.pdg-bottom--3x {
  padding-bottom: 5.625rem !important;
}

.pdg-bottom--4x {
  padding-bottom: 7.5rem !important;
}

.pdg-bottom--5x {
  padding-bottom: 9.375rem !important;
}

.no-paddings {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 36.0625em) and (max-width: 64em) {
  .pdg-top--2x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--3x {
    padding-top: 3.75rem !important;
  }
  .pdg-top--4x {
    padding-top: 5rem !important;
  }
  .pdg-top--5x {
    padding-top: 6.25rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--3x {
    padding-bottom: 3.75rem !important;
  }
  .pdg-bottom--4x {
    padding-bottom: 5rem !important;
  }
  .pdg-bottom--5x {
    padding-bottom: 6.25rem !important;
  }
  /*
  .pdg-around--2x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--3x {
      padding: rem(calc(($increment*3)/2)) !important;
  }

  .pdg-around--4x {
      padding: rem(calc(($increment*4)/2)) !important;
  }

  .pdg-around--5x {
      padding: rem(calc(($increment*5)/2)) !important;
  }
  */
}
@media (max-width: 36em) {
  .pdg-top--2x,
  .pdg-top--3x,
  .pdg-top--4x,
  .pdg-top--5x {
    padding-top: 3.75rem !important;
  }
  .pdg-bottom--2x,
  .pdg-bottom--3x,
  .pdg-bottom--4x,
  .pdg-bottom--5x {
    padding-bottom: 3.75rem !important;
  }
  /*
  .pdg-around--2x,
  .pdg-around--3x,
  .pdg-around--4x,
  .pdg-around--5x {
      padding: rem(calc(($increment*3)/2)) !important;
  }
  */
}
@media (max-width: 25.875em) {
  .pdg-top--2x {
    padding-top: 2.5rem !important;
  }
  .pdg-bottom--2x {
    padding-bottom: 2.5rem !important;
  }
}
/* @start: Svgs Utility */
.svg-data {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
}
.svg-data svg {
  width: 100%;
  height: auto;
}

/* @start: Texts Utility */
.font-headings-primary {
  font-family: "Geometria", sans-serif;
}

.font-body {
  font-family: "Geometria", sans-serif;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  overflow: hidden;
}
.text-truncate--two-lines {
  -webkit-line-clamp: 2;
}
.text-truncate--three-lines {
  -webkit-line-clamp: 3;
}
.text-truncate--four-lines {
  -webkit-line-clamp: 4;
}
.text-link--underline {
  text-decoration: underline;
}
.text-blur {
  filter: blur(3px);
}
.text-color--white {
  color: #FFFFFF;
}
.text-color--dirty {
  color: #FEF5F5;
}
.text-color--orange {
  color: #F8D74D;
}
.text-color--blue {
  color: #D2E9F5;
}
.text-color--night {
  color: #081A24;
}
.text-gradient--white {
  position: relative;
}
.text-gradient--white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
}

.break-content__toggle span {
  cursor: pointer;
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

:root {
  --bs-font-sans-serif: "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .176);
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}

hr {
  color: inherit;
  opacity: 0.25;
  border: 0;
  border-top: 1px solid;
  margin: 1.875rem 0;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: 0.875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  cursor: pointer;
  display: list-item;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  width: auto;
  flex: none;
}

.row-cols-1 > * {
  width: 100%;
  flex: none;
}

.row-cols-2 > * {
  width: 50%;
  flex: none;
}

.row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

.row-cols-4 > * {
  width: 25%;
  flex: none;
}

.row-cols-5 > * {
  width: 20%;
  flex: none;
}

.row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

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

.col-1 {
  width: 8.33333%;
  flex: none;
}

.col-2 {
  width: 16.6667%;
  flex: none;
}

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

.col-4 {
  width: 33.3333%;
  flex: none;
}

.col-5 {
  width: 41.6667%;
  flex: none;
}

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

.col-7 {
  width: 58.3333%;
  flex: none;
}

.col-8 {
  width: 66.6667%;
  flex: none;
}

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

.col-10 {
  width: 83.3333%;
  flex: none;
}

.col-11 {
  width: 91.6667%;
  flex: none;
}

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

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: .46875rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: .46875rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: .9375rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: .9375rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.875rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.875rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.8125rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.8125rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5.625rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5.625rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-auto {
    width: auto;
    flex: none;
  }
  .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-sm-3 {
    width: 25%;
    flex: none;
  }
  .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-sm-6 {
    width: 50%;
    flex: none;
  }
  .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-sm-9 {
    width: 75%;
    flex: none;
  }
  .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
    flex: none;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-md-auto {
    width: auto;
    flex: none;
  }
  .col-md-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-md-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-md-3 {
    width: 25%;
    flex: none;
  }
  .col-md-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-md-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-md-6 {
    width: 50%;
    flex: none;
  }
  .col-md-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-md-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-md-9 {
    width: 75%;
    flex: none;
  }
  .col-md-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-md-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
    flex: none;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.6667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333%;
  }
  .offset-md-5 {
    margin-left: 41.6667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333%;
  }
  .offset-md-8 {
    margin-left: 66.6667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333%;
  }
  .offset-md-11 {
    margin-left: 91.6667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-auto {
    width: auto;
    flex: none;
  }
  .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-lg-3 {
    width: 25%;
    flex: none;
  }
  .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-lg-6 {
    width: 50%;
    flex: none;
  }
  .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-lg-9 {
    width: 75%;
    flex: none;
  }
  .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
    flex: none;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-auto {
    width: auto;
    flex: none;
  }
  .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xl-3 {
    width: 25%;
    flex: none;
  }
  .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xl-6 {
    width: 50%;
    flex: none;
  }
  .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xl-9 {
    width: 75%;
    flex: none;
  }
  .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }
  .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }
  .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }
  .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }
  .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }
  .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }
  .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-auto {
    width: auto;
    flex: none;
  }
  .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }
  .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }
  .col-xxl-3 {
    width: 25%;
    flex: none;
  }
  .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }
  .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }
  .col-xxl-6 {
    width: 50%;
    flex: none;
  }
  .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }
  .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }
  .col-xxl-9 {
    width: 75%;
    flex: none;
  }
  .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }
  .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }
  .col-xxl-12 {
    width: 100%;
    flex: none;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: .46875rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: .46875rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: .9375rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: .9375rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.8125rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.8125rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5.625rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, .05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, .1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, .075);
  width: 100%;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-bottom: 1.875rem;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: 0.5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > *,
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1024.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  transition: height 0.35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.875rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: .5rem;
  --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  --bs-modal-inner-border-radius: calc(.5rem - 1px);
  --bs-modal-header-padding-x: 1.875rem;
  --bs-modal-header-padding-y: 1.875rem;
  --bs-modal-header-padding: 1.875rem 1.875rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  z-index: var(--bs-modal-zindex);
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

.modal-content {
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: relative;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .5;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  padding: var(--bs-modal-padding);
  flex: auto;
  position: relative;
}

.modal-footer {
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1024.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: .9375rem;
  --bs-tooltip-padding-y: .46875rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: .375rem;
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
  top: -1px;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  left: 0;
}

.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
  right: -1px;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
  bottom: -1px;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
  right: 0;
}

.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
  left: -1px;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.46875rem !important;
}

.gap-2 {
  gap: 0.9375rem !important;
}

.gap-3 {
  gap: 1.875rem !important;
}

.gap-4 {
  gap: 2.8125rem !important;
}

.gap-5 {
  gap: 5.625rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.46875rem !important;
  }
  .gap-sm-2 {
    gap: 0.9375rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.8125rem !important;
  }
  .gap-sm-5 {
    gap: 5.625rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.46875rem !important;
  }
  .gap-md-2 {
    gap: 0.9375rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.8125rem !important;
  }
  .gap-md-5 {
    gap: 5.625rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.46875rem !important;
  }
  .gap-lg-2 {
    gap: 0.9375rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.8125rem !important;
  }
  .gap-lg-5 {
    gap: 5.625rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xl-5 {
    gap: 5.625rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.46875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-3 {
    gap: 1.875rem !important;
  }
  .gap-xxl-4 {
    gap: 2.8125rem !important;
  }
  .gap-xxl-5 {
    gap: 5.625rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

/* Navigation font end */
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* @start: Fancybox 3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.iti {
  position: relative;
  display: block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 50;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name {
  margin-right: 8px;
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
  font-size: 1rem;
}

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("./assets/images/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("./assets/images/flags/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* @start: Basic */
::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}
::selection {
  background-color: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

:root {
  --vh: 100vh;
}

.order-12 {
  order: 12;
}

html {
  position: relative !important;
  top: auto !important;
  width: 100%;
  min-height: -webkit-fill-available;
  -webkit-marquee-increment: 0vw;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}
@media (min-width: 64.0625em) and (max-width: 100em) {
  html {
    font-size: calc(20px + 0.83333vw - 18px);
  }
}
html {
  /*
  @include mq( $until: 1024px ) {
      font-size: rem(18px);
  }
  */
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:active, a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a.no-color {
  color: inherit !important;
}
a img {
  border: none;
}

b,
strong {
  font-weight: bold;
}

p {
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

figcaption {
  font-size: 0.6875rem;
  font-style: italic;
  margin-top: 0.25rem;
}

mark,
.mark {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.1875rem;
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  float: left;
  margin: 1.25rem 1.5625rem 1.25rem 0;
}

img.alignright {
  display: block;
  margin: 1.25rem 0 1.25rem 1.5625rem;
}

img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

img.alignnone {
  display: block;
}

blockquote {
  position: relative;
  padding: 1.875rem !important;
  margin-top: 0.9375rem;
  font-style: italic;
  background-color: #FFFFFF;
  z-index: 1;
  /*
  &:before {
      position: absolute;
      color: rgba($color-black, 0.35);
      font-size: rem(30px);
      font-style: normal;
      font-weight: bold;
      z-index: -1;
  }

  &:before {
      content: "“";
      top: rem(-30px);
      left: rem(-30px);
      line-height: 1;

      @include mq( $until: 576px ) {
          left: rem(-15px);
      }

  }
  */
}
blockquote cite {
  font-size: 0.8125rem;
  display: block;
  margin-top: 1.25rem;
}
blockquote cite:before {
  content: "-";
  margin: 0 0.5625rem;
}

.gallery {
  margin-top: 1.25rem;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery .gallery-caption {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}
address {
  display: block;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

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

pre,
code {
  padding: 0 0.1875rem 0.125rem;
  border-radius: 0.1875rem;
  color: #232527;
  font-size: 0.75rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 0.125rem 0.25rem;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 0.25rem;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 3.125rem 3.125rem;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 21.25rem;
}

table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
}
table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table th,
table td {
  min-height: 2.5625rem;
  padding: 0.625rem 0.875rem 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 0.625rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759B;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* @start: Typography */
body,
input,
button,
select,
textarea {
  font-family: "Geometria", sans-serif;
  font-size: 18px;
  color: #081A24;
  font-weight: 400;
  line-height: 1.3;
}

input,
button,
select,
textarea {
  font-size: 1rem;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geometria", sans-serif;
  color: #081A24;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}

/* @start: Typography Responsive */
/* @start: Layout */
.sk-col {
  position: relative;
}

.container,
.container-fluid {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.container > .row:not(.row-bypass),
.container-fluid > .row:not(.row-bypass) {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.container > .row:not(.row-bypass) > *,
.container-fluid > .row:not(.row-bypass) > * {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.no-gutters.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.no-gutters.container-fluid > .row:not(.row-bypass) {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters.container-fluid > .row:not(.row-bypass) > * {
  padding-left: 0;
  padding-right: 0;
}

.gy-60 {
  margin-top: -3.75rem;
}
.gy-60 > * {
  margin-top: 3.75rem;
}

@media (min-width: 64.0625em) {
  .container--960px {
    max-width: 60rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1100px {
    max-width: 68.75rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1200px {
    max-width: 75rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1480px {
    max-width: 92.5rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1600px {
    max-width: 100rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1630px {
    max-width: 101.875rem;
  }
}

@media (min-width: 64.0625em) {
  .container--1920px {
    max-width: 120rem;
  }
}

/* @start: Layout Responsive */
@media (max-width: 75em) {
  .container,
  .container-fluid {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .container > .row:not(.row-bypass),
  .container-fluid > .row:not(.row-bypass) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .container > .row:not(.row-bypass) > *,
  .container-fluid > .row:not(.row-bypass) > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 64em) {
  .gy-60 {
    margin-top: -1.875rem;
  }
  .gy-60 > * {
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.9375em) {
  .container,
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .container > .row:not(.row-bypass),
  .container-fluid > .row:not(.row-bypass) {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem;
  }
  .container > .row:not(.row-bypass) > *,
  .container-fluid > .row:not(.row-bypass) > * {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }
  .container--no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .container--no-gutter > .row:not(.row-bypass) {
    margin-left: 0;
    margin-right: 0;
  }
  .container--no-gutter > .row:not(.row-bypass) > * {
    padding-left: 0;
    padding-right: 0;
  }
}
/* @start: Button Animation */
.sk-btn__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 4;
}
.sk-btn__ripple--circle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: translate3d(-50%, -50%, 0);
}
.sk-btn__ripple.is--active .sk-btn__ripple--circle {
  animation: ripple 0.4s ease-in;
}
@keyframes ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

/* @start: Button Style */
.sk-btn, .header-mobile__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn a {
  position: relative;
  width: auto;
  min-width: 12.5rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid;
  border-radius: 0.3125rem;
  font-size: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  outline: 0 !important;
  text-decoration: none !important;
  display: inline-block;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: border 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), background 0.3s cubic-bezier(0.45, 0, 0.14, 1.03), transform 0.2s cubic-bezier(0.45, 0, 0.14, 1.03), box-shadow 0.2s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn__label {
  position: relative;
  font-family: "Geometria", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  z-index: 3;
  transition: color 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.sk-btn.is--disabled, .header-mobile__nav .sf-menu .menu-item-btn a.is--disabled, .header__nav .sf-menu .menu-item-btn a.is--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.sk-btn--full {
  width: 100%;
  min-width: auto;
}
.sk-btn--sm {
  padding: 0.75rem 0.9375rem 0.75rem;
}
.sk-btn--sm .sk-btn__label {
  font-size: 1.25rem;
}
.sk-btn--xl {
  padding: 0.9375rem 2.1875rem 0.8125rem;
}
.sk-btn--xl .sk-btn__label {
  font-size: 1.875rem;
}
.sk-btn--icon .sk-btn__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sk-btn--icon .sk-btn__label .svg-data {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.125rem;
  margin-right: 0.625rem;
}
.sk-btn--icon .sk-btn__label .svg-data--dx {
  margin-left: 0.625rem;
  margin-right: 0;
}
.sk-btn--primary {
  border-color: #F8D74D;
  background-color: #F8D74D;
}
.sk-btn--primary .sk-btn__label {
  color: #081A24;
}
.hasHover .sk-btn--primary:hover {
  border-color: rgb(214.5621621622, 174.7837837838, 8.4378378378);
  background-color: rgb(214.5621621622, 174.7837837838, 8.4378378378);
}
.sk-btn--secondary {
  border-color: #081A24;
  background-color: #081A24;
}
.sk-btn--secondary .sk-btn__label {
  color: #FEF5F5;
}
.hasHover .sk-btn--secondary:hover {
  border-color: rgb(17.2727272727, 56.1363636364, 77.7272727273);
  background-color: rgb(17.2727272727, 56.1363636364, 77.7272727273);
}
.sk-btn--thirdy {
  border-color: #F8D74D;
  background-color: transparent;
}
.sk-btn--thirdy .sk-btn__label {
  color: #F8D74D;
}
.sk-btn--thirdy .sk-btn__label svg path {
  transition: fill 0.3s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.hasHover .sk-btn--thirdy:hover {
  border-color: #F8D74D;
  background-color: #F8D74D;
}
.hasHover .sk-btn--thirdy:hover .sk-btn__label {
  color: #081A24;
}
.hasHover .sk-btn--thirdy:hover .sk-btn__label svg path {
  fill: #081A24;
}
.sk-btn--fourty {
  border-color: #081A24;
  background-color: #081A24;
}
.sk-btn--fourty .sk-btn__label {
  color: #FEF5F5;
}
.hasHover .sk-btn--fourty:hover {
  border-color: rgb(17.2727272727, 56.1363636364, 77.7272727273);
  background-color: rgb(17.2727272727, 56.1363636364, 77.7272727273);
}
.sk-btn--yellow .sk-btn__label {
  color: #F8D74D;
}
.sk-btn--white .sk-btn__label {
  color: #FEF5F5;
}
.sk-btn--text {
  padding-left: 0;
  padding-right: 0;
  min-width: 1px;
  border: 0;
  background-color: transparent;
}
.sk-btn--text .sk-btn__label {
  text-decoration: underline;
}

/* @start: Button Responsive */
@media (max-width: 64em) {
  .sk-btn .sk-btn__label, .header-mobile__nav .sf-menu .menu-item-btn a .sk-btn__label, .header__nav .sf-menu .menu-item-btn a .sk-btn__label {
    font-size: 1.125rem;
  }
  .sk-btn--sm .sk-btn__label {
    font-size: 1rem;
  }
}
/* @start: Forms */
.sk-form {
  position: relative;
  width: 100%;
  margin-top: 3.125rem;
}
.sk-form--small {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.sk-form__wrap {
  position: relative;
  width: 100%;
}
.sk-form__inputs-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.sk-form__inputs-wrapper.is--small {
  margin-bottom: 0.625rem;
}
.sk-form__inputs-wrapper.is--last {
  margin-top: 0.625rem;
  margin-bottom: 0;
}
.sk-form__inputs-wrapper:last-child {
  margin-bottom: 0;
}
.sk-form__inputs-wrapper--newsletter .sk-form__input:not(.is--last) {
  width: calc(50% - 4.6875rem);
}
.sk-form__inputs-wrapper--newsletter .sk-form__input.is--last {
  width: 9.375rem;
}
.sk-form__input--content {
  position: relative;
  width: 100%;
  display: block;
}
.sk-form__input--content + .sk-form__input--content {
  margin-top: 0.625rem;
}
.sk-form__inputs-fields {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.sk-form__inputs-fields.is--loaded {
  opacity: 0.1;
  pointer-events: none;
}
.sk-form__input {
  position: relative;
}
.sk-form__input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form__input.is--first {
  padding-right: 0.625rem;
}
.sk-form__input.is--middle {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.sk-form__input.is--last {
  padding-left: 0.625rem;
}
.sk-form__input__prelabel {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.sk-form__input__prelabel a {
  text-decoration: underline;
  font-weight: bold;
}
.sk-form__input__prelabel--center {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.sk-form__input abbr[title] {
  border-bottom: 0 none;
  text-decoration: none;
}
.sk-form__input abbr[title].required {
  color: #E31616;
  margin-left: 0.25rem;
}
.sk-form__input--field-30 {
  width: 30%;
}
.sk-form__input--field-33 {
  width: 33.333%;
}
.sk-form__input--field-50 {
  width: 50%;
}
.sk-form__input--field-70 {
  width: 70%;
}
.sk-form__input--field-100 {
  width: 100%;
}
.sk-form__submit {
  margin-top: 0.625rem;
}
.sk-form__error {
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 0.9375rem 0.625rem 1.125rem;
  background-color: rgb(255, 76.5, 76.5);
  margin-top: 1.875rem;
  text-align: center;
}
.sk-form__error .login {
  text-decoration: underline;
}
.sk-form__error a:not(.login) {
  display: none;
}
.sk-form__description {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.sk-form__label-out {
  font-size: 0.875rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  display: block;
}

/* @start: Forms Styles */
input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 6.25rem;
  overflow: auto;
  resize: vertical;
}

.sk-form__input--hypt {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sk-form__input--textarea {
  border-radius: 0.625rem;
}
.sk-form__input--file {
  display: none;
}
.sk-form__input--multicheckboxes {
  display: flex;
  flex-wrap: wrap;
}
.sk-form__input--multicheckboxes .multicheckbox__label {
  width: 100%;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  text-align: left;
}
.sk-form__input--multicheckboxes .multicheckbox__field {
  margin-right: 0.9375rem;
}
.sk-form__input--multicheckboxes .multicheckbox__field label {
  font-weight: bold;
  text-transform: uppercase;
}
.sk-form__select2 {
  position: relative;
}
.sk-form__select2 .select2-container--default.select2-container--open {
  top: auto;
  bottom: 0;
}
.sk-form__select2 .select2-container--default.select2-container--open .select2-dropdown {
  top: -21px;
}

.js-password-showhide {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -0.9375rem;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 53' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M43 .2C24.5.2 8.5 10.7.5 26.1 8.5 41.5 24.5 52 43 52s34.5-10.5 42.5-25.9C77.5 10.7 61.5.2 43 .2zm0 47.7c-15.7 0-30.1-8.3-37.9-21.9C12.9 12.5 27.3 4.2 43 4.2s30.1 8.3 37.9 21.9C73.1 39.6 58.7 47.9 43 47.9z'/%3E%3Cpath d='M43 8.8c-9.5 0-17.2 7.7-17.2 17.2S33.5 43.2 43 43.2 60.2 35.5 60.2 26 52.5 8.8 43 8.8zm0 30.4c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 2;
}
.js-password-showhide.is--show {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 86 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M16.6 54l2.9-2.9c-5.8-3.7-10.8-8.8-14.4-15C12.9 22.5 27.3 14.2 43 14.2c4 0 8 .6 11.7 1.6l3.2-3.2c-4.7-1.5-9.7-2.4-14.9-2.4C24.5 10.2 8.5 20.7.5 36.1 4.3 43.3 9.8 49.5 16.6 54zM69.4 18.1L66.5 21c5.9 3.7 10.9 8.8 14.5 15-7.9 13.6-22.3 21.9-38 21.9-4.1 0-8-.6-11.8-1.6L28 59.5c4.7 1.6 9.8 2.4 15 2.4 18.5 0 34.5-10.5 42.5-25.9-3.8-7.2-9.3-13.4-16.1-17.9zM35.2 46.7l18.5-18.5 2.8-2.9 6.4-6.3 2.9-3L78.3 3.6 75.4.7 62 14.1l-3 3.1-5.3 5.3-2.9 2.8-18.5 18.5-2.8 2.9-6.5 6.4-2.9 3L7.7 68.4l2.9 2.9 13.3-13.4 3-3 5.4-5.4z'/%3E%3Cpath d='M43 22.8c1.4 0 2.8.2 4.1.7l3.1-3.1c-2.2-1-4.6-1.6-7.2-1.6-9.5 0-17.2 7.7-17.2 17.2 0 2.6.6 5 1.6 7.2l3.1-3.1c-.4-1.3-.7-2.7-.7-4.1 0-7.3 5.9-13.2 13.2-13.2zM43 49.2c-1.4 0-2.8-.2-4.1-.7l-3.1 3.1c2.2 1 4.6 1.6 7.2 1.6 9.5 0 17.2-7.7 17.2-17.2 0-2.6-.6-5-1.6-7.2l-3.1 3.1c.4 1.3.7 2.7.7 4.1 0 7.3-5.9 13.2-13.2 13.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* @start: Forms Responsive */
@media (max-width: 64em) {
  .sk-form {
    margin-top: 2.5rem;
  }
  .sk-form--hidden .sk-form__wrap {
    display: none;
  }
  .sk-form__mobile {
    display: block;
  }
}
@media (max-width: 47.9375em) {
  .sk-form__input {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sk-form__input.is--middle, .sk-form__input.is--last {
    margin-top: 1.25rem;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button), .sk-form__input .header-mobile__nav .sf-menu .menu-item-btn a:not(.sk-form__upload--button), .header-mobile__nav .sf-menu .menu-item-btn .sk-form__input a:not(.sk-form__upload--button), .sk-form__input .header__nav .sf-menu .menu-item-btn a:not(.sk-form__upload--button), .header__nav .sf-menu .menu-item-btn .sk-form__input a:not(.sk-form__upload--button) {
    width: 100%;
  }
  .sk-form__input .sk-btn:not(.sk-form__upload--button) br, .sk-form__input .header-mobile__nav .sf-menu .menu-item-btn a:not(.sk-form__upload--button) br, .header-mobile__nav .sf-menu .menu-item-btn .sk-form__input a:not(.sk-form__upload--button) br, .sk-form__input .header__nav .sf-menu .menu-item-btn a:not(.sk-form__upload--button) br, .header__nav .sf-menu .menu-item-btn .sk-form__input a:not(.sk-form__upload--button) br {
    display: none;
  }
  .sk-form__submit {
    margin-top: 0;
  }
  .sk-form__upload--text {
    width: calc(100% - 6.25rem);
  }
  .sk-form__upload--button {
    width: 6.25rem;
  }
}
/* @start: Modal */
.frameContainer {
  z-index: 1100 !important;
}

.modal-backdrop {
  background: rgba(8, 26, 36, 0.6);
  backdrop-filter: blur(5px);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop.is--last {
  z-index: 1060;
  cursor: pointer;
}
.modal-dialog {
  max-width: none;
}
.modal-dialog .close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  padding: 6.25rem;
  border: 0 none;
  border-radius: 0;
  overflow: hidden;
}
.modal-body {
  padding: 0;
  margin-top: 0;
}
.modal-title,
.modal .response__title {
  font-size: 2rem;
  color: #081A24;
  position: relative;
  line-height: 1.1;
  margin-bottom: 0;
  z-index: 3;
}
.modal-subtitle {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}
.modal-header {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  display: block;
}
.modal-footer {
  display: none;
}
.modal-link {
  color: #081A24;
  font-weight: bold;
  text-decoration: underline;
}

.bootbox:not(.modal--bootbox) .modal-content {
  padding: 0;
}
.bootbox:not(.modal--bootbox) .modal-content > .modal-header.border-0 > .modal-title {
  display: none;
}
.bootbox:not(.modal--bootbox) .bootbox-body {
  padding: 6.25rem 3.125rem;
}
.bootbox:not(.modal--bootbox) .bootbox-body .modal-body {
  margin-top: 1.25rem;
}

.modal--bootbox {
  text-align: center;
}
.modal--bootbox .modal-header {
  position: initial;
}

/* @start: Modal Type */
.modal--vertical .modal-dialog {
  width: 100%;
  max-width: none;
  margin: 0;
}
.modal--vertical .modal-content {
  padding-top: 2.5rem;
}

.modal--generic .sk-form {
  margin-top: 1.5625rem;
}

.modal--card .modal-content {
  background: #FEF5F5;
  box-shadow: 0px 4px 27.7px rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
}
.modal--card .close {
  top: 1.25rem;
  right: 1.25rem;
  background-color: #F8D74D;
  border-radius: 100%;
}
.modal--card .modal-card__header {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #081A24;
}
.modal--card .modal-card__media {
  position: relative;
  flex: 0 0 12.5rem;
  width: 12.5rem;
  height: 12.5rem;
  background-color: #F8D74D;
  border-radius: 100%;
  overflow: hidden;
}
.modal--card .modal-card__media img {
  -o-object-position: top;
     object-position: top;
}
.modal--card .modal-card__title {
  color: #D2E9F5;
  font-size: 2rem;
}
.modal--card .modal-card__subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  font-style: italic;
  margin-top: 0.625rem;
}
.modal--card .modal-card__description {
  padding-top: 2.1875rem;
}

.bootbox:not(.modal--bootbox).modal--events .modal-content {
  padding-top: 3.75rem;
  background-color: transparent;
  overflow: visible;
}
.bootbox:not(.modal--bootbox).modal--events .modal-body .bootbox-body {
  background: #FEF5F5;
  box-shadow: 0px 4px 27.7px rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-body .bootbox-body {
  padding: 0;
}
.bootbox:not(.modal--bootbox).modal--events .close {
  top: -1.25rem;
  right: 1.25rem;
  background-color: #F8D74D;
  border-radius: 100%;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__body {
  padding: 1.875rem 1.875rem 2.5rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__media {
  padding-bottom: 50%;
  border-radius: 1.875rem;
  margin-bottom: 1.875rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__badge {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: auto;
  padding: 0.5rem 1.25rem 0.5rem 0.625rem;
  background-color: #081A24;
  border-radius: 0 1.25rem 1.25rem 0;
  z-index: 2;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__badge span {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__title {
  color: #D2E9F5;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__meta > div {
  display: inline-flex;
  align-items: center;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__meta > div .svg-data {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__meta .svg-data path {
  fill: #081A24;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__meta--label {
  color: #081A24;
  font-size: 1.0625rem;
  font-weight: bold;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__description {
  font-size: 1.25rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__cta {
  margin-top: 2.1875rem;
}
.bootbox:not(.modal--bootbox).modal--events .modal-event__cta > a {
  margin-top: 0 !important;
}

/* @start: Modal Responsive */
@media (min-width: 48em) and (max-width: 64em) {
  .modal-content,
  .bootbox:not(.modal--bootbox) .bootbox-body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 64em) {
  .modal--card .modal-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 1.25rem;
  }
  .modal--card .modal-card__media {
    flex: 0 0 7.5rem;
    width: 7.5rem;
    height: 7.5rem;
  }
  .modal--card .modal-card__title {
    font-size: 1.375rem;
  }
  .modal--card .modal-card__subtitle {
    font-size: 1.125rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-body .bootbox-body {
    border-radius: 1.25rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__body {
    padding: 0.9375rem 0.9375rem 2.5rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__media {
    border-radius: 0.625rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__badge {
    top: 1.25rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__badge span {
    font-size: 0.75rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__meta {
    gap: 0.625rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__meta > div .svg-data {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__meta--label {
    font-size: 0.875rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__title {
    font-size: 1.5rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__title br {
    display: none;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__description {
    font-size: 1.125rem;
  }
  .bootbox:not(.modal--bootbox).modal--events .modal-event__cta .sk-btn, .bootbox:not(.modal--bootbox).modal--events .modal-event__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .bootbox:not(.modal--bootbox).modal--events .modal-event__cta a, .bootbox:not(.modal--bootbox).modal--events .modal-event__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .bootbox:not(.modal--bootbox).modal--events .modal-event__cta a {
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.9375em) {
  .modal-content,
  .bootbox:not(.modal--bootbox) .bootbox-body {
    padding: 3.75rem 0.9375rem;
  }
  .modal-description br {
    display: none;
  }
  .modal--card .modal-card__header {
    flex-direction: column;
    justify-content: center;
  }
  .modal--card .modal-card__data {
    text-align: center;
  }
}
@media (min-width: 20em) {
  .modal-dialog {
    max-width: 50rem;
  }
  .modal-dialog--lg {
    max-width: 59.375rem;
  }
  .modal-dialog.modal-xl, .modal-dialog--xl {
    max-width: 78.75rem;
  }
}
/* @start: Tooltip */
.tooltip-inner {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.625rem;
}

.tooltip-single .tooltip-inner {
  max-width: 18.125rem;
  text-align: left;
}

/* @start: Carousel */
.sk-carousel {
  position: relative;
  width: 100%;
}
.sk-carousel--overflow .swiper {
  overflow: visible;
}
.sk-carousel--marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sk-carousel--center .swiper-wrapper {
  justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
  font-family: none;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -2.625rem;
  border-radius: 100%;
  background: #D2E9F5;
  border: 1px solid #FEF5F5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.swiper-button-prev .svg-data,
.swiper-button-next .svg-data {
  width: 0.875rem;
  height: 0.875rem;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-button-prev {
  left: -1.125rem;
  transform: rotate(180deg);
}
.swiper-button-prev .svg-data {
  margin-left: 0.125rem;
}

.swiper-button-next {
  right: -1.125rem;
  transform: rotate(0deg);
}
.swiper-button-next .svg-data {
  margin-left: 0.125rem;
}

.swiper-pagination.swiper-pagination--relative {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 2.5rem;
}

.swiper-pagination.swiper-pagination--relative {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 2.1875rem;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 1px solid #D2E9F5;
  background-color: transparent;
  opacity: 1;
  transition: all 0.3s ease !important;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D2E9F5;
}
.swiper-pagination:not(.swiper-pagination-lock) + .sk-carousel__cta {
  margin-top: 1.25rem;
}

.sk-section__bg--blue-ming .swiper-button-prev,
.sk-section__bg--blue-ming .swiper-button-next,
.sk-section__bg--blue-elephant .swiper-button-prev,
.sk-section__bg--blue-elephant .swiper-button-next {
  background: #F8D74D;
}
.sk-section__bg--blue-ming .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.sk-section__bg--blue-elephant .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: #F8D74D;
}
.sk-section__bg--blue-ming .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sk-section__bg--blue-elephant .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F8D74D;
}

/* @start: Carousel Responsive */
@media (max-width: 64em) {
  .swiper-buttons {
    display: none;
  }
  .sk-carousel--overflow-mobile .swiper {
    overflow: visible;
  }
  .sk-carousel--center .swiper-wrapper {
    justify-content: flex-start;
  }
  .swiper-pagination.swiper-pagination--relative {
    margin-top: 1.875rem;
  }
}
/* @start: Accordions */
/* @start: Faqs */
.sk-faqs {
  width: 100%;
  margin: 0 auto;
}

.faq__item {
  border-radius: 1.5625rem;
  border: 1px solid #D2E9F5;
  margin-bottom: 1.5625rem;
}
.faq__item.is--opened .faq__arrow {
  transform: rotate(270deg);
}
.faq__title {
  position: relative;
  width: 100%;
  font-family: "Geometria", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.875rem 4.375rem 1.875rem 1.875rem;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease;
  background-color: rgba(167, 213, 236, 0.1);
}
.faq__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: transform 0.2s ease, color 0.2s ease;
}
.faq__arrow svg {
  width: 0.875rem;
  height: 0.875rem;
}
.faq__content {
  position: relative;
  width: 100%;
  border-top: 1px solid #D2E9F5;
  padding: 1.25rem 1.875rem;
  display: none;
}
.faq__more {
  text-align: center;
}
.faq__more span {
  position: relative;
  font-size: 1.125rem;
  cursor: pointer;
}
.faq__more span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background: #F8D74D;
}

/* @start: Faqs Responsive */
@media (max-width: 47.9375em) {
  .faq__item {
    border-radius: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .faq__title {
    font-size: 1.125rem;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
  .faq__content {
    padding: 1.25rem;
  }
  .faq__content.sk-contents {
    font-size: 1rem;
  }
  .faq__arrow {
    right: 0.9375rem;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -0.875rem;
  }
  .faq__arrow svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
/* @start: Grid */
/* @start: Grid Responsive */
/* @start: Section */
.sk-section[id] {
  scroll-margin-top: 3.125rem;
}

.sk-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sk-section.no--overflow {
  overflow: visible;
}
.sk-section > .container-fluid {
  position: relative;
  z-index: 4;
}
.sk-section__bg--no {
  background-color: transparent;
}
.sk-section__bg--white {
  background-color: #FFFFFF;
}
.sk-section__bg--white-dirty {
  background-color: #FEF5F5;
}
.sk-section__bg--blue-ming {
  background-color: #D2E9F5;
}
.sk-section__bg--blue-elephant {
  background-color: #081A24;
}
.sk-section__bg--orange-jaffa {
  background-color: #F8D74D;
}
.sk-section__cover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.sk-section__z-index {
  z-index: 5;
}
.sk-section--bordered-top {
  border-top: 1px solid #D2E9F5;
}

/* @start: Section UI */
.ui-color--white .headings__description,
.ui-color--white .headings__subtitle,
.ui-color--white .headings__extra-text,
.ui-color--white .box-grid-icons__title,
.ui-color--white .box-grid-icons__description,
.ui-color--white .faq__title,
.ui-color--white .faq__content,
.ui-color--white .faq__more span,
.ui-color--white .partners-banner__title,
.ui-color--white .listing {
  color: #FEF5F5;
}
.ui-color--white .listing__item {
  border-bottom: 1px solid rgba(254, 245, 245, 0.2) !important;
}
.ui-color--white .headings__title {
  color: #F8D74D;
}
.ui-color--white .text-media-list-logos__lists ul li .svg-data path {
  fill: #FEF5F5;
}
.ui-color--white .text-media-list-logos__lists ul li .list-label {
  color: #FEF5F5;
}
.ui-color--white .card-generic__media:after {
  background: linear-gradient(180deg, rgba(210, 233, 245, 0) 10%, rgba(210, 233, 245, 0.2) 60%, #D2E9F5 100%);
}
.ui-color--white .card-generic__title {
  color: #F8D74D;
}
.ui-color--white .card-generic__subtitle, .ui-color--white .card-generic__text {
  color: #FEF5F5;
}
.ui-color--white .card-generic__background {
  background-color: #D2E9F5;
}

/* @start: Headings */
.sk-headings .headings__title {
  margin-bottom: 0;
  font-weight: 800;
}
.sk-headings .headings__title + .headings__description {
  margin-top: 2.1875rem;
}
.sk-headings .headings__title b {
  color: #F8D74D;
}
.sk-headings .headings__description b {
  font-weight: bold;
}
.sk-headings .headings__description p + p {
  padding: 0.6em 0 0;
}
.sk-headings .headings__description ul,
.sk-headings .headings__description ol {
  margin: 1.5625rem 0 0.625rem 0;
}
.sk-headings .headings__description ul li,
.sk-headings .headings__description ol li {
  margin-bottom: 0.9375rem;
}
.sk-headings .headings__description ul li:last-child,
.sk-headings .headings__description ol li:last-child {
  margin-bottom: 0;
}
.sk-headings .headings__description ul {
  list-style: inside;
}
.sk-headings .headings__description ol {
  list-style: decimal inside;
}
.sk-headings .headings__subtitle {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.sk-headings .headings__cta {
  margin-top: 2.1875rem;
}
.sk-headings .headings__cta--group {
  display: flex;
}
.sk-headings .headings__cta--group div + div {
  margin-left: 1.25rem;
}
.sk-headings .headings__cta--group .sk-btn, .sk-headings .headings__cta--group .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .sk-headings .headings__cta--group a, .sk-headings .headings__cta--group .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .sk-headings .headings__cta--group a {
  min-width: 15.625rem;
}
.sk-headings .headings__extra-text {
  margin-top: 1.875rem;
}
.sk-headings .headings__extra-text a {
  font-weight: bold;
  text-decoration: underline;
}
.sk-headings + .sk-contents,
.sk-headings + .sk-break-content {
  margin-top: 2.5rem;
}

.sk-button-group {
  text-align: center;
}
.sk-button-group > div {
  display: inline-block;
}
.sk-button-group > div + div {
  margin-left: 1.25rem;
}

/* @start: Contents */
.sk-contents__cta {
  margin-top: 1.875rem;
}
.sk-contents--generic ul,
.sk-contents--generic ol {
  margin: 0.625rem 0 0.625rem 0.9375rem;
}
.sk-contents--generic ul li,
.sk-contents--generic ol li {
  margin-bottom: 1.25rem;
}
.sk-contents--generic ul li:last-child,
.sk-contents--generic ol li:last-child {
  margin-bottom: 0;
}
.sk-contents--generic ul {
  list-style: inside;
}
.sk-contents--generic ol {
  list-style: decimal inside;
}
.sk-contents--generic p {
  padding: 0.6em 0;
}
.sk-contents--generic h1, .sk-contents--generic h2, .sk-contents--generic h3, .sk-contents--generic h4, .sk-contents--generic h5, .sk-contents--generic h6 {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
}
.sk-contents--generic h1 + *:not(ul):not(ol):not(p), .sk-contents--generic h2 + *:not(ul):not(ol):not(p), .sk-contents--generic h3 + *:not(ul):not(ol):not(p), .sk-contents--generic h4 + *:not(ul):not(ol):not(p), .sk-contents--generic h5 + *:not(ul):not(ol):not(p), .sk-contents--generic h6 + *:not(ul):not(ol):not(p) {
  margin-top: 0.9375rem;
}
.sk-contents--generic h1 + ul,
.sk-contents--generic h1 + ol, .sk-contents--generic h2 + ul,
.sk-contents--generic h2 + ol, .sk-contents--generic h3 + ul,
.sk-contents--generic h3 + ol, .sk-contents--generic h4 + ul,
.sk-contents--generic h4 + ol, .sk-contents--generic h5 + ul,
.sk-contents--generic h5 + ol, .sk-contents--generic h6 + ul,
.sk-contents--generic h6 + ol {
  margin-top: 1.25rem;
}
.sk-contents--generic a {
  font-weight: bold;
  text-decoration: underline;
}

.modal-frame {
  position: relative;
  max-width: 30rem;
  height: 0;
  margin: 0 auto;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.modal-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ul Icons */
.ul-icons ul {
  list-style: none;
}
.ul-icons ul li {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.ul-icons ul li:before {
  content: "";
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("./assets/images/icon-ok.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ul-icons ul li:last-child {
  margin-bottom: 0;
}
.ul-icons.ul-icons--cons ul li:before {
  background-image: url("./assets/images/icon-no.svg");
}

/* @start: Headings & Contents Responsive */
@media (max-width: 47.9375em) {
  .sk-headings + .sk-contents,
  .sk-headings + .sk-break-content {
    margin-top: 1.5625rem;
  }
  .sk-headings .headings__title br {
    display: none;
  }
  .sk-headings .headings__title + .headings__description {
    margin-top: 1.25rem;
  }
  .sk-headings .headings__description:not(.headings__description--texts) br {
    display: none;
  }
  .sk-headings .headings__subtitle {
    font-size: 1.5rem;
  }
  .sk-headings .headings__cta {
    margin-top: 1.875rem;
  }
  .sk-headings .headings__cta--group {
    flex-direction: column;
  }
  .sk-headings .headings__cta--group div + div {
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}
@media (max-width: 36em) {
  .sk-headings + .sk-contents,
  .sk-headings + .sk-break-content {
    margin-top: 0.9375rem;
  }
  .sk-button-group {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sk-button-group > div {
    display: block;
  }
  .sk-button-group > div + div {
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .sk-button-group .sk-btn, .sk-button-group .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .sk-button-group a, .sk-button-group .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .sk-button-group a {
    width: 100%;
  }
  .ul-icons ul li:before {
    flex: 0 0 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
/* @start: Pagination */
.sk-pagination--infinite {
  margin-top: 2.5rem;
  text-align: center;
}
.sk-pagination--infinite .pagination__next {
  border-color: transparent;
}
.sk-pagination--infinite .pagination__next:before {
  content: "";
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 4;
}
.sk-pagination--infinite .pagination__next > .sk-btn__ripple {
  display: none;
}
.sk-pagination--infinite .pagination__next > .sk-btn__label {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}
.sk-pagination--infinite .pagination__next > .sk-btn__label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background: #F8D74D;
}
.sk-pagination--infinite .pagination__next.is--loading {
  pointer-events: none;
  cursor: default;
}
.sk-pagination--infinite .pagination__next.is--loading:before {
  opacity: 1;
}
.sk-pagination--infinite .pagination__next.is--loading .sk-btn__label {
  opacity: 0;
}

/* @start: Header */
.sk-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sk-header + .sk-main__content {
  margin-top: 6.25rem;
}
.sk-header.is--sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header__overlay {
  pointer-events: none;
  z-index: 49;
}
.header__wrapper {
  position: relative;
  width: 100%;
  height: 6.25rem;
  background-color: #081A24;
  z-index: 2;
}
.header__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__logo {
  position: relative;
  width: 9.25rem;
  height: 3.375rem;
}
.header__logo a {
  display: block;
}
.header__opts {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__call a {
  position: relative;
  background-color: #F8D74D;
}
.header__call a .sk-btn__label {
  font-weight: bold;
}
.header__call .svg-data {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
}
.header__burger {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background: #081A24;
  z-index: 21;
  display: none;
}
.header__burger .stick {
  position: absolute;
  left: 50%;
  width: 1.375rem;
  height: 2px;
  background-color: #FEF5F5;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.header__burger .stick:nth-child(1) {
  top: 0.8125rem;
}
.header__burger .stick:nth-child(2) {
  top: 1.3125rem;
}
.header__burger .stick:nth-child(3) {
  top: 1.8125rem;
}
.header__burger--close {
  margin-left: 0.9375rem;
}
.header__burger--close .stick:nth-child(1) {
  top: 1.3125rem;
  transform: translateX(-50%) rotate(45deg);
}
.header__burger--close .stick:nth-child(2) {
  opacity: 0;
}
.header__burger--close .stick:nth-child(3) {
  top: 1.3125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__nav {
  height: 100%;
}
.header__nav ul {
  list-style: none;
}
.header__nav .sf-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav .sf-menu .menu-item__back {
  display: none;
}
.header__nav .sf-menu .menu-item__label {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.header__nav .sf-menu .menu-item__arrow {
  position: relative;
  width: 0.75rem;
  height: 0.5rem;
  margin-top: 0.1875rem;
  margin-left: 0.5rem;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  z-index: 1;
}
.header__nav .sf-menu .menu-item__arrow svg path {
  stroke: #F8D74D;
}
.header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn) {
  position: relative;
  height: 100%;
  margin-right: 2.5rem;
}
.header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn) > .menu-item__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn) > .menu-item__link > .menu-item__label:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #F8D74D;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: bottom right;
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.14, 1.03), transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn).current-menu-item > .menu-item__link > .menu-item__label:after, .header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn).current-menu-ancestor > .menu-item__link > .menu-item__label:after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
  transform-origin: bottom left;
}
.header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn).is--hovered .menu-item__arrow {
  transform: rotate(180deg);
}
.hasHover .header__nav .sf-menu .menu-item.depth-0:not(.menu-item-btn):hover > .menu-item__link > .menu-item__label:after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
  transform-origin: bottom left;
}
.header__nav .sf-menu .menu-item-btn {
  display: inline-flex;
}
.header__nav .sf-menu .menu-item-btn a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-color: #D2E9F5;
  background-color: #D2E9F5;
}
.header__nav .sf-menu .menu-item-btn .menu-item__label {
  color: #FEF5F5;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header__nav .sf-sub-menu {
  position: absolute;
  top: 6.875rem;
  left: 0;
  width: auto;
  min-width: 13.75rem;
  height: auto;
  padding: 0.625rem 0.625rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  list-style: none;
}
.header__nav .sf-sub-menu.is--hovered {
  pointer-events: auto;
}
.header__nav .sf-sub-menu > li {
  padding: 0.625rem 0.625rem;
  position: relative;
}
.header__nav .sf-sub-menu > li:last-child {
  border-bottom: 0 none;
}
.header__nav .sf-sub-menu > li.bg-blue {
  background-color: rgba(167, 213, 236, 0.4);
  border-radius: 0.625rem;
  margin-bottom: 0.3125rem;
}
.header__nav .sf-sub-menu > li.bg-blue a .menu-item__label {
  font-size: 1.25rem;
}
.header__nav .sf-sub-menu > li > a {
  display: block;
}
.header__nav .sf-sub-menu > li > a span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #081A24;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: bottom right;
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.14, 1.03), transform 0.35s cubic-bezier(0.45, 0, 0.14, 1.03);
}
.hasHover .header__nav .sf-sub-menu > li > a:hover span:after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
  transform-origin: bottom left;
}
.header__nav .sf-sub-menu > li > a .menu-item__label {
  font-size: 1.125rem;
  white-space: nowrap;
}
.header__nav .sf-sub-menu > li.current-menu-item a span:after, .header__nav .sf-sub-menu > li.current_page_parent a span:after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
  transform-origin: bottom left;
}

/* @start: Header Mobile */
.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  transform: translateX(-101%);
  z-index: 51;
}
.header-mobile__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FEF5F5;
  z-index: 54;
}
.header-mobile__content {
  height: calc(100% - 3.75rem);
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(8, 26, 36, 0.3);
}
.header-mobile__top {
  position: relative;
  width: 100%;
  z-index: 2;
}
.header-mobile__opts {
  position: relative;
  width: 100%;
  height: 3.75rem;
  z-index: 2;
}
.header-mobile__opts .header__whatsapp {
  margin-right: 0.9375rem;
}
.header-mobile__nav {
  position: relative;
  width: 100%;
}
.header-mobile__nav .sf-menu {
  position: relative;
  width: 100%;
  list-style: none;
  display: block;
}
.header-mobile__nav .sf-menu .menu-item {
  width: 100%;
  padding: 0 0.9375rem;
}
.header-mobile__nav .sf-menu .menu-item__label {
  color: #081A24;
  font-size: 1.125rem;
  font-weight: 500;
}
.header-mobile__nav .sf-menu .menu-item__label + .menu-item__arrow {
  display: none;
}
.header-mobile__nav .sf-menu .menu-item__link {
  position: relative;
  width: 100%;
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(8, 26, 36, 0.3);
  display: block;
}
.header-mobile__nav .sf-menu .menu-item.bg-blue a .menu-item__label {
  font-size: 1.25rem;
}
.header-mobile__nav .sf-menu .menu-item.has-ul > .menu-item__link:after {
  content: "";
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 7'%3E%3Cpath stroke='%23EE9D40' stroke-linecap='round' stroke-width='2' d='m1 1 4.5 4L10 1'/%3E%3C/svg%3E");
  background-position: center right 0.125rem;
  background-size: 0.75rem auto;
  transform: rotate(-90deg);
}
.header-mobile__nav .sf-menu .menu-item__back > .menu-item__link {
  padding: 0.625rem 0 0;
  border-bottom: 0 none;
  text-align: center;
}
.header-mobile__nav .sf-menu .menu-item__back .menu-item__label {
  position: relative;
  font-size: 0.6875rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile__nav .sf-menu .menu-item__back .menu-item__label:before {
  content: "";
  position: relative;
  top: 0.25rem;
  margin-right: 0.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3E%3Cpath d='m11.5246 14.6844-6.171-6.171m6.1711-6.1598-6.171 6.171' stroke='%23727665' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.6875rem auto;
  transform: rotate(0deg);
}
.header-mobile__nav .sf-menu .menu-item__cloned .menu-item__label {
  font-weight: bold;
  border-bottom-color: #081A24;
}
.header-mobile__nav .sf-menu .menu-item-btn a {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-color: #D2E9F5;
  background-color: #D2E9F5;
  margin-top: 1.25rem;
  transition: none;
}
.header-mobile__nav .sf-menu .menu-item-btn .menu-item__label {
  color: #FEF5F5;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.header-mobile__nav .sf-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  display: none;
}
.header-mobile__nav .sf-sub-menu > li a {
  opacity: 0;
  transform: translateX(100%);
}
.header-mobile__nav .sf-sub-menu > li.menu-item__back {
  margin-top: 0.625rem;
}
.header-mobile__nav .sf-sub-menu > li.menu-item__back .menu-item__label {
  padding-left: 0;
  margin-left: -0.5rem;
}

/* @start: Header Responsive */
@media (max-width: 64em) {
  .sk-header + .sk-main__content {
    margin-top: 4.375rem;
  }
  .header__overlay {
    pointer-events: auto;
    z-index: 51;
  }
  .header__wrapper {
    height: 4.375rem;
  }
  .header__burger {
    display: flex;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.875rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    margin-left: -3.4375rem;
  }
  .header__call {
    margin-right: 0.9375rem;
  }
  .header__call a {
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    border-radius: 100%;
  }
  .header__call a .sk-btn__label {
    display: block;
    height: 100%;
  }
  .header__call a .sk-btn__label > span:not(.svg-data) {
    display: none;
  }
  .header__call .svg-data {
    width: 1.25rem;
    height: 1.25rem;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/* @start: Hero */
.sk-hero {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #081A24;
  display: flex;
  z-index: 5;
}

.hero__content {
  position: relative;
  width: 100%;
  padding: 5.625rem 0;
}
.hero__data {
  position: relative;
}
.hero__title {
  color: #FFFFFF;
  font-weight: 800;
}
.hero__title b {
  color: #F8D74D;
  font-weight: 800 !important;
}
.hero__subtitle {
  color: #FFFFFF;
  margin-top: 1.875rem;
  font-weight: bold;
}
.hero__subtitle * {
  color: #FFFFFF;
}
.hero__description {
  color: #FFFFFF;
  margin-top: 1.875rem;
}
.hero__description ul {
  margin-top: 1.875rem;
  margin-left: 1.25rem;
}
.hero__description ul li {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.hero__description ul li:last-child {
  margin-bottom: 0;
}
.hero__description ul + p {
  margin-top: 1.5625rem;
}
.hero__description * {
  color: #FFFFFF;
}
.hero__cta {
  margin-top: 2.5rem;
}
.hero__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 116.25rem;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43.75rem;
  height: 100%;
  z-index: 3;
}
.hero__media img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero__rating {
  margin-top: 2.5rem;
}
.hero__rating .rating__box {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.hero__rating .rating__col {
  display: flex;
  align-items: center;
}
.hero__rating .rating__number {
  color: #FEF5F5;
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 0.625rem;
}
.hero__rating .rating__icon {
  width: 6.875rem;
  height: 1.375rem;
}
.hero__rating .rating__media {
  position: relative;
  flex: 0 0 7.9375rem;
  width: 7.9375rem;
  height: 3.0625rem;
  margin-right: 0.9375rem;
}
.hero__rating .rating__text {
  color: #FEF5F5;
  font-size: 1rem;
}
.hero__cta-group {
  display: flex;
  margin-top: 2.5rem;
  justify-content: center;
}
.hero__cta-group div {
  margin-top: 0;
}
.hero__cta-group div + div {
  margin-left: 1.25rem;
}

.hero--media,
.hero--form,
.hero--small,
.hero--xs,
.hero--media-blog {
  flex-direction: column;
  justify-content: center;
  min-height: 53.125rem;
  overflow: hidden;
}
.hero--media .hero__content, .hero--media .hero__data,
.hero--form .hero__content,
.hero--form .hero__data,
.hero--small .hero__content,
.hero--small .hero__data,
.hero--xs .hero__content,
.hero--xs .hero__data,
.hero--media-blog .hero__content,
.hero--media-blog .hero__data {
  z-index: 4;
}

.hero--small {
  min-height: 31.25rem;
}
.hero--small .hero__decoration {
  top: 10%;
}

.hero--xs {
  min-height: 9.375rem;
}
.hero--xs .hero__decoration {
  top: 10%;
}

.hero--media-blog {
  min-height: 31.25rem;
}
.hero--media-blog .hero__title {
  color: #F8D74D;
  font-size: 2.8125rem;
}
.hero--media-blog .hero-blog__media .sk-media {
  padding-bottom: 75.3588516746%;
  border-radius: 0.625rem;
}

.hero--simple.hero--media {
  padding-bottom: 18.75rem;
}
.hero--simple .hero__rating .rating__box {
  justify-content: center;
}
.hero--simple .hero__background {
  left: 0;
  max-width: 100%;
  transform: none;
}
.hero--simple .hero__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.38deg, rgba(8, 26, 36, 0) 13.4%, rgba(8, 26, 36, 0.8) 47.66%, #081A24 71.81%);
  z-index: 4;
}
.hero--simple .hero__media {
  width: 100%;
}
.hero--simple .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.hero--form .hero__background {
  left: 0;
  max-width: 100%;
  transform: none;
}
.hero--form .hero__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.38deg, rgba(8, 26, 36, 0.6) 0%, rgba(8, 26, 36, 0.8) 32.66%, #081A24 71.81%);
  z-index: 4;
}
.hero--form .hero__media {
  width: 100%;
}
.hero--form .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

/* @start: Hero Responsive */
@media (max-width: 64em) {
  .hero__content {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
  .hero__rating .rating__box {
    justify-content: center;
  }
  .hero__rating .rating__icon {
    width: 6.875rem;
    height: 1.375rem;
  }
  .hero__rating .rating__media {
    flex: 0 0 7.3125rem;
    width: 7.3125rem;
    height: 2.4375rem;
    margin-right: 0.3125rem;
  }
  .hero__rating .rating__media img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hero__rating .rating__text {
    font-size: 0.9375rem;
  }
  .hero__cta-group {
    justify-content: center;
  }
  .hero__description ul,
  .hero__description ol {
    list-style: none;
  }
  .hero--form {
    min-height: auto;
    padding-bottom: 3.125rem;
  }
  .hero--form .hero__decoration {
    top: auto;
    bottom: -50%;
    transform: translateY(0);
  }
  .hero--media-blog {
    min-height: auto;
    padding-bottom: 3.125rem;
  }
  .hero--media-blog .hero__decoration {
    right: -3.75rem;
    width: 50rem;
    transform: translateY(0);
  }
  .hero--media-blog .hero__decoration .path-deco {
    stroke-width: 3.125rem;
  }
  .hero--media-blog .hero__title {
    font-size: 2rem;
  }
  .hero--small,
  .hero--xs {
    min-height: 18.75rem;
    padding-bottom: 3.125rem;
  }
  .hero--small .hero__decoration,
  .hero--xs .hero__decoration {
    top: 80%;
    right: -6.25rem;
    width: 31.25rem;
    transform: none;
  }
  .single-corso .hero--form .hero__data {
    text-align: left !important;
  }
  .single-corso .hero--form .hero__description ul {
    list-style: disc;
  }
  .hero--small .hero__decoration,
  .hero--xs .hero__decoration {
    top: 65%;
    right: -3.75rem;
    width: 50rem;
    transform: translateY(0);
  }
  .hero--small .hero__decoration .path-deco,
  .hero--xs .hero__decoration .path-deco {
    stroke-width: 3.125rem;
  }
}
@media (max-width: 47.9375em) {
  .hero__title br, .hero__description br {
    display: none;
  }
  .hero__content {
    padding-top: 2.5rem;
  }
  .hero__description {
    margin-top: 1.25rem;
  }
  .hero__description ul {
    margin-top: 1.25rem;
  }
  .hero__description ul li {
    font-size: 1.125rem;
  }
  .hero__cta {
    margin-top: 1.875rem;
  }
  .hero__cta-group {
    margin-top: 1.875rem;
  }
  .hero__rating {
    margin-top: 1.25rem;
  }
  .hero__rating .rating__box {
    flex-direction: column;
    gap: 0.625rem;
  }
  .hero--media {
    min-height: auto;
    padding-bottom: 0 !important;
  }
  .hero--media .hero__background {
    position: relative;
    left: 0;
    width: 100%;
    transform: none;
  }
  .hero--media .hero__media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}
@media (max-width: 36em) {
  .hero__cta-group {
    flex-direction: column;
  }
  .hero__cta-group div + div {
    margin-top: 0.625rem;
    margin-left: 0;
  }
  .hero__decoration .path-deco {
    stroke-width: 3.75rem;
  }
  .hero--media-blog .hero__decoration {
    top: 70%;
    width: 37.5rem;
  }
}
@media (max-width: 30em) {
  .hero--media .hero__decoration {
    right: -12.5rem;
    width: 50rem;
  }
}
.archive .header__nav .sf-menu .menu-item.depth-0.menu-item-id-2283 > .menu-item__link > .menu-item__label:after,
.single-post .header__nav .sf-menu .menu-item.depth-0.menu-item-id-2283 > .menu-item__link > .menu-item__label:after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
  transform-origin: bottom left;
}

/* @start: Toc */
#toc_container {
  width: 100%;
  padding: 3.125rem;
  border-radius: 1.5625rem;
  border: 1px solid rgba(167, 213, 236, 0.3);
  background-color: rgba(167, 213, 236, 0.3);
  font-size: 100%;
  margin-bottom: 3.125rem;
}
#toc_container p.toc_title {
  font-family: "Geometria", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-align: left;
}
#toc_container p.toc_title .toc_toggle {
  display: none;
}
#toc_container ul.toc_list {
  list-style: decimal inside;
}
#toc_container ul.toc_list li {
  padding-left: 0;
  margin-bottom: 1.25rem;
}
#toc_container ul.toc_list li:last-child {
  margin-bottom: 0;
}
#toc_container ul.toc_list li a {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* @start: Blog Sidebar */
.blog__sidebar-widget .widget-title {
  margin-bottom: 1.25rem;
}

/* @start: Blog Sidebar Boxes */
.blog-boxes__container {
  margin-bottom: 1.875rem;
}
.blog-boxes__item {
  position: relative;
  width: 100%;
  max-width: 21.875rem;
  min-height: 26.875rem;
  border-radius: 1.5625rem;
  background: #081A24;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.blog-boxes__item:last-child {
  margin-bottom: 0;
}
.blog-boxes__item--yellow {
  background-color: #F8D74D;
}
.blog-boxes__data {
  position: relative;
  width: 100%;
  padding: 1.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}
.blog-boxes__title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
}
.blog-boxes__link {
  display: flex;
  justify-content: center;
}
.blog-boxes__cta {
  min-width: auto;
  border-color: transparent;
  margin-top: 1.25rem;
}
.blog-boxes__media {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 15.625rem;
  height: 16.25rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
.blog-boxes--top .blog-boxes__link {
  flex-direction: column;
}
.blog-boxes--top .blog-boxes__title {
  color: #081A24;
}
.blog-boxes--top .blog-boxes__media {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  transform: none;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.blog-boxes--top .blog-boxes__media img {
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-post__item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: rgba(167, 213, 236, 0.3);
}
.blog-post__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-post__content {
  padding: 1.5625rem;
}
.blog-post__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.blog-post__media {
  padding-bottom: 73.8505747126%;
  border-radius: 0.625rem;
}
.blog-post__excerpt {
  font-size: 1rem;
}
.blog-post__time {
  font-size: 0.875rem;
  font-weight: bold;
}
.blog-post__end {
  margin-top: auto;
}
.blog-post__end button {
  margin-top: 1.875rem;
}

/* @start: Blog Article Single */
.blog__article .blog-boxes__item {
  margin-left: auto;
}

.blog-article-content__section h2 {
  font-weight: 800;
}
.blog-article-content__section h2.wp-block-heading {
  font-size: 2.5rem;
}
.blog-article-content__section h3.wp-block-heading {
  font-size: 2.5rem;
}
.blog-article-content__section h4.wp-block-heading {
  font-size: 2rem;
}
.blog-article-content__section h5.wp-block-heading {
  font-size: 1.625rem;
}
.blog-article-content__section h6.wp-block-heading {
  font-size: 1.375rem;
}
.blog-article-content__section .wp-block-image img {
  border-radius: 1.25rem;
}
.blog-article-content__section hr {
  border-color: #D2E9F5;
  opacity: 1;
  margin: 3.125rem 0 2.5rem;
}
.blog-article-content__section p + hr {
  margin-top: 1.5625rem;
}
.blog-article-content__section hr + p {
  padding-top: 0;
}
.blog-article-content__cta {
  margin-top: 0.9375rem;
}
.blog-article-content__cta + * {
  margin-top: 1.875rem;
}
.blog-article-content__block {
  position: relative;
  width: 100%;
  padding: 2.5rem 3.125rem;
  border-radius: 2.5rem;
  background-color: #D2E9F5;
  margin-top: 1.875rem;
  overflow: hidden;
}
.blog-article-content__block--data {
  position: relative;
  width: 70%;
  z-index: 2;
}
.blog-article-content__block--title {
  color: #FEF5F5;
  font-size: 2rem;
}
.blog-article-content__block--cta {
  margin-top: 1.875rem;
}
.blog-article-content__block:after {
  content: "";
  position: absolute;
  top: -9.375rem;
  right: -2.5rem;
  width: 31.25rem;
  height: 42.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='775' height='880' viewBox='0 0 775 880' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M559 865.315C557.165 866.599 555.276 867.806 553.335 868.92C514.5 891.35 463.157 877.533 438.494 838.143L136.532 406.897C128.895 396.215 115.376 388.903 104.164 387.164C91.1059 385.143 78.2421 388.239 67.8211 395.833C46.7232 411.29 41.6253 441.396 56.4557 462.968L196.554 663.049L157.095 690.679L16.839 490.372C-12.4801 447.827 -2.20614 388.233 39.7297 357.527C60.6467 342.222 86.2912 336.024 112.105 340.006C138.126 344.024 160.759 357.887 175.828 379.034L478.335 811.059C478.602 811.44 478.866 811.836 479.106 812.235C491.236 831.969 515.043 836.169 529.668 827.722C540.902 821.234 544.982 814.392 547.117 803.953C549.253 793.513 547.155 783.921 537.927 770.687C537.698 770.396 537.47 770.091 537.258 769.787L108.333 157.219C107.975 156.708 107.641 156.193 107.333 155.66L107.315 155.634C87.8107 126.752 80.4829 97.6028 86.1328 71.3313C91.0322 48.528 105.169 29.5562 128.23 14.8669C159.078 -4.77089 193.327 -4.02376 224.669 17.0091C245.028 30.6705 257.599 48.4557 259.665 51.5002L487.639 377.08C487.687 377.149 487.736 377.218 487.784 377.288C493.849 386.154 503.148 391.943 513.959 393.614C524.228 395.2 534.673 392.648 542.496 386.668C558.614 374.375 561.895 350.718 549.81 333.908C549.756 333.83 549.695 333.744 549.641 333.666L436.679 172.339C432.578 166.912 411.465 136.91 416.532 101.586C419.498 80.8975 431.058 62.5427 449.957 48.5224C464.624 37.6326 487.997 25.6678 516.105 30.367C553.24 36.5797 575.584 67.6686 578.828 72.4698L774.34 351.69L734.89 379.314L539.821 100.725C539.821 100.725 512.765 61.4875 479.371 84.8696C449.551 105.75 471.376 138.377 475.232 143.473C475.474 143.781 475.62 143.989 475.844 144.309L589.006 305.921C615.843 343.389 607.942 396.508 571.341 424.407C553.004 438.37 529.223 444.335 506.057 440.77C482.541 437.154 461.435 423.977 448.13 404.602L220.109 78.9529C220.012 78.8143 219.909 78.6671 219.812 78.5285C208.793 62.7925 180.817 35.9177 151.006 56.792C119.404 78.9201 135.236 110.929 147.217 128.675C147.533 129.126 147.816 129.586 148.093 130.037L576.417 741.748C591.847 761.972 597.754 787.895 592.628 812.973C588.192 834.626 576.089 853.362 558.997 865.33L559 865.315Z' fill='%23EE9D40'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
.blog-article-content__socials {
  margin-top: 1.875rem;
}
.blog-article-content__socials ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.blog-article-content__socials ul li {
  margin-right: 1.875rem;
  margin-bottom: 0;
}
.blog-article-content__socials ul li:last-child {
  margin-right: 0;
}
.blog-article-content__socials ul li .svg-data {
  width: 3.75rem;
  height: 3.75rem;
}
.blog-article-content__categories {
  position: relative;
  width: 100%;
  border-top: 1px solid #D2E9F5;
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 2.1875rem;
}
.blog-article-content__categories a {
  padding: 0.3125rem 1.25rem 0.75rem;
  border-radius: 1.5rem;
  background-color: #D2E9F5;
  transition: background 0.2s ease;
  line-height: 1;
}
.hasHover .blog-article-content__categories a:hover {
  background-color: rgb(168.2727272727, 212.6, 235.7272727273);
}
.blog-article-content__categories a span {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.blog-article-content__related {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: 1px solid #D2E9F5;
}
.blog-article-content__related--title {
  margin-bottom: 1.875rem;
  font-weight: 800;
}
.blog-article-content__related .swiper-slide {
  height: auto;
}

.blog-article-content__section article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog-article-content__section article #toc_container {
  order: -1;
}

/* @start: Blog Article Responsive */
@media (max-width: 64em) {
  #toc_container {
    padding: 1.875rem;
    border-radius: 1.25rem;
    margin-bottom: 1.875rem;
  }
  #toc_container p.toc_title {
    font-size: 1.625rem;
  }
  #toc_container ul.toc_list {
    margin-left: 1.25rem;
    list-style: decimal outside;
  }
  #toc_container ul.toc_list li {
    margin-bottom: 1.25rem;
  }
  #toc_container ul.toc_list li:last-child {
    margin-bottom: 0;
  }
  #toc_container ul.toc_list li a {
    font-size: 1.125rem;
  }
  .blog__sidebar-widget {
    position: relative;
    margin-top: 0;
    padding-top: 2.5rem;
    border-top: 1px solid #D2E9F5;
  }
  .blog__sidebar-widget--container {
    max-width: 37.5rem;
    margin: 0 auto;
  }
  .blog__sidebar-widget .blog-boxes__item {
    margin: 0 auto;
  }
  .blog-post__item {
    border-radius: 1.25rem;
  }
  .blog-post__media {
    border-radius: 0.625rem;
  }
  .blog-post__title {
    font-size: 1.5rem;
  }
  .blog-post__excerpt {
    font-size: 1.25rem;
  }
  .blog-post__time {
    font-size: 1rem;
  }
  .blog-article-content__section h2.wp-block-heading {
    font-size: 2rem;
  }
  .blog-article-content__section h3.wp-block-heading {
    font-size: 1.625rem;
  }
  .blog-article-content__section h4.wp-block-heading {
    font-size: 1.5rem;
  }
  .blog-article-content__section h5.wp-block-heading {
    font-size: 1.375rem;
  }
  .blog-article-content__section h6.wp-block-heading {
    font-size: 1.25rem;
  }
  .blog-article-content__block {
    border-radius: 1.25rem;
  }
  .blog-article-content__block--data {
    width: 100%;
    text-align: center;
  }
  .blog-article-content__block--title {
    font-size: 1.5rem;
  }
  .blog-article-content__block--title br {
    display: none;
  }
  .blog-article-content__block--cta {
    margin-top: 1.875rem;
  }
  .blog-article-content__block:after {
    content: "";
    position: absolute;
    top: 30%;
    right: -9.375rem;
    width: 18.75rem;
    height: 18.75rem;
  }
  .blog-article-content__socials {
    margin-top: 0.9375rem;
  }
  .blog-article-content__socials ul li {
    margin-right: 0.9375rem;
  }
  .blog-article-content__socials ul li:last-child {
    margin-right: 0;
  }
  .blog-article-content__socials ul li .svg-data {
    width: 2.75rem;
    height: 2.75rem;
  }
  .blog-article-content__categories {
    gap: 0.625rem;
    padding-top: 1.875rem;
  }
  .blog-article-content__categories a {
    padding: 0.375rem 1.25rem 0.625rem;
  }
  .blog-article-content__categories a span {
    font-size: 0.875rem;
  }
  .blog-article-content__related {
    margin-top: 1.875rem;
  }
  .blog-article-content__related--title {
    font-size: 2rem;
  }
}
@media (max-width: 47.9375em) {
  .blog-post__item, .blog-post__link {
    height: auto;
  }
  .blog-article-content__block {
    padding: 2.5rem 1.875rem;
  }
  .blog-article-content__block:after {
    right: -12.5rem;
  }
}
@media (max-width: 30em) {
  #toc_container {
    padding: 1.25rem 0.9375rem;
  }
  #toc_container p.toc_title {
    font-size: 1.5rem;
  }
  #toc_container ul.toc_list {
    margin-top: 0.625rem;
  }
  #toc_container ul.toc_list li {
    margin-bottom: 1.25rem;
  }
  #toc_container ul.toc_list li:last-child {
    margin-bottom: 0;
  }
  .blog-post__link {
    padding: 0.9375rem 0.9375rem 1.5625rem;
  }
  .blog-post__title {
    font-size: 1.375rem;
  }
  .blog-post__excerpt {
    font-size: 1rem;
  }
  .blog-post__time {
    font-size: 0.875rem;
  }
  .blog-post__end button {
    margin-top: 1.25rem;
  }
  .blog-post__end button .sk-btn__label {
    font-size: 1rem;
  }
}
/* @start: Events Cards */
.evt-cards__item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  padding: 1.5625rem;
  background-color: #FEF5F5;
  box-shadow: -6px 10px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.hasHover .evt-cards__item:hover {
  box-shadow: -6px 14px 25px rgba(0, 0, 0, 0.15);
}
.hasHover .evt-cards__item:hover .sk-btn.sk-btn--primary, .hasHover .evt-cards__item:hover .header__nav .sf-menu .menu-item-btn a.sk-btn--primary, .header__nav .sf-menu .menu-item-btn .hasHover .evt-cards__item:hover a.sk-btn--primary, .hasHover .evt-cards__item:hover .header-mobile__nav .sf-menu .menu-item-btn a.sk-btn--primary, .header-mobile__nav .sf-menu .menu-item-btn .hasHover .evt-cards__item:hover a.sk-btn--primary {
  border-color: rgb(246.0702702703, 203.972972973, 27.9297297297);
  background-color: rgb(246.0702702703, 203.972972973, 27.9297297297);
}
.evt-cards__item[data-event-modal] {
  cursor: pointer;
}
.evt-cards__item.is--disabled .evt-cards__title, .evt-cards__item.is--disabled .evt-cards__title span, .evt-cards__item.is--disabled .evt-cards__description {
  color: #757575;
}
.evt-cards__item.is--disabled .evt-cards__badge {
  background-color: #757575;
}
.evt-cards__item.is--disabled .evt-cards__media {
  filter: grayscale(1);
}
.evt-cards__item.is--disabled .evt-cards__meta .svg-data path {
  fill: #757575;
}
.evt-cards__item.is--disabled .evt-cards__meta--label {
  color: #757575;
}
.evt-cards__item.is--disabled .evt-cards__cta .sk-btn, .evt-cards__item.is--disabled .evt-cards__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .evt-cards__item.is--disabled .evt-cards__cta a, .evt-cards__item.is--disabled .evt-cards__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .evt-cards__item.is--disabled .evt-cards__cta a {
  background-color: #757575;
  border-color: #757575;
}
.evt-cards__item.is--disabled .evt-cards__cta .sk-btn__label {
  color: #FFFFFF;
}
.evt-cards__media {
  padding-bottom: 50%;
  border-radius: 1.875rem;
  margin-bottom: 1.25rem;
}
.evt-cards__badge {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: auto;
  padding: 0.5rem 1.25rem 0.5rem 0.625rem;
  background-color: #081A24;
  border-radius: 0 1.25rem 1.25rem 0;
  z-index: 2;
}
.evt-cards__badge span {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.evt-cards__title {
  color: #D2E9F5;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}
.evt-cards__description {
  font-size: 1.25rem;
}
.evt-cards__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  gap: 1.25rem;
}
.evt-cards__meta > div {
  display: inline-flex;
  align-items: center;
}
.evt-cards__meta > div .svg-data {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}
.evt-cards__meta .svg-data path {
  fill: #081A24;
}
.evt-cards__meta--label {
  color: #081A24;
  font-size: 1.0625rem;
  font-weight: bold;
}
.evt-cards__cta {
  margin-top: auto;
}
.evt-cards__cta .sk-btn, .evt-cards__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .evt-cards__cta a, .evt-cards__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .evt-cards__cta a {
  margin-top: 3.125rem;
}

/* @start: Events Cards Responsive */
@media (max-width: 64em) {
  .evt-cards__item {
    border-radius: 1.25rem;
  }
  .evt-cards__media {
    border-radius: 0.625rem;
  }
  .evt-cards__badge {
    top: 1.25rem;
  }
  .evt-cards__badge span {
    font-size: 0.75rem;
  }
  .evt-cards__meta {
    gap: 0.625rem;
  }
  .evt-cards__meta > div .svg-data {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
  .evt-cards__meta--label {
    font-size: 0.875rem;
  }
  .evt-cards__title {
    font-size: 1.5rem;
  }
  .evt-cards__title br {
    display: none;
  }
  .evt-cards__description {
    font-size: 1.125rem;
  }
  .evt-cards__cta .sk-btn, .evt-cards__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .evt-cards__cta a, .evt-cards__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .evt-cards__cta a {
    margin-top: 1.875rem;
  }
}
@media (max-width: 47.9375em) {
  .evt-cards__item {
    height: auto;
  }
}
@media (max-width: 30em) {
  .evt-cards__item {
    padding: 0.9375rem 0.9375rem 1.5625rem;
  }
  .evt-cards__title {
    font-size: 1.375rem;
  }
}
/* @start: Form Footer Area */
.form-area__box {
  position: relative;
  width: 100%;
  max-width: 90rem;
  min-height: 25rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  background-color: #A7D5EC;
  margin: 0 auto;
}
.form-area__headings {
  margin-bottom: 3.75rem;
}
.form-area__title {
  font-size: 2rem;
}
.form-area__embed {
  text-align: center;
}
.form-area__below p {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: underline;
}

.container_info_accettazione {
  font-size: 0.8125rem;
  padding: 0.9375rem;
  height: 15.625rem;
  margin-top: 1.875rem;
  color: white;
  background-color: rgb(82, 168, 220);
  border-radius: 0.625rem;
}
.container_info_accettazione div {
  overflow: scroll;
  padding-right: 0.9375rem;
  margin-bottom: 0;
  height: 100%;
}
.container_info_accettazione div p {
  padding-bottom: 0.625rem;
}

/* @start: Form Footer Area Responsive */
@media (max-width: 64em) {
  .form-area__headings {
    margin-bottom: 1.875rem;
  }
  .form-area__title {
    font-size: 1.5rem;
  }
  .form-area__title br {
    display: none;
  }
  .form-area__below p {
    font-size: 1rem;
  }
  .form-area--course .form-area__box, .form-area--contact .form-area__box {
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media (max-width: 47.9375em) {
  .form-area__box {
    padding: 1.875rem;
  }
  .form-area--course .form-area__box, .form-area--contact .form-area__box {
    padding: 1.875rem;
  }
}
@media (max-width: 30em) {
  .form-area__box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .form-area--course .form-area__box, .form-area--contact .form-area__box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* @start: Footer */
.footer__logo {
  position: relative;
  width: 11.75rem;
  height: 4.375rem;
}
.footer__logo .svg-data path:last-child {
  fill: #FEF5F5;
}
.footer__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer__text {
  color: #FFFFFF;
}
.footer__text ul {
  margin-top: 1.25rem;
  padding-left: 1.875rem;
}
.footer__text ul li {
  margin-bottom: 0.3125rem;
}
.footer__text ul li:last-of-type {
  margin-bottom: 0;
}
.footer__text--contact .svg-data {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.625rem;
}
.footer__text--contact p {
  margin-top: 1.25rem;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__rating {
  margin-top: 1.5625rem;
}
.footer__rating .rating__box {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer__rating .rating__col {
  display: flex;
  align-items: center;
}
.footer__rating .rating__number {
  color: #FEF5F5;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 0.3125rem;
}
.footer__rating .rating__icon {
  width: 6rem;
  height: 1.25rem;
}
.footer__rating .rating__text {
  color: #FEF5F5;
  font-size: 1rem;
}
.footer__socials {
  margin-top: 4.375rem;
}
.footer__socials > h3 {
  font-family: "Geometria", sans-serif;
  color: #FEF5F5;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.footer__socials ul {
  list-style: none;
  display: flex;
}
.footer__socials ul li {
  margin-right: 1.25rem;
}
.footer__socials ul li:last-child {
  margin-right: 0;
}
.footer__socials ul li .svg-data {
  width: 2.75rem;
  height: 2.75rem;
}
.footer__nav--title {
  color: #FEF5F5;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer__nav--title-js {
  pointer-events: none;
}
.footer__nav .foo-menu {
  list-style: none;
}
.footer__nav .foo-menu li {
  color: #FEF5F5;
  font-size: 1.0625rem;
  margin-bottom: 0.9375rem;
}
.footer__nav .foo-menu li:last-child {
  margin-bottom: 0;
}
.footer__copyrights__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copyrights .copyrights__block {
  display: inline-flex;
}
.footer__copyrights .copyrights__block p,
.footer__copyrights .copyrights__block a {
  font-size: 0.9375rem;
  color: #FEF5F5;
}
.footer__copyrights .copyrights__block a {
  margin-left: 3.125rem;
}
.hasHover .footer__copyrights .copyrights__block a:hover {
  text-decoration: underline;
}
.footer__copyrights .copyrights__block p {
  margin-right: 0.3125rem;
}
.footer__copyrights .copyrights__agency p {
  color: #FEF5F5;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-top: 0.25rem;
}
.footer__copyrights .copyrights__agency a {
  margin-left: 0.3125rem;
}
.footer__copyrights .copyrights__agency .svg-data {
  position: relative;
  top: -0.25rem;
  width: 4.9375rem;
  height: 1.375rem;
  vertical-align: middle;
}
.footer__copyrights .footer__media {
  width: 15.625rem;
}
.footer__copyrights__full {
  margin-bottom: 1.25rem;
}
.footer__copyrights__full .copyrights__block {
  align-items: flex-end;
}

.sk-footer .sk-block-form {
  position: relative;
  z-index: 3;
}
.sk-footer .sk-block-form::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-850px, -50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 430 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M419.796 429.601c5.523 0 10-4.478 10-10V92.503c0-5.5228-4.477-10-10-10H214.238c-5.523 0-10-4.4772-10-10.0001V10.0002c0-5.5229-4.477-10.0001-10-10.0001H10.0004c-5.5228 0-10 4.4771-10 10L-.0002 194.239c0 5.522 4.4771 10 10 10h62.6983c5.5229 0 10 4.477 10.0001 10l.0006 205.362c0 5.522 4.4771 10 10 10zM93.6983 214.239c0-5.523 4.4772-10 9.9997-10h90.541c5.523 0 10-4.478 10-10.001l-.001-90.735c0-5.5225 4.477-9.9998 10-9.9998h194.558c5.523 0 10 4.4772 10 9.9998v305.098c0 5.523-4.477 10-10 10H103.698c-5.5225 0-9.9997-4.477-9.9997-10zM11.0006 21.0003c.0001-5.5229 4.4772-10 10-10H183.238c5.523 0 10 4.4772 10 10.0001v51.5027c-.001 5.5228-4.478 9.9999-10 9.9999H92.6981c-5.5228 0-10 4.4772-10 10v90.735c0 5.523-4.4771 10-10 10H21c-5.5229 0-10-4.477-10-10zm82.6977 82.5027c0-5.5226 4.4772-9.9998 9.9997-9.9998h79.54c5.522 0 9.999 4.4771 10 9.9998l.001 79.735c0 5.523-4.477 10-10 10h-79.541c-5.5225 0-9.9997-4.477-9.9997-10z' fill='url(%23a)' fill-opacity='.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='3.0484' y1='2.81' x2='503.636' y2='502.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23a7d5ec' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23a7d5ec'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28.125rem;
  height: 28.125rem;
  z-index: 1;
}
.sk-footer .sk-block-form::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(850px, -50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 430 430' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 .0002c-5.5228 0-10 4.4771-10 10L.0007 337.098c0 5.523 4.4771 10 10 10H215.558c5.523 0 10 4.477 10 10l-.001 62.503c0 5.522 4.478 10 10 10l184.239-.001c5.523 0 10-4.477 10-10V235.362c0-5.523-4.477-10-10-10h-62.697c-5.523 0-10-4.477-10-10l-.001-205.3618c0-5.5229-4.477-10-10-10zM336.099 215.362c0 5.523-4.477 10-10 10h-90.541c-5.523 0-10 4.477-10 10v90.736c0 5.522-4.477 10-10 10H21.0002c-5.5229 0-10-4.477-10-10V21.0004c0-5.5228 4.4772-10 10-10H326.098c5.523 0 10 4.4771 10 9.9999zM418.796 408.6c0 5.523-4.477 10-10 10H246.558c-5.523 0-10-4.477-10-10v-51.502c0-5.523 4.477-10 10-10h90.54c5.522 0 10-4.477 10-10l.001-90.736c0-5.523 4.477-10 10-10h51.697c5.523 0 10 4.477 10 10zm-82.699-82.502c0 5.522-4.477 10-10 10h-79.539c-5.523 0-10-4.478-10-10v-79.736c0-5.522 4.477-10 10-10h79.541c5.523 0 10 4.478 10 10z' fill='url(%23a)' fill-opacity='.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='426.748' y1='426.79' x2='-73.8396' y2='-73.3592' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23a7d5ec' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23a7d5ec'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28.125rem;
  height: 28.125rem;
  z-index: 1;
}

/* @start: Footer Responsive */
@media (max-width: 64em) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__rating .rating__box {
    justify-content: center;
  }
  .footer__socials {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .footer__socials ul {
    justify-content: center;
  }
  .footer__nav {
    text-align: center;
  }
  .footer__nav--title {
    font-size: 1.375rem;
  }
  .footer__copyrights {
    flex-direction: column;
  }
  .footer__copyrights .copyrights__block,
  .footer__copyrights .copyrights__agency {
    text-align: center;
    margin-top: 1.25rem;
  }
  .sk-footer .sk-block-form::after, .sk-footer .sk-block-form::before {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .footer__logo {
    width: 9.25rem;
    height: 3.375rem;
  }
}
@media (max-width: 36em) {
  .footer__rating .rating__box {
    flex-direction: column;
  }
  .footer__copyrights {
    text-align: center;
  }
  .footer__copyrights__flex {
    flex-direction: column;
    gap: 1.25rem;
  }
  .footer__copyrights .copyrights__block--center {
    flex-direction: column;
    gap: 0.625rem;
  }
  .footer__copyrights .copyrights__block--center a {
    margin: 0;
  }
}
.form-sales-embed {
  padding: 6.25rem 0;
}
.form-sales-embed__box {
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0px 0px 16px -2px rgba(21.0652173913, 77.0132136106, 129.2, 0.5);
}

@media (max-width: 64em) {
  .form-sales-embed {
    padding: 1.875rem;
  }
}
@media (max-width: 36em) {
  .form-sales-embed {
    padding: 1.875rem 0.9375rem;
  }
  .form-sales-embed__box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* @start: Box Cards */
.box-cards__item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  padding: 1.5625rem;
  background-color: #D2E9F5;
}
.hasHover .box-cards__item:hover .sk-btn.sk-btn--primary, .hasHover .box-cards__item:hover .header__nav .sf-menu .menu-item-btn a.sk-btn--primary, .header__nav .sf-menu .menu-item-btn .hasHover .box-cards__item:hover a.sk-btn--primary, .hasHover .box-cards__item:hover .header-mobile__nav .sf-menu .menu-item-btn a.sk-btn--primary, .header-mobile__nav .sf-menu .menu-item-btn .hasHover .box-cards__item:hover a.sk-btn--primary {
  border-color: rgb(246.0702702703, 203.972972973, 27.9297297297);
  background-color: rgb(246.0702702703, 203.972972973, 27.9297297297);
}
.box-cards__media {
  padding-bottom: 78.0405405405%;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
}
.box-cards__link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.box-cards__link .box-cards__cta {
  margin-top: auto;
}
.box-cards__title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid rgba(8, 26, 36, 0.2);
  padding-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}
.box-cards__description {
  font-size: 1.25rem;
  text-align: center;
}
.box-cards__cta {
  margin-top: auto;
}
.box-cards__cta .sk-btn, .box-cards__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .box-cards__cta a, .box-cards__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .box-cards__cta a {
  margin-top: 2.1875rem;
}

/* @start: Box Cards Responsive */
@media (max-width: 64em) {
  .box-cards__item {
    border-radius: 1.25rem;
  }
  .box-cards__media {
    border-radius: 0.625rem;
  }
  .box-cards__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 47.9375em) {
  .box-cards__item, .box-cards__link {
    height: auto;
  }
}
@media (max-width: 30em) {
  .box-cards__link {
    padding: 0.9375rem 0.9375rem 1.5625rem;
  }
  .box-cards__title {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .box-cards__description {
    font-size: 1rem;
  }
  .box-cards__cta .sk-btn, .box-cards__cta .header__nav .sf-menu .menu-item-btn a, .header__nav .sf-menu .menu-item-btn .box-cards__cta a, .box-cards__cta .header-mobile__nav .sf-menu .menu-item-btn a, .header-mobile__nav .sf-menu .menu-item-btn .box-cards__cta a {
    margin-top: 1.25rem;
  }
}
/* @start: Box Grid Icons */
.box-grid-icons__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.75rem;
}
.box-grid-icons__grid[data-columns="2"] .box-grid-icons__item {
  grid-column: span 6;
}
.box-grid-icons__grid[data-columns="3"] .box-grid-icons__item {
  grid-column: span 4;
}
.box-grid-icons__media {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}
.box-grid-icons__data {
  margin-top: 1.25rem;
  padding: 0 3.125rem;
}
.box-grid-icons__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
.box-grid-icons__description {
  margin-top: 1.25rem;
}
.box-grid-icons__end {
  margin-top: 1.25rem;
}
.box-grid-icons__rating {
  border-top: 1px solid rgba(210, 233, 245, 0.2);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.box-grid-icons__rating .rating__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.box-grid-icons__rating .rating__col {
  display: flex;
  align-items: center;
}
.box-grid-icons__rating .rating__number {
  color: #FEF5F5;
  font-size: 1.375rem;
  font-weight: bold;
  margin-right: 0.625rem;
}
.box-grid-icons__rating .rating__icon {
  width: 6.875rem;
  height: 1.375rem;
}
.box-grid-icons__rating .rating__media {
  position: relative;
  flex: 0 0 7.9375rem;
  width: 7.9375rem;
  height: 3.0625rem;
  margin-right: 0.9375rem;
}
.box-grid-icons__rating .rating__text {
  color: #FEF5F5;
  font-size: 1rem;
}

.sk-block-box-grid-icons.deco-bg::after, .sk-block-box-grid-icons.deco-bg::before {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 43.75rem;
  height: 43.75rem;
  z-index: 1;
  top: 50%;
}
.sk-block-box-grid-icons.deco-bg::after {
  content: "";
  left: 0;
  transform: translate(-40%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 601 745' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M307.13 2.92891c-3.905-3.90521-10.237-3.90521-14.142.00006L2.929 292.989c-3.90522 3.905-3.90522 10.237 0 14.142l183.54 183.541c3.906 3.905 3.906 10.236 0 14.142l-58.164 58.162c-3.905 3.906-3.905 10.237 0 14.143L293.16 741.973c3.905 3.906 10.237 3.906 14.142 0l164.856-164.855c3.905-3.905 3.905-10.236 0-14.142l-58.335-58.335c-3.906-3.905-3.906-10.237 0-14.142L597.19 307.131c3.905-3.905 3.905-10.237 0-14.142zM406.044 482.72c-3.905 3.906-10.237 3.906-14.142 0l-84.6-84.599c-3.905-3.905-10.237-3.905-14.142 0l-84.771 84.771c-3.905 3.906-10.237 3.906-14.142 0L18.4856 307.131c-3.9052-3.905-3.9052-10.237 0-14.142L292.988 18.4856c3.905-3.9053 10.237-3.9053 14.142 0L581.634 292.989c3.905 3.905 3.905 10.237 0 14.142zm-98.742 243.698c-3.905 3.905-10.237 3.905-14.142 0l-149.299-149.3c-3.906-3.905-3.906-10.236 0-14.142l50.386-50.385c3.905-3.905 10.237-3.905 14.142 0l84.599 84.599c3.905 3.905 10.237 3.905 14.142 0l84.772-84.771c3.905-3.905 10.237-3.905 14.142 0l50.557 50.557c3.906 3.906 3.906 10.237 0 14.142zm-.172-144.784c-3.905 3.905-10.237 3.905-14.142 0l-76.821-76.821c-3.905-3.906-3.905-10.237 0-14.142l76.993-76.994c3.905-3.905 10.237-3.905 14.142 0l76.822 76.822c3.905 3.905 3.905 10.237 0 14.142z' fill='url(%23a)' fill-opacity='.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='300.022' y1='744.902' x2='299.637' y2='-134.499' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23a7d5ec' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23a7d5ec'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.sk-block-box-grid-icons.deco-bg::before {
  content: "";
  right: 0;
  transform: translate(40%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 601 745' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M307.13 2.92891c-3.905-3.90521-10.237-3.90521-14.142.00006L2.929 292.989c-3.90522 3.905-3.90522 10.237 0 14.142l183.54 183.541c3.906 3.905 3.906 10.236 0 14.142l-58.164 58.162c-3.905 3.906-3.905 10.237 0 14.143L293.16 741.973c3.905 3.906 10.237 3.906 14.142 0l164.856-164.855c3.905-3.905 3.905-10.236 0-14.142l-58.335-58.335c-3.906-3.905-3.906-10.237 0-14.142L597.19 307.131c3.905-3.905 3.905-10.237 0-14.142zM406.044 482.72c-3.905 3.906-10.237 3.906-14.142 0l-84.6-84.599c-3.905-3.905-10.237-3.905-14.142 0l-84.771 84.771c-3.905 3.906-10.237 3.906-14.142 0L18.4856 307.131c-3.9052-3.905-3.9052-10.237 0-14.142L292.988 18.4856c3.905-3.9053 10.237-3.9053 14.142 0L581.634 292.989c3.905 3.905 3.905 10.237 0 14.142zm-98.742 243.698c-3.905 3.905-10.237 3.905-14.142 0l-149.299-149.3c-3.906-3.905-3.906-10.236 0-14.142l50.386-50.385c3.905-3.905 10.237-3.905 14.142 0l84.599 84.599c3.905 3.905 10.237 3.905 14.142 0l84.772-84.771c3.905-3.905 10.237-3.905 14.142 0l50.557 50.557c3.906 3.906 3.906 10.237 0 14.142zm-.172-144.784c-3.905 3.905-10.237 3.905-14.142 0l-76.821-76.821c-3.905-3.906-3.905-10.237 0-14.142l76.993-76.994c3.905-3.905 10.237-3.905 14.142 0l76.822 76.822c3.905 3.905 3.905 10.237 0 14.142z' fill='url(%23a)' fill-opacity='.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='300.022' y1='744.902' x2='299.637' y2='-134.499' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23a7d5ec' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23a7d5ec'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* @start: Box Grid Icons Responsive */
@media (max-width: 64em) {
  .box-grid-icons__grid {
    display: grid;
    gap: 1.875rem;
  }
  .box-grid-icons__grid[data-columns="3"] .box-grid-icons__item {
    grid-column: span 6;
  }
  .box-grid-icons__title {
    font-size: 1.25rem;
  }
  .box-grid-icons__title br, .box-grid-icons__description br {
    display: none;
  }
  .box-grid-icons__data {
    padding: 0;
  }
  .sk-block-box-grid-icons.deco-bg::after, .sk-block-box-grid-icons.deco-bg::before {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .box-grid-icons__rating .rating__box {
    flex-direction: column;
    gap: 0.625rem;
  }
  .box-grid-icons__rating .rating__icon {
    width: 6.875rem;
    height: 1.375rem;
  }
  .box-grid-icons__rating .rating__media {
    flex: 0 0 7.3125rem;
    width: 7.3125rem;
    height: 2.4375rem;
    margin-right: 0.3125rem;
  }
  .box-grid-icons__rating .rating__media img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .box-grid-icons__rating .rating__text {
    font-size: 0.9375rem;
  }
}
/* @start: Partners Banner */
.partners-banner__block {
  position: relative;
  width: 100%;
}
.partners-banner__title {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.partners-banner__logos {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.partners-banner__logos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  height: 100%;
  background: linear-gradient(to right, white 60%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.partners-banner__logos:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25rem;
  height: 100%;
  background: linear-gradient(to left, white 60%, rgba(255, 255, 255, 0) 70%);
  z-index: 2;
}
.partners-banner__media {
  padding-bottom: 30%;
}
.partners-banner__media img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sk-section__bg--blue-elephant .partners-banner__logos:before {
  background: linear-gradient(to right, #081a24 60%, rgba(8, 26, 36, 0) 70%);
}
.sk-section__bg--blue-elephant .partners-banner__logos:after {
  background: linear-gradient(to left, #081a24 60%, rgba(8, 26, 36, 0) 70%);
}

/* @start: Partners Banner Responsive */
@media (max-width: 64em) {
  .partners-banner__logos {
    margin-top: 1.875rem;
  }
  .partners-banner__logos:before, .partners-banner__logos:after {
    display: none;
  }
  .partners-banner__media {
    padding-bottom: 38%;
  }
}
/* @start: Partners Grid */
.partners__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 6.25rem;
}
.partners__grid:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 60%, #FFFFFF 100%);
  z-index: 2;
  display: none;
}
.partners__item {
  flex: 0 0 calc(20% - 6.25rem);
  width: calc(20% - 6.25rem);
}
.partners__media {
  padding-bottom: 40.4444444444%;
}
.partners__more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: none;
}
.partners__more span {
  font-size: 1rem;
  color: #D2E9F5;
  border-bottom: 1px solid #F8D74D;
  cursor: pointer;
}

/* @start: Partners Grid Responsive */
@media (max-width: 64em) {
  .partners__grid {
    gap: 1.875rem 3.125rem;
  }
  .partners__item {
    flex: 0 0 calc(25% - 3.125rem);
    width: calc(25% - 3.125rem);
  }
}
@media (max-width: 48em) {
  .partners__grid {
    max-width: 31.25rem;
    margin: 0 auto;
    row-gap: 1.5625rem;
    overflow: hidden;
  }
  .partners__grid[data-expand=yes] {
    height: 28.125rem;
  }
  .partners__grid[data-expand=yes]:after {
    display: block;
  }
  .partners__grid[data-expand=yes].is--expanded {
    height: auto;
  }
  .partners__grid[data-expand=yes].is--expanded:after {
    display: none;
  }
  .partners__grid[data-expand=yes] .partners__more {
    display: block;
  }
  .partners__item {
    flex: 0 0 calc(50% - 3.125rem);
    width: calc(50% - 3.125rem);
  }
}
/* @start: Text Media */
.text-media__media .sk-media {
  border-radius: 0.625rem;
}
.text-media__media--full {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.text-media__media--full .sk-media {
  border-radius: 0;
  height: 100%;
}
.text-media__media--full .sk-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.text-media__media--full.img-left {
  left: 0;
  right: 50%;
}
.text-media__media--full.img-left .sk-media::before {
  background: linear-gradient(90deg, rgba(8, 26, 36, 0) 23.4%, rgba(8, 26, 36, 0.8) 77.66%, #081A24 100%);
}
.text-media__media--full.img-right {
  right: 0;
  left: 50%;
}
.text-media__media--full.img-right .sk-media::before {
  background: linear-gradient(-90deg, rgba(8, 26, 36, 0) 23.4%, rgba(8, 26, 36, 0.8) 77.66%, #081A24 100%);
}

.sk-block-text-media a:hover {
  text-decoration: underline;
}
.sk-block-text-media .listing {
  padding-left: 0;
  margin-top: 1.5625rem;
}
.sk-block-text-media .listing__item {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(8, 26, 36, 0.2);
}
.sk-block-text-media .listing__item:last-of-type {
  border-bottom: 0;
}
.sk-block-text-media .listing__title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.sk-block-text-media .listing__title[data-icon=positive], .sk-block-text-media .listing__text[data-icon=positive] {
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12c0 6.6274-5.3726 12-12 12S0 18.6274 0 12 5.3726 0 12 0s12 5.3726 12 12' fill='%2358c307'/%3E%3Cpath d='M10.1483 16.5508 6.3154 12.718l1.7467-1.7468 2.0862 2.0924 6.0981-6.1042 1.7467 1.7467z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 1.5rem 1.5rem;
}
.sk-block-text-media .listing__title[data-icon=negative], .sk-block-text-media .listing__text[data-icon=negative] {
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12c0 6.6274-5.3726 12-12 12S0 18.6274 0 12 5.3726 0 12 0s12 5.3726 12 12' fill='%23c30707'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.9033 7.5968 7.597 5.9033 12 10.3065l4.4032-4.4032 1.6936 1.6935L13.6936 12l4.4033 4.4033-1.6936 1.6935-4.4032-4.4032-4.4032 4.4032-1.6936-1.6935L10.3065 12z' fill='%23fff' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 1.5rem 1.5rem;
}
.sk-block-text-media .listing__title[data-icon=pin], .sk-block-text-media .listing__text[data-icon=pin] {
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.455 23h1.101l.994-1.242c1.306-1.632 2.881-3.725 4.137-5.891C18.904 13.767 20 11.305 20 9c0-4.605-3.395-8-8-8S4 4.395 4 9c0 2.293 1.063 4.755 2.271 6.867 1.245 2.177 2.82 4.276 4.177 5.916zM6 9c0 2.95 2.386 6.846 4.712 9.9.41.54.83 1.047 1.225 1.524L12 20.5a70 70 0 0 0 1.247-1.611C15.553 15.823 18 11.949 18 9c0-3.5-2.5-6-6-6S6 5.5 6 9' fill='%23081a24'/%3E%3Cpath d='M12 10c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1' fill='%23081a24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4' fill='%23081a24'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 1.25rem 1.25rem;
}
.sk-block-text-media .listing__title[data-icon=phone], .sk-block-text-media .listing__text[data-icon=phone] {
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m16.23 13.2598-2.54-.29a1.99 1.99 0 0 0-.8854.0967c-.284.0987-.542.2605-.7546.4733l-1.84 1.84a15.0503 15.0503 0 0 1-6.58996-6.59003l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52a1.99996 1.99996 0 0 0-1.99-1.77h-1.73c-1.13 0-2.07.94-2 2.07.53 8.54003 7.36 15.36003 15.88996 15.89003 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98' fill='%23081a24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 1.125rem 1.25rem;
}
.sk-block-text-media .listing__title[data-icon=mail], .sk-block-text-media .listing__text[data-icon=mail] {
  padding-left: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20c-.55 0-1.02067-.1957-1.412-.587Q2.001 18.82605 2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588c.392.392.5877.86267.587 1.412v12c0 .55-.1957 1.021-.587 1.413s-.8623.5877-1.413.587zm8-7L4 8v10h16V8zm0-2 8-5H4zM4 8V6v12z' fill='%23081a24'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 1.25rem 1.25rem;
}

/* @start: Text Media Responsive */
@media (max-width: 64em) {
  .text-media__media--full {
    left: 0 !important;
    right: 0 !important;
  }
  .text-media__media--full .sk-media::before {
    background: linear-gradient(359.38deg, rgba(8, 26, 36, 0) 10%, rgba(8, 26, 36, 0.8) 20%, #081A24 100%) !important;
  }
  .sk-block-text-media .listing {
    margin-top: 1.25rem;
  }
  .sk-block-text-media .listing__title {
    font-size: 1.25rem;
  }
}
/* @start: Tabs */
.sk-tabs {
  position: relative;
  width: 100%;
}
.sk-tabs.tabs--generic .tab__navs {
  width: 100%;
  background-color: rgba(167, 213, 236, 0.3);
  border-radius: 0.625rem;
  padding: 1.5rem;
}
.sk-tabs.tabs--generic .tab__nav {
  width: 100%;
  text-align: left;
}
.sk-tabs.tabs--generic .tab__nav-item {
  border-radius: 0.625rem;
  border: 1px solid #A7D5EC;
  margin-right: 0.875rem;
  padding: 0.875rem 1.5625rem;
  transition: background-color 0.2s ease;
}
.sk-tabs.tabs--generic .tab__nav-item:hover {
  background-color: #A7D5EC;
}
.sk-tabs.tabs--generic .tab__nav-item:last-of-type {
  margin-right: 0;
}
.sk-tabs.tabs--generic .tab__nav-item.is--activated {
  pointer-events: none;
  background-color: #A7D5EC;
}
.sk-tabs.tabs--generic .tab__nav-label {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.sk-tabs.tabs--generic .tab__items {
  width: 100%;
}
.sk-tabs.tabs--generic .tab__item-nav-mobile {
  position: relative;
  width: 100%;
  font-family: "Geometria", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.25rem 4.375rem 1.25rem 1.25rem;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease;
  background-color: rgba(167, 213, 236, 0.1);
  display: none;
  border-radius: 0.625rem;
  border: 1px solid #A7D5EC;
  transition: background-color 0.2s ease;
}
.sk-tabs.tabs--generic .tab__item-nav-mobile > h3 {
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
}
.sk-tabs.tabs--generic .tab__item-nav-mobile .tab__arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: transform 0.2s ease, color 0.2s ease;
}
.sk-tabs.tabs--generic .tab__item-nav-mobile .tab__arrow svg {
  width: 0.875rem;
  height: 0.875rem;
}
.sk-tabs.tabs--generic .tab__item.is--activated .tab__item-nav-mobile {
  pointer-events: none;
  background-color: #A7D5EC;
}
.sk-tabs.tabs--generic .tab__item.is--activated .tab__item-nav-mobile .tab__arrow {
  transform: rotate(270deg);
}
.sk-tabs.tabs--generic .tab__content {
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.sk-tabs.tabs--generic .tab__media {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.5rem;
}

.tab__nav {
  list-style: none;
}
.tab__nav li {
  padding: 1rem 0;
  cursor: pointer;
}
.tab__nav-media {
  position: relative;
  flex: none;
  width: 1.5rem;
  height: 1.875rem;
  margin-right: 0.625rem;
}
.tab__nav-media img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tab__item.is--activated .tab__content {
  display: block;
}
.tab__heading {
  margin-bottom: 2.5rem;
}
.tab__title {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
.tab__content {
  border-radius: 1rem;
  display: none;
}
.tab__text {
  color: #081A24;
}
.tab__cta {
  margin-top: 0.9375rem;
}

/* @start: Tabs Responsive */
@media (max-width: 64em) {
  .sk-tabs {
    max-width: 37.5rem;
    margin: 0 auto;
    flex-direction: column;
  }
  .sk-tabs.tabs--generic {
    gap: 0;
  }
  .sk-tabs.tabs--generic .tab__navs {
    display: none;
  }
  .sk-tabs.tabs--generic .tab__content {
    padding: 2rem;
  }
  .sk-tabs.tabs--generic .tab__item {
    margin-bottom: 1.5625rem;
  }
  .sk-tabs.tabs--generic .tab__item-nav-mobile {
    display: block;
  }
  .tab__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 36em) {
  .sk-tabs.tabs--generic .tab__content {
    padding: 1.5625rem 1rem;
  }
}
/* @start: Pricing Table */
.sk-block-pricing-table .pricing-table__title {
  font-size: 1.875rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-top: 2.5rem;
}
.sk-block-pricing-table .pricing-table__header {
  height: 10rem;
  padding: 1.25rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.sk-block-pricing-table .pricing-table__header.bg-dark {
  background-color: #081A24;
  color: #FFFFFF;
}
.sk-block-pricing-table .pricing-table__header.bg-blue {
  background-color: #A7D5EC;
}
.sk-block-pricing-table .pricing-table__header.bg-yellow {
  background-color: #F8D74D;
}
.sk-block-pricing-table .pricing-table__header__title {
  font-size: 1.875rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.sk-block-pricing-table .pricing-table__inner {
  border: 2px solid #F2F2F2;
  border-radius: 0 0 0.625rem 0.625rem;
}
.sk-block-pricing-table .pricing-table__info {
  padding: 1.25rem;
  background-color: #F2F2F2;
  text-align: center;
}
.sk-block-pricing-table .pricing-table__info__title {
  font-size: 1.375rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.sk-block-pricing-table .pricing-table__price {
  padding: 1.25rem;
  text-align: center;
}
.sk-block-pricing-table .pricing-table__price p:first-of-type {
  margin-bottom: 0.625rem;
}

/* @start: Pricing Table Responsive */
@media (max-width: 64em) {
  .sk-block-pricing-table .pricing-table__header {
    height: 6.25rem;
  }
  .sk-block-pricing-table .pricing-table__header__title {
    font-size: 1.25rem;
  }
  .sk-block-pricing-table .pricing-table__info__title {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */