/* * { 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;
}

#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 #video-vimeo-cont div {
  height: 100vh !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container-vimeo-video iframe {
  height: 90vh !important;
  width: 90% !important;
  position: relative !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;
		}
	}
} 
*/
nav {
  height: 75px;
  z-index: 1041 !important;
  transition: 0.35s;
  background-color: #fff;
  color: #0b1f3b;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav .nav-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 60px;
}
nav .nav-left-section {
  height: 100%;
  width: 20%;
  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: 40px;
  max-width: 100%;
}
nav .nav-center-section {
  display: flex;
  align-items: center;
}
nav .nav-center-section .nav-center-items {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  padding: 0;
}
nav .nav-center-section .nav-center-items .nav-item {
  position: static;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-toggle::after {
  content: url("/assets/img/svg/chevron_down_red.svg");
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu {
  padding: 0px;
  width: 100vw;
  border: 0;
  border-radius: 0;
  transition: all 0.35s;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu.show {
  transform: translate(0px, 75px) !important;
  transition: all 0.35s;
  box-shadow: 0px 53px 64px 0px rgba(11, 31, 59, 0.4);
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu.show .dropdown-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
  list-style: none;
  padding: 20px 60px;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu.show .dropdown-inner .dropdown-item {
  font-weight: 400;
  line-height: 1;
  font-size: 13px;
  color: #0b1f3b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu.show .dropdown-inner .dropdown-item:hover {
  background-color: #fff;
}
nav .nav-center-section .nav-center-items .nav-item .dropdown-menu.show .dropdown-inner .dropdown-item.active {
  font-weight: bold;
  background: transparent;
}
nav .nav-center-section .nav-center-items .nav-item .nav-link {
  font-weight: 400;
  font-size: 15px;
  color: #0b1f3b;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
nav .nav-center-section .nav-center-items .nav-item .nav-link:hover {
  color: #0b1f3b;
  text-decoration: none;
}
nav .nav-center-section .nav-center-items .nav-item .nav-link.active {
  font-weight: bold;
}
nav .nav-right-section {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 20%;
  justify-content: flex-end;
}
nav .nav-right-section .hmbrgr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 40px;
}
nav .nav-right-section .hmbrgr-container .hmbrgr {
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  width: 20px;
  height: 2px;
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  width: 20px;
  height: 2px;
  background-color: #0b1f3b;
  transition: 0.35s;
  opacity: 1;
}
nav .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  width: 20px;
  height: 2px;
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-top {
  transform: rotate(45deg) translateY(1px) translateX(6px);
  transition: 0.35s;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-center {
  transform: translateX(-20px);
  transition: 0.35s;
  opacity: 0;
}
nav .nav-right-section .hmbrgr-container.active .hmbrgr .line-bottom {
  transform: rotate(-45deg) translateY(-1px) translateX(6px);
  transition: 0.35s;
}
nav .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #52a8d6;
}
nav.scrolled {
  transition: 0.35s;
  background-color: #fff;
  color: #0b1f3b;
}
nav.scrolled .nav-center-section ul li svg path {
  stroke: #0b1f3b;
}
nav.scrolled .nav-center-section ul li a {
  color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr {
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-top {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #0b1f3b;
}
nav.scrolled .nav-right-section .vertical-divider {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.menu-is-open {
  background-color: #fff;
  transition: 0.35s;
  border-bottom: 1px solid #d9d9d9;
}
nav.menu-is-open .nav-right-section {
  transition: 0.35s;
  color: #fff;
}
nav.menu-is-open .nav-right-section .language-menu .lang-chevron-down g g {
  transition: 0.15s;
  stroke: #fff;
}
nav.menu-is-open .nav-center-section {
  transition: 0.35s;
  display: none;
}
nav.scrolled.menu-is-open .nav-center-section ul li svg path {
  stroke: #fff;
}
nav.scrolled.menu-is-open .nav-center-section ul li a {
  color: #fff;
}
nav.scrolled.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 {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-center {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled.menu-is-open .nav-right-section .hmbrgr-container .hmbrgr .line-bottom {
  background-color: #0b1f3b;
  transition: 0.35s;
}
nav.scrolled.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 {
  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;
}

.language-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.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: #0b1f3b;
  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;
  background-color: transparent;
}
.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;
}

.nav-search-section.search-page {
  min-height: unset;
  transform: translateY(-100%);
  transition: all 0.35s;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-top: 10px;
  padding-bottom: 30px;
}
.nav-search-section.search-page .search-form {
  margin-bottom: 0;
}

.nav-search-section.search-page.active {
  transform: translateY(75px);
  transition: all 0.35s;
}

@media only screen and (max-width: 1300px) {
  nav .nav-center-section .nav-center-items {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
@media only screen and (max-width: 991px) {
  nav {
    height: 75px;
  }
  nav .nav-left-section .brand-logo {
    height: 43px;
    max-width: unset;
  }
  nav .nav-center-section {
    display: none;
  }
  nav .nav-right-section {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  nav .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  nav {
    height: 55px;
  }
  nav .nav-inner {
    padding: 0 15px;
  }
  nav .nav-left-section {
    width: 50%;
  }
  nav .nav-left-section .brand-logo {
    height: 24px;
  }
  nav .nav-right-section {
    width: 50%;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  nav .nav-right-section img {
    height: 17px;
  }
  .nav-search-section.search-page.active {
    transform: translateY(54px);
  }
}
.nav-search {
  top: 75px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: 0;
  border-radius: 100px;
  width: 100%;
}
.nav-search form {
  width: 100%;
}
.nav-search input {
  width: 100%;
  background-color: #ad2320;
  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, rgb(0, 0, 0) 0%, rgb(227, 0, 0) 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: #fff;
  color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  width: 100%;
  height: 75%;
  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 .menu-items-container {
  margin-bottom: 50px;
}
#full-page-menu .menu-items-container a {
  text-decoration: none;
}
#full-page-menu .menu-items-container a h3 {
  font-family: "Lora", serif;
  color: #ed312d;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}
#full-page-menu .menu-items-container a.active {
  font-weight: bold;
}
#full-page-menu .menu-items-container ul {
  list-style: none;
  padding-left: 0;
}
#full-page-menu .menu-items-container ul li {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#full-page-menu .menu-items-container ul li a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: "Lora", serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

#full-page-menu.open {
  transform: translateY(0%);
  padding-top: calc(75px + 50px);
  box-shadow: 0px 53px 64px 0px rgba(11, 31, 59, 0.4);
}

@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;
    height: 75%;
  }
  #full-page-menu.open {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  #full-page-menu {
    padding-bottom: 60px;
    height: 85%;
  }
  #full-page-menu .menu-items-container {
    padding: 0 15px;
  }
  #full-page-menu .menu-items-container ul {
    display: flex;
    row-gap: 5px;
    flex-wrap: wrap;
  }
  #full-page-menu .menu-items-container ul li {
    width: calc(50% - 5px);
  }
  #full-page-menu.open {
    padding-top: 75px;
  }
}
footer {
  background-color: #f8f8f8;
  padding: 108px 0 108px;
  color: #0b1f3b;
  overflow-x: hidden;
}
footer .footer-logo {
  width: 322px;
}
footer .top-section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color: #0b1f3b;
}
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: #0b1f3b;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .footer-link-container li a {
  font-weight: 400;
  font-size: 12px;
  color: #0b1f3b;
  text-decoration: none;
}
footer .top-section .footer-link-container li.title a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
footer .top-section .footer-link-container .title-lowercase {
  text-transform: none !important;
}
footer .top-section .social-icons {
  list-style: none;
  display: flex;
  padding-left: 0;
  align-items: center;
}
footer .top-section .social-icons .social {
  margin-right: 0.5rem;
}
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 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
footer .bottom-section p {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
footer .bottom-section p a {
  color: #0b1f3b;
}
footer hr.hr-divider {
  display: block;
  height: 2px;
  margin-top: 0;
  margin-bottom: 77px;
  margin-top: 104px;
}
footer .hr-divider-small-margin {
  margin-top: 77px !important;
}
footer .small-column {
  max-width: 165px;
  line-height: 1.6;
}
footer .footer-copyright {
  max-width: 90%;
}
footer .img-align-end {
  text-align: end;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  footer {
    padding: 63px 0 63px;
  }
  footer hr {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  footer hr.hr-divider {
    margin-bottom: 68px;
    margin-top: 48px;
  }
  footer .hr-divider-small-margin {
    margin-top: 68px;
  }
  footer .cl-mt-md {
    margin-top: 100px;
  }
  footer .small-column {
    max-width: 200px;
  }
  footer .footer-copyright {
    max-width: 95%;
    margin-bottom: 38px !important;
  }
  footer .footer-logo {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 42px 0 42px;
  }
  footer hr {
    width: 100%;
  }
  footer hr.hr-divider {
    margin-bottom: 30px !important;
    margin-top: 34px;
  }
  footer .hr-divider-small-margin {
    margin-top: 30px !important;
  }
  footer .cl-mt {
    margin-top: 39px;
  }
  footer .footer-copyright {
    margin-top: 0px;
  }
  footer .small-column {
    max-width: 257px;
  }
  footer .img-align-end {
    text-align: unset;
    padding: 0;
  }
  footer .footer-logo {
    width: 190px;
  }
}
@media only screen and (max-width: 766px) {
  footer .footer-copyright {
    margin-top: 38px;
    margin-bottom: 38px !important;
  }
}
/* Newsletter element */
.newsletter-outer-container {
  background-color: #0b1f3b;
}
.newsletter-outer-container h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 30px;
  font-family: "Lora", serif;
}
.newsletter-outer-container p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.newsletter-outer-container p b {
  font-weight: 700;
}
.newsletter-outer-container .newsletter-privacy {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
}
.newsletter-outer-container .newsletter-privacy a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input {
  position: relative;
  background-color: transparent;
  color: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.newsletter-outer-container .newsletter-form-container .newsletter-input::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.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 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-submit {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #0b1f3b;
  width: 305px;
  height: 57px;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 700;
}

.newsletter-inner-container {
  padding-top: 78px;
  padding-bottom: 78px;
  color: #fff;
  display: flex;
}
.newsletter-inner-container .newsletter-left {
  width: 50%;
  padding-right: 4.166666665vw;
}
.newsletter-inner-container .newsletter-right {
  width: 50%;
  padding-left: 4.166666665vw;
}
.newsletter-inner-container .newsletter-right .form-label {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .newsletter-outer-container h3 {
    font-weight: 500;
  }
  .newsletter-outer-container p {
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    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-inner-container {
    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;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-outer-container h3 {
    font-size: 30px;
  }
  .newsletter-outer-container p {
    font-size: 15px;
  }
  .newsletter-outer-container .newsletter-submit {
    width: 100%;
    max-width: 305px;
  }
  .newsletter-outer-container .newsletter-form-container .newsletter-input {
    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-inner-container {
    padding-top: 41px;
    padding-bottom: 41px;
    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;
  }
}
.services-section {
  background-color: #395473;
  padding: 29px 0;
}
.services-section .services-heading {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.services-section .services-heading h3 {
  font-size: 30px;
  margin: 0;
  padding: 27px 0;
}
.services-section .services-heading p {
  font-size: 14px;
  text-transform: uppercase;
}
.services-section .cta-box {
  padding-top: 27px;
}
.services-section .cta-box a {
  background-color: #ed312d;
  color: #fff;
}
.services-section .cta-box .arrow-red {
  border-radius: 100%;
  padding: 5px;
  width: 57px;
  height: 57px;
  justify-content: center;
}
.services-section .cta-box .arrow-left {
  transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
  .services-section {
    padding: 48px 0;
  }
  .services-section .services-heading h3 {
    font-size: 27px;
    padding: 17px 0;
  }
  .services-section .cta-box {
    padding-top: 48px;
  }
  .services-section .cta-box .arrow-red {
    width: 43px;
    height: 43px;
  }
}
@media only screen and (max-width: 575px) {
  .services-section {
    padding: 22px 0;
  }
  .services-section .services-heading h3 {
    font-size: 21px;
  }
  .services-section .cta-box {
    padding-top: 22px;
  }
  .services-section .cta-box img {
    height: 10px;
  }
  .services-section .cta-box .arrow-red {
    width: 32px;
    height: 32px;
  }
}
.clients-section {
  color: #0b1f3b;
  padding: 65px 0 80px 0;
}
.clients-section .clients-heading {
  font-weight: 700;
  text-align: center;
}
.clients-section .clients-heading h3 {
  font-family: "Lora", serif;
  font-size: 35px;
  margin: 0;
  padding-bottom: 130px;
}
.clients-section .clients-heading p {
  font-size: 15px;
  text-transform: uppercase;
}
.clients-section .clients-body {
  --bs-gutter-y: 8rem;
}
.clients-section .clients-body p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.clients-section .clients-body img {
  max-width: 100px;
  height: 100px;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .clients-section {
    padding: 40px 0 65px 0;
  }
  .clients-section .clients-heading h3 {
    font-size: 27px;
    padding-bottom: 50px;
  }
  .clients-section .clients-heading p {
    font-size: 14px;
  }
  .clients-section .clients-body {
    --bs-gutter-y: 6rem;
  }
  .clients-section .clients-body p {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .clients-section {
    padding: 30px 0 50px 0;
  }
  .clients-section .clients-heading h3 {
    font-size: 20px;
    padding-bottom: 50px;
  }
  .clients-section .clients-body {
    --bs-gutter-y: 4rem;
  }
  .clients-section .clients-body p {
    font-size: 14px;
    padding-top: 10px;
  }
  .clients-section .clients-body img {
    max-width: 72px;
    height: 72px;
  }
}
.custom-adv-container {
  padding: 30px 20px;
}
.custom-adv-container img {
  max-width: 100%;
}
.custom-adv-container picture {
  justify-content: center;
}

.sponsored-adv {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .custom-adv-container img {
    width: unset;
  }
}
@media only screen and (max-width: 575px) {
  .custom-adv-container {
    padding: 0;
  }
  .custom-adv-container.div-gpt-ad-headofpage {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) {
  .custom-adv-container {
    padding: 0;
  }
}
.cta {
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  transition: 0.35s;
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.cta img {
  height: 15px;
}
.cta:hover {
  text-decoration: none;
}
.cta.cta-first-color, .cta.cta-main-color {
  background-color: #ed312d;
  color: #fff;
}
.cta.cta-first-color:hover, .cta.cta-main-color:hover {
  background-color: #ad2320;
  transition: 0.35s;
}
.cta.cta-black {
  background-color: #000;
  color: #fff;
}
.cta.cta-black:hover {
  background-color: #292929;
  transition: 0.35s;
}
.cta.cta-light-blue {
  background-color: #0c8ce9;
  color: #fff;
}
.cta.cta-light-blue:hover {
  background-color: #0881d6;
  transition: 0.35s;
}
.cta.cta-white {
  background-color: #fff;
  color: #000;
}
.cta.cta-white:hover {
  background-color: rgba(255, 255, 255, 0.7254901961);
  transition: 0.35s;
}
.cta.cta-transparent-white {
  background-color: transparent;
  color: #fff;
  padding: 0;
}
.cta.cta-transparent-black {
  background-color: transparent;
  color: #000;
  padding: 0;
}
.cta:has(.chevron) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.chevron) img {
  height: 13px;
}
.cta:has(.arrow) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.cta:has(.arrow) img {
  height: 11px;
}
.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.cta-circle {
  border-radius: 50px;
}
.cta.cta-tag {
  padding: 9px 21px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid #29485c;
  color: #29485c;
}
.cta.cta-tag:hover {
  background-color: #ed312d;
  color: #fff;
  transition: 0.35s;
  border-color: #ed312d;
}
.cta.cta-tag-active {
  background-color: #ed312d;
  color: #fff;
  font-weight: 700;
  border: 1px solid #ed312d;
}
.cta.cta-tag-active:hover {
  background-color: #ad2320;
  transition: 0.35s;
}

@media only screen and (max-width: 991px) {
  .cta {
    padding: 13px 25px;
    font-size: 15px;
  }
  .cta.cta-rounded {
    border-radius: 10px;
  }
  .cta:has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:has(.chevron) img {
    height: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .cta {
    padding: 10px 25px;
    font-size: 13px;
  }
  .cta.cta-rounded {
    border-radius: 10px;
  }
  .cta:has(.chevron) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .cta:has(.chevron) img {
    height: 13px;
  }
  .cta.cta-navbar {
    padding: 4px 10px;
    border-radius: 3px;
  }
}
.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;
}
.ptdc.ptdc-text-white {
  color: #fff;
}
.ptdc.ptdc-text-black {
  color: #000;
}
.ptdc.ptdc-align-center {
  align-items: center;
  text-align: center;
}
.ptdc.ptdc-align-right {
  align-items: flex-end;
  text-align: right;
}
.ptdc h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.ptdc h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.604vw;
  line-height: 1;
  margin-bottom: 30px;
}
.ptdc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .ptdc h4 {
    font-size: 16px;
  }
  .ptdc p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .ptdc h4 {
    font-size: 16px;
  }
  .ptdc h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .ptdc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ptdc h4 {
    font-size: 15px;
  }
  .ptdc h3 {
    font-size: 35px;
    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;
  }
}
.video-block-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
}

.video-block-container {
  position: relative;
}
.video-block-container .video-image-container {
  position: relative;
}
.video-block-container .video-image-container .play-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  z-index: 3;
}
.video-block-container .video-image-container .video-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 21/9;
  position: relative;
  z-index: 1;
}
.video-block-container .video-image-container .video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(88.79deg, #000000 2.71%, rgba(0, 0, 0, 0.3) 47.54%, rgba(0, 0, 0, 0) 95.25%);
}
.video-block-container .video-ptdc-container {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  left: 65px;
  width: 33.333333332vw;
}
.video-block-container .video-ptdc-container .ptdc h4 {
  text-transform: none;
  font-weight: 500;
}
.video-block-container .video-ptdc-container .ptdc h3 {
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 2.083vw;
}

@media only screen and (max-width: 991px) {
  .video-block-container .video-image-container .play-vid {
    height: 60px;
    width: 60px;
  }
  .video-block-container .video-ptdc-container {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
  }
  .video-block-container .video-ptdc-container .ptdc {
    margin-top: 25px;
  }
  .video-block-container .video-ptdc-container .ptdc h4 {
    font-size: 15px;
    color: #343434;
  }
  .video-block-container .video-ptdc-container .ptdc h3 {
    font-size: 25px;
    color: #343434;
  }
  .video-block-container .video-ptdc-container .ptdc p {
    color: #343434;
  }
}
@media only screen and (max-width: 575px) {
  .video-block-container .video-ptdc-container .ptdc {
    margin-top: 25px;
  }
  .video-block-container .video-ptdc-container .ptdc h4 {
    font-size: 13px;
  }
  .video-block-container .video-ptdc-container .ptdc h3 {
    font-size: 20px;
  }
}
.article-preview-section {
  padding: 100px 0;
}

.article-preview-container {
  text-decoration: none;
}
.article-preview-container .article-preview {
  transition: 0.2s;
  background-color: #fff;
}
.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: 5px;
  color: #343434;
}
.article-preview-container .article-preview .text-container .author-date {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.article-preview-container .article-preview .text-container .author-date h5 {
  color: #3b5675;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 7px;
  font-weight: 400;
}
.article-preview-container .article-preview .text-container h4 {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 400;
}
.article-preview-container .article-preview .text-container .article-type {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ed312d;
  color: #fff;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  height: 27px;
  display: flex;
  align-items: center;
}
.article-preview-container .article-preview .text-container .article-podcast {
  padding: 5px 5px;
  background-color: #ed312d;
  width: -moz-max-content;
  width: max-content;
  height: 27px;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.article-preview-container .article-preview .podcast-cta-blue .article-type,
.article-preview-container .article-preview .podcast-cta-blue .article-podcast {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}

@media only screen and (max-width: 991px) {
  .article-preview-container .article-preview .image-container img {
    aspect-ratio: 16/9;
  }
  .article-preview-container .article-preview .text-container {
    margin-top: 10px;
  }
  .article-preview-container .article-preview .text-container .author-date {
    margin-top: 2px;
  }
  .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: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .article-preview-container .article-preview .image-container img {
    aspect-ratio: 16/9;
  }
  .article-preview-container .article-preview .text-container .author-date h5 {
    margin-bottom: 10px;
  }
}
.video-preview-section {
  padding: 100px 0;
}

.video-preview-container {
  text-decoration: none;
}
.video-preview-container .video-preview {
  transition: 0.2s;
  background-color: #fff;
  padding: 20px;
}
.video-preview-container .video-preview:hover {
  box-shadow: 0px 0px 8px 0px rgba(52, 52, 52, 0.2784313725);
  transition: 0.2s;
  scale: 1.05;
}
.video-preview-container .video-preview .image-container {
  position: relative;
}
.video-preview-container .video-preview .image-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.video-preview-container .video-preview .image-container .minutes {
  padding: 5px 10px;
  color: #343434;
  box-shadow: 0px 0px 8px 0px rgba(52, 52, 52, 0.2784313725);
  border-radius: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
}
.video-preview-container .video-preview .image-container .minutes span {
  font-size: 18px;
  line-height: 1;
}
.video-preview-container .video-preview .text-container {
  margin-top: 15px;
  color: #343434;
}
.video-preview-container .video-preview .text-container h4 {
  font-size: 24px;
  font-weight: 600;
}
.video-preview-container .video-preview .text-container h4 span {
  font-size: 27px;
  color: #ed312d;
  margin-right: 5px;
}
.video-preview-container .video-preview .text-container p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
}

@media only screen and (max-width: 991px) {
  .video-preview-container .video-preview {
    padding: 10px;
  }
  .video-preview-container .video-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .video-preview-container .video-preview .image-container .minutes {
    right: 10px;
    bottom: 10px;
  }
  .video-preview-container .video-preview .image-container .minutes span {
    font-size: 15px;
  }
  .video-preview-container .video-preview .text-container {
    margin-top: 10px;
  }
  .video-preview-container .video-preview .text-container h4 {
    font-size: 24px;
  }
  .video-preview-container .video-preview .text-container h4 span {
    font-size: 27px;
    color: #ed312d;
  }
  .video-preview-container .video-preview .text-container p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .video-preview-container .video-preview {
    padding: 10px;
  }
  .video-preview-container .video-preview .image-container img {
    aspect-ratio: 5/4;
  }
  .video-preview-container .video-preview .text-container h4 {
    font-size: 18px;
  }
  .video-preview-container .video-preview .text-container h4 span {
    font-size: 21px;
    color: #ed312d;
  }
  .video-preview-container .video-preview .text-container p {
    font-size: 13px;
  }
}
.flip-card-section {
  padding: 100px 0;
}

.case-history-block-container {
  position: relative;
  overflow: hidden;
}
.case-history-block-container .open-ch {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  height: 57px;
  width: 57px;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  scale: 0.8;
}
.case-history-block-container .open-ch .line-1 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  transition: all 0.35s;
}
.case-history-block-container .open-ch .line-2 {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #000;
  height: 12px;
  width: 3px;
  transition: all 0.35s;
}
.case-history-block-container .open-ch.clicked .line-1 {
  top: 17px;
  left: 28px;
  transform: translate(-50%, 0);
  height: 25px;
  width: 3px;
  border-radius: 0;
  transition: all 0.35s;
  rotate: 45deg;
}
.case-history-block-container .open-ch.clicked .line-2 {
  top: 17px;
  left: 26px;
  transform: translate(-50%, 0);
  height: 25px;
  width: 3px;
  transition: all 0.35s;
  rotate: 135deg;
}
.case-history-block-container .case-history-block {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.case-history-block-container .case-history-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(358.83deg, #000000 -35.73%, rgba(0, 0, 0, 0) 96.79%), linear-gradient(359.14deg, rgba(0, 0, 0, 0.8) 0.3%, rgba(0, 0, 0, 0) 30.07%, rgba(0, 0, 0, 0.082742) 80.53%, rgba(0, 0, 0, 0.735484) 97.18%);
}
.case-history-block-container .case-history-block img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.case-history-block-container .case-history-block .text-container {
  height: 100%;
  width: 100%;
  padding: 5.5% 8%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-history-block-container .case-history-block .text-container h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.98vw;
}
.case-history-block-container .case-history-block .text-container p {
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.case-history-block-container .case-history-block-flipped {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ed312d;
  transform: translateX(100%);
  transition: all 0.35s;
  padding-top: 110px;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 5.5%;
}
.case-history-block-container .case-history-block-flipped .case-logo {
  height: 70px;
  width: unset;
  position: absolute;
  top: 4.3%;
  left: 8.3333333333%;
}
.case-history-block-container .case-history-block-flipped .title {
  font-weight: 700;
  font-size: 1.46vw;
  color: #ffffff;
}
.case-history-block-container .case-history-block-flipped .description {
  overflow: scroll;
  height: 85%;
}
.case-history-block-container .case-history-block-flipped .description p {
  font-weight: 400;
  font-size: 0.94vw;
  line-height: 1.5;
  color: #fff;
}
.case-history-block-container .case-history-block-flipped.clicked {
  transform: translateX(0%);
  transition: all 0.35s;
}

@media only screen and (max-width: 991px) {
  .case-history-block-container .open-ch {
    scale: 0.75;
    top: 2%;
    right: 2%;
  }
  .case-history-block-container .case-history-block .text-container h4 {
    font-size: 24px;
  }
  .case-history-block-container .case-history-block .text-container p {
    font-size: 16px;
    line-height: 1.25;
  }
  .case-history-block-container .case-history-block-flipped {
    padding-top: 75px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
  }
  .case-history-block-container .case-history-block-flipped .case-logo {
    height: 45px;
  }
  .case-history-block-container .case-history-block-flipped img {
    width: 12vw;
  }
  .case-history-block-container .case-history-block-flipped .title {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block-flipped .description p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .case-history-block-container .open-ch {
    scale: 0.65;
  }
  .case-history-block-container .case-history-block .text-container h4 {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block .text-container p {
    font-size: 15px;
  }
  .case-history-block-container .case-history-block-flipped img {
    width: 16.66666vw;
  }
  .case-history-block-container .case-history-block-flipped .title {
    font-size: 20px;
  }
  .case-history-block-container .case-history-block-flipped .description {
    font-size: 14px;
    line-height: 1.25;
  }
}
.carousel-section {
  height: calc(100vh - 75px);
}

.swiper-carousel {
  height: 100%;
  position: relative;
}
.swiper-carousel .swiper-slide {
  position: relative;
}
.swiper-carousel .swiper-slide .slide-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-carousel .swiper-slide .slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(88.79deg, #000000 2.71%, rgba(0, 0, 0, 0.3) 47.54%, rgba(0, 0, 0, 0) 95.25%);
  padding: 15vh 0 0 8.33333333vw;
}
.swiper-carousel .swiper-slide .slide-content .text-container {
  display: flex;
  flex-direction: column;
  width: 33.33333332vw;
  color: #fff;
}
.swiper-carousel .swiper-slide .slide-content .text-container h3 {
  font-weight: 600;
  font-size: 3.646vw;
  margin-bottom: 25px;
}
.swiper-carousel .swiper-slide .slide-content .text-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.swiper-carousel .swiper-nav-container {
  width: 8.333333333vw;
  right: 8.333333333vw;
  bottom: 60px;
  position: absolute;
  z-index: 1;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.swiper-carousel .swiper-nav-container .swiper-button-carousel-next img,
.swiper-carousel .swiper-nav-container .swiper-button-carousel-prev img {
  height: 63px;
  width: 63px;
}

@media only screen and (max-width: 991px) {
  .gallery-section {
    height: auto;
    background-color: #000;
  }
  .swiper-carousel {
    height: 100%;
    position: relative;
  }
  .swiper-carousel .swiper-slide {
    position: relative;
  }
  .swiper-carousel .swiper-slide .slide-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 65%;
    aspect-ratio: 14/9;
  }
  .swiper-carousel .swiper-slide .slide-content {
    width: 100%;
    height: 35%;
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    padding: 50px 8.33333333vw;
    display: flex;
    align-items: center;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container {
    display: flex;
    flex-direction: column;
    width: 83.3333333vw;
    color: #fff;
    z-index: 10;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .swiper-carousel .swiper-nav-container {
    width: auto;
    right: 50px;
    bottom: 60px;
    position: absolute;
    z-index: 1;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .swiper-carousel .swiper-nav-container .swiper-button-carousel-next img,
  .swiper-carousel .swiper-nav-container .swiper-button-carousel-prev img {
    height: 63px;
    width: 63px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery-section {
    height: auto;
  }
  .swiper-carousel {
    height: 100%;
    position: relative;
  }
  .swiper-carousel .swiper-slide {
    position: relative;
  }
  .swiper-carousel .swiper-slide .slide-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 50%;
    aspect-ratio: 14/9;
  }
  .swiper-carousel .swiper-slide .slide-content {
    width: 100%;
    height: 50%;
    position: relative;
    top: 0;
    left: 0;
    padding: 40px 1.5rem;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container {
    width: 99.99999996vw;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .swiper-carousel .swiper-slide .slide-content .text-container p {
    font-size: 15px;
    line-height: 1.25;
  }
  .swiper-carousel .swiper-nav-container {
    right: 15px;
    bottom: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .swiper-carousel .swiper-nav-container .swiper-button-carousel-next img,
  .swiper-carousel .swiper-nav-container .swiper-button-carousel-prev img {
    height: 40px;
    width: 40px;
  }
}
.faqs-section {
  padding-bottom: 150px;
  color: #4a4a4a;
}
.faqs-section .collapse-title-col {
  background-color: #ed312d;
  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: #ed312d;
  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: #ed312d;
}
.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: #ed312d;
}
.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: rgba(239, 243, 249, 0.2);
  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, rgb(255, 255, 255) 50%, rgb(234, 234, 219) 50%, rgb(234, 234, 219) 100%);
}
.faqs-section .collapse-status-indicator-container {
  height: 58px;
  width: 58px;
  background-color: #fff;
  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: #fff;
}
.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;
}

@media only screen and (max-width: 991px) {
  .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: #ed312d;
    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;
  }
}
@media only screen and (max-width: 575px) {
  .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: 45px;
    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;
  }
}
.article-on-focus-container {
  text-decoration: none;
}
.article-on-focus-container .article-on-focus {
  text-decoration: none;
  position: relative;
  width: 100%;
}
.article-on-focus-container .article-on-focus .thumbnail {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.article-on-focus-container .article-on-focus .title-on-top {
  position: absolute;
  bottom: 25px;
  left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
}
.article-on-focus-container .article-on-focus .type-on-top {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ed312d;
  color: #fff;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  border-bottom-right-radius: 5px;
  height: 27px;
  display: flex;
  align-items: center;
  z-index: 2;
  margin-bottom: 0;
}
.article-on-focus-container .article-on-focus .on-focus-overlay {
  background: linear-gradient(180deg, rgba(11, 31, 59, 0) 0%, rgba(11, 31, 59, 0.25) 35%, #0b1f3b 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.article-on-focus-container.on-stage .article-on-focus .logo {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 2;
}
.article-on-focus-container.on-stage .article-on-focus .logo img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.article-on-focus-container.on-stage .article-on-focus .on-focus-overlay {
  background: linear-gradient(180deg, rgba(11, 31, 59, 0) 0%, rgba(11, 31, 59, 0.25) 35%, #0b1f3b 100%);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.article-on-focus-container.on-stage .article-on-focus h3 {
  position: absolute;
  top: 50px;
  left: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.article-on-focus-container.on-stage .article-on-focus h3 span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.article-on-focus-container .text-truncate {
  white-space: unset;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-pagination-bullet {
  background-color: #ed312d;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #ed312d;
  opacity: 1;
}

.img-big {
  display: flex;
  height: 100%;
}
.img-big img {
  height: 100%;
}

.title-big h4 {
  font-size: 25px !important;
}

.title-small h4 {
  left: 17px !important;
  bottom: 17px !important;
}

@media only screen and (max-width: 991px) {
  .img-big {
    display: block;
  }
  .title-big h4 {
    font-size: 20px !important;
  }
  .article-on-focus-container .article-on-focus .title-on-top {
    left: 25px;
  }
  .article-on-focus-container.on-stage .article-on-focus .logo {
    top: 40px;
    right: 35px;
  }
  .article-on-focus-container.on-stage .article-on-focus .logo img {
    height: 60px;
    width: 60px;
  }
  .article-on-focus-container.on-stage .article-on-focus h3 {
    top: 40px;
    left: 35px;
    font-size: 27px;
    font-weight: 700;
  }
  .article-on-focus-container.on-stage .article-on-focus h3 span {
    font-size: 13px;
  }
  .article-on-focus-container.on-stage .article-on-focus h4 {
    left: 35px;
    bottom: 35px;
  }
  .title-small h4 {
    left: 12px !important;
    bottom: 12px !important;
  }
}
@media only screen and (max-width: 766px) {
  .title-big h4 {
    font-size: 16px !important;
  }
  .text-truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
  }
  .article-on-focus-container .article-on-focus .title-on-top {
    left: 12px;
    bottom: 12px;
  }
  .article-on-focus-container.on-stage .article-on-focus .logo {
    top: 14px;
    right: 10px;
  }
  .article-on-focus-container.on-stage .article-on-focus .logo img {
    height: 33px;
    width: 33px;
  }
  .article-on-focus-container.on-stage .article-on-focus h3 {
    top: 14px;
    left: 10px;
    font-size: 20px;
  }
  .article-on-focus-container.on-stage .article-on-focus h3 span {
    font-size: 12px;
  }
  .article-on-focus-container.on-stage .article-on-focus h4 {
    left: 12px;
    bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-onfocus .swiper-wrapper {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: unset;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }
}
.product-block-container {
  background-color: #fff;
  border-radius: 17px;
  height: 100%;
}
.product-block-container .product-block-image {
  position: relative;
  -o-object-position: center;
     object-position: center;
}
.product-block-container .product-block-image .main-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 7/4;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.product-block-container .product-block-image .logo-image {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  aspect-ratio: 7/3;
  margin: 20px;
}
.product-block-container .product-block-body {
  color: #3d3d3d;
  text-decoration: none !important;
  padding: 25px 20px 20px 20px;
  height: 100%;
}
.product-block-container .product-block-body h4 {
  font-family: "Lora", serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
}
.product-block-container .product-block-body p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.swiper-service .swiper-slide {
  height: auto;
}

@media only screen and (max-width: 575px) {
  .product-block-container {
    margin: auto;
  }
  .product-block-body {
    padding: 25px 20px 20px 20px;
  }
  .product-block-body h4 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 15px;
  }
  .product-block-body p {
    font-size: 16px;
  }
}
.meeting-container {
  margin: 5px;
  direction: ltr;
}
.meeting-container .meeting-box {
  background-color: #ffffff;
  border-left: 23px solid #ed312d;
  border-radius: 18px;
  padding: 23px 0;
}
.meeting-container .meeting-box .meeting-main-section {
  display: flex;
  flex-direction: column;
  padding: 0 23px;
}
.meeting-container .meeting-box .meeting-main-section .logo-img {
  width: 50%;
  aspect-ratio: 16/5;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.meeting-container .meeting-box .meeting-main-section .location-img {
  margin-right: 10px;
}
.meeting-container .meeting-box .meeting-main-section h4 {
  font-size: 1.979vw;
  font-weight: 700;
}
.meeting-container .meeting-box .meeting-main-section .date-time-meeting,
.meeting-container .meeting-box .meeting-main-section .location-meeting {
  font-size: 0.833vw;
  font-weight: 700;
  margin: 0;
  line-height: 25px;
}
.meeting-container .meeting-box .meeting-main-section .date-time-meeting span,
.meeting-container .meeting-box .meeting-main-section .location-meeting span {
  font-size: 0.781vw;
  font-weight: 400;
  text-transform: uppercase;
}
.meeting-container .meeting-box .meeting-main-section .date-time-meeting {
  margin: 0 5px;
}
.meeting-container .meeting-box .meeting-main-section .meeting-subtitle {
  font-size: 0.99vw;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 20px;
}
.meeting-container .meeting-box .meeting-description-open-section {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 0 32px 10px;
  border-left: 1px solid rgba(11, 31, 59, 0.4);
}
.meeting-container .meeting-box .meeting-description-open-section .divider-tablet {
  display: none;
  margin: 0;
  padding: 0;
}
.meeting-container .meeting-box .meeting-description-open-section h5 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.meeting-container .meeting-box .meeting-description-open-section p {
  font-size: 18px;
  font-weight: 400;
}
.meeting-container .meeting-box .meeting-description-open-section .cta-box {
  height: 100%;
  padding-top: 27px;
  font-size: 15px !important;
}
.meeting-container .meeting-box .meeting-description-open-section .cta-box a {
  background-color: #ed312d;
  color: #fff;
}
.meeting-container .meeting-box .icon-share {
  width: 1.563vw;
  height: 2.031vh;
}
.meeting-container .meeting-date-short-section {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  border: 0.6px solid #d9d9d9;
  border-radius: 13px;
  padding: 10px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}
.meeting-container .meeting-date-short-section p:first-of-type {
  font-size: 17px;
}

.agenda-text-box {
  margin: 0;
  padding: 10px 0;
}
.agenda-text-box .subtitle-agenda {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.agenda-text-box .title-agenda {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
}

.agenda-scroll-box {
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  position: relative;
  height: 758px;
  margin: 10px 0px 10px 20px;
  padding-right: 10px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.agenda-scroll-box a {
  text-decoration: none;
  color: initial;
}
.agenda-scroll-box::-webkit-scrollbar {
  display: inline-block;
  width: 4px;
}
.agenda-scroll-box::-webkit-scrollbar-track {
  background: #a8a8a8;
  border-radius: 32px;
}
.agenda-scroll-box::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 32px;
}
.agenda-scroll-box::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.agenda-border-bottom {
  padding-bottom: 10px;
}

.agenda-overlay {
  background: linear-gradient(180deg, rgba(11, 31, 59, 0) 80%, #0b1f3b 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.meeting-share-box .dropdown-toggle {
  cursor: pointer;
}
.meeting-share-box .dropdown-menu {
  padding: 0;
  background-color: transparent;
  border: none;
}
.meeting-share-box .meeting-share-icon {
  background-color: #3b5675;
  box-shadow: 1px 2px 3px 0px #827f7f;
  height: 25px;
  width: 25px;
  padding: 6px;
  border-radius: 50%;
  margin: 2px;
  cursor: pointer;
}
.meeting-share-box .meeting-share-icon img {
  width: 100%;
}
.meeting-share-box .meeting-share-icon:hover {
  transform: scale(0.95);
  transition: all 0.35s;
}

.meeting-share-box-short .dropdown-menu.show {
  transform: translate3d(-5px, -35px, 0px) !important;
}

.meeting-share-box-extend .dropdown-menu.show {
  transform: translate3d(0px, 35px, 0px) !important;
}

@media only screen and (max-width: 1200px) {
  .meeting-share-box-short .dropdown-menu.show {
    transform: translate3d(-5px, -25px, 0px) !important;
  }
}
@media only screen and (max-width: 990px) {
  .meeting-share-box-short .dropdown-menu.show {
    transform: translate3d(-3px, -40px, 0px) !important;
  }
}
@media only screen and (max-width: 991px) {
  .meeting-container .meeting-box {
    padding: 15px 0;
  }
  .meeting-container .meeting-box .meeting-main-section {
    width: -webkit-fill-available;
    padding: 0 15px;
  }
  .meeting-container .meeting-box .meeting-main-section h4 {
    font-size: 30px;
  }
  .meeting-container .meeting-box .meeting-main-section .date-time-meeting {
    font-size: 19px;
  }
  .meeting-container .meeting-box .meeting-main-section .date-time-meeting span {
    font-size: 15px;
  }
  .meeting-container .meeting-box .meeting-main-section .location-meeting {
    font-size: 16px;
  }
  .meeting-container .meeting-box .meeting-main-section .location-meeting span {
    font-size: 15px;
  }
  .meeting-container .meeting-box .meeting-main-section .logo-img {
    width: 103px;
    height: 42px;
    margin-top: 12px;
  }
  .meeting-container .meeting-box .meeting-main-section .meeting-subtitle {
    font-size: 19px;
  }
  .meeting-container .meeting-box .meeting-description-open-section {
    width: -webkit-fill-available;
    border-left: none;
    border-top: 1px solid rgba(11, 31, 59, 0.4);
    margin: 23px 23px 0 23px;
    padding: 27px 0 0 0;
  }
  .meeting-container .meeting-box .meeting-description-open-section .cta-box {
    height: auto;
    font-size: 15px !important;
  }
  .meeting-container .meeting-box .icon-share {
    width: 30px;
    height: 39px;
  }
  .agenda-border-bottom {
    padding-bottom: 8px;
  }
  .meeting-share-box-extend .dropdown-menu.show {
    transform: translate3d(-3px, -155px, 0px) !important;
  }
}
@media only screen and (max-width: 575px) {
  .meeting-container {
    margin-right: 0;
    margin-left: -10px;
    border-left-width: 11px;
  }
  .meeting-container .meeting-box {
    padding: 12px 0;
  }
  .meeting-container .meeting-box .meeting-main-section {
    padding: 0 12px;
  }
  .meeting-container .meeting-box .meeting-main-section .logo-img {
    margin-bottom: 12px;
  }
  .meeting-container .meeting-box .meeting-main-section h4 {
    font-size: 25px;
  }
  .meeting-container .meeting-box .meeting-main-section p,
  .meeting-container .meeting-box .meeting-main-section .location-meeting {
    font-size: 13px;
  }
  .meeting-container .meeting-box .meeting-main-section .date-time-meeting {
    font-size: 14px;
  }
  .meeting-container .meeting-box .meeting-main-section .date-time-meeting span {
    font-size: 13px;
  }
  .meeting-container .meeting-box .meeting-main-section .meeting-subtitle {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .meeting-container .meeting-box .meeting-main-section .logo-img {
    width: 71px;
    height: 28px;
  }
  .meeting-container .meeting-box .meeting-description-open-section {
    padding-top: 12px;
  }
  .meeting-container .meeting-box .meeting-description-open-section h5,
  .meeting-container .meeting-box .meeting-description-open-section p {
    font-size: 13px;
  }
  .meeting-container .meeting-box .meeting-description-open-section .cta-box {
    font-size: 7px !important;
    padding-top: 12px;
  }
  .meeting-container .meeting-box .meeting-description-open-section .cta-box .cta {
    padding: 10px 10px;
  }
  .meeting-container .meeting-box .icon-share {
    width: 27px;
    height: 35px;
  }
  .meeting-container .meeting-date-short-section {
    display: none;
  }
  .meeting-container .width-short-version {
    width: unset;
  }
  .agenda-text-box .subtitle-agenda {
    font-size: 12px;
  }
  .agenda-text-box .title-agenda {
    font-size: 26px;
  }
  .agenda-scroll-box {
    margin: 10px 0px 10px 10px;
    padding-right: 18px;
  }
  .agenda-border-bottom {
    padding-bottom: 5px;
  }
}
.agenda-scroll-red {
  /* Track */
}
.agenda-scroll-red::-webkit-scrollbar-track {
  background: #ed312d !important;
}

.agenda-scroll-inside-100 {
  width: 100%;
}

.reveal {
  position: relative;
  opacity: 0.2;
  transition: 2s all;
}
.reveal .meeting-container .meeting-box,
.reveal .meeting-container .meeting-date-short-section {
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
}

.reveal.active {
  opacity: 1;
}
.reveal.active .meeting-container .meeting-box,
.reveal.active .meeting-container .meeting-date-short-section {
  background: #ffffff;
}

.select-custom {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.select-custom .select-custom-choice {
  border-bottom: 1px solid #d4d7db;
  width: 100%;
  display: block;
  color: #0b1f3b;
  padding: 0.375rem 0.75rem;
  line-height: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.select-custom .suggestions-list {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
  top: 38px;
  left: calc(var(--bs-gutter-x) / 2);
  padding: 0;
  display: none;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid rgba(11, 31, 59, 0.14);
  padding-top: 15px;
  padding-bottom: 15px;
  max-height: 200px;
  overflow-y: scroll;
}
.select-custom .suggestions-list li {
  padding: 10px 15px;
  cursor: pointer;
}
.select-custom .suggestions-list li img {
  display: none;
}
.select-custom .suggestions-list li:hover {
  color: #ed312d;
  background-color: rgba(237, 49, 45, 0.1);
}
.select-custom .suggestions-list li:hover img {
  display: block;
}
.select-custom .suggestions-list.suggestions-show {
  display: block;
}
.select-custom input {
  z-index: 4;
}
.select-custom .suggestions-list {
  z-index: 3;
}

.select2-container {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-bottom: 30px;
}
.select2-container .select2-search {
  display: none;
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #0b1f3b;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 15px;
  color: #0b1f3b;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border: 0;
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  padding: 10px 15px;
  cursor: pointer;
  color: #0b1f3b;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover {
  color: #ed312d;
  background-color: rgba(237, 49, 45, 0.1);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option:hover img {
  display: block;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  color: #0b1f3b;
}

.select2-container--bootstrap-5 .select2-dropdown {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid rgba(11, 31, 59, 0.14);
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-bottom: 1px solid #0b1f3b;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #ed312d;
  color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 15px;
}

.select2-container--bootstrap-5 .select2-selection--single {
  background-image: url("/assets/img/svg/chevron_down_red.svg");
}

@media only screen and (max-width: 575px) {
  .select-custom-choice {
    font-size: 15px;
  }
  .suggestions-list li {
    font-size: 15px;
  }
}
.home-adv-masthead > div {
  height: 150px;
}

.adv-container.large {
  margin: 40px 0;
}
.adv-container.large img {
  height: 90px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adv-container.medium img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adv-container.tall {
  height: 100%;
}
.adv-container.tall img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block_on_trend-container {
  margin-top: 4.17vw;
}
.block_on_trend-container .section-single {
  margin-bottom: 3.13vw;
  padding-bottom: 1.82vw;
  border-bottom: 1px solid #000;
}
.block_on_trend-container .section-single.last {
  border-bottom: unset;
}
.block_on_trend-container .section-single .section-single-title {
  margin-bottom: 2.08vw;
  width: -moz-fit-content;
  width: fit-content;
}
.block_on_trend-container .section-single .section-single-title .swiper {
  padding-bottom: 60px;
}
.block_on_trend-container .section-single .section-single-title a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.block_on_trend-container .section-single .section-single-title a,
.block_on_trend-container .section-single .section-single-title span {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 1.56vw;
  font-weight: 700;
}
.block_on_trend-container .section-single .section-single-title img {
  height: 100%;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.35s;
}
.block_on_trend-container .section-single .section-single-title:hover img {
  transform: translateX(10px);
  transition: all 0.35s;
}
.block_on_trend-container .section-single .cta-box a {
  background-color: #ed312d;
  color: #fff;
}
.block_on_trend-container .section-single .cta-box .arrow-red {
  border-radius: 100%;
  padding: 5px;
  width: 57px;
  height: 57px;
  justify-content: center;
}
.block_on_trend-container .section-single .cta-box .arrow-left {
  transform: rotate(180deg);
}

.blocks-home-container {
  margin-top: 50px;
}

.all-articles-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lora", serif;
}

.last-magazine-container {
  background-color: #0b1f3b;
  height: 100%;
  color: #fff;
  padding: 40px 20px;
  display: flex;
  border-radius: 6px;
}
.last-magazine-container .text-container {
  width: 65%;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.last-magazine-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 25px;
}
.last-magazine-container .text-container p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Lora", serif;
}
.last-magazine-container .image-container {
  width: 35%;
  text-align: end;
}
.last-magazine-container .image-container img {
  height: 100%;
  width: 100%;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.last-podcast-container {
  background-color: #395372;
  height: 100%;
  color: #fff;
  display: flex;
  border-radius: 6px;
}
.last-podcast-container .image-container {
  width: 35%;
  padding-top: 40px;
  padding-left: 20px;
}
.last-podcast-container .image-container img {
  height: 100%;
  max-width: 225px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.last-podcast-container .text-container {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.last-podcast-container .text-container h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 24px;
}
.last-podcast-container .text-container p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 60px;
  font-family: "Lora", serif;
}

.agenda-container {
  background-color: #0b1f3b;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 0.94vw 0.78vw 0px 0.42vw;
}
.agenda-container .agenda-text-box {
  padding-left: 8px;
}
.agenda-container .agenda-overlay {
  background: linear-gradient(180deg, rgba(11, 31, 59, 0) 80%, #0b1f3b 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.agenda-container .top-section {
  height: 10%;
}
.agenda-container .agenda-scroll-box {
  height: 100%;
  direction: rtl;
  padding: 0;
  align-items: flex-start !important;
  margin-left: 0;
  justify-content: flex-start;
  height: 90%;
  padding-bottom: 50px;
}
.agenda-container .agenda-scroll-box .meeting-container {
  margin: 0;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box {
  border-left: 0;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-main-section {
  border-left: 12px solid #ed312d;
  padding: 0.73vw 10px;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-main-section .date-time-meeting {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .icon-share {
  width: 1.35vw;
  height: 1.82vw;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box h4 {
  font-size: 1.563vw;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .date-time-meeting,
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting {
  line-height: unset;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting {
  font-weight: 400;
}
.agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-subtitle {
  font-size: 0.781vw;
}

.no-event-scheduled {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 97px);
}

.home-sidebar-small-adv > div {
  padding: 0 20px 60px 20px;
}

.home-sidebar-large-adv > div {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .home-adv-masthead > div {
    height: 110px;
  }
  .blocks-home-container {
    margin-top: 25px;
    max-height: unset;
  }
  .block_on_trend-container {
    margin-top: 60px;
  }
  .block_on_trend-container .section-single {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .block_on_trend-container .section-single .swiper {
    padding-bottom: 43px;
  }
  .block_on_trend-container .section-single .section-single-title {
    margin-bottom: 30px;
  }
  .block_on_trend-container .section-single .section-single-title a,
  .block_on_trend-container .section-single .section-single-title span {
    font-size: 25px;
  }
  .block_on_trend-container .section-single .section-single-title img {
    width: 25px;
  }
  .block_on_trend-container .section-single .cta-box .arrow-red {
    width: 43px;
    height: 43px;
  }
  .agenda-container {
    padding: 10px 10px 0px 8px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-main-section {
    padding: 15px 10px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .icon-share {
    width: 27px;
    height: 35px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box h4 {
    font-size: 30px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box h5 {
    margin-bottom: 0.5rem;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .date-time-meeting,
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting {
    font-size: 16px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .date-time-meeting span,
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting span {
    font-size: 13px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-subtitle {
    font-size: 15px;
  }
  .home-sidebar-large-adv > div {
    margin-top: 30px;
    padding: 65px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-adv-masthead > div {
    height: 90px;
  }
  .blocks-home-container {
    margin-top: 30px;
  }
  .block_on_trend-container {
    margin-top: 70px;
  }
  .block_on_trend-container .section-single {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .block_on_trend-container .section-single .swiper {
    padding-bottom: 32px;
  }
  .block_on_trend-container .section-single .section-single-title {
    margin-bottom: 25px;
  }
  .block_on_trend-container .section-single .section-single-title a,
  .block_on_trend-container .section-single .section-single-title span {
    font-size: 20px;
  }
  .block_on_trend-container .section-single .section-single-title img {
    width: 25px;
  }
  .block_on_trend-container .section-single .cta-box img {
    height: 10px;
  }
  .block_on_trend-container .section-single .cta-box .arrow-red {
    width: 32px;
    height: 32px;
  }
  .agenda-container {
    padding: 0px 5px 0px 4px;
  }
  .agenda-container .top-section {
    height: 15%;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .meeting-main-section {
    padding: 12px 10px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .icon-share {
    width: 24px;
    height: 31px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box h4 {
    font-size: 24px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .date-time-meeting,
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting {
    font-size: 14px;
  }
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .date-time-meeting span,
  .agenda-container .agenda-scroll-box .meeting-container .meeting-box .location-meeting span {
    font-size: 12px;
  }
  .last-magazine-container {
    flex-direction: column;
    padding: 20px 16px;
  }
  .last-magazine-container .text-container {
    width: 100%;
  }
  .last-magazine-container .text-container h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .last-magazine-container .text-container p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .last-magazine-container .text-container .cta {
    margin-bottom: 20px;
  }
  .last-magazine-container .image-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .last-magazine-container .image-container img {
    width: 70%;
    max-width: 350px;
  }
  .last-podcast-container {
    flex-direction: column;
  }
  .last-podcast-container .text-container {
    order: 1;
    width: 100%;
    padding: 20px 16px;
  }
  .last-podcast-container .text-container h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .last-podcast-container .text-container p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .last-podcast-container .text-container .cta {
    margin-bottom: 0;
  }
  .last-podcast-container .image-container {
    order: 2;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .last-podcast-container .image-container img {
    width: 70%;
    max-width: 250px;
  }
  .home-sidebar-small-adv > div {
    padding: 20px 30px;
  }
}
.subscribe-page-heading {
  background: linear-gradient(0deg, #395473 50%, #ffffff 50%);
  padding-bottom: 3.39vw;
}
.subscribe-page-heading h1 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 3.39vw;
}
.subscribe-page-heading .subscribe-product-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subscribe-page-heading .subscribe-product-cards {
  padding: 2.08vw 4.17vw;
  border-radius: 20px;
  border: 5px solid #0b1f3b;
  background: #fff;
  width: calc(50% - 4px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subscribe-page-heading .subscribe-product-cards h3 {
  color: #0b1f3b;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.subscribe-page-heading .subscribe-product-cards h2 {
  color: #ed312d;
  text-align: center;
  font-family: "Lora", serif;
  font-size: calc(11px + 1vw);
  font-weight: 700;
  margin-bottom: 1.04vw;
}
.subscribe-page-heading .subscribe-product-cards p {
  color: #0b1f3b;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: calc(8px + 0.35vw);
  font-weight: 500;
  margin-bottom: 2.6vw;
}
.subscribe-page-heading .subscribe-product-cards .list p {
  display: flex;
  gap: 1.3vw;
  align-items: center;
  margin-bottom: 1.82vw;
}
.subscribe-page-heading .subscribe-product-cards .list p img {
  width: 1.3vw;
  height: 1.3vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.subscribe-page-heading .subscribe-product-cards .list p span {
  color: #0b1f3b;
  font-family: "Mulish", sans-serif;
  font-size: calc(7px + 0.4vw);
  font-weight: 700;
}
.subscribe-page-heading .subscribe-product-cards .ctas-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  min-height: 4.17vw;
  justify-content: flex-start;
}
.subscribe-page-heading .subscribe-product-cards .ctas-container .btn-product-open-modal {
  border: none !important;
  background: none !important;
  color: #0b1f3b;
  text-decoration-color: #0b1f3b;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration-line: underline;
}

.subscribe-form-section {
  padding-top: 5.99vw;
  padding-bottom: 4.69vw;
}
.subscribe-form-section .text-container {
  margin-bottom: 4.69vw;
}
.subscribe-form-section .text-container h3 {
  color: #0b1f3b;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.596px;
  margin-bottom: 9px;
}
.subscribe-form-section .text-container h2 {
  color: #ed312d;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 2.08vw;
  font-weight: 700;
}

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

#advModal .modal-content {
  border-radius: 20px;
  border: 5px solid #0b1f3b;
  background: #fff;
}
#advModal .modal-dialog {
  padding-top: 90px;
  max-width: 1320px;
  width: 75vw;
  margin: auto;
}
#advModal .modal-body {
  padding: 10px 0;
}
#advModal .modal-body .header {
  padding: 3.13vw;
}
#advModal .modal-body .header h3 {
  color: #0b1f3b;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#advModal .modal-body .header h2 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 1.82vw;
  font-weight: 700;
  margin-bottom: 1.56vw;
}
#advModal .modal-body .header p {
  color: #0b1f3b;
  font-family: "Mulish", sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
}
#advModal .modal-body .accordion .accordion-item {
  padding: 2.6vw 3.13vw;
  background-color: #395473;
  border: unset;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button {
  background-color: unset;
  border: unset;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: unset;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button .pretitle {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.596px;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button .title {
  display: flex;
  -moz-column-gap: 1.56vw;
       column-gap: 1.56vw;
  align-items: center;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button .title p {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 2.08vw;
  font-weight: 700;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button .title img {
  width: 0.94vw;
  height: 0.94vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.35s;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button::after {
  display: none;
}
#advModal .modal-body .accordion .accordion-item .accordion-header button:not(.collapsed) .title img {
  transform: rotate(180deg);
}
#advModal .modal-body .accordion .accordion-item .accordion-collapse .accordion-body {
  display: flex;
  padding-top: 2.6vw;
  flex-wrap: wrap;
  row-gap: 3.13vw;
  -moz-column-gap: 5.47vw;
       column-gap: 5.47vw;
}
#advModal .modal-body .accordion .accordion-item .accordion-collapse .item {
  width: calc(33% - 3.49vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advModal .modal-body .accordion .accordion-item .accordion-collapse .item img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 15px;
}
#advModal .modal-body .accordion .accordion-item .accordion-collapse .item p {
  color: #fff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 1.04vw;
  font-weight: 700;
}
#advModal .modal-body .accordion .accordion-item.white {
  background-color: #fff;
}
#advModal .modal-body .accordion .accordion-item.white .accordion-header button .pretitle {
  color: #595959;
}
#advModal .modal-body .accordion .accordion-item.white .accordion-header button .title p {
  color: #595959;
}
#advModal .modal-body .accordion .accordion-item.white .accordion-collapse .item p {
  color: #595959;
}
#advModal .modal-body .ask-button {
  padding-bottom: 3.13vw;
  padding-top: 3.13vw;
  display: flex;
  justify-content: center;
}
#advModal .close-button {
  border: none;
  background: none;
  position: absolute;
  top: 3%;
  right: 3%;
  width: 25px;
  height: 25px;
}
#advModal .close-button img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.modal-backdrop {
  background: rgba(217, 217, 217, 0.05);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  opacity: 1 !important;
}

@media only screen and (max-width: 991px) {
  .contacts-page-heading {
    padding-bottom: 60px;
  }
  .contacts-page-heading h1 {
    font-size: 40px;
    margin-bottom: 45px;
  }
  .contacts-page-heading .subscribe-product-cards-container {
    gap: 25px;
  }
  .contacts-page-heading .subscribe-product-cards {
    padding: 40px 80px;
    width: 100%;
  }
  .contacts-page-heading .subscribe-product-cards h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .contacts-page-heading .subscribe-product-cards h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .contacts-page-heading .subscribe-product-cards p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
  }
  .contacts-page-heading .subscribe-product-cards .list p {
    gap: 25px;
    align-items: center;
    margin-bottom: 35px;
  }
  .contacts-page-heading .subscribe-product-cards .list p img {
    width: 23px;
    height: 23px;
  }
  .contacts-page-heading .subscribe-product-cards .list p span {
    font-size: 20px;
  }
  .contacts-page-heading .subscribe-product-cards .ctas-container {
    row-gap: 10px;
    min-height: unset;
  }
  .subscribe-form-section {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .subscribe-form-section .text-container {
    margin-bottom: 60px;
  }
  .subscribe-form-section .text-container h3 {
    font-size: 16px;
  }
  .subscribe-form-section .text-container h2 {
    font-size: 30px;
  }
  #advModal .modal-content {
    border: 3px solid #0b1f3b;
  }
  #advModal .modal-dialog {
    max-width: unset;
    width: 95vw;
  }
  #advModal .modal-body .header {
    padding: 75px 30px 30px 30px;
  }
  #advModal .modal-body .header h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #advModal .modal-body .header h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #advModal .modal-body .header p {
    font-size: 20px;
  }
  #advModal .modal-body .accordion .accordion-item {
    padding: 40px 35px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .pretitle {
    font-size: 15px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title p {
    font-size: 30px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title img {
    width: 10px;
    height: 10px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 30px;
    row-gap: 25px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item {
    width: calc(50% - 10px);
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item img {
    margin-bottom: 10px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item p {
    font-size: 16px;
  }
  #advModal .modal-body .ask-button {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-page-heading {
    padding-bottom: 50px;
  }
  .subscribe-page-heading h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .subscribe-page-heading .subscribe-product-cards-container {
    gap: 12px;
  }
  .subscribe-page-heading .subscribe-product-cards {
    padding: 20px 17px;
    width: 100%;
  }
  .subscribe-page-heading .subscribe-product-cards h3 {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .subscribe-page-heading .subscribe-product-cards h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .subscribe-page-heading .subscribe-product-cards p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .subscribe-page-heading .subscribe-product-cards .list p {
    gap: 17px;
    margin-bottom: 25px;
  }
  .subscribe-page-heading .subscribe-product-cards .list p img {
    width: 15px;
    height: 15px;
  }
  .subscribe-page-heading .subscribe-product-cards .list p span {
    font-size: 15px;
  }
  .subscribe-page-heading .subscribe-product-cards .ctas-container {
    row-gap: 8px;
  }
  .subscribe-page-heading .subscribe-product-cards .ctas-container .btn-product-open-modal {
    font-size: 13px;
  }
  .subscribe-form-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .subscribe-form-section .text-container {
    margin-bottom: 35px;
  }
  .subscribe-form-section .text-container h3 {
    font-size: 13px;
  }
  .subscribe-form-section .text-container h2 {
    font-size: 25px;
  }
  #advModal .modal-content {
    border: 1px solid #0b1f3b;
  }
  #advModal .modal-dialog {
    max-width: unset;
    width: 95vw;
  }
  #advModal .modal-body .header {
    padding: 65px 15px 21px 15px;
  }
  #advModal .modal-body .header h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #advModal .modal-body .header h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #advModal .modal-body .header p {
    font-size: 16px;
  }
  #advModal .modal-body .accordion .accordion-item {
    padding: 15px 20px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .pretitle {
    font-size: 13px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title p {
    font-size: 23px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-header button .title img {
    width: 8.5px;
    height: 8.5px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 30px;
    row-gap: 25px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item {
    width: calc(50% - 5px);
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item img {
    margin-bottom: 10px;
  }
  #advModal .modal-body .accordion .accordion-item .accordion-collapse .item p {
    font-size: 13px;
  }
  #advModal .modal-body .ask-button {
    padding-bottom: 35px;
  }
  #advModal .close-button {
    top: 3%;
    right: 5%;
    width: 17px;
    height: 17px;
  }
  #advModal .close-button img {
    width: 17px;
    height: 17px;
  }
}
.search-page {
  background: #0b1f3b;
  min-height: 100vh;
}
.search-page .search-form {
  display: flex;
  gap: 20px;
  margin-bottom: 3.13vw;
}
.search-page .search-form .input-text {
  width: 100%;
  position: relative;
}
.search-page .search-form .input-text input {
  width: 100%;
  background: unset;
  border: none;
  border-bottom: 2.5px solid #a2a2a2;
  padding-bottom: 10px;
  padding-left: 14px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  border-radius: 0;
  outline: 0;
}
.search-page .search-form .input-text input:focus-visible {
  outline: 0;
}
.search-page .search-form .input-text input::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.search-page .search-form .input-text input::placeholder {
  color: #fff;
  opacity: 0.3;
}
.search-page .search-form .input-text .search-button {
  border: none;
  background: unset;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.search-page .search-form .input-text .search-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.search-page .no-result {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.72vw;
  font-weight: 700;
}
.search-page .search-result-container .common-result {
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.search-page .search-result-container .common-result .index {
  max-width: 35px;
  height: 2.064vw;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.04vw;
  font-weight: 200;
  display: flex;
  align-items: center;
}
.search-page .search-result-container .common-result .title {
  width: 100%;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.72vw;
  font-weight: 700;
}
.search-page .search-result-container .article-preview {
  background: unset;
}
.search-page .search-result-container .article-preview * {
  color: #fff !important;
}
.search-page .select2-container--bootstrap-5 .select2-selection--single {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
}
.search-page .select2-container {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-bottom: 2.5px solid #a2a2a2;
}
.search-page .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .search-page .search-form {
    margin-bottom: 30px;
  }
  .search-page .search-form .input-text input {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 30px;
    height: 100%;
  }
  .search-page .search-form .input-text .search-button {
    width: 23px;
    height: 23px;
  }
  .search-page .no-result {
    font-size: 25px;
  }
  .search-page .search-result-container .common-result {
    gap: 14px;
    padding-bottom: 25px;
  }
  .search-page .search-result-container .common-result .index {
    height: 30px;
    font-size: 20px;
  }
  .search-page .search-result-container .common-result .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .search-page .search-form {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .search-page .search-form .input-text input {
    font-size: 25px;
  }
  .search-page .search-form .input-text .search-button {
    width: 15px;
    height: 15px;
  }
  .search-page .no-result {
    font-size: 18px;
  }
  .search-page .search-result-container .common-result {
    gap: 5px;
    padding-bottom: 15px;
  }
  .search-page .search-result-container .common-result .index {
    height: 21.6px;
    font-size: 15px;
  }
  .search-page .search-result-container .common-result .title {
    font-size: 18px;
  }
  .search-page .select2-container--bootstrap-5 .select2-selection--single {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }
  .search-page .select2-container {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    border-bottom: 2.5px solid #a2a2a2;
    margin-bottom: 10px;
  }
  .search-page .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
}
.news-adv-masthead > div {
  height: 150px;
}

.news-page h1 {
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 2.08vw;
  margin-top: 3.13vw;
}
.news-page .category-list-container {
  display: flex;
  gap: 1.56vw;
  flex-wrap: wrap;
  margin-bottom: 3.13vw;
}
.news-page .podcast-blue-cta .article-preview-content-box .article-type,
.news-page .podcast-blue-cta .article-preview-content-box .article-podcast {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}
.news-page .cta-tag-light-blue:active, .news-page .cta-tag-light-blue:hover {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}
.news-page .cta-tag-blue-active {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
  color: #fff;
}

.pagination-container {
  border-top: 2px solid #747474;
  padding-top: 1.56vw;
  margin-top: 3.13vw;
  margin-bottom: 3.65vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-container .prev img,
.pagination-container .next img {
  width: 2.08vw;
  height: 2.08vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pagination-container .prev .info,
.pagination-container .next .info {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 0.94vw;
  font-weight: 400;
}

.news-sidebar-small-adv > div {
  padding: 0 20px 60px 20px;
}

@media only screen and (max-width: 991px) {
  .news-adv-masthead > div {
    height: 110px;
  }
  .news-page h1 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .news-page .category-list-container {
    gap: 10px;
    margin-bottom: 50px;
  }
  .pagination-container {
    padding-top: 35px;
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .pagination-container .prev img,
  .pagination-container .next img {
    width: 40px;
    height: 40px;
  }
  .pagination-container .prev .info,
  .pagination-container .next .info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .news-adv-masthead > div {
    height: 90px;
  }
  .news-page h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
  .news-page .category-list-container {
    gap: 8px;
    margin-bottom: 50px;
  }
  .pagination-container {
    padding-top: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pagination-container .prev img,
  .pagination-container .next img {
    width: 35px;
    height: 35px;
  }
  .pagination-container .prev .info,
  .pagination-container .next .info {
    font-size: 15px;
  }
  .news-sidebar-small-adv > div {
    padding: 20px 30px;
  }
}
.magazines-adv-masthead > div {
  height: 150px;
}

.magazine-block img {
  width: 100%;
  aspect-ratio: 1/1.41;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 991px) {
  .magazines-adv-masthead > div {
    height: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .magazines-adv-masthead > div {
    height: 90px;
  }
}
.agenda-adv-masthead > div {
  height: 150px;
}

.agenda-page h1 {
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 2.08vw;
  margin-top: 3.13vw;
}

.agenda-page-events-box {
  background-color: #395473;
  padding: 20px;
  border-radius: 18px;
  margin: 50px auto 100px auto;
  position: relative;
}
.agenda-page-events-box .agenda-page-overlay {
  background: linear-gradient(180deg, rgba(11, 31, 59, 0) 80%, #0b1f3b 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.agenda-page-events-box .tabs-box .navigation-section {
  background-color: #fff;
  display: flex;
  padding: 10px 0;
  border-radius: 18px;
  align-items: center;
  margin-bottom: 10px;
}
.agenda-page-events-box .tabs-box .navigation-section .navigation-btn {
  background-color: #ed312d;
  height: 51px;
  width: 51px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  padding: 0;
  justify-content: center;
  margin: 0 10px;
}
.agenda-page-events-box .tabs-box .navigation-section .navigation-btn-left {
  transform: rotate(180deg);
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  flex-wrap: nowrap;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills::-webkit-scrollbar {
  display: none;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-item button.disabled {
  opacity: 0.5;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link {
  width: 158px;
  height: 72px;
  border-radius: 16px;
  background-color: transparent;
  border: 1px solid #0b1f3b;
  margin: 0 10px;
  color: #0b1f3b;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link p:first-of-type {
  font-size: 25px;
  font-weight: 400;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link p:last-of-type {
  font-size: 15px;
  font-weight: 400;
}
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link.active,
.agenda-page-events-box .tabs-box .navigation-section .nav-pills .show > .nav-link {
  background-color: transparent;
  border: 2px solid #ed312d;
}
.agenda-page-events-box .tabs-box .meeting-agenda-section {
  border-radius: 16px;
  background-color: #0b1f3b;
  padding: 10px 20px 0 0;
}

.no-event-scheduled {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .agenda-adv-masthead > div {
    height: 110px;
  }
  .agenda-page h1 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .agenda-page-events-box {
    padding: 15px;
    margin: 45px auto 80px auto;
  }
  .agenda-page-events-box .tabs-box .navigation-section {
    margin-bottom: 20px;
  }
  .agenda-page-events-box .tabs-box .navigation-section .navigation-btn {
    height: 45px;
    width: 45px;
    margin: 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .agenda-adv-masthead > div {
    height: 90px;
  }
  .agenda-page h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
  .agenda-page-events-box {
    padding: 10px;
    margin: 35px auto 45px auto;
  }
  .agenda-page-events-box .tabs-box .navigation-section {
    padding: 8px 0;
  }
  .agenda-page-events-box .tabs-box .navigation-section .navigation-btn {
    height: 27px;
    width: 27px;
    margin: 0 5px;
  }
  .agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link {
    width: 101px;
    height: 46px;
    padding: 0;
    margin: 0 5px;
  }
  .agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link p:first-of-type {
    font-size: 15px;
    margin: 0;
  }
  .agenda-page-events-box .tabs-box .navigation-section .nav-pills .nav-link p:last-of-type {
    font-size: 12px;
    margin: 0;
  }
  .agenda-page-events-box .tabs-box .meeting-agenda-section {
    padding: 5px 10px 0 0;
  }
}
.about-us-page {
  margin-bottom: 50px;
}
.about-us-page h1 {
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 2.08vw;
  margin-top: 3.13vw;
}

.about-us-content {
  color: #0b1f3b;
  font-family: "Mulish", sans-serif;
  font-size: 20px !important;
}
.about-us-content .image-container {
  display: flex;
  align-items: center;
}
.about-us-content .image-container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1199px) {
  .about-us-page h1 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .about-us-content {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-page h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
  .about-us-content {
    font-size: 16px !important;
  }
}
.article-container .article-adv-masthead > div {
  height: 150px;
}
.article-container .share-social-container {
  top: 90px;
  padding-bottom: 120px;
  position: sticky;
  padding-top: 18px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.article-container .share-social-container .share-social {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  margin-bottom: 0;
}
.article-container .share-social-container .share-social li {
  list-style: none;
  background-color: #3b5675;
  height: 60px;
  width: 60px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s;
}
.article-container .share-social-container .share-social li img {
  width: 100%;
}
.article-container .share-social-container .share-social li:hover {
  transform: scale(1.1);
  transition: all 0.35s;
}
.article-container .article-content-container .intextimg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-container .article-content-container .article-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.article-container .article-content-container .article-top-info .author,
.article-container .article-content-container .article-top-info .date {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.article-container .article-content-container .article-top-info .cta {
  padding: 10px 22px;
  border-radius: 6px;
}
.article-container .article-content-container .article-top-section h1 {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 35px;
}
.article-container .article-content-container .article-top-section h2 {
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 35px;
}
.article-container .article-content-container .article-top-section h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 35px;
}
.article-container .article-content-container .article-top-section .image-container {
  text-align: center;
}
.article-container .article-content-container .article-top-section .image-container img {
  width: 100%;
  margin-bottom: 15px;
}
.article-container .article-content-container .article-top-section .image-container p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Lora", serif;
}
.article-container .article-content-container .article-top-section .swiper-article-pagination .swiper-pagination-bullet-active {
  background-color: #ed312d;
}
.article-container .article-content-container .article-content {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;
  font-size: 25px;
}
.article-container .article-content-container .article-content a {
  font-size: bold;
  color: #ed312d;
}
.article-container .article-content-container .article-content strong {
  font-weight: 700;
}
.article-container .article-content-container .article-content p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 20px;
}
.article-container .article-content-container .article-content p strong {
  font-weight: 700;
}
.article-container .article-content-container .article-content h1,
.article-container .article-content-container .article-content h1 strong {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.article-container .article-content-container .article-content h2,
.article-container .article-content-container .article-content h2 strong {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.article-container .article-content-container .article-content h3,
.article-container .article-content-container .article-content h3 strong {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.article-container .article-content-container .article-content h4,
.article-container .article-content-container .article-content h4 strong {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.article-container .article-content-container .article-content h5,
.article-container .article-content-container .article-content h5 strong {
  font-size: 28px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 30px;
  margin-top: 15px;
}
.article-container .article-content-container .article-content .video-responsive {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-container .article-content-container .article-content .video-responsive iframe {
  width: 100%;
  height: unset;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.article-container .article-content-container .article-tags-container {
  margin-top: 60px;
  margin-bottom: 120px;
}
.article-container .article-content-container .article-tags-container ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-container .sidebar-container {
  top: 90px;
  position: sticky;
  padding-bottom: 120px;
  padding-left: 1.5vw;
}
.article-container .sidebar-container .adv-first-container {
  text-align: center;
}
.article-container .sidebar-container .adv-first-container img {
  height: 250px;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-container .sidebar-container .related-articles-container {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.article-container .sidebar-container .related-articles-container h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-bottom: 35px;
}
.article-container .sidebar-container .adv-second-container {
  text-align: center;
}
.article-container .sidebar-container .adv-second-container img {
  height: 600px;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-container .bar {
  height: 13px;
  width: 100%;
  border-top: 1px solid #0b1f3b;
  border-bottom: 1px solid #0b1f3b;
}
.article-container .bar-vertical {
  height: 600px;
  width: 9px;
  border-left: 1px solid #0b1f3b;
  border-right: 1px solid #0b1f3b;
  right: 0;
  position: sticky;
  top: 90px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .article-container .article-adv-masthead > div {
    height: 110px;
  }
  .article-container .bar-vertical {
    left: 0;
  }
  .article-container .article-content-container {
    padding-left: 20px;
  }
  .article-container .article-content-container .article-top-section h1 {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .article-container .article-content-container .article-top-section h2 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .article-container .article-content-container .article-content {
    margin-top: 20px;
    font-size: 20px;
  }
  .article-container .article-content-container .article-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .article-container .article-content-container .article-content h1,
  .article-container .article-content-container .article-content h1 strong {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-container .article-content-container .article-content h2,
  .article-container .article-content-container .article-content h2 strong {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-container .article-content-container .article-content h3,
  .article-container .article-content-container .article-content h3 strong {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-container .article-content-container .article-content h4,
  .article-container .article-content-container .article-content h4 strong {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-container .article-content-container .article-content h5,
  .article-container .article-content-container .article-content h5 strong {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-container .article-content-container .article-tags-container {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .article-container .share-social-container {
    padding-top: 18px;
  }
  .article-container .share-social-container .share-social {
    margin-left: -15px;
  }
  .article-container .share-social-container .share-social li {
    height: 44px;
    width: 44px;
    padding: 11px;
  }
  .article-container .sidebar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .article-container .sidebar-container .related-articles-container {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-container .sidebar-container .related-articles-container h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .article-container .article-content-container .article-top-info {
    flex-wrap: wrap;
  }
  .article-container .article-content-container .article-top-info .art-cta-cont {
    width: 100%;
  }
  .article-container .article-content-container .article-top-info .art-auth-cont,
  .article-container .article-content-container .article-top-info .art-date-cont {
    width: 50%;
    margin-top: 15px;
  }
  .article-container .article-content-container .article-top-info .art-date-cont {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 575px) {
  .article-container .article-adv-masthead > div {
    height: 100px;
  }
  .article-container .share-social-container {
    padding-top: 18px;
    padding-bottom: 0;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    position: static;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  .article-container .share-social-container .share-social {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-left: 0;
  }
  .article-container .share-social-container .share-social li {
    height: 40px;
    width: 40px;
    padding: 9px;
  }
  .article-container .article-content-container {
    padding-left: 0px;
  }
  .article-container .article-content-container .article-top-section h1 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-top-section h2 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-top-section .image-container p {
    font-size: 13px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content {
    margin-top: 20px;
  }
  .article-container .article-content-container .article-content p {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h1,
  .article-container .article-content-container .article-content h1 strong {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h1 strong {
    padding: 0;
  }
  .article-container .article-content-container .article-content h2,
  .article-container .article-content-container .article-content h2 strong {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h2 strong {
    padding: 0;
  }
  .article-container .article-content-container .article-content h3,
  .article-container .article-content-container .article-content h3 strong {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h3 strong {
    padding: 0;
  }
  .article-container .article-content-container .article-content h4,
  .article-container .article-content-container .article-content h4 strong {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h4 strong {
    padding: 0;
  }
  .article-container .article-content-container .article-content h5,
  .article-container .article-content-container .article-content h5 strong {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 15px;
  }
  .article-container .article-content-container .article-content h5 strong {
    padding: 0;
  }
  .article-container .article-content-container .article-tags-container {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .article-container .sidebar-container .related-articles-container {
    margin-top: 25px;
  }
  .article-container .sidebar-container .related-articles-container h3 {
    font-size: 20px;
  }
  .article-container .bar {
    height: 8px;
  }
}
.magazine-allpage-container .magazine-adv-masthead > div {
  height: 150px;
}
.magazine-allpage-container .magazine-share-social-container {
  top: 90px;
  padding-bottom: 120px;
  position: sticky;
  padding-top: 18px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.magazine-allpage-container .magazine-share-social-container .magazine-share-social {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  margin-bottom: 0;
}
.magazine-allpage-container .magazine-share-social-container .magazine-share-social li {
  list-style: none;
  cursor: pointer;
  background-color: #3b5675;
  height: 60px;
  width: 60px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.magazine-allpage-container .magazine-share-social-container .magazine-share-social li img {
  width: 100%;
}
.magazine-allpage-container .magazine-share-social-container .magazine-share-social li:hover {
  transform: scale(1.1);
  transition: all 0.35s;
}
.magazine-allpage-container .magazine-container {
  color: #0b1f3b;
}
.magazine-allpage-container .magazine-container .magazin-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.magazine-allpage-container .magazine-container .magazine-heading-section {
  display: flex;
  margin-bottom: 15px;
}
.magazine-allpage-container .magazine-container .magazine-heading-section h1 {
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0 0 15px;
}
.magazine-allpage-container .magazine-container .magazine-heading-section img {
  height: 420px;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.magazine-allpage-container .magazine-container .magazine-content {
  margin-top: 40px;
}
.magazine-allpage-container .magazine-container .magazine-content li,
.magazine-allpage-container .magazine-container .magazine-content p {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.magazine-allpage-container .magazine-container .magazine-content li strong,
.magazine-allpage-container .magazine-container .magazine-content p strong {
  font-weight: 700;
}
.magazine-allpage-container .magazine-container .magazine-content .magazine-cta-margin {
  margin-top: 65px;
}
.magazine-allpage-container .magazine-bar {
  height: 13px;
  width: 100%;
  border-top: 1px solid #0b1f3b;
  border-bottom: 1px solid #0b1f3b;
}
.magazine-allpage-container .magazine-bar-vertical {
  height: 600px;
  width: 9px;
  border-left: 1px solid #0b1f3b;
  border-right: 1px solid #0b1f3b;
  right: 0;
  position: sticky;
  top: 90px;
  margin-bottom: 120px;
}
.magazine-allpage-container .magazine-related-container {
  margin: 45px 0 90px 0;
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-heading {
  font-family: "Lora", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 55px 0;
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box {
  padding-top: 45px;
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box a {
  background-color: #ed312d;
  color: #fff;
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box .magazine-arrow-red {
  border-radius: 100%;
  padding: 5px;
  width: 57px;
  height: 57px;
  justify-content: center;
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box .magazine-arrow-left {
  transform: rotate(180deg);
}
.magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-image img {
  width: 100%;
  aspect-ratio: 1/1.41;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.magazine-allpage-container .magazine-sidebar-container {
  top: 90px;
  position: sticky;
  padding-bottom: 40px;
  padding-left: 1.5vw;
}
.magazine-allpage-container .magazine-sidebar-container .adv-first-container img,
.magazine-allpage-container .magazine-sidebar-container .adv-second-container img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.magazine-allpage-container .magazine-sidebar-container .adv-first-container img {
  height: 250px;
}
.magazine-allpage-container .magazine-sidebar-container .adv-second-container img {
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .magazine-allpage-container .magazine-adv-masthead > div {
    height: 110px;
  }
  .magazine-allpage-container .magazine-bar-vertical {
    left: 0;
  }
  .magazine-allpage-container .magazine-share-social-container {
    padding-top: 18px;
  }
  .magazine-allpage-container .magazine-share-social-container .magazine-share-social {
    margin-left: -15px;
  }
  .magazine-allpage-container .magazine-share-social-container .magazine-share-social li {
    height: 44px;
    width: 44px;
    padding: 11px;
  }
  .magazine-allpage-container .magazine-container .magazine-heading-section h1 {
    font-size: 25px;
  }
  .magazine-allpage-container .magazine-container .magazine-heading-section img {
    height: 358px;
  }
  .magazine-allpage-container .magazine-container .magazine-content li,
  .magazine-allpage-container .magazine-container .magazine-content p {
    font-size: 20px;
  }
  .magazine-allpage-container .magazine-related-container {
    margin: 0 0 45px 0;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-heading {
    font-size: 32px;
    padding: 10px 0 40px 0;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box {
    padding-top: 35px;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box .magazine-arrow-red {
    width: 43px;
    height: 43px;
  }
  .magazine-allpage-container .magazine-sidebar-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .magazine-allpage-container .magazine-adv-masthead > div {
    height: 90px;
  }
  .magazine-allpage-container .magazine-share-social-container {
    padding-top: 18px;
    padding-bottom: 0;
    position: static;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  .magazine-allpage-container .magazine-share-social-container .magazine-share-social {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-left: 0;
  }
  .magazine-allpage-container .magazine-share-social-container .magazine-share-social li {
    height: 40px;
    width: 40px;
    padding: 9px;
  }
  .magazine-allpage-container .magazine-container .magazine-heading-section {
    display: block;
    text-align: center;
  }
  .magazine-allpage-container .magazine-container .magazine-heading-section h1 {
    font-size: 20px;
    margin-left: 0;
    margin-top: 50px;
  }
  .magazine-allpage-container .magazine-container .magazine-content li,
  .magazine-allpage-container .magazine-container .magazine-content p {
    font-size: 16px;
    margin-top: -20px;
  }
  .magazine-allpage-container .magazine-related-container {
    margin: 0 0 30px 0;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-heading {
    font-size: 20px;
    padding: 0 0 25px 0;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box {
    padding-top: 25px;
  }
  .magazine-allpage-container .magazine-related-container .magazine-related-section .magazine-related-cta-box .magazine-arrow-red {
    width: 32px;
    height: 32px;
  }
  .magazine-allpage-container .magazine-bar {
    height: 8px;
  }
}
.podcast-allpage-container .podcast-adv-masthead > div {
  height: 150px;
}
.podcast-allpage-container .podcast-share-social-container {
  top: 90px;
  padding-bottom: 120px;
  position: sticky;
  padding-top: 18px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.podcast-allpage-container .podcast-share-social-container .podcast-share-social {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 14px;
  margin-bottom: 0;
}
.podcast-allpage-container .podcast-share-social-container .podcast-share-social li {
  list-style: none;
  background-color: #3b5675;
  height: 60px;
  width: 60px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s;
}
.podcast-allpage-container .podcast-share-social-container .podcast-share-social li img {
  width: 100%;
}
.podcast-allpage-container .podcast-share-social-container .podcast-share-social li:hover {
  transform: scale(1.1);
  transition: all 0.35s;
}
.podcast-allpage-container .podcast-container {
  color: #0b1f3b;
}
.podcast-allpage-container .podcast-container .podcast-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.podcast-allpage-container .podcast-container .podcast-info .author,
.podcast-allpage-container .podcast-container .podcast-info .date {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.podcast-allpage-container .podcast-container .podcast-info .cta {
  padding: 10px 22px;
  border-radius: 6px;
}
.podcast-allpage-container .podcast-container .podcast-heading-section {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
.podcast-allpage-container .podcast-container .podcast-heading-section img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 10px 0;
}
.podcast-allpage-container .podcast-container .podcast-heading-section h1 {
  font-family: "Lora", serif;
  font-size: calc(1.1vw + 10px);
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0 0 0;
}
.podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box iframe {
  width: 100%;
}
.podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box img {
  width: 289px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
.podcast-allpage-container .podcast-container .podcast-content {
  margin-top: 40px;
}
.podcast-allpage-container .podcast-container .podcast-content li,
.podcast-allpage-container .podcast-container .podcast-content p {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
.podcast-allpage-container .podcast-container .podcast-content li strong,
.podcast-allpage-container .podcast-container .podcast-content p strong {
  font-weight: 700;
}
.podcast-allpage-container .podcast-container .podcast-content .podcast-cta-margin {
  margin-top: 65px;
}
.podcast-allpage-container .podcast-container .podcast-tags-container {
  margin-top: 60px;
}
.podcast-allpage-container .podcast-container .podcast-tags-container ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.podcast-allpage-container .podcast-container .podcast-tags-container ul .cta-tag-light-blue:active, .podcast-allpage-container .podcast-container .podcast-tags-container ul .cta-tag-light-blue:hover {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}
.podcast-allpage-container .podcast-bar {
  height: 13px;
  width: 100%;
  border-top: 1px solid #0b1f3b;
  border-bottom: 1px solid #0b1f3b;
}
.podcast-allpage-container .podcast-bar-vertical {
  height: 600px;
  width: 9px;
  border-left: 1px solid #0b1f3b;
  border-right: 1px solid #0b1f3b;
  right: 0;
  position: sticky;
  top: 90px;
  margin-bottom: 120px;
}
.podcast-allpage-container .podcast-related-container {
  margin: 45px 0 90px 0;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-heading {
  font-family: "Lora", serif;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 55px 0;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box {
  padding-top: 45px;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box a {
  background-color: #ed312d;
  color: #fff;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box .podcast-arrow-red {
  border-radius: 100%;
  padding: 5px;
  width: 57px;
  height: 57px;
  justify-content: center;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box .podcast-arrow-left {
  transform: rotate(180deg);
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-preview .article-preview {
  position: relative;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-preview .article-preview-content-box {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 15px;
}
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-preview .article-preview-content-box .article-type,
.podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-preview .article-preview-content-box .article-podcast {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}
.podcast-allpage-container .podcast-sidebar-container {
  top: 90px;
  position: sticky;
  padding-bottom: 40px;
  padding-left: 1.5vw;
}
.podcast-allpage-container .podcast-sidebar-container .adv-first-container img,
.podcast-allpage-container .podcast-sidebar-container .adv-second-container img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.podcast-allpage-container .podcast-sidebar-container .adv-first-container img {
  height: 250px;
}
.podcast-allpage-container .podcast-sidebar-container .adv-second-container img {
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .podcast-allpage-container .podcast-adv-masthead > div {
    height: 110px;
  }
  .podcast-allpage-container .podcast-bar-vertical {
    left: 0;
  }
  .podcast-allpage-container .podcast-share-social-container {
    padding-top: 18px;
  }
  .podcast-allpage-container .podcast-share-social-container .podcast-share-social {
    margin-left: -15px;
  }
  .podcast-allpage-container .podcast-share-social-container .podcast-share-social li {
    height: 44px;
    width: 44px;
    padding: 11px;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section {
    display: block;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section h1 {
    font-size: 25px;
    margin-left: 0;
    margin: 0;
    margin-top: 40px;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box {
    width: 100%;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box img {
    width: 100%;
    height: 353px;
  }
  .podcast-allpage-container .podcast-container .podcast-content li,
  .podcast-allpage-container .podcast-container .podcast-content p {
    font-size: 20px;
  }
  .podcast-allpage-container .podcast-container .podcast-tags-container {
    margin-top: 35px;
  }
  .podcast-allpage-container .podcast-related-container {
    margin: 0 0 45px 0;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-heading {
    font-size: 32px;
    padding: 10px 0 40px 0;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box {
    padding-top: 35px;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box .podcast-arrow-red {
    width: 43px;
    height: 43px;
  }
  .podcast-allpage-container .podcast-sidebar-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .podcast-allpage-container .podcast-adv-masthead > div {
    height: 90px;
  }
  .podcast-allpage-container .podcast-share-social-container {
    padding-top: 18px;
    padding-bottom: 0;
    position: static;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }
  .podcast-allpage-container .podcast-share-social-container .podcast-share-social {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-left: 0;
  }
  .podcast-allpage-container .podcast-share-social-container .podcast-share-social li {
    height: 40px;
    width: 40px;
    padding: 9px;
  }
  .podcast-allpage-container .podcast-container .podcast-info {
    flex-wrap: wrap;
  }
  .podcast-allpage-container .podcast-container .podcast-info .podcast-cta-cont {
    width: 100%;
  }
  .podcast-allpage-container .podcast-container .podcast-info .podcast-auth-cont,
  .podcast-allpage-container .podcast-container .podcast-info .podcast-date-cont {
    width: 50%;
    margin-top: 15px;
  }
  .podcast-allpage-container .podcast-container .podcast-info .podcast-date-cont {
    display: flex;
    justify-content: flex-end;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section h1 {
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box {
    width: 330px;
    width: 100%;
  }
  .podcast-allpage-container .podcast-container .podcast-heading-section .podcast-frame-box img {
    width: 100%;
    height: 186px;
  }
  .podcast-allpage-container .podcast-container .podcast-content li,
  .podcast-allpage-container .podcast-container .podcast-content p {
    font-size: 16px;
    margin-top: -20px;
  }
  .podcast-allpage-container .podcast-container .podcast-tags-container {
    margin-top: 35px;
  }
  .podcast-allpage-container .podcast-related-container {
    margin: 0 0 30px 0;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-heading {
    font-size: 20px;
    padding: 0 0 25px 0;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box {
    padding-top: 25px;
  }
  .podcast-allpage-container .podcast-related-container .podcast-related-section .podcast-related-cta-box .podcast-arrow-red {
    width: 32px;
    height: 32px;
  }
  .podcast-allpage-container .podcast-bar {
    height: 8px;
  }
}
.policy-page h1 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 700;
}
.policy-page .content p {
  color: #0b1f3b;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.policy-page .content h1 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.policy-page .content h2 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.policy-page .content h3 {
  color: #0b1f3b;
  font-family: "Lora", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 991px) {
  .policy-page h1 {
    font-size: 40px;
  }
  .policy-page .content p {
    font-size: 18px;
    line-height: 28px;
  }
  .policy-page .content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .policy-page .content h2 {
    font-size: 23px;
    line-height: 1.2;
  }
  .policy-page .content h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .policy-page h1 {
    font-size: 30px;
  }
  .policy-page .content p {
    font-size: 16px;
    line-height: 1.2;
  }
  .policy-page .content h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .policy-page .content h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .policy-page .content h3 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.contacts-page h1 {
  font-family: "Lora", serif;
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 2.08vw;
  margin-top: 3.13vw;
}

.contacts-page-section .contact-box {
  background-color: #0b1f3b;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px;
  border-radius: 18px;
  justify-content: space-between;
}
.contacts-page-section .contact-box .my-justify-self {
  justify-self: start;
}
.contacts-page-section .contact-box img {
  width: 3.4vw;
  height: 3.4vw;
  margin-left: 10px;
}
.contacts-page-section .contact-box h5 {
  font-family: "Lora", serif;
  font-size: 1.6vw;
  font-weight: 700;
  padding-bottom: 15px;
}
.contacts-page-section .contact-box p {
  font-size: 1.042vw;
  font-weight: 400;
}
.contacts-page-section .contact-box .contacts-head {
  margin-bottom: 50px;
}
.contacts-page-section .contact-box .contacts-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contacts-page-section .contact-box .contacts-body h6 {
  font-size: 1.25vw;
  font-weight: 700;
}
.contacts-page-section .contact-box .contacts-body p {
  font-size: 0.938vw;
  font-weight: 400;
}
.contacts-page-section .contact-box .contacts-body .item {
  padding-left: 20px;
  border-left: 6px solid #ed312d;
}
.contacts-page-section .contact-box .contacts-body .item.line-size {
  width: calc(20% - 30px);
}
.contacts-page-section .contact-box .contacts-body .contacts-body-subtitle {
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .contacts-page h1 {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .contacts-page-section .contact-box img {
    width: 68px;
    height: 68px;
    margin-left: 0;
  }
  .contacts-page-section .contact-box h5 {
    font-size: 30px;
  }
  .contacts-page-section .contact-box p {
    font-size: 18px;
  }
  .contacts-page-section .contact-box .contacts-head {
    margin-bottom: 35px;
  }
  .contacts-page-section .contact-box .contacts-body {
    row-gap: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .contacts-page-section .contact-box .contacts-body h6 {
    font-size: 20px !important;
  }
  .contacts-page-section .contact-box .contacts-body p {
    font-size: 16px !important;
  }
  .contacts-page-section .contact-box .contacts-body .item {
    border-left: 4.5px solid #ed312d;
    padding-left: 15px;
  }
  .contacts-page-section .contact-box .contacts-body .item.line-size {
    width: calc(33% - 15px);
  }
  .contacts-page-section .contact-box .contacts-body .contacts-body-subtitle {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 575px) {
  .contacts-page h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
  .contacts-page-section {
    padding-left: 10px;
  }
  .contacts-page-section .contact-box img {
    width: 50px;
    height: 50px;
    margin-left: 5px;
  }
  .contacts-page-section .contact-box .contacts-body p {
    font-size: 15px !important;
  }
  .contacts-page-section .contact-box .contacts-body .item.line-size {
    width: 100%;
  }
}
* {
  font-family: "Mulish", sans-serif;
}

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

body {
  color: #0b1f3b;
}
body.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body.no-scrollbar::-webkit-scrollbar {
  display: none;
}

header {
  padding: 0 0 0 0;
}

main {
  padding: 0 0 0 0;
  padding-top: calc(75px + 25px);
}

.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;
}

.pagination-search svg {
  height: 25px;
}
.pagination-search .flex.items-center.justify-between {
  margin: 0 auto;
}
.pagination-search .flex.justify-between.flex-1 {
  display: none;
}
.pagination-search .text-sm.text-gray-700.leading-5 {
  display: none;
}
.pagination-search span[aria-disabled=true] {
  display: none;
}

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

.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) {
  #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: 700;
  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;
}
