@charset "UTF-8";
/* * { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); } */
/* General and Bootstrap-like classes */
:root {
  /*
  By doing this bootstrap margins and paddings (expressed in rem) will be 2.5px 5px 10px 15px 30px.
  So it is coherent with columns horizontal margins.
  */
  font-size: 62.5%;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-0,
.my-col-0 {
  margin-top: 0vw;
}

.mb-col-0,
.my-col-0 {
  margin-bottom: 0vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-0,
.py-col-0 {
  padding-top: 0vw;
}

.pb-col-0,
.py-col-0 {
  padding-bottom: 0vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-1,
.my-col-1 {
  margin-top: 8.3333333333vw;
}

.mb-col-1,
.my-col-1 {
  margin-bottom: 8.3333333333vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-1,
.py-col-1 {
  padding-top: 8.3333333333vw;
}

.pb-col-1,
.py-col-1 {
  padding-bottom: 8.3333333333vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-2,
.my-col-2 {
  margin-top: 16.6666666667vw;
}

.mb-col-2,
.my-col-2 {
  margin-bottom: 16.6666666667vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-2,
.py-col-2 {
  padding-top: 16.6666666667vw;
}

.pb-col-2,
.py-col-2 {
  padding-bottom: 16.6666666667vw;
}

/* Top and bottom margin proportional to bootstrap columns */
.mt-col-3,
.my-col-3 {
  margin-top: 25vw;
}

.mb-col-3,
.my-col-3 {
  margin-bottom: 25vw;
}

/* Top and bottom padding proportional to bootstrap columns */
.pt-col-3,
.py-col-3 {
  padding-top: 25vw;
}

.pb-col-3,
.py-col-3 {
  padding-bottom: 25vw;
}

/* Top and bottom margin equal to half column */
.mt-half-col,
.my-half-col {
  margin-top: 4.166667vw;
}

.mb-half-col,
.my-half-col {
  margin-bottom: 4.166667vw;
}

/* Top and bottom padding equal to half column */
.pt-half-col,
.py-half-col {
  padding-top: 4.166667vw;
}

.pb-half-col,
.py-half-col {
  padding-bottom: 4.166667vw;
}

/* Left and right margin equal to half column */
.ml-half-col,
.mx-half-col {
  margin-left: 4.166667vw;
}

.mr-half-col,
.mx-half-col {
  margin-right: 4.166667vw;
}

/* Left and right padding equal to half column */
.pl-half-col,
.px-half-col {
  padding-left: 4.166667vw;
}

.pr-half-col,
.px-half-col {
  padding-right: 4.166667vw;
}

@media (min-width: 576px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-0,
.my-col-sm-0 {
    margin-top: 0vw;
  }

  .mb-col-sm-0,
.my-col-sm-0 {
    margin-bottom: 0vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-0,
.py-col-sm-0 {
    padding-top: 0vw;
  }

  .pb-col-sm-0,
.py-col-sm-0 {
    padding-bottom: 0vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-1,
.my-col-sm-1 {
    margin-top: 8.3333333333vw;
  }

  .mb-col-sm-1,
.my-col-sm-1 {
    margin-bottom: 8.3333333333vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-1,
.py-col-sm-1 {
    padding-top: 8.3333333333vw;
  }

  .pb-col-sm-1,
.py-col-sm-1 {
    padding-bottom: 8.3333333333vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-2,
.my-col-sm-2 {
    margin-top: 16.6666666667vw;
  }

  .mb-col-sm-2,
.my-col-sm-2 {
    margin-bottom: 16.6666666667vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-2,
.py-col-sm-2 {
    padding-top: 16.6666666667vw;
  }

  .pb-col-sm-2,
.py-col-sm-2 {
    padding-bottom: 16.6666666667vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-sm-3,
.my-col-sm-3 {
    margin-top: 25vw;
  }

  .mb-col-sm-3,
.my-col-sm-3 {
    margin-bottom: 25vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-sm-3,
.py-col-sm-3 {
    padding-top: 25vw;
  }

  .pb-col-sm-3,
.py-col-sm-3 {
    padding-bottom: 25vw;
  }

  /* Top and bottom margin equal to half column */
  .mt-half-col-sm,
.my-half-col-sm {
    margin-top: 4.166667vw;
  }

  .mb-half-col-sm,
.my-half-col-sm {
    margin-bottom: 4.166667vw;
  }

  /* Top and bottom padding equal to half column */
  .pt-half-col-sm,
.py-half-col-sm {
    padding-top: 4.166667vw;
  }

  .pb-half-col-sm,
.py-half-col-sm {
    padding-bottom: 4.166667vw;
  }

  /* Left and right margin equal to half column */
  .ml-half-col-sm,
.mx-half-col-sm {
    margin-left: 4.166667vw;
  }

  .mr-half-col-sm,
.mx-half-col-sm {
    margin-right: 4.166667vw;
  }

  /* Left and right padding equal to half column */
  .pl-half-col-sm,
.px-half-col-sm {
    padding-left: 4.166667vw;
  }

  .pr-half-col-sm,
.px-half-col-sm {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 768px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-0,
.my-col-md-0 {
    margin-top: 0vw;
  }

  .mb-col-md-0,
.my-col-md-0 {
    margin-bottom: 0vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-0,
.py-col-md-0 {
    padding-top: 0vw;
  }

  .pb-col-md-0,
.py-col-md-0 {
    padding-bottom: 0vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-1,
.my-col-md-1 {
    margin-top: 8.3333333333vw;
  }

  .mb-col-md-1,
.my-col-md-1 {
    margin-bottom: 8.3333333333vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-1,
.py-col-md-1 {
    padding-top: 8.3333333333vw;
  }

  .pb-col-md-1,
.py-col-md-1 {
    padding-bottom: 8.3333333333vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-2,
.my-col-md-2 {
    margin-top: 16.6666666667vw;
  }

  .mb-col-md-2,
.my-col-md-2 {
    margin-bottom: 16.6666666667vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-2,
.py-col-md-2 {
    padding-top: 16.6666666667vw;
  }

  .pb-col-md-2,
.py-col-md-2 {
    padding-bottom: 16.6666666667vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-md-3,
.my-col-md-3 {
    margin-top: 25vw;
  }

  .mb-col-md-3,
.my-col-md-3 {
    margin-bottom: 25vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-md-3,
.py-col-md-3 {
    padding-top: 25vw;
  }

  .pb-col-md-3,
.py-col-md-3 {
    padding-bottom: 25vw;
  }

  /* Top and bottom margin equal to half column */
  .mt-half-col-md,
.my-half-col-md {
    margin-top: 4.166667vw;
  }

  .mb-half-col-md,
.my-half-col-md {
    margin-bottom: 4.166667vw;
  }

  /* Top and bottom padding equal to half column */
  .pt-half-col-md,
.py-half-col-md {
    padding-top: 4.166667vw;
  }

  .pb-half-col-md,
.py-half-col-md {
    padding-bottom: 4.166667vw;
  }

  /* Left and right margin equal to half column */
  .ml-half-col-md,
.mx-half-col-md {
    margin-left: 4.166667vw;
  }

  .mr-half-col-md,
.mx-half-col-md {
    margin-right: 4.166667vw;
  }

  /* Left and right padding equal to half column */
  .pl-half-col-md,
.px-half-col-md {
    padding-left: 4.166667vw;
  }

  .pr-half-col-md,
.px-half-col-md {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 992px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-0,
.my-col-lg-0 {
    margin-top: 0vw;
  }

  .mb-col-lg-0,
.my-col-lg-0 {
    margin-bottom: 0vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-0,
.py-col-lg-0 {
    padding-top: 0vw;
  }

  .pb-col-lg-0,
.py-col-lg-0 {
    padding-bottom: 0vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-1,
.my-col-lg-1 {
    margin-top: 8.3333333333vw;
  }

  .mb-col-lg-1,
.my-col-lg-1 {
    margin-bottom: 8.3333333333vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-1,
.py-col-lg-1 {
    padding-top: 8.3333333333vw;
  }

  .pb-col-lg-1,
.py-col-lg-1 {
    padding-bottom: 8.3333333333vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-2,
.my-col-lg-2 {
    margin-top: 16.6666666667vw;
  }

  .mb-col-lg-2,
.my-col-lg-2 {
    margin-bottom: 16.6666666667vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-2,
.py-col-lg-2 {
    padding-top: 16.6666666667vw;
  }

  .pb-col-lg-2,
.py-col-lg-2 {
    padding-bottom: 16.6666666667vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-lg-3,
.my-col-lg-3 {
    margin-top: 25vw;
  }

  .mb-col-lg-3,
.my-col-lg-3 {
    margin-bottom: 25vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-lg-3,
.py-col-lg-3 {
    padding-top: 25vw;
  }

  .pb-col-lg-3,
.py-col-lg-3 {
    padding-bottom: 25vw;
  }

  /* Top and bottom margin equal to half column */
  .mt-half-col-lg,
.my-half-col-lg {
    margin-top: 4.166667vw;
  }

  .mb-half-col-lg,
.my-half-col-lg {
    margin-bottom: 4.166667vw;
  }

  /* Top and bottom padding equal to half column */
  .pt-half-col-lg,
.py-half-col-lg {
    padding-top: 4.166667vw;
  }

  .pb-half-col-lg,
.py-half-col-lg {
    padding-bottom: 4.166667vw;
  }

  /* Left and right margin equal to half column */
  .ml-half-col-lg,
.mx-half-col-lg {
    margin-left: 4.166667vw;
  }

  .mr-half-col-lg,
.mx-half-col-lg {
    margin-right: 4.166667vw;
  }

  /* Left and right padding equal to half column */
  .pl-half-col-lg,
.px-half-col-lg {
    padding-left: 4.166667vw;
  }

  .pr-half-col-lg,
.px-half-col-lg {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 1200px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-0,
.my-col-xl-0 {
    margin-top: 0vw;
  }

  .mb-col-xl-0,
.my-col-xl-0 {
    margin-bottom: 0vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-0,
.py-col-xl-0 {
    padding-top: 0vw;
  }

  .pb-col-xl-0,
.py-col-xl-0 {
    padding-bottom: 0vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-1,
.my-col-xl-1 {
    margin-top: 8.3333333333vw;
  }

  .mb-col-xl-1,
.my-col-xl-1 {
    margin-bottom: 8.3333333333vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-1,
.py-col-xl-1 {
    padding-top: 8.3333333333vw;
  }

  .pb-col-xl-1,
.py-col-xl-1 {
    padding-bottom: 8.3333333333vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-2,
.my-col-xl-2 {
    margin-top: 16.6666666667vw;
  }

  .mb-col-xl-2,
.my-col-xl-2 {
    margin-bottom: 16.6666666667vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-2,
.py-col-xl-2 {
    padding-top: 16.6666666667vw;
  }

  .pb-col-xl-2,
.py-col-xl-2 {
    padding-bottom: 16.6666666667vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xl-3,
.my-col-xl-3 {
    margin-top: 25vw;
  }

  .mb-col-xl-3,
.my-col-xl-3 {
    margin-bottom: 25vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xl-3,
.py-col-xl-3 {
    padding-top: 25vw;
  }

  .pb-col-xl-3,
.py-col-xl-3 {
    padding-bottom: 25vw;
  }

  /* Top and bottom margin equal to half column */
  .mt-half-col-xl,
.my-half-col-xl {
    margin-top: 4.166667vw;
  }

  .mb-half-col-xl,
.my-half-col-xl {
    margin-bottom: 4.166667vw;
  }

  /* Top and bottom padding equal to half column */
  .pt-half-col-xl,
.py-half-col-xl {
    padding-top: 4.166667vw;
  }

  .pb-half-col-xl,
.py-half-col-xl {
    padding-bottom: 4.166667vw;
  }

  /* Left and right margin equal to half column */
  .ml-half-col-xl,
.mx-half-col-xl {
    margin-left: 4.166667vw;
  }

  .mr-half-col-xl,
.mx-half-col-xl {
    margin-right: 4.166667vw;
  }

  /* Left and right padding equal to half column */
  .pl-half-col-xl,
.px-half-col-xl {
    padding-left: 4.166667vw;
  }

  .pr-half-col-xl,
.px-half-col-xl {
    padding-right: 4.166667vw;
  }
}
@media (min-width: 1400px) {
  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-0,
.my-col-xxl-0 {
    margin-top: 0vw;
  }

  .mb-col-xxl-0,
.my-col-xxl-0 {
    margin-bottom: 0vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-0,
.py-col-xxl-0 {
    padding-top: 0vw;
  }

  .pb-col-xxl-0,
.py-col-xxl-0 {
    padding-bottom: 0vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-1,
.my-col-xxl-1 {
    margin-top: 8.3333333333vw;
  }

  .mb-col-xxl-1,
.my-col-xxl-1 {
    margin-bottom: 8.3333333333vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-1,
.py-col-xxl-1 {
    padding-top: 8.3333333333vw;
  }

  .pb-col-xxl-1,
.py-col-xxl-1 {
    padding-bottom: 8.3333333333vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-2,
.my-col-xxl-2 {
    margin-top: 16.6666666667vw;
  }

  .mb-col-xxl-2,
.my-col-xxl-2 {
    margin-bottom: 16.6666666667vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-2,
.py-col-xxl-2 {
    padding-top: 16.6666666667vw;
  }

  .pb-col-xxl-2,
.py-col-xxl-2 {
    padding-bottom: 16.6666666667vw;
  }

  /* Top and bottom margin proportional to bootstrap columns */
  .mt-col-xxl-3,
.my-col-xxl-3 {
    margin-top: 25vw;
  }

  .mb-col-xxl-3,
.my-col-xxl-3 {
    margin-bottom: 25vw;
  }

  /* Top and bottom padding proportional to bootstrap columns */
  .pt-col-xxl-3,
.py-col-xxl-3 {
    padding-top: 25vw;
  }

  .pb-col-xxl-3,
.py-col-xxl-3 {
    padding-bottom: 25vw;
  }

  /* Top and bottom margin equal to half column */
  .mt-half-col-xxl,
.my-half-col-xxl {
    margin-top: 4.166667vw;
  }

  .mb-half-col-xxl,
.my-half-col-xxl {
    margin-bottom: 4.166667vw;
  }

  /* Top and bottom padding equal to half column */
  .pt-half-col-xxl,
.py-half-col-xxl {
    padding-top: 4.166667vw;
  }

  .pb-half-col-xxl,
.py-half-col-xxl {
    padding-bottom: 4.166667vw;
  }

  /* Left and right margin equal to half column */
  .ml-half-col-xxl,
.mx-half-col-xxl {
    margin-left: 4.166667vw;
  }

  .mr-half-col-xxl,
.mx-half-col-xxl {
    margin-right: 4.166667vw;
  }

  /* Left and right padding equal to half column */
  .pl-half-col-xxl,
.px-half-col-xxl {
    padding-left: 4.166667vw;
  }

  .pr-half-col-xxl,
.px-half-col-xxl {
    padding-right: 4.166667vw;
  }
}
.opacity-0 {
  opacity: 0;
}

.opacity-half {
  opacity: 0.5;
}

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

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

.overflow-hidden {
  overflow-y: hidden;
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none;
}

.text-black,
a.text-black {
  color: #000;
}
.text-black:hover,
a.text-black:hover {
  color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.filter-invert {
  filter: invert(1);
}

b,
strong {
  font-weight: 600;
}

.user-select-none {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome, Edge, Opera and Firefox */
}

/* Scale on hover, needs to be inside an element with position relative + overflow hidden */
.scale-on-hover {
  transition: transform 0.35s ease-in-out;
}
.scale-on-hover:hover {
  transform: scale(1.05);
}

.underlined-on-hover .underline-element {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  transform-origin: center left;
  transform: scaleX(0);
  transition: transform 0.35s ease-in-out;
}
.underlined-on-hover .underline-element.underline-element-white {
  background-color: rgba(255, 255, 255, 0.2);
}
.underlined-on-hover:hover .underline-element {
  transform: scaleX(1);
}

/* Zoom image effect on scroll, needs to be inside an element with position relative + overflow hidden */
.zoom-out-intro-effect {
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform 0.45s ease-in-out 0.2s;
}
.zoom-out-intro-effect.zoomed {
  transform: scale(1.05);
}

/* Fade in element */
.fade-in-intro-effect {
  display: block;
  transform: scale(1);
  opacity: 1;
  transform-origin: center bottom;
  transition: transform 0.45s ease-in-out 0.2s, opacity 0.45s ease-in-out 0.2s;
}
.fade-in-intro-effect.faded {
  transform: scale(0.98);
  opacity: 0;
}

/* Zoom image on hover */
.zoom-img-on-hover {
  overflow: hidden;
}
.zoom-img-on-hover .img-to-zoom,
.zoom-img-on-hover .img-to-zoom-sm {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.zoom-img-on-hover .img-to-zoom.fix-browser-margin,
.zoom-img-on-hover .img-to-zoom-sm.fix-browser-margin {
  transform: scale(1.01);
}
.zoom-img-on-hover:hover .img-to-zoom {
  transform: scale(1.055);
}
.zoom-img-on-hover:hover .img-to-zoom-sm {
  transform: scale(1.015);
}

/* Custom CSS Loader */
#loading-css {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
}

.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Needs to be inside an element with position relative + overflow hidden */
.sticky-side-title {
  position: sticky;
  top: 30%;
  padding: 30px 0;
}
.sticky-side-title p {
  transform: rotate(180deg);
  transform-origin: center;
  writing-mode: vertical-rl;
  line-height: calc(8.333333vw - 30px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Display elements inline with auto width */
.wrapper-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wrapper-container .wrapper-box {
  /* Each box will take as much space as possible and every box in the same line will have the same width */
  display: table-cell;
  width: auto;
  text-align: center;
}

/* Center block vertically */
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /* Whatever width you want */
}

/* Autofill */
.bg-black input:-webkit-autofill,
.bg-black input:-webkit-autofill:hover,
.bg-black input:-webkit-autofill:focus,
.bg-black input:-webkit-autofill:active {
  /* Background color */
  box-shadow: 0 0 0 30px #000 inset;
}

.bg-black input:-webkit-autofill {
  /* Text color */
  -webkit-text-fill-color: #fff;
}

.bg-white input:-webkit-autofill,
.bg-white input:-webkit-autofill:hover,
.bg-white input:-webkit-autofill:focus,
.bg-white input:-webkit-autofill:active {
  /* Background color */
  box-shadow: 0 0 0 30px #fff inset;
}

.bg-white input:-webkit-autofill {
  /* Text color */
  -webkit-text-fill-color: #000;
}

/* General */
body {
  margin: 0;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-size: 1.6rem;
  line-height: 1.15;
}

/* Youtube modal */
#container-yt-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

#container-yt-video.open {
  opacity: 1;
}

#video-cont {
  display: block;
  transform: translateY(-50%);
}

#close-yt-video {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

/* Vimeo modal */
#container-vimeo-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

#container-vimeo-video.open {
  opacity: 1;
}

#close-vimeo-video {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 10;
}

#container-vimeo-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1090;
}
#container-vimeo-video iframe {
  height: 90vh !important;
  width: 90% !important;
  top: 4% !important;
}

.player {
  height: 90% !important;
}

.cursor-pointer {
  cursor: pointer;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-fit-content {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.min-w-auto {
  min-width: auto !important;
}

.min-h-auto {
  min-height: auto !important;
}

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

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.z-index-200 {
  z-index: 200 !important;
}

.z-index-300 {
  z-index: 300 !important;
}

.z-index-400 {
  z-index: 400 !important;
}

.z-index-500 {
  z-index: 500 !important;
}

.z-index-600 {
  z-index: 600 !important;
}

.z-index-700 {
  z-index: 700 !important;
}

.z-index-800 {
  z-index: 800 !important;
}

.z-index-900 {
  z-index: 900 !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.z-index-1100 {
  z-index: 1100 !important;
}

.row-gap-10 {
  row-gap: 10px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.row-gap-30 {
  row-gap: 30px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.row-gap-50 {
  row-gap: 50px !important;
}

.row-gap-60 {
  row-gap: 60px !important;
}

.row-gap-70 {
  row-gap: 70px !important;
}

.row-gap-80 {
  row-gap: 80px !important;
}

.row-gap-90 {
  row-gap: 90px !important;
}

.row-gap-100 {
  row-gap: 100px !important;
}

.column-gap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.column-gap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.column-gap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.column-gap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.column-gap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.column-gap-60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.column-gap-70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.column-gap-80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.column-gap-90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}

.column-gap-100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-icon .s-i-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.search-icon .s-i-container .lens, .search-icon .s-i-container .handle, .search-icon .s-i-container .bar-left, .search-icon .s-i-container .bar-right {
  transition: all 0.35s ease-out;
}
.search-icon .s-i-container .lens {
  border: 2px solid #000;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(0%, 0%);
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
}
.search-icon .s-i-container .handle {
  background-color: #000;
  position: absolute;
  width: 9px;
  height: 2px;
  bottom: 2px;
  right: 0px;
  transform: rotate(45deg);
}
.search-icon .s-i-container .bar-left, .search-icon .s-i-container .bar-right {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: #000;
}
.search-icon .s-i-container .bar-left {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-icon .s-i-container .bar-right {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close.search-icon .s-i-container .lens {
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
}
.close.search-icon .s-i-container .handle {
  transform: rotate(45deg) scale(0);
}
.close.search-icon .s-i-container .bar-left, .close.search-icon .s-i-container .bar-right {
  opacity: 1 !important;
  width: 21.21px;
}

/*
	useful to override colors
.search-icon{
	.s-i-container{
		.lens{
			border:2px solid #000;
		}
		.handle{
			background-color:#000;
		}
		.bar-left, .bar-right{
			background-color:#000;
		}
	}
} 
*/
:root {
  --bs-gutter-x: 16px;
}

.dropdown-toggle,
.dropdown-toggle:hover {
  all: unset;
  cursor: pointer;
}

.dropdown-menu {
  font-size: 16px;
}

.title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 50px;
  }
}

.subtitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .subtitle {
    margin-bottom: 32px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    margin-bottom: 58px;
    font-size: 48px;
  }
}

.intro-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .intro-title {
    margin-bottom: 14px;
  }
}

nav {
  height: 75px;
  z-index: 1000 !important;
  transition: 0.35s;
  background-color: transparent;
  color: #fff;
  border-bottom: 0;
  padding: 0 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav .nav-left-section {
  height: 100%;
  width: 17%;
  display: flex;
  align-items: center;
  position: relative;
}
nav .nav-left-section a:has(.brand-logo) {
  position: absolute;
  left: 0;
}
nav .nav-left-section .brand-logo {
  height: 51px;
}
nav .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav .nav-center-section {
  display: flex;
  align-items: center;
  transition: 0.35s;
}
nav .nav-center-section ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -moz-column-gap: 50px;
       column-gap: 50px;
  list-style: none;
  padding: 0;
}
nav .nav-center-section ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
nav .nav-center-section ul li svg {
  position: absolute;
  top: 17px;
  width: 36px;
}
nav .nav-center-section ul li a {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
nav .nav-center-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}
nav .nav-right-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
nav .nav-right-section .auth-container .dropdown-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
nav .nav-right-section .auth-container .dropdown-toggle::after {
  display: none;
}
nav .nav-right-section .auth-container .dropdown-toggle .empty-photo {
  height: 41px;
  width: 41px;
}
nav .nav-right-section .auth-container .dropdown-toggle .user-photo {
  background-color: #505a75;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .nav-right-section .auth-container .dropdown-toggle .user-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
nav .nav-right-section .auth-container .dropdown-toggle .user-photo span {
  color: white;
  font-size: 15px;
  font-weight: 300;
  line-height: 68px;
}
nav .nav-right-section .auth-container .dropdown-menu {
  width: 160px;
  padding: 0;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 7px rgba(80, 90, 117, 0.5));
  left: 50% !important;
  transform: translate(-80%, 55px) !important;
  border: 0;
}
nav .nav-right-section .auth-container .dropdown-menu .triang {
  rotate: 45deg;
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: 24px;
  border-radius: 2px;
}
nav .nav-right-section .auth-container .dropdown-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
nav .nav-right-section .auth-container .dropdown-menu ul li {
  width: 100%;
  font-weight: 500;
  color: #343434;
  text-decoration: none;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
nav .nav-right-section .auth-container .dropdown-menu ul li a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
  color: #343434;
  text-decoration: none;
}
nav .nav-right-section .auth-container .dropdown-menu ul li::marker {
  display: none;
}
nav .nav-right-section .auth-container .dropdown-menu ul li.login {
  background-color: #505a75;
  color: white;
}
nav .nav-right-section .auth-container .dropdown-menu ul:last-child {
  border-top: 1px solid #343434;
}
nav .nav-right-section .hmbrgr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  cursor: pointer;
}
nav .nav-right-section .hmbrgr-container .hmbrgr {
  height: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr {
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-top {
  transform: rotate(45deg) translateY(0px) translateX(3px);
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-bottom {
  transform: rotate(-45deg) translateY(-2px) translateX(5px);
  transition: 0.35s;
  width: 23px;
}
nav .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #fff;
}
nav .nav-right-section .vertical-divider {
  width: 2px;
  height: 25px;
  background-color: #fff;
  margin: 0 10px 0 7px;
  transition: 0.35s;
}
nav.scrolled, nav.scrolled-force, nav.scrolled-fixed {
  transition: 0.35s;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #00000014;
}
nav.scrolled .nav-left-section .brand-logo-white, nav.scrolled-force .nav-left-section .brand-logo-white, nav.scrolled-fixed .nav-left-section .brand-logo-white {
  display: none;
  transition: 0.35s;
}
nav.scrolled .nav-left-section .brand-logo-blue, nav.scrolled-force .nav-left-section .brand-logo-blue, nav.scrolled-fixed .nav-left-section .brand-logo-blue {
  display: block;
  transition: 0.35s;
}
nav.scrolled .nav-center-section ul li svg path, nav.scrolled-force .nav-center-section ul li svg path, nav.scrolled-fixed .nav-center-section ul li svg path {
  stroke: #000;
}
nav.scrolled .nav-center-section ul li a, nav.scrolled-force .nav-center-section ul li a, nav.scrolled-fixed .nav-center-section ul li a {
  color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .auth-container .dropdown-toggle .empty-photo, nav.scrolled-force .nav-right-section .auth-container .dropdown-toggle .empty-photo, nav.scrolled-fixed .nav-right-section .auth-container .dropdown-toggle .empty-photo {
  filter: unset;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr, nav.scrolled-force .nav-right-section .hmbrgr-container .hmbrgr, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr {
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-top, nav.scrolled-force .nav-right-section .hmbrgr-container .hmbrgr .line-top, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-bottom, nav.scrolled-force .nav-right-section .hmbrgr-container .hmbrgr .line-bottom, nav.scrolled-fixed .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #000;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .language-menu .lang-chevron-down g g, nav.scrolled-force .nav-right-section .language-menu .lang-chevron-down g g, nav.scrolled-fixed .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #000;
}
nav.scrolled .nav-right-section .vertical-divider, nav.scrolled-force .nav-right-section .vertical-divider, nav.scrolled-fixed .nav-right-section .vertical-divider {
  background-color: #000;
  transition: 0.35s;
}
nav.menu-is-open {
  background-color: #126490;
  transition: 0.35s;
  border: 0;
}
nav.menu-is-open .nav-right-section {
  transition: 0.35s;
  color: #fff;
}
nav.menu-is-open .nav-center-section {
  transition: 0.35s;
  display: none;
}
nav.menu-is-open .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav.menu-is-open .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-left-section .brand-logo-white, nav.scrolled-fixed.menu-is-open .nav-left-section .brand-logo-white {
  display: block;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-left-section .brand-logo-blue, nav.scrolled-fixed.menu-is-open .nav-left-section .brand-logo-blue {
  display: none;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-center-section ul li svg path, nav.scrolled-fixed.menu-is-open .nav-center-section ul li svg path {
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a, nav.scrolled-fixed.menu-is-open .nav-center-section ul li a {
  color: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a:hover, nav.scrolled-fixed.menu-is-open .nav-center-section ul li a:hover {
  color: #fff;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-top, nav.scrolled-fixed.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: #fff;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom, nav.scrolled-fixed.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #fff;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g, nav.scrolled-fixed.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-right-section .vertical-divider, nav.scrolled-fixed.menu-is-open .nav-right-section .vertical-divider {
  background-color: #fff;
  transition: 0.35s;
}

form.nav-search {
  background-color: #ededed;
  width: 100%;
  display: flex;
  padding-left: 23px;
  border-radius: 10px;
}
form.nav-search input {
  width: 100%;
  background-color: #ededed;
  color: #949494;
  border: none;
  font-size: 13px;
  outline: none !important;
  padding: 13px 23px 13px 30px;
  border-radius: 10px;
}

.btnSearchBar {
  background-color: transparent;
  border: 0px solid #fff;
  padding: 0px;
}
.btnSearchBar img {
  height: 19px;
}

.nav-menu-option {
  display: flex;
  align-items: center;
}

.available-langs-list {
  border-radius: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.333vw;
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
}

.extra-select-lang {
  display: flex;
}
.extra-select-lang .extra-select-lang-bg-transparent {
  background-color: transparent;
  width: 70%;
  top: 0;
}
.extra-select-lang .extra-select-lang-bg-black {
  height: 15px;
  background-color: #000;
  width: 30%;
  top: 0;
}

.available-langs-list {
  position: absolute;
  top: calc(75px / 2.5);
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  border: unset;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.available-langs-list .lang {
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #4a494a;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  transition: all 0.3s ease-out;
  font-size: 1.4rem;
  font-weight: 700;
}

.rectangle-menu-lang {
  background-color: #fff;
  color: transparent;
  top: -15px;
  left: -1px;
  height: 14px;
  width: 65% !important;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  nav {
    height: 75px;
  }
  nav .nav-left-section img {
    height: 43px;
  }
  nav .nav-center-section {
    display: none;
  }
  nav .nav-right-section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  nav .nav-right-section a.cta {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  nav {
    height: 60px;
    padding: 0 2.5rem !important;
  }
  nav .nav-left-section .brand-logo {
    height: 38px;
  }
  nav .nav-right-section {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.nav-search {
  top: 75px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: 1px solid #00000014;
  border-radius: 100px;
  width: 100%;
}
.nav-search form {
  width: 100%;
}
.nav-search input {
  width: 100%;
  background-color: #2288bf;
  color: #fff;
  border: none;
  font-size: 20px;
  outline: none !important;
  border-radius: 100px;
  padding: 15px 25px;
}
.nav-search ::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.nav-search ::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.nav-search.result-page {
  position: relative;
  top: unset;
  border-radius: 100px;
}
.nav-search.result-page button {
  right: 2%;
}
.nav-search.result-page input {
  width: 98%;
  left: 0.5%;
  position: relative;
}
.nav-search.scrolled.result-page {
  position: relative;
  top: unset;
  border-radius: 100px;
}
.nav-search.scrolled.result-page button {
  right: 2%;
}
.nav-search.scrolled.result-page input {
  width: 98%;
  left: 0.5%;
  position: relative;
}

.btnSearchBar {
  position: absolute;
  background-color: transparent;
  border: 0px solid #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
}
.btnSearchBar img {
  height: 20px;
}

.noresult-gradient-bg {
  background: linear-gradient(90deg, black 0%, #e30000 100%);
}

.result-main-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.result-main-section .ptdc-block {
  padding-bottom: 0;
  padding-top: 40px;
}
.result-main-section .ptdc-block .ptdc-pretitle {
  opacity: 0.6;
  margin-bottom: 15px;
}
.result-main-section .ptdc-block .ptdc-block-title {
  margin-bottom: 20px;
}
.result-main-section .results-page .category-cta {
  height: 50px;
  border-radius: 24px;
  border: solid 1px #fff;
  text-align: center;
  width: 280px;
  display: block;
}
.result-main-section .results-page .category-cta a {
  text-decoration: none;
  color: #fff;
}
.result-main-section .results-page .category-cta a p {
  line-height: 49px;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.69px;
}
.result-main-section .results-page .category-cta a img {
  width: 40px;
  margin-left: 10px;
  transition: transform 0.25s ease-in-out;
  padding: 0;
}
.result-main-section .results-page .category-cta a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.result-main-section .results-page .category-cta a:hover img {
  transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
  .nav-search {
    top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-search {
    top: 75px;
  }
  .nav-search input {
    font-size: 17px;
    padding: 10px 20px;
  }
  .nav-search ::-moz-placeholder {
    font-size: 17px;
  }
  .nav-search ::placeholder {
    font-size: 17px;
  }

  .search-logo-container {
    justify-content: flex-end;
  }

  .result-main-section {
    padding-top: 105px;
    padding-bottom: 80px;
  }
  .result-main-section #back-to-referrer {
    margin-left: 1.5rem !important;
  }
  .result-main-section .ptdc-block .ptdc-block-title {
    font-size: 60px;
  }

  .search-result a h2 {
    font-size: 30px;
  }
  .search-result p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .search-result .read-search-result {
    font-size: 14px;
  }
  .search-result .search-info-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 375px) {
  .result-main-section .ptdc-block .ptdc-block-title {
    font-size: 45px;
  }
}
#full-page-menu {
  background-color: #126490;
  color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  width: 100%;
  height: 100%;
  transform: translateY(-100vh);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.35s ease-in-out;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#full-page-menu .marketing-label {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
#full-page-menu .marketing-label a {
  text-decoration: none;
  color: #fdf475;
}
#full-page-menu .page-titles {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#full-page-menu .page-titles a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .page-titles .page-title {
  font-weight: 600;
  font-size: 2.865vw;
  color: #fff;
  line-height: 0.8;
}
#full-page-menu .page-titles .page-prod-serv {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
#full-page-menu .page-titles .page-prod-serv.active {
  font-weight: 600;
}
#full-page-menu .page-titles .accordion-item {
  background-color: transparent;
  border: 0;
}
#full-page-menu .page-titles .accordion-item .accordion-header {
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .page-titles .accordion-item .accordion-button {
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  font-size: 35px;
  color: #000;
  box-shadow: none;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
#full-page-menu .page-titles .accordion-item .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
#full-page-menu .page-titles .accordion-item .accordion-button::after {
  background-image: url("/assets/img/svg/chevron_down_black.svg");
  width: 17px;
  height: 11px;
  background-size: 17px;
}
#full-page-menu .page-titles .accordion-item .accordion-body {
  padding-bottom: 0;
}
#full-page-menu .page-titles .accordion-item .accordion-body h4 {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  color: #000;
}
#full-page-menu .search-cta-container {
  margin-bottom: 80px;
}
#full-page-menu .contacts {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
#full-page-menu .contacts h3 {
  font-weight: 400;
  font-size: 35px;
  color: #000;
}
#full-page-menu .contacts p {
  font-weight: 400;
  font-size: 19px;
  color: #000;
}
#full-page-menu .disclaimer p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
#full-page-menu .disclaimer p a {
  color: #fff;
}

#full-page-menu.open {
  transform: translateY(0%);
  padding-top: calc(75px + 50px);
}

@media only screen and (max-width: 1499px) {
  #full-page-menu {
    padding-bottom: 70px;
  }

  #full-page-menu.open {
    padding-top: calc(75px + 40px);
  }

  .search-support-container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  #full-page-menu {
    padding-bottom: 100px;
  }
  #full-page-menu .search-cta-container {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 80px;
  }
  #full-page-menu .page-titles {
    row-gap: 20px;
  }
  #full-page-menu .page-titles .page-title {
    font-size: 30px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-button {
    font-size: 27px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-body h4 {
    font-size: 24px;
  }
  #full-page-menu .page-titles .page-prod-serv {
    font-size: 25px;
  }
  #full-page-menu .contacts {
    margin-top: 120px;
    row-gap: 15px;
  }
  #full-page-menu .contacts h3 {
    font-size: 27px;
  }
  #full-page-menu .contacts p {
    font-size: 16px;
  }
  #full-page-menu .disclaimer p {
    font-size: 15px;
  }

  #full-page-menu.open {
    padding-top: calc(75px + 35px);
  }

  .search-support-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  #full-page-menu {
    padding-bottom: 60px;
  }
  #full-page-menu .search-cta-container {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 15px;
    margin-bottom: 50px;
  }
  #full-page-menu .page-titles {
    row-gap: 15px;
  }
  #full-page-menu .page-titles .page-title {
    font-size: 25px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-button {
    font-size: 23px;
  }
  #full-page-menu .page-titles .accordion-item .accordion-body h4 {
    font-size: 21px;
  }
  #full-page-menu .contacts {
    row-gap: 5px;
    margin-top: 55px;
  }
  #full-page-menu .contacts h3 {
    font-size: 23px;
  }
  #full-page-menu .contacts p {
    font-size: 15px;
  }
  #full-page-menu .disclaimer p {
    font-size: 13px;
  }
  #full-page-menu .marketing-label {
    margin-top: 70px;
    font-size: 15px;
  }
}
footer {
  background-color: #f8f8f8;
  padding: 110px 0 50px;
  color: #4a494a;
}
footer .top-section {
  color: #4a494a;
  margin-bottom: 80px;
}
footer .top-section .footer-link-container {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 0;
}
footer .top-section .footer-link-container li {
  font-weight: 400;
  font-size: 12px;
  color: #4a494a;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .footer-link-container li a {
  font-weight: 400;
  font-size: 12px;
  color: #4a494a;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .contacts h5 {
  font-size: 12px;
  color: #4a494a;
  font-weight: 600;
  text-transform: uppercase;
}
footer .top-section .contacts p,
footer .top-section .contacts a {
  font-weight: 400;
  color: #4a494a;
  font-size: 12px;
  margin-bottom: 12px;
}
footer .top-section .contacts .social-icons {
  list-style: none;
  display: flex;
  padding-left: 0;
  align-items: center;
}
footer .top-section .disclaimer p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
footer .top-section .disclaimer p a {
  color: #4a494a;
}
footer .bottom-section p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
footer .bottom-section p a {
  color: #4a494a;
}
footer hr {
  display: none;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 80px 0 70px;
    text-align: center;
  }
  footer .top-section {
    row-gap: 50px;
  }
  footer .top-section .contacts .social-icons {
    justify-content: center;
  }
  footer hr {
    display: block;
    width: calc(8.33333333vw * 10) !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  footer hr {
    width: calc(8.33333333vw * 12);
  }
}
/* Newsletter element */
.newsletter-outer-container {
  margin: 100px 0;
  color: #000;
  width: 100%;
  position: relative;
}
.newsletter-outer-container h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.newsletter-outer-container .newsletter-privacy {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.newsletter-outer-container .newsletter-privacy a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.newsletter-outer-container .newsletter-form-container {
  position: relative;
  margin-top: 20px;
  display: flex;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input {
  background-color: #fff;
  color: #9b9b9b;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
  color: rgba(155, 155, 155, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
  color: rgba(155, 155, 155, 0.6);
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder-shown) {
  outline: 0;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
  outline: 0;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit {
  height: 100%;
  background: #939393;
  color: #fff;
  border: 0;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit.newsletter-submit-done {
  opacity: 0;
  transform: translate(-125%, -50%);
  transition: all 0.25s ease-out;
}
.newsletter-outer-container .newsletter-form-container .newsletter-submit.newsletter-submit-done-error {
  opacity: 0;
  transform: translate(-125%, -50%);
  transition: all 0.25s ease-out;
}
.newsletter-outer-container input:-webkit-autofill,
.newsletter-outer-container input:-webkit-autofill:hover,
.newsletter-outer-container input:-webkit-autofill:focus,
.newsletter-outer-container textarea:-webkit-autofill,
.newsletter-outer-container textarea:-webkit-autofill:hover,
.newsletter-outer-container textarea:-webkit-autofill:focus,
.newsletter-outer-container select:-webkit-autofill,
.newsletter-outer-container select:-webkit-autofill:hover,
.newsletter-outer-container select:-webkit-autofill:focus {
  border-bottom: 0;
  -webkit-text-fill-color: #9b9b9b;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #9b9b9b !important;
  font-weight: bold;
}
.newsletter-outer-container .newsletter-description p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.42;
}

.newsletter-inner-container {
  padding: 80px 8.3333333vw;
  background-color: #848484;
  color: #fff;
  display: flex;
}
.newsletter-inner-container .newsletter-left {
  width: 50%;
  padding-right: calc(8.33333333vw / 2);
}
.newsletter-inner-container .newsletter-right {
  width: 50%;
  padding-left: calc(8.33333333vw / 2);
}
.newsletter-inner-container .newsletter-right p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}

.contact-checkbox-container {
  position: relative;
  margin-top: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.3s ease-in-out;
}
.contact-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-checkbox-container input:checked ~ .contact-checkmark {
  background-color: #fff;
}
.contact-checkbox-container input:checked ~ .contact-checkmark:after {
  display: block;
}

.contact-checkbox-container--contact {
  position: relative;
  margin-top: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contact-checkbox-container--contact input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-checkbox-container--contact input:checked ~ .contact-checkmark {
  background-color: none;
}
.contact-checkbox-container--contact input:checked ~ .contact-checkmark:after {
  display: block;
}

.contact-checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: #d8d8d8;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in-out;
}
.contact-checkmark:after {
  color: #000000;
  content: "";
  display: none;
}

.contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 4px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .newsletter-outer-container h3 {
    font-size: 45px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    padding-left: 20px;
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-submit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .newsletter-outer-container .contact-checkbox-container {
    margin-top: 20px;
  }
  .newsletter-outer-container .newsletter-privacy {
    font-size: 12px;
  }

  .newsletter-inner-container {
    padding: 50px 8.3333333vw;
    flex-direction: column;
  }
  .newsletter-inner-container .newsletter-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .newsletter-inner-container .newsletter-right {
    width: 100%;
    padding-left: 0;
  }
  .newsletter-inner-container .newsletter-right p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-outer-container h3 {
    font-size: 30px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    padding-left: 20px;
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
    color: rgba(155, 155, 155, 0.6);
    font-size: 12px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:-moz-placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input:focus, .newsletter-outer-container .newsletter-form-container .newsletter-input:not(:placeholder-shown) {
    outline: 0;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-submit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .newsletter-outer-container .contact-checkbox-container {
    margin-top: 20px;
  }
  .newsletter-outer-container .newsletter-privacy {
    font-size: 12px;
  }

  .newsletter-inner-container {
    padding: 50px 8.3333333vw;
    flex-direction: column;
  }
  .newsletter-inner-container .newsletter-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .newsletter-inner-container .newsletter-right {
    width: 100%;
    padding-left: 0;
  }
  .newsletter-inner-container .newsletter-right p {
    font-size: 15px;
  }
}
.form {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .form {
    max-width: 60%;
    margin: 0 auto 160px;
  }
}
.form label {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .form label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
  }
}
.form input {
  width: 100%;
  background-color: #F8F8F8;
  border: none;
  color: #343434;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .form input {
    font-size: 25px;
  }
}
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=password],
.form input[type=url] {
  padding: 13px 20px;
}
.form input[type=text]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=url]:focus {
  outline: 2px solid #343434;
}
.form__section {
  margin-top: 38px;
}
.form__section--center {
  display: flex;
  justify-content: center;
}
.form__section-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .form__section-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.form__section-content {
  display: grid;
  row-gap: 20px;
}
.form__section-row {
  display: grid;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .form__section-row:not(.form__section-row--full) {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.form__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}
@media (min-width: 1200px) {
  .form__ctas {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 110px;
  }
}
.form__checkbox-wrapper {
  display: flex;
  gap: 14px;
}
@media (min-width: 1200px) {
  .form__checkbox-wrapper {
    gap: 20px;
    margin-top: 80px;
  }
}
.form__checkbox-wrapper label {
  font-weight: normal;
}
.form__checkbox-wrapper label a {
  color: #343434;
  font-weight: bold;
}

input[type=checkbox]:not(.custom) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
  display: grid;
  place-content: center;
  height: 20px;
  width: 20px;
  aspect-ratio: 1;
}
@media (min-width: 1200px) {
  input[type=checkbox]:not(.custom) {
    width: 24px;
    height: 24px;
  }
}
input[type=checkbox]:not(.custom):before {
  content: "✓";
  transform: scale(0);
  position: relative;
  top: 1px;
}
input[type=checkbox]:not(.custom):checked {
  border-color: #0AB0A3;
  background-color: #0AB0A3;
}
input[type=checkbox]:not(.custom):checked:before {
  transform: scale(1);
  color: white;
}

.link {
  background-color: transparent;
  padding: 0;
  border: none;
  text-decoration: underline;
  color: #343434;
}

.cta {
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: 0.35s;
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  border-radius: 100px;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
}
.cta img {
  height: 15px;
}
.cta:hover {
  text-decoration: none;
}
.cta.cta-black {
  background-color: #000;
  color: #fff;
}
.cta.cta-black:hover {
  background-color: #292929;
  transition: 0.35s;
}
.cta.cta-white {
  background-color: #fff;
  color: #343434;
}
.cta.cta-white:hover {
  background-color: #ffffffb9;
  transition: 0.35s;
}
.cta.cta-yellow, .cta--yellow {
  background-color: #fdf475;
  color: #343434;
}
.cta.cta-yellow:hover, .cta--yellow:hover {
  color: #000;
  background-color: #e8e06a;
  transition: 0.35s;
}
.cta.cta-transparent-white {
  background-color: transparent;
  color: #fff;
  padding: 0;
}
.cta.cta-transparent-black {
  background-color: transparent;
  color: #343434;
  padding: 0;
}
.cta:has(.chevron) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.chevron) img {
  height: 13px;
}
.cta:has(.cta-back) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.cta-back) img {
  height: 13px;
}
.cta.cta-rounded {
  border-radius: 10px;
}
.cta--teal {
  background-color: #0AB0A3;
  color: #fff;
}
.cta--teal:hover {
  color: #fff;
  background-color: #00A89E;
}
.cta--large {
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 30px;
}

@media only screen and (max-width: 991px) {
  .cta:not(.cta--large) {
    padding: 13px 25px;
    font-size: 15px;
  }
  .cta:not(.cta--large).cta-rounded {
    border-radius: 10px;
  }
  .cta:not(.cta--large):has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:not(.cta--large):has(.chevron) img {
    height: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .cta:not(.cta--large) {
    padding: 10px 25px;
    font-size: 13px;
  }
  .cta:not(.cta--large).cta-rounded {
    border-radius: 10px;
  }
  .cta:not(.cta--large):has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:not(.cta--large):has(.chevron) img {
    height: 13px;
  }
}
.main-section {
  height: 100vh;
  background: #555555;
  color: #fff;
}
.main-section .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-section .text-container h3 {
  font-weight: 600;
  font-size: 0.9vw;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-section .text-container h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 0.9;
  margin-bottom: 15px;
}
.main-section .text-container p {
  font-size: 1.094vw;
  line-height: 1.25;
  width: 80%;
  margin-bottom: 50px;
}
.main-section.half {
  height: calc(50vh - 75px);
}
.main-section.half .text-container h1 {
  font-size: 4.5vw;
}

@media only screen and (max-width: 991px) {
  .main-section .text-container h1 {
    font-size: 14.5vw;
    margin-bottom: 15px;
  }
  .main-section .text-container p {
    font-size: 18px;
    width: 80%;
  }
  .main-section.half .text-container h1 {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 575px) {
  .main-section .text-container h1 {
    font-size: 16vw;
    margin-bottom: 15px;
  }
  .main-section .text-container p {
    font-size: 15px;
    width: 90%;
  }
  .main-section.half .text-container h1 {
    font-size: 11vw;
  }
}
.ptdc-container {
  padding: 100px 0;
}
.ptdc-container.ptdc-bg-light {
  background-color: #ffffff;
}
.ptdc-container.ptdc-bg-dark {
  background-color: #555555;
}

.ptdc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #4a494a;
  position: relative;
}
.ptdc.ptdc-text-white {
  color: #fff;
}
.ptdc.ptdc-text-dark {
  color: #4a494a;
}
.ptdc h4 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.ptdc h4 img {
  margin-top: 8px;
  margin-bottom: 10px;
  height: 5px;
}
.ptdc h3 {
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1.15;
  margin-bottom: 20px;
}
.ptdc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.ptdc .cta {
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .ptdc h4 {
    font-size: 12px;
  }
  .ptdc h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .ptdc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ptdc h4 {
    font-size: 12px;
  }
  .ptdc h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .ptdc p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.text-image-block-container {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
}

.text-image-block {
  display: flex;
  background: #a6a6a6;
  margin: 50px 0;
}
.text-image-block .text-container {
  width: 55%;
  padding: 0 8.333333333vw;
  display: flex;
  align-items: center;
}
.text-image-block .image-container {
  width: 45%;
}
.text-image-block .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

@media only screen and (max-width: 991px) {
  .text-image-block {
    flex-direction: column;
  }
  .text-image-block .text-container {
    width: 100%;
    padding: 90px 8.333333333vw;
  }
  .text-image-block .image-container {
    width: 100%;
  }
  .text-image-block .image-container img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 575px) {
  .text-image-block {
    flex-direction: column;
  }
  .text-image-block .text-container {
    width: 100%;
    padding: 70px 8.333333333vw;
  }
  .text-image-block .image-container {
    width: 100%;
  }
  .text-image-block .image-container img {
    width: 100%;
    aspect-ratio: 1;
  }
}
.article-preview-section {
  padding: 100px 0;
}

.article-preview-container {
  text-decoration: none;
}
.article-preview-container .article-preview {
  transition: 0.2s;
  background-color: #fff;
  padding: 20px;
}
.article-preview-container .article-preview:hover {
  box-shadow: 0px 0px 8px 0px #34343447;
  transition: 0.2s;
  scale: 1.05;
}
.article-preview-container .article-preview .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.article-preview-container .article-preview .text-container {
  margin-top: 15px;
  color: #343434;
}
.article-preview-container .article-preview .text-container .author-date {
  display: flex;
  justify-content: space-between;
}
.article-preview-container .article-preview .text-container .author-date h5 {
  color: #568dca;
  font-size: 15px;
  margin-bottom: 15px;
}
.article-preview-container .article-preview .text-container h4 {
  font-size: 24px;
  font-weight: 600;
}
.article-preview-container .article-preview .text-container p {
  margin-bottom: 0;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .article-preview-container .article-preview {
    padding: 10px;
  }
  .article-preview-container .article-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .article-preview-container .article-preview .text-container {
    margin-top: 10px;
  }
  .article-preview-container .article-preview .text-container .author-date h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .article-preview-container .article-preview .text-container h4 {
    font-size: 24px;
  }
  .article-preview-container .article-preview .text-container p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .article-preview-container .article-preview {
    padding: 10px;
  }
  .article-preview-container .article-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .article-preview-container .article-preview .text-container .author-date h5 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .article-preview-container .article-preview .text-container h4 {
    font-size: 18px;
  }
  .article-preview-container .article-preview .text-container p {
    font-size: 13px;
  }
}
.faq-item {
  width: 100%;
  background-color: #fff;
  border: 0px solid transparent;
  padding: 0;
}
.faq-item .collapse-title-col {
  background-color: #db5634;
  transition: all 0.25s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-item .collapse-title-col h2 {
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 0;
}
.faq-item .accordion-button {
  transition: all 0.35s ease-in-out;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  padding-left: 50px;
  padding-right: 50px;
}
.faq-item .collapsed.collapse-title-col,
.faq-item .accordion-button:not(.collapsed) {
  font-weight: 500 !important;
  font-size: 22px;
  font-weight: bold;
  background-color: #db5634;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px !important;
  position: relative;
  z-index: 2;
}
.faq-item .accordion-button::after {
  display: none;
}
.faq-item .accordion-button.collapsed {
  color: #fff;
  background-color: #db5634;
}
.faq-item .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  color: #4a4a4a;
  background-color: #e8eeed;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.faq-item .accordion-body .cta {
  margin-top: 70px;
}
.faq-item .collapsed.collapse-title-col h2 {
  color: #db5634;
}
.faq-item .collapse-text-col {
  background-color: #f9f9f9;
  color: #3c407b;
  transition: all 0.35s ease-out;
  max-width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-item .show.collapse-text-col,
.faq-item .collapsing.collapse-text-col {
  background-color: #eff3f933;
  color: #f9f9f9;
  transform: translateY(-25px);
  z-index: 1;
  position: relative;
}
.faq-item .accordion-header {
  background: transparent;
  transition: 0.5s;
}
.faq-item .accordion-header:has([aria-expanded=true]) {
  transition: 0.5s;
  background: linear-gradient(180deg, white 50%, #eaeadb 50%, #eaeadb 100%);
}
.faq-item .collapse-status-indicator-container {
  height: 48px;
  width: 48px;
  background-color: #fdf475;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
  aspect-ratio: 1;
}
.faq-item .collapsed .collapse-status-indicator-container {
  transition: all 0.25s ease-out;
  background-color: #fdf475;
}
.faq-item .collapse-status-indicator {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 3px;
  cursor: pointer;
}
.faq-item .collapse-status-indicator::before {
  content: "";
  display: block;
  transform: rotate(0deg);
  background-color: #000000;
  width: 30px;
  height: 3px;
  transition: all 0.35s ease-out;
}
.faq-item .collapsed .collapse-status-indicator {
  background-color: #000000;
}
.faq-item .collapsed .collapse-status-indicator::before {
  transform: rotate(90deg);
  background-color: #000000;
}

@media only screen and (max-width: 991px) {
  .faq-item .collapse-title-col {
    background-color: #db5634;
    transition: all 0.25s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-item .accordion-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-item .collapsed.collapse-title-col,
.faq-item .accordion-button:not(.collapsed) {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px !important;
  }
  .faq-item .collapse-status-indicator-container {
    height: 30px;
    width: 30px;
  }
  .faq-item .collapse-status-indicator {
    width: 15px;
    height: 2px;
  }
  .faq-item .collapse-status-indicator::before {
    width: 15px;
    height: 2px;
  }
  .faq-item .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .faq-item .accordion-body .cta {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-item .collapse-title-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq-item .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-item .collapsed.collapse-title-col,
.faq-item .accordion-button:not(.collapsed) {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px !important;
  }
  .faq-item .accordion-body {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faq-item .accordion-body .cta {
    margin-top: 20px;
  }
}
.hero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0AB0A3;
  color: #FDF475;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .hero {
    padding-top: 75px;
  }
}
.hero__title {
  margin: 0;
  font-size: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 75px;
    height: 550px;
  }
  .hero__title {
    font-size: 12.5vw;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 550px;
  }
  .hero__title {
    font-size: 200px;
  }
}

.page-heading {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 80px;
}
.page-heading__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 11px;
}
.page-heading__title::after {
  content: url("/assets/img/svg/curve-black.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-heading__subtitle {
  font-size: 28px;
  font-weight: bold;
}
.page-heading__content {
  margin-top: 16px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .page-heading {
    margin-bottom: 70px;
    max-width: 600px;
  }
  .page-heading__subtitle {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .page-heading {
    max-width: 800px;
    margin-bottom: 140px;
  }
  .page-heading__title {
    padding-bottom: 0;
  }
  .page-heading__title::after {
    display: none;
  }
  .page-heading__subtitle {
    font-size: 48px;
  }
}

.back-button.cta {
  padding: 10px 14px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.back-button__arrow {
  width: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.back-button__text {
  position: relative;
  margin-left: 20px;
}
.back-button__text::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -10px;
  width: 1px;
  background-color: #A79E23;
}
.back-button__modal-ctas {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .back-button__modal-ctas {
    flex-direction: row;
  }
}

.business-card {
  display: flex;
  align-items: center;
  gap: 14px;
}
.business-card__authors-dropdown-button {
  border: none;
  display: flex !important;
  align-items: center !important;
}
.business-card__authors-dropdown-button .images {
  display: flex;
  margin-right: 10px;
}
.business-card__authors-dropdown-button .images img::before {
  display: none;
}
.business-card__authors-dropdown-button .images.im-1 {
  width: calc(1 * 65px);
}
.business-card__authors-dropdown-button .images.im-2 {
  width: calc((2 * 65px) - 25px);
}
.business-card__authors-dropdown-button .images.im-3 {
  width: calc((3 * 65px) - 75px);
}
.business-card__authors-dropdown-button:hover, .business-card__authors-dropdown-button:active, .business-card__authors-dropdown-button:focus {
  background: none;
  border: none;
  color: unset;
  box-shadow: none !important;
}
.business-card__authors-dropdown-button::before {
  display: none !important;
}
.business-card__authors-dropdown {
  width: -moz-fit-content;
  width: fit-content;
  padding: 27px 40px;
  flex-direction: column;
  gap: 15px;
}
.business-card__authors-dropdown.show {
  display: flex;
}
.business-card__name {
  font-size: 20px;
  margin-bottom: 0;
  color: #343434 !important;
}
.business-card__name:hover {
  color: #343434 !important;
}
.business-card__name.author-name {
  font-size: 20px;
  color: #343434;
}
@media (min-width: 1200px) {
  .business-card__name {
    font-size: 26px;
  }
}
.business-card__username {
  color: #858585;
}
.business-card__username.author-username {
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .business-card__username {
    font-size: 20px;
  }
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.avatar__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.avatar__image.author-image {
  height: 100%;
  aspect-ratio: 1;
  width: 15%;
  border-radius: 100%;
}
.avatar.image-shadow {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.5);
}
.avatar.layer-1 {
  margin-left: 0;
}
.avatar.layer-2, .avatar.layer-3 {
  margin-left: -25%;
}
.avatar.layer-1, .avatar.layer-2, .avatar.layer-3 {
  aspect-ratio: 1;
  border: 3px solid white;
}
@media (min-width: 1200px) {
  .avatar {
    width: 64px;
    height: 64px;
  }
}
.avatar--small {
  width: 30px;
  height: 30px;
}
@media (min-width: 1200px) {
  .avatar--small {
    width: 44px;
    height: 44px;
  }
}
.avatar--large {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .avatar--large {
    width: 94px;
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .avatar--large {
    width: 160px;
    height: 160px;
  }
}

.separator {
  margin: 16px 0;
  height: 1px;
  width: 100%;
  background-color: #343434;
}
@media (min-width: 1200px) {
  .separator {
    margin: 24px 0;
  }
}
.separator--large {
  margin: 46px 0;
}
@media (min-width: 1200px) {
  .separator--large {
    margin: 60px 0;
  }
}
.separator--light {
  background-color: #BFCBC9;
}

.comments__title {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .comments__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
.comments__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.comments__cta {
  margin-top: 46px;
  width: 100%;
  background-color: #f4f4f4;
  color: #343434;
  border: none;
  padding: 12px;
  text-align: left;
}
.comments__modal textarea {
  width: 100%;
  background-color: #E8EEED;
  border: none;
  padding: 10px 14px;
  border-radius: 5px;
}
.comments__modal textarea:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .comments__modal textarea {
    font-size: 20px;
    padding: 26px 20px;
  }
}
.comments__modal-counter {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.comment__header {
  display: flex;
  gap: 15px;
}
.comment__username {
  flex: 1;
  align-self: center;
  font-size: 20px;
  font-weight: bold;
}
.comment__content {
  margin-top: 15px;
}
.comment__warning {
  background-color: transparent;
  border: none;
}

.pea-swiper {
  position: relative;
}
.pea-swiper .swiper-button-prev,
.pea-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #FDF475;
  position: initial;
  margin-top: 0;
}
.pea-swiper .swiper-button-prev:after,
.pea-swiper .swiper-button-next:after {
  content: "";
}
@media (min-width: 768px) {
  .pea-swiper .swiper-button-prev,
.pea-swiper .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .pea-swiper .swiper-button-prev,
.pea-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
.pea-swiper .swiper-button-prev {
  left: 0;
}
.pea-swiper .swiper-button-next {
  right: 0;
}
.pea-swiper__navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .pea-swiper__navigation {
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px);
    width: calc(100% + 180px);
    left: -90px;
    right: -90px;
  }
}

.pea-banner {
  background-color: #b3e5e2;
  padding: 40px 0;
  margin: 60px 0;
}
.pea-banner__subtitle {
  margin-bottom: 18px;
}
.pea-banner__links {
  display: grid;
  row-gap: 30px;
  margin-top: 32px;
}
.pea-banner__image {
  width: 100%;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #00A89E;
}
.pea-banner__link, .pea-banner__link:hover, .pea-banner__link:visited {
  all: unset;
  cursor: pointer;
}
.pea-banner__link-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .pea-banner {
    margin-bottom: 90px;
  }
  .pea-banner__image {
    height: 250px;
  }
  .pea-banner__links {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
    margin-top: 66px;
  }
  .pea-banner__text {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .pea-banner {
    background-color: transparent;
  }
  .pea-banner__content {
    padding: 40px 80px;
    background-color: #b3e5e2;
  }
  .pea-banner__image {
    height: 350px;
  }
  .pea-banner__links {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 35px;
         column-gap: 35px;
    margin-top: 35px;
  }
  .pea-banner__text {
    width: 33.33%;
  }
}

.file-uploader__container {
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2300A89EFF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-uploader__container--active {
  background-color: rgba(10, 176, 163, 0.1);
}
.file-uploader__input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-uploader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
}
.file-uploader__title {
  margin-top: 12px;
  margin-bottom: 2px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .file-uploader__title {
    font-size: 22px;
  }
}
.file-uploader__subtitle {
  margin: 0;
}
@media (min-width: 1200px) {
  .file-uploader__subtitle {
    font-size: 22px;
  }
}
.file-uploader--horizontal {
  height: 100px;
}
.file-uploader--horizontal .file-uploader__title {
  margin-top: 0;
}
.file-uploader--horizontal .file-uploader__content {
  justify-content: flex-start;
  gap: 16px;
  flex-direction: row;
  text-align: left;
}
.file-uploader--horizontal .file-uploader__image {
  align-self: flex-start;
  height: 100%;
}
.file-uploader--large .file-uploader__content {
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .file-uploader--large .file-uploader__content {
    padding: 100px 20px;
  }
}
.file-uploader__preview {
  height: 100%;
  width: 100%;
}
.file-uploader__preview-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}

.autocomplete__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.autocomplete__chip {
  border-radius: 60px;
  color: #0AB0A3;
  padding: 7px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.autocomplete__chip-value {
  margin: 0;
}
.autocomplete__chip.author-chip {
  width: 100%;
  justify-content: space-between;
}
.autocomplete__chip-button {
  border: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.autocomplete__chip-button img {
  width: 16px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.autocomplete__chip .info-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.autocomplete__chip .info-container .user-photo {
  background-color: #505a75;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.autocomplete__chip .info-container .user-photo span {
  color: white;
  font-size: 15px;
  font-weight: 300;
  line-height: 68px;
}
.autocomplete__container {
  position: relative;
}
.autocomplete__input {
  position: relative;
  height: 35px;
  background-color: #CCDAD8;
  border-radius: 11px;
  border: none;
  padding: 8px 12px;
  width: 100%;
}
.autocomplete__input::-moz-placeholder {
  color: #343434;
}
.autocomplete__input::placeholder {
  color: #343434;
}
@media (min-width: 1200px) {
  .autocomplete__input {
    font-size: 22px;
    height: 46px;
  }
}
.autocomplete__panel {
  position: absolute;
  background-color: white;
  padding: 8px 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  top: 38px;
  width: 100%;
}
@media (min-width: 1200px) {
  .autocomplete__panel {
    top: 49px;
    font-size: 22px;
  }
}
.autocomplete__option {
  cursor: pointer;
  padding: 4px 0;
}
.autocomplete__option--selected {
  color: #858585;
  cursor: not-allowed;
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #010101;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

.select2-selection__rendered {
  margin-bottom: 0 !important;
}
.select2-selection__rendered .select2-selection__choice {
  display: none !important;
}

.vimeo-player {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .vimeo-player {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .vimeo-player {
    height: 620px;
  }
}
.vimeo-player__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-player__button {
  position: absolute;
  z-index: 10;
  background-color: transparent;
  border: none;
}
.vimeo-player__button img {
  height: 38px;
}
@media (min-width: 1200px) {
  .vimeo-player__button img {
    height: 120px;
  }
}

.player {
  height: 100% !important;
}

.avatar-uploader__image-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .avatar-uploader__image-container {
    justify-content: flex-start;
  }
}
.avatar-uploader__preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .avatar-uploader__preview {
    justify-content: flex-start;
    justify-self: flex-start;
    flex-direction: row !important;
    gap: 45px;
  }
}
.avatar-uploader__preview-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .avatar-uploader__preview-text {
    align-items: flex-start;
  }
}
.avatar-uploader__title {
  font-weight: bold;
  margin-top: 16px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .avatar-uploader__title {
    font-size: 30px;
  }
}
.avatar-uploader__description {
  font-size: 20px;
  margin-top: 5px;
}
.avatar-uploader__cta {
  margin-top: 16px;
}
.avatar-uploader__tabs {
  display: flex;
}
.avatar-uploader__tabs .cta:not(.cta--yellow) {
  background-color: transparent;
}
.avatar-uploader__default-avatars {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 14px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .avatar-uploader__default-avatars {
    grid-template-columns: repeat(4, auto);
  }
}
@media (min-width: 1200px) {
  .avatar-uploader__default-avatars {
    grid-template-columns: repeat(5, auto);
  }
}
.avatar-uploader__default-avatars-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.avatar-uploader__default-avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.avatar-uploader__default-avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-uploader__default-avatar--selected {
  outline: 3px solid black;
}
.avatar-uploader__upload-custom {
  margin: 64px auto 0 auto;
  max-width: 450px;
}
.avatar-uploader__preview-modal {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avatar-uploader__preview-modal-content {
  position: relative;
}
.avatar-uploader__preview-modal-image {
  width: 200px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.avatar-uploader__preview-modal-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: red;
  height: 58px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
}

.pea-modal {
  display: none;
}
.pea-modal.pea-modal-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pea-modal__container {
  padding: 24px;
  margin: 0 24px;
  border-radius: 24px;
  box-shadow: 0 4px 54px 0 #00000040;
  background-color: white;
  width: 100%;
  min-height: 45vh;
  transition: height 0.35s;
}
@media (min-width: 768px) {
  .pea-modal__container {
    width: 50%;
    padding: 48px;
  }
}
.pea-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.pea-modal__title {
  flex: 1;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .pea-modal__title {
    font-size: 40px;
  }
}
.pea-modal__close-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .pea-modal__close-btn {
    width: 58px;
    height: 58px;
  }
}
.pea-modal__close-btn img {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .pea-modal__close-btn img {
    height: 24px;
    width: 24px;
  }
}
.pea-modal__content {
  margin-top: 24px;
}
.pea-modal__content .nav-pills .nav-link.active,
.pea-modal__content .nav-pills .show > .nav-link {
  color: #343434;
  background-color: #FDF475;
  outline: none;
}
.pea-modal__content .nav-pills .nav-link {
  color: #343434;
  outline: none;
}
.pea-modal__footer {
  margin-top: 60px;
}
.pea-modal textarea {
  width: 100%;
  background-color: #e8eeed;
  border: none;
  padding: 10px 14px;
  border-radius: 5px;
}
.pea-modal textarea:focus {
  outline: none;
}
@media (min-width: 1200px) {
  .pea-modal textarea {
    font-size: 20px;
    padding: 26px 20px;
  }
}

.input-uploader {
  display: flex;
  align-items: center;
  border: none;
  color: #343434;
  font-size: 20px;
  font-weight: bold;
  height: 49px;
}
@media (min-width: 1200px) {
  .input-uploader {
    font-size: 25px;
    height: 54.75px;
  }
}
.input-uploader__label {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #F8F8F8;
  flex: 1;
  height: 100%;
  padding: 13px 20px;
  margin-bottom: 0 !important;
}
.input-uploader__input {
  display: none;
}
.input-uploader__cta {
  border-radius: 0 12px 12px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multi-select {
  position: relative;
}
.multi-select__input:focus {
  outline: none;
}
.multi-select__input--open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid #4a494a !important;
}
.multi-select__panel {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #f8f8f8;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
}
.multi-select__panel--enter-start, .multi-select__panel--leave-end {
  max-height: 0;
}
.multi-select__panel--enter-end, .multi-select__panel--leave-start {
  max-height: 200px;
}
.multi-select__option {
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: bold;
}
.multi-select__option-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0 !important;
}
.multi-select__option:last-child {
  padding-bottom: 18px;
}
.multi-select input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #FDF475;
}

.project-card {
  position: relative;
}
.project-card__badge {
  position: absolute;
  right: 8px;
  top: 12px;
  background-color: white;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .project-card__badge {
    padding: 8px 12px;
  }
}
.project-card__link, .project-card__link:hover {
  display: block;
  all: unset;
  cursor: pointer;
}
.project-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .project-card__title {
    font-size: 28px;
  }
}
.project-card__author {
  margin-top: 2px;
}

.single-project-header__image {
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .single-project-header__image {
    max-height: 610px;
  }
}

.single-project-box {
  padding: 16px;
  border: 1px solid #343434;
}
.single-project-box__data {
  display: grid;
  row-gap: 16px;
  margin: 0;
}
.single-project-box__data-item {
  cursor: pointer;
  display: flex;
  font-weight: normal;
  gap: 16px;
}
.single-project-box__data-item a,
.single-project-box__data-item a:hover {
  display: flex;
  gap: 16px;
  color: #343434;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-project-box {
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .single-project-box {
    max-width: 100%;
    padding: 24px;
    position: sticky;
    top: 90px !important;
  }
}

.share-modal__links {
  list-style: none;
  display: flex;
  gap: 40px;
}
@media (min-width: 1200px) {
  .share-modal__links {
    gap: 50px;
  }
}
.share-modal__links button {
  border: none;
  background-color: transparent;
}
.share-modal__links img {
  height: 45px;
}

.project-box-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.project-box-support__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.project-box-support__counter {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .project-box-support__counter {
    font-size: 100px;
  }
}
.project-box-support__cta {
  width: 100%;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  border: none;
  padding: 16px 0;
  margin-top: 12px;
  text-transform: uppercase;
}
.project-box-support__thanks-msg {
  text-transform: uppercase;
  font-weight: bold;
  color: #0AB0A3;
  font-size: 20px;
  margin-top: 13px;
}
@media (min-width: 1200px) {
  .project-box-support__thanks-msg {
    font-size: 30px;
    margin-top: 18px;
  }
}
.project-box-support__input {
  margin-top: 14px;
  padding-top: 15px;
  border-top: 1px solid #343434;
  text-align: start;
}
.project-box-support__input-container {
  margin-bottom: 14px;
}
.project-box-support__input-range {
  accent-color: #0AB0A3;
  margin-top: 12px;
  width: 100%;
}
.project-box-support__input-label {
  display: flex;
  justify-content: space-between;
}
.project-box-support__input-description {
  font-size: 17px;
}
@media (min-width: 1200px) {
  .project-box-support__input-description {
    font-size: 20px;
  }
}

.project-box-preorder {
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-box-preorder__text {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .project-box-preorder__text {
    font-size: 20px;
  }
}
.project-box-preorder__cta {
  margin-top: 14px;
}
@media (min-width: 1200px) {
  .project-box-preorder__cta {
    margin-top: 40px;
  }
}

.profile-header__cover {
  height: 280px;
  position: relative;
}
.profile-header__cover-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #0AB0A3;
}
.profile-header__edit-cta {
  position: absolute;
  bottom: 12px;
  right: 32px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .profile-header__edit-cta {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .profile-header__edit-cta {
    bottom: 16px;
    right: 60px;
    width: 64px;
    height: 64px;
  }
}
.profile-header__edit-cta img {
  height: 100%;
  width: auto;
}
.profile-header__content {
  display: grid;
  row-gap: 27px;
  margin-top: -32px;
}
.profile-header__details {
  z-index: 2;
  grid-row: 1;
}
.profile-header__social {
  grid-row: 2;
  display: flex;
  gap: 18px;
}
.profile-header__name {
  margin-top: 21px;
}
.profile-header__username {
  margin-bottom: 0;
}
.profile-header__link {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.profile-header__link--instagram {
  background: radial-gradient(circle farthest-corner at 28% 100%, #fcdf8f 0%, #fbd377 10%, #fa8e37 22%, #f73344 35%, transparent 65%), linear-gradient(145deg, #3051f1 10%, #c92bb7 70%);
}
.profile-header__link--facebook {
  background-color: #3b5998;
}
.profile-header__link--behance {
  background-color: #0057ff;
}
.profile-header__link--linkedin {
  background-color: #0a66c2;
}
.profile-header__link img {
  height: 100%;
}
@media (min-width: 768px) {
  .profile-header__content {
    margin-top: -47px;
  }
  .profile-header__details {
    grid-column: 1;
  }
  .profile-header__social {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .profile-header__name {
    margin-top: 37px;
  }
}
@media (min-width: 1200px) {
  .profile-header__cover {
    height: 400px;
  }
  .profile-header__content {
    margin-top: -80px;
  }
  .profile-header__name {
    margin-top: 20px;
  }
  .profile-header__link {
    width: 64px;
    height: 64px;
    padding: 17px;
  }
}

.cover-image-uploader__image-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .cover-image-uploader__image-container {
    justify-content: flex-start;
  }
}
.cover-image-uploader__preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .cover-image-uploader__preview {
    justify-content: flex-start;
    justify-self: flex-start;
    flex-direction: row !important;
    gap: 45px;
  }
}
.cover-image-uploader__preview-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cover-image-uploader__preview-text {
    align-items: flex-start;
  }
}
.cover-image-uploader__title {
  font-weight: bold;
  margin-top: 16px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .cover-image-uploader__title {
    font-size: 30px;
  }
}
.cover-image-uploader__description {
  font-size: 20px;
  margin-top: 5px;
}
.cover-image-uploader__cta {
  margin-top: 16px;
}
.cover-image-uploader__default-cover-images {
  display: grid;
  row-gap: 14px;
  margin-top: 40px;
  max-height: 300px;
  overflow-y: scroll;
}
.cover-image-uploader__default-cover-images-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.cover-image-uploader__default-cover-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
}
.cover-image-uploader__default-cover-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-image-uploader__default-cover-image--selected {
  border-color: black;
}
.cover-image-uploader__upload-custom {
  margin: 64px auto 0 auto;
  max-width: 450px;
}
.cover-image-uploader__preview-modal {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cover-image-uploader__preview-modal-content {
  position: relative;
  width: 100%;
}
.cover-image-uploader__preview-modal-image {
  width: 100%;
  height: 150px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-image-uploader__preview-modal-cta {
  position: absolute;
  right: 30px;
  bottom: -29px;
  background-color: red;
  height: 58px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
}

.hackathon-card {
  border: 1px solid #343434;
}
.hackathon-card__image {
  height: 160px;
  width: 100%;
  position: relative;
}
.hackathon-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .hackathon-card__image {
    height: 200px;
  }
}
.hackathon-card__badge {
  position: absolute;
  right: 19px;
  top: 12px;
  box-shadow: 0px 0px 10px 0px #00000040;
  background-color: white;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-card__badge {
    padding: 8px 12px;
  }
}
.hackathon-card__badge--teal {
  background-color: #0AB0A3;
  color: white;
}
.hackathon-card__dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  font-size: 14px;
}
.hackathon-card__dates--end {
  font-size: 17px;
}
.hackathon-card__content {
  margin-top: 16px;
  margin-bottom: 21px;
}
.hackathon-card__content p {
  margin-bottom: 0;
}
.hackathon-card__dates, .hackathon-card__content {
  padding: 0 14px;
}
.hackathon-card__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .hackathon-card__title {
    font-size: 20px;
  }
}
.hackathon-card__sponsor {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  gap: 12px;
  background-color: #f4f4f4;
}
.hackathon-card__sponsor p {
  margin: 0;
}
.hackathon-card__cta {
  cursor: pointer;
  margin: 25px 0;
  display: flex;
  justify-content: center;
}
.hackathon-card__cta:hover {
  color: currentColor;
  cursor: pointer;
}

.sorting-dropdown {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 42px;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.sorting-dropdown__content {
  position: relative;
}
.sorting-dropdown__trigger {
  display: flex;
  background-color: transparent;
  align-items: center;
  border: none;
  gap: 4px;
  color: #343434;
  padding: 0;
}
.sorting-dropdown__panel {
  position: absolute;
  right: 0;
  background-color: white;
  padding: 15px 25px 20px 25px;
  box-shadow: 0px 4px 4px 0px #00000040;
  z-index: 1000;
  width: 100%;
}
.sorting-dropdown__panel li {
  margin-bottom: 9px;
}
.sorting-dropdown__panel li:last-child {
  margin-bottom: 0;
}
.sorting-dropdown__panel a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
}
.sorting-dropdown__panel a:active {
  color: #1e2125;
  background-color: #e9ecef;
}
.sorting-dropdown__panel p {
  white-space: nowrap;
}
.sorting-dropdown__title {
  font-size: 13px;
}
.sorting-dropdown__value {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sorting-dropdown__active-value {
  font-size: 20px;
  font-weight: bold;
}
.sorting-dropdown__arrow {
  transition: transform 0.2s linear;
}
.sorting-dropdown__arrow--open {
  transform: rotate(180deg);
}
.sorting-dropdown__option {
  cursor: pointer;
  margin-bottom: 20px;
}
.sorting-dropdown__option--active {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.sorting-dropdown__option--active:after {
  content: url("/assets/img/svg/curve-teal.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  overflow: hidden;
}
.sorting-dropdown__option:last-child {
  margin-bottom: 0;
}

.hackathon-cta-box {
  box-shadow: 0px 4px 44px 0px #0000001c;
  padding: 24px;
}
.hackathon-cta-box__title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .hackathon-cta-box__description {
    font-size: 18px;
  }
}
.hackathon-cta-box__button {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
  width: 100%;
  padding: 20px 37px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hackathon-cta-box__button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .hackathon-cta-box--finished {
    grid-row: span 2;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .hackathon-cta-box--finished {
    grid-row: auto;
    align-self: stretch;
  }
}

.hackathon-date-details {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 1px solid #343434;
}
@media (min-width: 768px) {
  .hackathon-date-details {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details {
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid #343434;
  }
}
.hackathon-date-details__title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .hackathon-date-details__title {
    margin-bottom: 8px;
  }
}
.hackathon-date-details__date {
  margin-bottom: 16px;
}
.hackathon-date-details__date--last {
  margin-bottom: 28px;
}
.hackathon-date-details__label {
  margin-bottom: 12px;
}
.hackathon-date-details__value {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.hackathon-date-details__button {
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
  padding: 17px 30px;
}
@media (min-width: 768px) {
  .hackathon-date-details__button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details__button {
    width: auto;
  }
}
.hackathon-date-details__end-date {
  display: flex;
  align-items: center;
}
.hackathon-date-details__end-date p {
  margin-bottom: 0;
}
.hackathon-date-details__end-date-value {
  font-weight: bold;
  font-size: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .hackathon-date-details__end-date {
    align-items: flex-start;
    flex-direction: column;
  }
  .hackathon-date-details__end-date-value {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .hackathon-date-details__end-date {
    flex-direction: row;
  }
  .hackathon-date-details__end-date p {
    font-size: 22px;
  }
  .hackathon-date-details__end-date-value {
    margin-left: 8px;
  }
}

.expiration-count-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 35px;
  gap: 6px;
}
.expiration-count-down__item {
  width: 25%;
  background-color: #f4f4f4;
  color: #0AB0A3;
  padding: 10px;
  border-radius: 8px;
  font-size: 35px;
  font-weight: 900;
  box-shadow: 0 0 8.56px 0 #0000003b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.expiration-count-down__item p {
  margin: 0;
  line-height: 1;
}
.expiration-count-down__item span {
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .expiration-count-down__item {
    padding: 8px;
  }
  .expiration-count-down__item p {
    font-size: 30px;
  }
  .expiration-count-down__item span {
    font-size: 18px;
  }
}
.hackathon-single__participants {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #343434;
}
.hackathon-single__participants-value {
  margin-top: 15px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .hackathon-single__participants-value {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hackathon-single__participants--online {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__participants--online {
    display: block;
  }
}
@media (min-width: 768px) {
  .hackathon-single__participants--finished {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__participants--finished {
    padding-top: 27px;
    margin-top: 27px;
    border-top: 1px solid #343434;
  }
}

.hackathon-sponsor {
  padding-top: 27px;
  margin-top: 27px;
  border-top: 1px solid #343434;
}
@media (min-width: 768px) {
  .hackathon-sponsor {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .hackathon-sponsor {
    grid-column: 1;
  }
}
.hackathon-sponsor__content {
  margin-top: 21px;
  gap: 25px;
  display: flex;
  align-items: center;
}
.hackathon-sponsor__content p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__content {
    gap: 32px;
  }
}
.hackathon-sponsor__image {
  max-width: 60px;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__image {
    max-width: 110px;
  }
}
.hackathon-sponsor__name {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-sponsor__name {
    font-size: 25px;
  }
}

.hackathon-navbar-mobile {
  width: 100%;
  margin-top: 35px;
  background-color: #0AB0A3;
  border-radius: 14px;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .hackathon-navbar-mobile {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1200px) {
  .hackathon-navbar-mobile {
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.hackathon-navbar-mobile .dropdown-toggle,
.hackathon-navbar-mobile .dropdown-toggle:hover {
  display: flex;
  align-items: center;
}
.hackathon-navbar-mobile__button {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1010;
}
.hackathon-navbar-mobile--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hackathon-navbar-mobile__navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  position: relative;
  height: 57px;
}
.hackathon-navbar-mobile__trigger {
  background-color: transparent;
  border: none;
  color: white;
  display: flex;
  align-items: center;
}
.hackathon-navbar-mobile__value {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.hackathon-navbar-mobile__panel {
  background-color: #0AB0A3;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 0;
  width: 100%;
  transform: translate3d(0px, 45px, 0px) !important;
  padding: 30px 14px;
  padding-bottom: 20px;
  display: none;
}
.hackathon-navbar-mobile__panel.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hackathon-navbar-mobile__panel .cta {
  margin: 0 auto;
}
.hackathon-navbar-mobile__panel--enter {
  transition: max-height 2s linear;
}
.hackathon-navbar-mobile__panel--enter .cta {
  transition: opacity 0.2s;
  transition-delay: 0.5s;
}
.hackathon-navbar-mobile__panel--enter-start, .hackathon-navbar-mobile__panel--leave-end {
  max-height: 0;
}
.hackathon-navbar-mobile__panel--enter-start .cta, .hackathon-navbar-mobile__panel--leave-end .cta {
  opacity: 0;
}
.hackathon-navbar-mobile__panel--enter-end, .hackathon-navbar-mobile__panel--leave-start {
  max-height: 1000px;
}
.hackathon-navbar-mobile__panel--enter-end .cta, .hackathon-navbar-mobile__panel--leave-start .cta {
  opacity: 1;
}
.hackathon-navbar-mobile__option {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.hackathon-navbar-mobile__option .dropdown-item {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  padding: 0;
}
.hackathon-navbar-mobile__option:hover {
  opacity: 1;
}

.hackathon-navbar-desktop {
  background-color: #0AB0A3;
  border-radius: 14px;
  width: auto;
  justify-content: space-between;
  align-items: center;
  padding: 18px 13px;
  margin-bottom: 68px;
  gap: 28px;
}
.hackathon-navbar-desktop__links {
  list-style: none;
  display: flex;
  gap: 28px;
  margin-bottom: 0;
  padding: 0;
}
.hackathon-navbar-desktop__links.nav-tabs {
  border: 0;
}
.hackathon-navbar-desktop__link {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
}
.hackathon-navbar-desktop__link.nav-link {
  color: #fff;
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  width: -moz-min-content;
  width: min-content;
  position: relative;
  overflow: hidden;
}
.hackathon-navbar-desktop__link.nav-link:focus-visible {
  outline: 0;
}
.hackathon-navbar-desktop__link.nav-link:focus {
  outline: 0;
}
.hackathon-navbar-desktop__link.nav-link:hover {
  background-color: transparent;
}
.hackathon-navbar-desktop__link.nav-link img {
  display: none;
}
.hackathon-navbar-desktop__link.nav-link.active {
  background-color: transparent;
  opacity: 1;
  color: #fff;
}
.hackathon-navbar-desktop__link.nav-link.active img {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
.hackathon-navbar-desktop__link--active {
  opacity: 1;
}
.hackathon-navbar-desktop .cta {
  text-transform: uppercase;
  font-weight: bold;
}

.hackathon-navbar-mobile .dropdown-toggle::after {
  content: url("/assets/img/svg/chevron_down_white.svg") !important;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

@media only screen and (max-width: 575px) {
  .hackathon-navbar-mobile .dropdown-toggle,
.hackathon-navbar-mobile .dropdown-toggle:hover {
    width: 60%;
    justify-content: space-between;
  }
}
.hackathon-single-tabs__section-title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 22px;
  margin-top: 35px;
  border-bottom: 1px solid #343434;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-title {
    font-size: 48px;
    padding-bottom: 18px;
    margin-bottom: 50px;
  }
}

.hackathon-single-tabs__section {
  margin-bottom: 22px;
}
.hackathon-single-tabs__section-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.hackathon-single-tabs__section-wrapper .cta {
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section {
    margin-bottom: 40px;
  }
  .hackathon-single-tabs__section-content {
    font-size: 18px;
  }
  .hackathon-single-tabs__section-subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content {
    font-size: 18px;
  }
}
.hackathon-single-tabs__section-content ol {
  margin-left: 12px;
  margin-top: 12px;
}
.hackathon-single-tabs__section-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content h3 {
    font-size: 35px;
    margin: 20px 0;
  }
}
.hackathon-single-tabs__section-content a {
  color: #0AB0A3;
}
.hackathon-single-tabs__section-content .list-regular {
  margin-top: 20px;
}
.hackathon-single-tabs__section-content .list-regular a {
  color: #343434;
}
.hackathon-single-tabs__section-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .hackathon-single-tabs__section-content h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.hackathon-single-tabs__update-dates {
  display: grid;
}
@media (min-width: 768px) {
  .hackathon-single-tabs__update-dates {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 140px;
         column-gap: 140px;
    row-gap: 17px;
  }
}

.academy-card {
  box-shadow: 0px 4px 14px 0px #00000040;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.academy-card a,
.academy-card a:hover,
.academy-card a:focus {
  all: unset;
  cursor: pointer;
}
.academy-card__image {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .academy-card__image {
    height: 270px;
  }
}
.academy-card__title {
  font-size: 20px;
  font-weight: bold;
}
.academy-card__content {
  padding: 10px 10px 18px 10px;
}
@media (min-width: 1200px) {
  .academy-card__content {
    padding: 16px 16px 32px 16px;
  }
}
.academy-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .academy-card__footer {
    margin-top: 48px;
  }
}
.academy-card__author {
  font-size: 18px;
}
.academy-card__author-value {
  font-weight: bold;
}

.academy-course-box {
  border-radius: 17px;
  padding: 32px 16px;
  box-shadow: 0px 4px 34px 0px #00000040;
}
@media (min-width: 768px) {
  .academy-course-box {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .academy-course-box {
    position: sticky;
    top: 90px !important;
  }
}
.academy-course-box__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 45px;
}
.academy-course-box__author p {
  margin-bottom: 0;
}
.academy-course-box__author-value {
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-course-box__goals {
    padding: 10px 0;
  }
}
.academy-course-box__goals-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-course-box__goals-title {
    margin-bottom: 26px;
  }
}
.academy-course-box__goals-list {
  list-style-image: url("/assets/img/svg/tick.svg");
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.academy-course-box__details {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.academy-course-box__details-item {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 10px;
}
.academy-course-box__details-item p {
  margin: 0;
}
.academy-course-box__cta {
  margin: 0 auto;
}

.courses-swiper__slide {
  padding: 0 10px 16px 10px;
}

.academy-lessons {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .academy-lessons {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .academy-lessons {
    margin-top: 30px;
  }
}
.academy-lessons p {
  margin: 0;
}
.academy-lessons__chapters {
  list-style: none;
  padding: 0;
}
.academy-lessons__chapter {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .academy-lessons__chapter {
    margin-bottom: 22px;
  }
}
.academy-lessons__chapter-title {
  font-weight: bold;
  font-size: 20px;
}
.academy-lessons__chapter-content {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px #00000030;
  padding: 12px 24px;
}
.academy-lessons__chapter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.academy-lessons__arrow {
  transition: transform 0.3s ease;
}
.academy-lessons__arrow--expanded {
  transform: rotate(180deg);
}
.academy-lessons__lessons {
  background-color: #f4f4f4;
  list-style: none;
  font-size: 20px;
  padding: 0 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.academy-lessons__lesson {
  cursor: pointer;
  padding: 16px 0;
}
.academy-lessons__lesson-title {
  padding: 0 14px;
}
.academy-lessons__lesson:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
.academy-lessons__lesson--active {
  font-weight: bold;
}

.blue-bg {
  background-color: #0ab0a3;
}

.hp-main-section {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: linear-gradient(180deg, #0ab0a3 0%, #038c81 100%);
  color: #fdf475;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp-main-section .text-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hp-main-section .text-image-container .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(10vh);
  opacity: 0;
}
.hp-main-section .text-image-container .text-container h1 {
  font-weight: 900;
  font-size: 11.458vw;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: -5px;
}
.hp-main-section .text-image-container .text-container h2 {
  font-weight: 600;
  font-size: 3.125vw;
  letter-spacing: -3px;
}
.hp-main-section .mascotte-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.hp-main-section .mascotte-container .main-mascotte-test-1,
.hp-main-section .mascotte-container .main-mascotte-test-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 950px;
  margin: -475px 0 0 -700px;
  opacity: 0;
}
.hp-main-section .mascotte-container .main-mascotte-test-1 {
  background-image: url("/assets/img/main-mascotte-test-1.png");
  transform: translateX(-10vh);
}
.hp-main-section .mascotte-container .main-mascotte-test-2 {
  background-image: url("/assets/img/main-mascotte-test-2.png");
  transform: translateX(10vh);
}
.hp-main-section .mascotte-container-mobile {
  display: none;
}
.hp-main-section .chevron-down {
  position: absolute;
  bottom: 10%;
  height: 8px;
  transform: translateY(-2vh);
  opacity: 0;
}

.first-text-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.first-text-section .ptdc {
  width: calc(8.33333333vw * 4);
}

.how-container {
  overflow: hidden;
}

.how-block {
  height: 100vh;
  width: 100%;
  background-color: #0ab0a3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-block .ptdc {
  width: calc(8.33333333vw * 4);
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.how-block .block-image {
  position: absolute;
  height: 100%;
}
.how-block .block-image .pop {
  opacity: 0;
  position: absolute;
  transition: all 0.35s;
  transform: translateY(-50%);
  background-color: #12425a;
  padding: 20px 20px 20px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 200px;
  height: 200px;
  color: #fff;
  transform: translateX(50px);
}
.how-block .block-image .pop .icon {
  background-color: #50e3c2;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 26px;
  width: 26px;
}
.how-block .block-image .pop h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 0.9;
}
.how-block .block-image .pop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.how-block .block-image .pop a span {
  line-height: 1;
  font-weight: 600;
  font-size: 10px;
}
.how-block .block-image .pop a img {
  height: 8px;
}
.how-block .block-image:hover .pop {
  opacity: 1;
  transition: all 0.35s;
  transform: translateX(0px);
}
.how-block .block-image img {
  height: 100%;
}
.how-block .block-image-left {
  top: 0;
  left: 0;
}
.how-block .block-image-left .pop {
  bottom: 6%;
  right: 10%;
}
.how-block .block-image-right {
  top: 0;
  right: 0;
}
.how-block .block-image-right .pop {
  bottom: 6%;
  left: 10%;
}

.prefooter-section {
  height: calc(100vh - 75px);
  background-color: #e8eeed;
  border-bottom: 1px solid #e8eeed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prefooter-section .text-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.prefooter-section .logo-kintana {
  margin-bottom: 45px;
  height: 50px;
}
.prefooter-section .ptdc {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1499px) {
  .hp-main-section .text-image-container .main-mascotte-1 {
    left: -66%;
    height: 50vh;
    bottom: 5%;
  }
  .hp-main-section .text-image-container .main-mascotte-2 {
    right: -77%;
    height: 59vh;
    bottom: -10%;
  }
}
@media only screen and (max-width: 1399px) {
  .hp-main-section .text-image-container .text-container h1 {
    font-size: 14.344vw;
  }
  .hp-main-section .text-image-container .text-container h2 {
    font-size: 3.542vw;
  }
  .hp-main-section .mascotte-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
  }
  .hp-main-section .mascotte-container .main-mascotte-test-1,
.hp-main-section .mascotte-container .main-mascotte-test-2 {
    width: 100vw;
    height: 67.85714vw;
    margin: -33.92857vw 0 0 -50vw;
  }
}
@media only screen and (max-width: 1199px) {
  .mascotte-section .mascotte-section-container {
    width: 900px;
  }
  .mascotte-section .mascotte-1 {
    left: 23%;
  }
  .mascotte-section .mascotte-2 {
    right: 23%;
  }
}
@media only screen and (max-width: 991px) {
  .hp-main-section .text-image-container {
    position: relative;
  }
  .hp-main-section .text-image-container .text-container {
    z-index: 2;
  }
  .hp-main-section .text-image-container .text-container h1 {
    font-size: 14.344vw;
  }
  .hp-main-section .text-image-container .text-container h2 {
    font-size: 3.75vw;
    letter-spacing: -1px;
  }
  .hp-main-section .text-image-container .main-mascotte-1 {
    z-index: 1;
    right: 38%;
    left: unset;
    height: 50vh;
    bottom: 5%;
  }
  .hp-main-section .text-image-container .main-mascotte-2 {
    z-index: 1;
    left: 20%;
    height: 59vh;
    bottom: -20%;
  }
  .hp-main-section .chevron-down {
    bottom: -20vh;
  }

  .first-text-section .ptdc {
    width: calc(8.33333333vw * 8);
  }

  .mascotte-section .mascotte-section-container {
    width: 575px;
  }
  .mascotte-section .mascotte-1 {
    left: 8%;
  }
  .mascotte-section .mascotte-2 {
    right: 8%;
  }

  .obl-how-section .how-section .text-container h2 {
    font-size: 26.042vw;
  }
  .obl-how-section .how-section .text-container p {
    font-size: 20px;
  }

  .how-block {
    background-color: #0ab0a3;
    position: relative;
    display: flex;
    justify-content: unset;
    align-items: unset;
    flex-direction: column;
  }
  .how-block .ptdc-how-container {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .how-block .ptdc-how-container .ptdc {
    width: calc(8.33333333vw * 8);
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .how-block .image-how-container {
    height: 50%;
    width: 100%;
    display: flex;
  }
  .how-block .image-how-container .block-image {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .how-block .image-how-container .block-image img {
    height: 100%;
  }
  .how-block .image-how-container .block-image-left {
    top: unset;
    left: unset;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }
  .how-block .image-how-container .block-image-left picture {
    height: 100%;
    width: auto;
  }
  .how-block .image-how-container .block-image-left.alone .pop {
    right: 50%;
  }
  .how-block .image-how-container .block-image-left.alone picture {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .how-block .image-how-container .block-image-right {
    top: unset;
    right: unset;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }
  .how-block .image-how-container .block-image-right picture {
    height: 100%;
    width: auto;
  }
  .how-block .image-how-container .block-image-right.alone .pop {
    left: 50%;
  }
  .how-block .image-how-container .block-image-right.alone picture {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 575px) {
  .hp-main-section .text-image-container .text-container h1 {
    font-size: 14vw;
    letter-spacing: -3px;
  }
  .hp-main-section .text-image-container .text-container h2 {
    font-size: 4vw;
  }
  .hp-main-section .mascotte-container {
    display: none;
  }
  .hp-main-section .mascotte-container-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .hp-main-section .mascotte-container-mobile .main-mascotte-test-1,
.hp-main-section .mascotte-container-mobile .main-mascotte-test-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
  }
  .hp-main-section .mascotte-container-mobile .main-mascotte-test-1 {
    background-image: url("/assets/img/main-mascotte-test-mob-1.png");
    transform: translateX(-10vh);
  }
  .hp-main-section .mascotte-container-mobile .main-mascotte-test-2 {
    background-image: url("/assets/img/main-mascotte-test-mob-2.png");
    transform: translateX(10vh);
  }

  .first-text-section .ptdc {
    width: calc(8.33333333vw * 10);
  }

  .mascotte-section .mascotte-section-container {
    width: 100%;
  }
  .mascotte-section .mascotte-1 {
    left: 4%;
  }
  .mascotte-section .mascotte-1 img {
    height: 410px;
  }
  .mascotte-section .mascotte-2 {
    right: 0%;
  }
  .mascotte-section .mascotte-2 img {
    height: 450px;
  }

  .mascotte-section .mascotte-1 .pop-1 {
    top: 75%;
    left: 0%;
    padding: 13px 18px 20px 16px;
    width: 155px;
    height: 148px;
  }
  .mascotte-section .mascotte-1 .pop-1 .icon {
    height: 16px;
    width: 16px;
  }
  .mascotte-section .mascotte-1 .pop-1 h5 {
    font-size: 20px;
  }
  .mascotte-section .mascotte-1 .pop-1 a span {
    font-size: 11px;
  }
  .mascotte-section .mascotte-1 .pop-1 a img {
    height: 8px;
  }
  .mascotte-section .mascotte-2 .pop-2 {
    top: 30%;
    left: 20%;
    padding: 13px 18px 20px 16px;
    width: 155px;
    height: 148px;
  }
  .mascotte-section .mascotte-2 .pop-2 .icon {
    height: 16px;
    width: 16px;
  }
  .mascotte-section .mascotte-2 .pop-2 h5 {
    font-size: 20px;
  }
  .mascotte-section .mascotte-2 .pop-2 a span {
    font-size: 11px;
  }
  .mascotte-section .mascotte-2 .pop-2 a img {
    height: 8px;
  }

  .obl-how-section .how-section .text-container {
    padding: 0 50px;
    text-align: center;
  }
  .obl-how-section .how-section .text-container h2 {
    font-size: 27.5vw;
  }
  .obl-how-section .how-section .text-container p {
    font-size: 20px;
  }

  .how-block .ptdc-how-container {
    padding-top: 75px;
  }
  .how-block .ptdc-how-container .ptdc {
    width: calc(8.33333333vw * 10);
  }
  .how-block .image-how-container .block-image {
    width: 50%;
  }
  .how-block .image-how-container .block-image .pop {
    padding: 13px 18px 20px 16px;
    width: 155px;
    height: 148px;
  }
  .how-block .image-how-container .block-image .pop .icon {
    height: 16px;
    width: 16px;
  }
  .how-block .image-how-container .block-image .pop h5 {
    font-size: 20px;
  }
  .how-block .image-how-container .block-image .pop a span {
    font-size: 11px;
  }
  .how-block .image-how-container .block-image .pop a img {
    height: 8px;
  }
  .how-block .image-how-container .block-image-left img {
    width: 100%;
    height: auto;
  }
  .how-block .image-how-container .block-image-left.alone .pop {
    right: 10%;
  }
  .how-block .image-how-container .block-image-right img {
    width: 100%;
    height: auto;
  }
  .how-block .image-how-container .block-image-right.alone {
    width: 100%;
  }
  .how-block .image-how-container .block-image-right.alone img {
    width: 50%;
  }
  .how-block .image-how-container .block-image-right.alone picture {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
header {
  background-color: #551d6b;
  padding-top: calc(75px + 150px);
  padding-bottom: 150px;
}
header h1 {
  font-weight: 800;
  font-size: 4.688vw;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.95;
}

.search-result-container {
  margin-top: 100px;
}
.search-result-container .search-result h2 {
  font-weight: 700;
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}
.search-result-container .search-result p {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 45px;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  header {
    padding-top: calc(75px + 120px);
    padding-bottom: 120px;
  }
  header h1 {
    font-size: 6vw;
    line-height: 0.95;
  }

  .search-result-container {
    margin-top: 70px;
  }
  .search-result-container .search-result h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .search-result-container .search-result p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    width: 74.9999997vw;
  }
}
@media only screen and (max-width: 575px) {
  header {
    padding-top: calc(75px + 100px);
    padding-bottom: 100px;
  }
  header h1 {
    font-size: 12vw;
  }

  .search-result-container {
    margin-top: 45px;
  }
  .search-result-container .search-result h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .search-result-container .search-result p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.25;
    width: 100%;
  }
}
.support-main-section {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #e86d4d 0%, #e86d4d 54.69%, #e46646 58.33%, #dc5633 100%);
  color: #fdf475;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-main-section .text-image-container,
.support-main-section .outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.support-main-section .text-image-container .text-container,
.support-main-section .outer .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(10vh);
  opacity: 0;
}
.support-main-section .text-image-container .text-container h1,
.support-main-section .outer .text-container h1 {
  font-weight: 600;
  font-size: 15.104vw;
  line-height: 0.8;
}
.support-main-section .mascotte-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.support-main-section .mascotte-container .main-mascotte-test {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 100vh;
  margin: -50vh 0 0 -700px;
  opacity: 0;
  background-image: url("/assets/img/support-main-mascotte.png");
  transform: translateY(10vh);
}
.support-main-section .mascotte-container-mobile {
  display: none;
}
.support-main-section .chevron-down {
  position: absolute;
  bottom: 10%;
  height: 8px;
  transform: translateY(-2vh);
  opacity: 0;
}

.support-first-text-section {
  height: 100vh;
  background-color: #e86d4d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.support-first-text-section .ptdc {
  width: calc(8.33333333vw * 4);
}

.faqs-section {
  padding-bottom: 150px;
  color: #4a4a4a;
}
.faqs-section .faq-section-title {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
}
.faqs-section .faq-section-description {
  font-size: 31px;
}
.faqs-section .collapse-title-col {
  background-color: #db5634;
  transition: all 0.25s ease-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqs-section .collapse-title-col h2 {
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 0;
}
.faqs-section .accordion-button {
  transition: all 0.35s ease-in-out;
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  padding-left: 60px;
  padding-right: 60px;
}
.faqs-section .collapsed.collapse-title-col,
.faqs-section .accordion-button:not(.collapsed) {
  font-weight: 500 !important;
  font-size: 25px;
  font-weight: bold;
  background-color: #db5634;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 30px !important;
  position: relative;
  z-index: 2;
}
.faqs-section .accordion-button::after {
  display: none;
}
.faqs-section .accordion-button.collapsed {
  color: #fff;
  background-color: #db5634;
}
.faqs-section .accordion-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.96px;
  color: #4a4a4a;
  background-color: #e8eeed;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.faqs-section .accordion-body .cta {
  margin-top: 70px;
}
.faqs-section .collapsed.collapse-title-col h2 {
  color: #db5634;
}
.faqs-section .collapse-text-col {
  background-color: #f9f9f9;
  color: #3c407b;
  transition: all 0.35s ease-out;
  max-width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faqs-section .show.collapse-text-col,
.faqs-section .collapsing.collapse-text-col {
  background-color: #eff3f933;
  color: #f9f9f9;
  transform: translateY(-25px);
  z-index: 1;
  position: relative;
}
.faqs-section .accordion-item {
  background-color: #fff;
  border: 0px solid transparent;
  padding: 0;
}
.faqs-section .accordion-header {
  background: transparent;
  transition: 0.5s;
}
.faqs-section .accordion-header:has([aria-expanded=true]) {
  transition: 0.5s;
  background: linear-gradient(180deg, white 50%, #eaeadb 50%, #eaeadb 100%);
}
.faqs-section .collapse-status-indicator-container {
  height: 58px;
  width: 58px;
  background-color: #fdf475;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
  aspect-ratio: 1;
}
.faqs-section .collapsed .collapse-status-indicator-container {
  transition: all 0.25s ease-out;
  background-color: #fdf475;
}
.faqs-section .collapse-status-indicator {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  background-color: #000000;
  width: 30px;
  height: 3px;
  cursor: pointer;
}
.faqs-section .collapse-status-indicator::before {
  content: "";
  display: block;
  transform: rotate(0deg);
  background-color: #000000;
  width: 30px;
  height: 3px;
  transition: all 0.35s ease-out;
}
.faqs-section .collapsed .collapse-status-indicator {
  background-color: #000000;
}
.faqs-section .collapsed .collapse-status-indicator::before {
  transform: rotate(90deg);
  background-color: #000000;
}

.support-form-section {
  padding-top: 200px;
  padding-bottom: 230px;
  color: #4a4a4a;
  background: #e8eeed;
}
.support-form-section .text-container h5 {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}
.support-form-section .text-container h3 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 30px;
  width: 60%;
  text-transform: uppercase;
  line-height: 1;
}
.support-form-section .text-container p {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.35;
}

.form-container .form-label-group {
  margin-top: 10px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-container .form-label-group select {
  color: #4a494a;
}
.form-container .form-label-group ::-moz-placeholder {
  color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group ::placeholder {
  color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group .reason-contact {
  width: 100%;
  background-color: #ccdad8;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 20px;
  padding: 20px 65px 20px 65px;
  padding-left: 0 !important;
  border-right: 46px solid transparent;
  border-left: 62px solid transparent;
  font-size: 30px;
  font-weight: 600;
}
.form-container .form-label-group .reason-contact:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}
.form-container .form-label-group label {
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  transform: translate(7px, -35px);
  transform-origin: left center;
  transition: transform 0.35s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  color: #4a494a;
  caret-color: #4a494a;
}
.form-container .form-label-group input,
.form-container .form-label-group textarea {
  min-height: 30px;
  font-size: 30px;
  font-weight: 600;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #ccdad8;
  border-radius: 20px;
  caret-color: #4a494a;
  padding: 20px 65px 20px 65px;
}
.form-container .form-label-group input:focus,
.form-container .form-label-group textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  background-color: #ccdad8 !important;
  color: #4a494a;
  caret-color: #4a494a;
  border: 0;
}
.form-container .form-label-group input:focus + label,
.form-container .form-label-group textarea:focus + label {
  /* color: rgba(0,0,0,.65); */
  transform: translate(7px, -60px) scale(0.8);
}
.form-container .form-label-group input:not(:-moz-placeholder-shown), .form-container .form-label-group textarea:not(:-moz-placeholder-shown) {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  background-color: #ccdad8;
}
.form-container .form-label-group input:not(:placeholder-shown),
.form-container .form-label-group textarea:not(:placeholder-shown) {
  outline: 0;
  box-shadow: 0 0 0 0 black;
  background-color: #ccdad8;
}
.form-container .form-label-group textarea {
  overflow: hidden;
  caret-color: #4a494a;
}
.form-container .form-label-group input:-webkit-autofill,
.form-container .form-label-group input:-webkit-autofill:hover,
.form-container .form-label-group input:-webkit-autofill:focus,
.form-container .form-label-group textarea:-webkit-autofill,
.form-container .form-label-group textarea:-webkit-autofill:hover,
.form-container .form-label-group textarea:-webkit-autofill:focus,
.form-container .form-label-group select:-webkit-autofill,
.form-container .form-label-group select:-webkit-autofill:hover,
.form-container .form-label-group select:-webkit-autofill:focus {
  border-bottom: 0;
  -webkit-text-fill-color: #4a494a;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #4a494a !important;
  caret-color: #4a494a;
  font-size: 30px;
}
.form-container .form-label-group .form-select {
  height: 35px;
  border-bottom: 1px solid #979797;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  outline: none;
  border-radius: 0;
}
.form-container .form-label-group .form-select:focus {
  outline: none;
  border-color: none;
  box-shadow: none;
}
.form-container .form-label-group input::-webkit-outer-spin-button,
.form-container .form-label-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-container .form-label-group input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.form-container .form-btn {
  font-size: 25px;
  background-color: #000;
  color: #000;
  border-radius: 35px;
  border: 1px solid #000;
  width: 280px;
  height: 52px;
  line-height: 50px;
  display: block;
}
.form-container .form-privacy {
  font-size: 15px;
  color: #4a4a4a;
  width: 600px;
}
.form-container .form-privacy a {
  color: #fff;
  text-decoration: none;
}
.form-container .form-privacy a:hover, .form-container .form-privacy a:visited {
  text-decoration: none;
  color: #fff;
}
.form-container .form-control {
  color: #4a494a;
  background-color: #eeeeee;
}
.form-container .form-control:focus {
  border-bottom: 1px solid #979797;
}
.form-container .form-control:focus-visible {
  outline: none;
}
.form-container .contact-message label {
  position: absolute;
  top: 30px;
}
.form-container .contact-checkbox-container {
  position: relative;
  margin: 0px 0px 20px 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-container .contact-checkbox-container p {
  color: #4a494a;
}
.form-container .contact-checkbox-container p a {
  color: #4a494a;
  text-decoration: none;
  font-weight: 600;
}
.form-container .contact-checkbox-container a {
  text-decoration-color: #4a494a;
}
.form-container .contact-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-container .contact-checkbox-container input:checked ~ .contact-checkmark {
  background-color: #fdf475;
}
.form-container .contact-checkbox-container input:checked ~ .contact-checkmark:after {
  display: block;
}
.form-container .contact-checkmark {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: #fdf475;
  border: 0;
}
.form-container .contact-checkmark:after {
  content: "";
  display: none;
}
.form-container .contact-checkbox-container .contact-checkmark:after {
  width: 6px;
  height: 11px;
  margin-top: 2px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background-color: #fdf475;
}

.new-file {
  font-size: 30px;
  position: relative;
}
.new-file .form-control {
  height: 60px;
  font-size: 10px;
  border: 0;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 600;
  padding-left: 65px;
  border-radius: 20px;
  background-color: #ccdad8;
}
.new-file .form-control:focus {
  box-shadow: none;
  border-bottom: 0;
}
.new-file input[type=file]::file-selector-button {
  position: absolute;
  right: 0;
  border: 0;
  font-size: 10px;
  line-height: 1;
  height: 100%;
  margin: 0;
  background: #fdf475;
  padding: 0;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 15px;
  width: 0px;
  display: block;
}
.new-file .choose-file {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  height: 100%;
  margin: 0;
  background: #fdf475;
  padding: 10px 65px;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@-moz-document url-prefix() {
  .new-file input[type=file]::file-selector-button {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .support-main-section .text-image-container .text-container h1 {
    font-size: 22vw;
  }
  .support-main-section .text-image-container .text-container h2 {
    font-size: 3.542vw;
    margin-bottom: 55px;
  }
  .support-main-section .mascotte-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
  }
  .support-main-section .mascotte-container .main-mascotte-test {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .support-main-section {
    padding: 120px 0 120px 0;
  }
  .support-main-section h1 {
    font-size: 62px;
    margin-bottom: 18px;
  }
  .support-main-section p {
    font-size: 18px;
  }
  .support-main-section .mascotte-container {
    display: none;
  }
  .support-main-section .mascotte-container-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .support-main-section .mascotte-container-mobile .main-mascotte-test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    background-image: url("/assets/img/help-mascotte-test-tab.png");
    transform: translateY(10vh);
  }

  .support-first-text-section .ptdc {
    width: calc(8.33333333vw * 8);
  }

  .faqs-section {
    padding-top: 80px;
  }
  .faqs-section .faq-section-title {
    font-size: 50px;
  }
  .faqs-section .faq-section-description {
    font-size: 21px;
  }
  .faqs-section .collapse-title-col {
    background-color: #db5634;
    transition: all 0.25s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqs-section .accordion-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faqs-section .collapsed.collapse-title-col,
.faqs-section .accordion-button:not(.collapsed) {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px !important;
  }
  .faqs-section .collapse-status-indicator-container {
    height: 30px;
    width: 30px;
  }
  .faqs-section .collapse-status-indicator {
    width: 15px;
    height: 2px;
  }
  .faqs-section .collapse-status-indicator::before {
    width: 15px;
    height: 2px;
  }
  .faqs-section .accordion-body {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .faqs-section .accordion-body .cta {
    margin-top: 40px;
  }

  .support-back-section {
    padding-top: 65px;
    padding-bottom: 100px;
  }

  .support-form-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .support-form-section .text-container h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .support-form-section .text-container h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .support-form-section .text-container p {
    font-size: 16px;
  }

  .form-container .form-label-group ::-moz-placeholder {
    font-size: 20px;
  }

  .form-container .form-label-group ::placeholder {
    font-size: 20px;
  }
  .form-container .form-label-group .reason-contact {
    font-size: 20px;
  }
  .form-container .form-label-group input,
.form-container .form-label-group textarea {
    min-height: 30px;
    font-size: 20px;
    border-radius: 20px;
    padding: 20px 65px 20px 65px;
  }

  .controls {
    margin-top: 50px;
  }

  .new-file .form-control {
    font-size: 20px;
    border-radius: 15px;
    height: 57px;
    line-height: 45px;
    padding-left: 40px;
  }
  .new-file .choose-file {
    border-radius: 15px;
    padding: 10px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .support-main-section {
    padding: 60px 0 120px 0;
  }
  .support-main-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .support-main-section p {
    font-size: 15px;
  }
  .support-main-section .mascotte-container-mobile .main-mascotte-test {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    background-image: url("/assets/img/help-mascotte-test-mob.png");
    transform: translateY(10vh);
  }

  .support-first-text-section .ptdc {
    width: calc(8.33333333vw * 12);
    padding: 0 1.5rem;
  }

  .faqs-section .faq-section-title {
    font-size: 30px;
  }
  .faqs-section .faq-section-description {
    font-size: 15px;
  }
  .faqs-section .collapse-title-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faqs-section .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faqs-section .collapsed.collapse-title-col,
.faqs-section .accordion-button:not(.collapsed) {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px !important;
  }
  .faqs-section .accordion-body {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .faqs-section .accordion-body .cta {
    margin-top: 20px;
  }

  .support-back-section {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .support-info-section {
    padding-bottom: 100px;
  }
  .support-info-section h3 {
    font-size: 36px;
    margin-bottom: 65px;
  }
  .support-info-section h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .support-info-section p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .support-form-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .support-form-section .text-container h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .support-form-section .text-container h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .support-form-section .text-container p {
    font-size: 15px;
  }

  .form-container .form-label-group ::-moz-placeholder {
    font-size: 15px;
  }

  .form-container .form-label-group ::placeholder {
    font-size: 15px;
  }
  .form-container .form-label-group .reason-contact {
    font-size: 15px;
    line-height: 1;
    padding: 15px 65px 15px 30px;
    padding-left: 0 !important;
    border-radius: 10px;
    border-right: 25px solid transparent;
    border-left: 21px solid transparent;
  }
  .form-container .form-label-group input,
.form-container .form-label-group textarea {
    min-height: 30px;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 65px 15px 30px;
    line-height: 1;
  }

  .controls {
    margin-top: 25px;
  }

  .new-file .form-control {
    font-size: 15px;
    border-radius: 10px;
    height: 35px;
    line-height: 28px;
    padding-left: 25px;
  }
  .new-file .choose-file {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.error-main-section {
  height: 100vh;
  overflow: hidden;
  background: #1575a9;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-main-section .text-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-main-section .text-image-container .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-main-section .text-image-container .text-container h1 {
  font-weight: 700;
  font-size: 21em;
  line-height: 0.8;
  color: #fdf475;
}
.error-main-section .text-image-container .text-container h2 {
  font-weight: 400;
  font-size: 67px;
  margin-bottom: 55px;
}
.error-main-section .mascotte-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
}
.error-main-section .mascotte-container .main-mascotte-test-1,
.error-main-section .mascotte-container .main-mascotte-test-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 100vh;
  margin: -50vh 0 0 -700px;
}
.error-main-section .mascotte-container .main-mascotte-test-1 {
  background-image: url("/assets/img/error-mascotte-1.png");
}
.error-main-section .mascotte-container .main-mascotte-test-1.ty {
  background-image: url("/assets/img/ty-mascotte-1.png");
}
.error-main-section .mascotte-container .main-mascotte-test-2 {
  background-image: url("/assets/img/error-mascotte-2.png");
}
.error-main-section .mascotte-container .main-mascotte-test-2.ty {
  background-image: url("/assets/img/ty-mascotte-2.png");
}
.error-main-section .mascotte-container-mobile {
  display: none;
}
.error-main-section.thank-you {
  background-color: #0ab0a3;
}
.error-main-section.thank-you .text-image-container .text-container h1 {
  font-size: 12em;
}
.error-main-section.thank-you .text-image-container .text-container h2 {
  font-size: 30px;
  margin-bottom: 55px;
  width: calc(8.33333333vw * 6);
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .error-main-section .text-image-container .text-container h1 {
    font-size: 22vw;
  }
  .error-main-section .text-image-container .text-container h2 {
    font-size: 3.542vw;
    margin-bottom: 55px;
  }
  .error-main-section .mascotte-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
  }
  .error-main-section .mascotte-container .main-mascotte-test-1,
.error-main-section .mascotte-container .main-mascotte-test-2 {
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .error-main-section {
    padding: 120px 0 120px 0;
  }
  .error-main-section h1 {
    font-size: 62px;
    margin-bottom: 18px;
  }
  .error-main-section p {
    font-size: 18px;
  }
  .error-main-section .mascotte-container {
    display: none;
  }
  .error-main-section .mascotte-container-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .error-main-section .mascotte-container-mobile .main-mascotte-test-1,
.error-main-section .mascotte-container-mobile .main-mascotte-test-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .error-main-section .mascotte-container-mobile .main-mascotte-test-1 {
    background-image: url("/assets/img/error-mascotte-test-mob-1.png");
  }
  .error-main-section .mascotte-container-mobile .main-mascotte-test-1.ty {
    background-image: url("/assets/img/ty-mascotte-test-mob-1.png");
  }
  .error-main-section .mascotte-container-mobile .main-mascotte-test-2 {
    background-image: url("/assets/img/error-mascotte-test-mob-2.png");
  }
  .error-main-section .mascotte-container-mobile .main-mascotte-test-2.ty {
    background-image: url("/assets/img/ty-mascotte-mob-2.png");
  }
  .error-main-section.thank-you .text-image-container .text-container h1 {
    font-size: 140px;
  }
  .error-main-section.thank-you .text-image-container .text-container h2 {
    font-size: 25px;
    margin-bottom: 55px;
    width: calc(8.33333333vw * 8);
  }
}
@media only screen and (max-width: 575px) {
  .error-main-section {
    padding: 60px 0 120px 0;
  }
  .error-main-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .error-main-section p {
    font-size: 15px;
  }
  .error-main-section.thank-you .text-image-container .text-container h1 {
    font-size: 69px;
  }
  .error-main-section.thank-you .text-image-container .text-container h2 {
    font-size: 15px;
    margin-bottom: 45px;
    width: calc(8.33333333vw * 10);
  }
}
.pea-lab-list__projects-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .pea-lab-list__projects-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-list__projects-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 44px;
    margin-bottom: 140px;
  }
}

.pea-lab-detail {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .pea-lab-detail {
    padding-top: 75px;
  }
}
.pea-lab-detail__grid {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .pea-lab-detail__grid {
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-detail__grid {
    grid-template-columns: 2fr minmax(350px, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.pea-lab-detail__side-bar {
  grid-row: 3;
}
.pea-lab-detail__content {
  grid-row: 4;
}
@media (min-width: 1200px) {
  .pea-lab-detail__content {
    font-size: 20px;
    line-height: 24px;
  }
}
.pea-lab-detail__content p {
  margin-bottom: 16px;
}
.pea-lab-detail__content img {
  width: 100%;
  margin: 16px 0 32px 0;
}
.pea-lab-detail__comments {
  grid-row: 5;
}
.pea-lab-detail__works {
  grid-column: 1;
  grid-row: 6;
}
@media (min-width: 1200px) {
  .pea-lab-detail__title, .pea-lab-detail__cover, .pea-lab-detail__content, .pea-lab-detail__comments {
    grid-column: 1;
  }
  .pea-lab-detail__cover {
    grid-row: 2;
  }
  .pea-lab-detail__side-bar {
    grid-column: 2;
    grid-row: 2/5;
  }
  .pea-lab-detail__content {
    grid-row: 3;
  }
  .pea-lab-detail__comments {
    grid-row: 4;
  }
  .pea-lab-detail__works {
    grid-column: 1/3;
    grid-row: 5;
  }
}
.pea-lab-detail__cta {
  margin-top: 20px;
  margin-bottom: 40px;
}
.pea-lab-detail__title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pea-lab-detail__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .pea-lab-detail__title {
    font-size: 50px;
  }
}

.public-profile {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .public-profile {
    padding-top: 75px;
  }
}
.public-profile__projects {
  margin-top: 46px;
  display: grid;
  gap: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .public-profile__projects {
    margin-top: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .public-profile__projects {
    margin-top: 80px;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.public-profile__project {
  position: relative;
}
.public-profile__project-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .public-profile__project-image {
    height: 400px;
  }
}
.public-profile__project .edit-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
}
.public-profile__project .edit-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.hackathon-single {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .hackathon-single {
    padding-top: 75px;
  }
}
.hackathon-single__grid {
  display: grid;
}
@media (min-width: 1200px) {
  .hackathon-single__grid {
    grid-template-columns: minmax(350px, 1fr) 2fr;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
}
.hackathon-single__nav-bar {
  position: sticky;
  top: 24px;
  height: auto !important;
  padding: 0 !important;
  z-index: 500 !important;
  grid-row: 2;
  background: unset !important;
  border-bottom: unset !important;
  justify-content: center;
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar {
    top: calc(75px + 15px);
  }
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar--mobile {
    display: none;
  }
}
.hackathon-single__nav-bar--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar--desktop {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__nav-bar {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.hackathon-single__aside {
  display: grid;
  grid-auto-rows: min-content;
}
@media (min-width: 768px) {
  .hackathon-single__aside {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__aside {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__content {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .hackathon-single__cta-box {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .hackathon-single__details {
    grid-column: 2;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__details {
    grid-column: 1;
    grid-row: 2;
  }
}
.hackathon-single__section-title {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .hackathon-single__section-title {
    font-size: 28px;
  }
}
.hackathon-single__gallery-grid {
  display: grid;
  row-gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .hackathon-single__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 37px;
         column-gap: 37px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .hackathon-single__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 38px;
  }
}
.hackathon-single .updates-contents {
  display: flex;
}
.hackathon-single .update-date {
  margin-left: auto;
}

.hackathon-upload {
  padding-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .hackathon-upload {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .hackathon-upload {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .hackathon-upload {
    margin-bottom: 100px;
  }
}
.hackathon-upload__form {
  display: grid;
}
.hackathon-upload__title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
  color: #343434;
}
.hackathon-upload__title:focus {
  outline: none;
}
.hackathon-upload__title::-moz-placeholder {
  color: #858585;
}
.hackathon-upload__title::placeholder {
  color: #858585;
}
.hackathon-upload__cover-image {
  margin-bottom: 24px;
  height: 200px;
}
@media (min-width: 768px) {
  .hackathon-upload__cover-image {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .hackathon-upload__cover-image {
    height: 580px;
  }
}
.hackathon-upload__authors {
  margin-top: 36px;
  border: 1px solid #343434;
  padding: 22px 14px;
}
.hackathon-upload__authors-label {
  font-size: 20px;
  margin-bottom: 14px;
}
.hackathon-upload__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .hackathon-upload__form {
    -moz-column-gap: 100px;
         column-gap: 100px;
    grid-template-columns: 2fr minmax(350px, 1fr);
  }
  .hackathon-upload__title {
    font-size: 50px;
  }
  .hackathon-upload__cover-image {
    grid-column: 1;
    grid-row: span 3;
  }
  .hackathon-upload__project-folder {
    grid-column: 2;
  }
  .hackathon-upload__authors {
    grid-column: 2;
  }
}

.academy-list__counter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 21px;
}
.academy-list__counter-label {
  font-size: 13px;
}
.academy-list__counter-value {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-list__counter {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .academy-list__counter-label {
    font-size: 16px;
  }
  .academy-list__counter-value {
    font-size: 25px;
  }
}
.academy-list__grid {
  display: grid;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .academy-list__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .academy-list__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    margin-bottom: 110px;
  }
}

.academy-detail {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .academy-detail {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .academy-detail__content {
    font-size: 20px;
    line-height: 24px;
  }
}
.academy-detail__content p {
  margin-bottom: 16px;
}
.academy-detail__content img {
  width: 100%;
  margin: 16px 0 32px 0;
}
.academy-detail__cta-start {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .academy-detail__cta-start {
    display: none;
  }
}
.academy-detail__cta {
  margin-top: 20px;
  margin-bottom: 40px;
}
.academy-detail__title {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .academy-detail__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .academy-detail__title {
    font-size: 50px;
  }
}

.academy-watch {
  padding-top: calc(75px + 25px);
}
.academy-watch .watch-heading h1 {
  color: #343434;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.academy-watch .watch-heading h2 {
  color: #343434;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.academy-watch .watch-heading h2 b {
  font-weight: 700;
}
.academy-watch .content-container {
  margin-top: 25px;
  width: 100%;
  min-height: 60vh;
}
.academy-watch .sidebar-container {
  position: relative;
  padding-bottom: 20px;
}
.academy-watch .sidebar-container .accordions-container {
  position: sticky;
  top: calc(75px + 10px);
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.academy-watch .sidebar-container .accordion .accordion-item {
  background-color: unset !important;
  border: unset !important;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 25px;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button .chapter-title {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button .chapter-title.all-completed::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  aspect-ratio: 1;
  background-image: url("/assets/img/svg/academy-check-completed.svg");
  background-position: center;
  background-size: contain;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button b {
  color: #343434;
  font-size: 22px;
  font-weight: 700;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button span {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button.collapsed::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%343434'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%343434'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse {
  border-radius: 0 0 5px 5px;
  background: rgba(216, 216, 216, 0.2);
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 12px;
  padding-right: 12px;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item.active-item .title {
  font-weight: 800;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item:not(.last) {
  border-bottom: 1px solid #d4d4d4;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item .title {
  color: #343434;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item.completed .check {
  background-image: url("/assets/img/svg/academy-check-completed.svg");
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item .check {
  height: 20px;
  aspect-ratio: 1;
  background-image: url("/assets/img/svg/academy-check-not-completed.svg");
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item .check:hover {
  background-image: url("/assets/img/svg/academy-check-completed.svg");
}

@media only screen and (max-width: 991px) {
  .academy-watch .watch-heading h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .academy-watch .watch-heading h2 {
    font-size: 17px;
  }
  .academy-watch .content-container {
    margin-top: 15px;
    min-height: unset;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button {
    padding: 12px 25px;
    gap: 10px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button b {
    font-size: 22px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button span {
    font-size: 17px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    right: 20px;
    top: calc(50% - 0.625rem);
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button::after {
    right: 20px;
    top: calc(50% - 0.625rem);
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .academy-watch .watch-heading h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .academy-watch .watch-heading h2 {
    font-size: 17px;
  }
  .academy-watch .content-container {
    margin-top: 15px;
    min-height: unset;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button {
    padding: 12px 25px;
    gap: 10px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button b {
    font-size: 22px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button span {
    font-size: 17px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    right: 20px;
    top: calc(50% - 0.625rem);
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-button::after {
    right: 20px;
    top: calc(50% - 0.625rem);
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 12px;
    padding-right: 12px;
  }
  .academy-watch .sidebar-container .accordion .accordion-item .accordion-collapse .accordion-body .content-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.private-profile {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .private-profile {
    padding-top: 75px;
  }
}
.private-profile__header {
  position: relative;
}
.private-profile__back-wrapper {
  position: absolute;
  top: 21px;
}
.private-profile__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.private-profile__tabs {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .private-profile__tabs {
    margin-top: 40px;
  }
}
.private-profile__tabs-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .private-profile__tabs-buttons {
    width: auto;
    flex: 1;
    justify-content: flex-start;
    gap: 32px;
  }
}
.private-profile__tabs .cta {
  text-transform: lowercase;
  font-size: 15px;
}
.private-profile__tabs .cta:not(.private-profile__tabs .cta--yellow) {
  background-color: transparent;
}
.private-profile__tabs .cta--yellow:focus {
  background-color: #FDF475;
}
@media (min-width: 1200px) {
  .private-profile__tabs .cta {
    font-size: 20px;
  }
}
.private-profile__edit-link {
  margin-bottom: 24px;
}
.private-profile__edit-link, .private-profile__edit-link:hover {
  color: #343434;
}
@media (min-width: 768px) {
  .private-profile__edit-link {
    margin: 0;
    order: 1;
  }
}
.private-profile__projects {
  display: grid;
  margin-top: 33px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .private-profile__projects {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  .private-profile__projects {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.private-profile__add-project, .private-profile__add-project:hover, .private-profile__add-project:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.private-profile__add-project {
  border: 2px dashed #0AB0A3;
  padding: 16px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.private-profile__add-project-icon {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .private-profile__add-project-icon {
    height: 60px;
  }
}
.private-profile__add-project-title {
  font-weight: bold;
  font-size: 25px;
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .private-profile__add-project-title {
    font-size: 38px;
    margin-top: 14px;
  }
}
.private-profile__add-project-description {
  margin-bottom: 0;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .private-profile__add-project-description {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .private-profile__add-project-description {
    margin-top: 70px;
  }
}
.private-profile__courses {
  display: grid;
  margin-top: 33px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .private-profile__courses {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  .private-profile__courses {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.private-profile__courses-title {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 33px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .private-profile__courses-title {
    margin-bottom: 21px;
  }
}
@media (min-width: 1200px) {
  .private-profile__courses-title {
    margin-top: 60px;
  }
}
.private-profile__suggested-courses {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .private-profile__suggested-courses {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .private-profile__suggested-courses {
    margin-top: 80px;
  }
}

.project-upload {
  padding-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .project-upload {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .project-upload {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .project-upload {
    margin-bottom: 100px;
  }
}
.project-upload__form {
  display: grid;
}
.project-upload__title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
  color: #343434;
}
.project-upload__title:focus {
  outline: none;
}
.project-upload__title::-moz-placeholder {
  color: #858585;
}
.project-upload__title::placeholder {
  color: #858585;
}
.project-upload__cover-image {
  margin-bottom: 24px;
}
.project-upload__authors {
  border: 1px solid #343434;
  padding: 22px 14px;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .project-upload__authors {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .project-upload__authors {
    margin-top: 0;
  }
}
.project-upload__authors-label {
  font-size: 20px;
  margin-bottom: 14px;
}
.project-upload__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.project-upload__cta .cta-delete img {
  width: 35px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.project-upload__cover-image {
  height: 200px;
}
@media (min-width: 768px) {
  .project-upload__cover-image {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .project-upload__cover-image {
    height: 580px;
  }
}
@media (min-width: 1200px) {
  .project-upload__form {
    -moz-column-gap: 100px;
         column-gap: 100px;
    grid-template-columns: 2fr minmax(350px, 1fr);
  }
  .project-upload__title {
    font-size: 50px;
  }
  .project-upload__form-content {
    grid-column: 1;
    grid-row: 2;
  }
  .project-upload__authors {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
  }
}

.notifications__title {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .notifications__title {
    margin-top: 54px;
  }
}
@media (min-width: 1200px) {
  .notifications__title {
    font-size: 75px;
    margin-top: 60px;
  }
}
.notifications__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}
@media (min-width: 768px) {
  .notifications__list {
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .notifications__list {
    gap: 12px;
  }
}
.notifications__actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  margin-bottom: 27px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .notifications__actions {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .notifications__actions {
    margin-bottom: 32px;
    margin-top: 80px;
  }
}
.notifications__action {
  border: none;
  background-color: transparent;
  height: 30px;
}
.notifications__action img {
  height: 100%;
}
@media (min-width: 1200px) {
  .notifications__action {
    height: 35px;
  }
}
.notifications__action--trash {
  margin-bottom: 4px;
}
.notifications__toggle-all {
  display: flex;
  align-items: center;
}
.notifications__toggle-all__label {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .notifications__toggle-all__label {
    margin-right: 22px;
  }
}
.notifications__pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .notifications__pagination {
    margin-bottom: 60px;
  }
}
.notifications__pagination .cta:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.notification {
  color: #4A4A4A;
  display: grid;
  grid-template-columns: min-content 1fr;
  border-radius: 5px;
  border: 1px solid #4a494a;
}
.notification--new {
  border: 3px solid #0AB0A3;
}
.notification--new .notification__avatar {
  background-color: #0AB0A3;
  border-right-color: #0AB0A3;
}
.notification--new .notification__description {
  border-top-color: #0AB0A3;
}
.notification--new .notification__ctas {
  border-top-color: #0AB0A3;
}
.notification__avatar {
  border-right: 1px solid #4a494a;
  padding: 16px;
}
.notification__text {
  grid-column: 2;
  grid-row: 1;
  padding: 10px;
}
.notification__ctas {
  grid-row: 2;
  grid-column: 1/3;
  padding: 16px;
  display: flex;
  align-items: center;
  border-top: 1px solid #4a494a;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .notification__ctas {
    border-top: none;
    gap: 24px;
    grid-column: 3;
    grid-row: 1;
  }
}
.notification__description {
  border-top: 1px solid #4a494a;
  grid-column: 1/4;
  grid-row: 3;
  padding: 16px;
}
@media (min-width: 1200px) {
  .notification__description {
    padding-left: 108px;
  }
}
.notification__title, .notification__text-value {
  margin: 0;
}
.notification__title {
  font-weight: bold;
  margin-bottom: 6px;
}
.notification__arrow--hidden {
  visibility: hidden;
}

.login {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .login {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .login {
    flex-direction: row;
  }
}
.login__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1200px) {
  .login__image {
    height: calc(100vh - 75px);
    order: 1;
    width: 60%;
  }
}
.login__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .login__form {
    padding: 50px 200px;
  }
}
@media (min-width: 1200px) {
  .login__form {
    order: 2;
    padding: 60px 160px;
  }
}
.login__title {
  font-weight: bold;
  font-size: 45px;
}
@media (min-width: 1200px) {
  .login__title {
    font-size: 60px;
  }
}
.login__social-links {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin-top: 21px;
}
@media (min-width: 1200px) {
  .login__social-links {
    margin-top: 40px;
  }
}
.login__social-link {
  border: 1px solid #343434;
  width: 42px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.login__inputs {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 1200px) {
  .login__inputs {
    gap: 40px;
    margin-top: 80px;
  }
}
.login__input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .login__input {
    gap: 14px;
  }
}
.login__input input {
  border: 1px solid #343434;
  padding: 13px 17px;
  border-radius: 7px;
  font-size: 20px;
  color: #343434;
}
.login__input input,
.login__input input:-webkit-autofill,
.login__input input:-webkit-autofill:hover,
.login__input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #343434 !important;
}
.login__input-password {
  display: flex;
}
.login__input-password input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.login__input-password-btn {
  border-radius: 0 12px 12px 0;
  height: auto;
  width: 64px;
  justify-content: center;
  border: 1px solid #343434;
  border-left: none;
}
.login__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login__register-link {
  margin-top: 32px;
  font-weight: bold;
  color: #343434;
}
@media (min-width: 768px) {
  .login__register-link {
    margin-top: 25px;
  }
}
.login__register-link a,
.login__register-link a:hover,
.login__register-link a:visited {
  color: #343434;
}

* {
  font-family: "Outfit", sans-serif;
}

html {
  scroll-padding-top: 75px;
  scroll-behavior: smooth;
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
  overscroll-behavior: none;
}
body.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
body.no-scrollbar::-webkit-scrollbar {
  display: none;
}

main {
  padding: 0 0 0 0;
}

.hide {
  transform: translateY(-100%);
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.swiper-container-thumbs {
  width: 100%;
}
.swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
}
.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 53px;
  height: 53px;
  border: 1px solid #979797;
  color: #fff;
  border-radius: 30px;
}

.swiper-button {
  cursor: pointer;
}

#container-yt-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.627);
  z-index: 1090;
}

#video-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#close-yt-video {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

.play-video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px !important;
  transition: transform 0.35s ease-in-out;
  cursor: pointer;
  aspect-ratio: 1 !important;
}

.play-video-img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

#wp-cookies-banner {
  position: fixed;
  bottom: 0px;
  height: 70px;
  left: 0px;
  background-color: #333;
  color: white;
  transition: all 0.35s ease-in-out;
  z-index: 1070;
}

#wp-cookies-banner.container-fluid.hide {
  transform: translateY(70px);
}

.cookies-choice-info {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.cookies-choices {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.cookies-choice {
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

.m-w-100 {
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
}

#adblockdisablealert {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1070;
  background-color: rgba(51, 51, 51, 0.45);
  color: white;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}

.adblock-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vh;
  background-color: #333;
  text-align: center;
}

.close-adblock-disable-alert-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.adblock-disable-alert-title {
  margin-top: 48px;
}

.close-adblock-disable-alert-text {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0px;
  cursor: pointer;
}

.adblock-disable-alert-description {
  margin-top: 7.5vw;
  padding-left: 32px;
  padding-right: 32px;
}

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

.gttBtn {
  height: 60px;
  width: 133px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: 0px;
  transform: rotate(-90deg);
}
.gttBtn .circleGtt {
  background-color: #515151;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gttBtn .gttContentContainer {
  background-color: #ebebeb;
  height: 53px;
  width: 133px;
  border-radius: 26.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gttBtn .gttContentContainer .gttText {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 11px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 81px;
}

#wp-contact-form input {
  color: #000;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#wp-contact-form ::-moz-placeholder {
  color: #000;
}
#wp-contact-form ::placeholder {
  color: #000;
}

#loadMore {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .play-video-img {
    width: 40px !important;
  }

  #close-yt-video {
    left: 16px;
    top: 16px;
  }
}
.error-page-container {
  display: flex;
  flex-direction: column;
  color: #000;
  padding-top: 75px;
}
.error-page-container .error_number {
  font-size: 156px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-page-container .error_number span {
  font-size: 2.604vw;
  font-weight: 600;
  color: #000;
}
.error-page-container .error_number span.number {
  font-size: 17.188vw;
  line-height: 0.7;
}
.error-page-container .error_number hr {
  margin-top: 40px;
  margin-bottom: 0;
  width: 50px;
}
.error-page-container .error_title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}
.error-page-container .error_description {
  font-size: 20px;
  font-weight: 400;
}
.error-page-container .error_description a {
  color: #000;
}
.error-page-container .error_description a:hover {
  color: #292929;
}

.error-outer-container {
  background-color: #fff;
}

.formresult-page {
  height: calc(100vh - 75px);
  padding-top: 75px;
}

.pea-container {
  padding: 0 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .pea-container {
    padding: 0 24px;
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .pea-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .pea-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .pea-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .pea-container {
    max-width: 1536px;
  }
}

.below-navbar {
  padding-top: 60px;
}
@media only screen and (min-width: 991px) {
  .below-navbar {
    padding-top: 75px;
  }
}

[x-cloak] {
  display: none !important;
}
