/* .content-footer .footer .footer-bottom-links a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  margin-bottom: 0.75rem;
  padding-right: 1.5rem;
  width: 50%;
} */

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

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

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

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.content-footer {
  max-width: 100%;
}

@media (min-width: 640px) {
  .content-footer {
    /* max-width: 640px */
  }
}

@media (min-width: 768px) {
  .content-footer {
    /* max-width: 768px */
  }
}

@media (min-width: 1024px) {
  .content-footer {
    /* max-width: 1200px */
  }
}

.content-footer {
  font-family: Roboto, sans-serif;
  font-size: 0.9375em;
  position: relative;
}

.content-footer .sections-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .content-footer .sections-wrapper {
    padding-top: 2rem;
  }
}

.content-footer h3 {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0;
  text-transform: none;
}

.content-footer .section-title {
  --tw-text-opacity: 1;
  color: rgba(1, 30, 57, var(--tw-text-opacity));
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
  text-transform: none;
}

.content-footer .icon {
  display: inline-block;
  font-size: 1rem;
}

.content-footer .icon:after {
  background-size: 100% 100%;
  content: " ";
  display: inline-block;
  font-size: inherit;
  height: 1em;
}

.content-footer .icon.i-search:after {
  font-size: 1.4rem;
  width: 1em;
}

.content-footer .cross-content-footer {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .content-footer .cross-content-footer {
    padding-bottom: 0;
  }
}

.content-footer .cross-content-footer .section-inner-wrapper {
  -ms-grid-columns: (minmax(0, 1fr)) [1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .content-footer .cross-content-footer .section-inner-wrapper {
    display: -ms-grid;
    display: grid;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-footer .cross-content-footer .section-inner-wrapper .swiper-wrapper {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .content-footer .cross-content-footer .section-inner-wrapper .swiper-wrapper {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.content-footer .cross-content-footer .ccf-item {
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .content-footer .cross-content-footer .ccf-item {
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    margin-bottom: 2rem;
  }
}

.content-footer .cross-content-footer .ccf-item .ccf-item-logo-title {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
  white-space: nowrap;
  width: 100%;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-logo-title img {
  background-image: none;
  height: 1.5rem;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-logo-title span {
  display: none;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-inner-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100%;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-first-link {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
  cursor: pointer;
  display: inline-block;
  height: 8.5rem;
  left: 0;
  line-height: 1rem;
  margin-bottom: -2rem;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-first-link img {
  --tw-text-opacity: 1;
  background-image: none;
  border-style: none;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
  display: block;
  height: 9rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-first-link:after {
  background: linear-gradient(180deg, transparent, #fff);
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-title {
  --tw-text-opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  border-bottom: 2px solid #e5e7eb;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
  cursor: pointer;
  display: block;
  display: -webkit-box;
  font-size: 0.95rem;
  font-weight: 700;
  height: 6.5rem;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-title i {
  background-image: url("urn:scrapbook:download:error:https://assets-services.administrace.tv/images/link-out-grey.1f5af9b4.svg");
  background-size: 100% 100%;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1rem;
  line-height: 1rem;
  line-height: 2;
  margin-left: 0.5rem;
  width: 1.13333em;
}

.content-footer .cross-content-footer .ccf-item .ccf-item-title:hover {
  text-decoration: underline;
}

.content-footer .cross-content-footer .owl-nav {
  display: none;
}

.content-footer .footer {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 30, 57, var(--tw-bg-opacity));
  padding-bottom: 3rem;
}

.content-footer .footer .footer-inner-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
}

.content-footer .footer h3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 0.5rem;
}

.content-footer .footer .footer-popular-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4rem;
}

.content-footer .footer .footer-popular-wrapper a {
  --tw-text-opacity: 1;
  color: rgba(126, 157, 186, var(--tw-text-opacity));
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.5rem 0;
  white-space: nowrap;
}

.content-footer .footer .footer-popular-wrapper a:hover:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: underline;
}

.content-footer .footer .footer-search-form {
  bottom: -1.25rem;
  left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.content-footer .footer .footer-search-form form {
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 20;
}

@media (min-width: 640px) {
  .content-footer .footer .footer-search-form form {
    width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .content-footer .footer .footer-search-form form {
    width: 41.666667%;
  }
}

.content-footer .footer .footer-search-form input {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 16px;
  height: 3rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .content-footer .footer .footer-search-form input {
    height: 3.5rem;
  }
}

.content-footer .footer .footer-search-form .search-submit {
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  margin-right: 0.4rem;
  margin-top: 0.8rem;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1024px) {
  .content-footer .footer .footer-search-form .search-submit {
    margin-top: 0.6rem;
  }

  .content-footer .footer .footer-search-form .search-submit i {
    margin-right: 0.5rem;
    margin-top: 0.4rem;
  }
}

.content-footer .footer .footer-search-form hr {
  border: 0;
  border-top: 1px solid #122c44;
  display: block;
  height: 1px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}

.content-footer .footer .footer-bottom-inner-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-inner-wrapper {
    display: flex;
  }
}

.content-footer .footer .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-links {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .content-footer .footer .footer-bottom-links {
    padding-right: 2.5rem;
  }
}

.content-footer .footer .footer-bottom-links a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: block;
  margin-bottom: 0.75rem;
  padding-right: 1.5rem;
  width: 50%;
}

.content-footer .footer .footer-bottom-links a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-icons {
    width: 50%;
  }
}

.content-footer .footer .footer-bottom-icons-socials {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-icons-socials {
    display: flex;
  }
}

.content-footer .footer .footer-bottom-icons-socials .apple-icon {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  padding: 0.75rem 2.5rem;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-icons-socials .apple-icon {
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .content-footer .footer .footer-bottom-icons-socials .apple-icon {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.content-footer .footer .footer-bottom-icons-socials .apple-icon img {
  height: 1.75rem;
}

.content-footer .footer .footer-bottom-icons-socials .apple-icon span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1.0625rem;
  padding-left: 0.5rem;
}

.content-footer .footer .footer-bottom-icons-socials .apple-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.content-footer .footer .footer-bottom-icons-socials .google-icon {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-icons-socials .google-icon {
    margin-top: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .content-footer .footer .footer-bottom-icons-socials .google-icon {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content-footer .footer .footer-bottom-icons-socials .google-icon img {
  height: 1.75rem;
}

.content-footer .footer .footer-bottom-icons-socials .google-icon span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 1.0625rem;
  padding-left: 0.25rem;
}

.content-footer .footer .footer-bottom-icons-socials .google-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.content-footer .footer .footer-bottom-icons-prima {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}

.content-footer .footer .footer-bottom-icons-prima > a {
  display: flex;
}

.content-footer .footer .footer-bottom-icons-prima img {
  height: 1.5rem;
  padding-right: 1rem;
}

.content-footer .footer .footer-bottom-icons-prima span {
  --tw-text-opacity: 1;
  color: rgba(126, 157, 186, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .content-footer .footer .footer-bottom-icons-prima span {
    padding-left: 1rem;
  }
}

.content-footer .swiper-wrapper {
  box-sizing: border-box;
}

.content-footer .swiper-pagination {
  margin-bottom: 0;
  margin-top: 0.5rem;
  position: static;
}

@media (min-width: 768px) {
  .content-footer .swiper-pagination {
    display: none;
  }
}

.content-footer .swiper-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  background: #869791;
  border-radius: 30px;
  height: 10px;
  margin: 5px;
  transition: opacity 0.2s ease;
  width: 10px;
}

.content-footer.prima-cnn-news .icon.i-search {
  filter: invert(16%) sepia(85%) saturate(2024%) hue-rotate(190deg)
    brightness(91%) contrast(104%);
}

.content-footer.prima-cool {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.content-footer.prima-cool .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.prima-cool .sections-wrapper {
  max-width: 1080px;
}

.content-footer.prima-cool .footer {
  background: #0a670a;
}

.content-footer.prima-cool .footer .footer-search-form hr {
  border-color: #e5e7eb;
}

.content-footer.prima-cool .footer .footer-bottom-links a,
.content-footer.prima-cool .footer h3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.content-footer.prima-cool .footer .footer-bottom-icons-prima span,
.content-footer.prima-cool .footer .footer-popular-wrapper a {
  color: #d9ffd9;
}

.content-footer.prima-fresh {
  max-width: none;
}

.content-footer.prima-fresh .sections-wrapper {
  max-width: 1080px;
}

.content-footer.prima-fresh .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.content-footer.prima-fresh .footer {
  background: #8ca31f;
}

.content-footer.prima-fresh .footer .footer-search-form hr {
  border-color: #1c1c1c;
}

.content-footer.prima-fresh .footer .footer-popular-wrapper a {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .content-footer.prima-fresh .footer .footer-popular-wrapper a {
    font-size: 0.93rem;
  }
}

.content-footer.prima-fresh .footer .footer-popular-wrapper a {
  color: #ecf1d8;
}

.content-footer.prima-fresh .footer .footer-bottom-icons-socials a {
  background: #111;
}

.content-footer.prima-fresh .footer .footer-bottom-icons-prima {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .content-footer.prima-fresh .footer .footer-bottom-icons-prima {
    justify-content: flex-end;
  }
}

.content-footer.prima-fresh .footer .footer-bottom-icons-prima a {
  min-width: 6rem;
}

.content-footer.prima-fresh .footer .footer-bottom-icons-prima span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .content-footer.prima-fresh .footer .footer-bottom-icons-prima span {
    text-align: left;
    width: auto;
  }
}

.content-footer.prima-fresh .footer .footer-search-form input {
  border-radius: 9999px;
  height: 3rem;
}

.content-footer.prima-fresh
  .footer
  .footer-search-form
  input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.content-footer.prima-fresh
  .footer
  .footer-search-form
  input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.content-footer.prima-fresh .footer .footer-search-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.content-footer.prima-fresh .footer .footer-search-form .icon {
  margin-right: 0.5rem;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .content-footer.prima-fresh .footer .footer-search-form .icon {
    margin-top: 0.25rem;
  }
}

.content-footer.prima-fresh .footer .footer-search-form .icon.i-search {
  filter: brightness(0) saturate(100%) invert(50%) sepia(99%) saturate(338%)
    hue-rotate(30deg) brightness(98%) contrast(92%);
}

.content-footer.prima-fresh .section-title {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .content-footer.prima-fresh .section-title {
    font-size: 1.65rem;
  }
}

.content-footer.prima-fresh .cross-content-footer {
  font-family: Roboto, sans-serif;
}

.content-footer.prima-fresh .text-light-gray-2 {
  color: #9c9c9c;
}

.content-footer.iprima,
.full-width-page .content-footer.prima-fresh .sections-wrapper {
  max-width: none;
}

.content-footer.iprima .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.iprima .sections-wrapper {
  max-width: 1080px;
}

.content-footer.iprima .main-topic,
.content-footer.iprima .movie-item-title,
.content-footer.iprima .section-title {
  color: #4d4d4d !important;
}

.content-footer.iprima .footer {
  background: #efefef;
}

.content-footer.iprima .footer .footer-search-form input::-moz-placeholder {
  color: #272727 !important;
}

.content-footer.iprima .footer .footer-search-form input:-ms-input-placeholder {
  color: #272727 !important;
}

.content-footer.iprima .footer,
.content-footer.iprima .footer .footer-search-form input::placeholder,
.content-footer.iprima .footer a,
.content-footer.iprima .footer a:hover,
.content-footer.iprima .footer h3,
.content-footer.iprima .footer-bottom-icons-prima span {
  color: #272727 !important;
}

.content-footer.prima-living {
  margin: auto;
}

.content-footer.prima-living .footer {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.content-footer.prima-living .footer,
.content-footer.prima-living .footer .footer-bottom-icons-prima span,
.content-footer.prima-living .footer a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.content-footer.prima-living .footer .footer-search-form .icon.i-search {
  filter: brightness(0);
}

.content-footer.prima-living .footer .footer-search-form hr {
  border-color: #ccc;
}

.content-footer.playboy {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.content-footer.playboy .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.playboy .sections-wrapper {
  max-width: 1080px;
}

.content-footer.playboy .footer {
  background: #0e0e0e;
}

.content-footer.playboy .footer .footer-search-form hr {
  border-color: #2c2c2c;
}

.content-footer.playboy .footer .footer-popular-wrapper a {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .content-footer.playboy .footer .footer-popular-wrapper a {
    font-size: 0.93rem;
  }
}

.content-footer.playboy .footer .footer-popular-wrapper a,
.content-footer.playboy .footer .footer-popular-wrapper a:hover {
  color: #bc9f53;
}

.content-footer.playboy .footer .footer-bottom-icons-prima {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .content-footer.playboy .footer .footer-bottom-icons-prima {
    justify-content: flex-end;
  }
}

.content-footer.playboy .footer .footer-bottom-icons-prima a {
  min-width: 6rem;
}

.content-footer.playboy .footer .footer-bottom-icons-prima span {
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .content-footer.playboy .footer .footer-bottom-icons-prima span {
    text-align: left;
    width: auto;
  }
}

.content-footer.playboy .footer .footer-bottom-icons-prima span {
  color: #bc9f53;
}

.content-footer.playboy .footer .footer-bottom-icons-prima img {
  filter: invert(68%) sepia(53%) saturate(396%) hue-rotate(6deg) brightness(86%)
    contrast(84%);
}

.content-footer.playboy .footer .footer-search-form input {
  height: 3rem;
}

.content-footer.playboy .footer .footer-search-form input::-moz-placeholder {
  color: #acacac;
}

.content-footer.playboy
  .footer
  .footer-search-form
  input:-ms-input-placeholder {
  color: #acacac;
}

.content-footer.playboy .footer .footer-search-form input::placeholder {
  color: #acacac;
}

.content-footer.playboy .footer .footer-search-form .icon {
  margin-right: 0.5rem;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .content-footer.playboy .footer .footer-search-form .icon {
    margin-top: 0.25rem;
  }
}

.content-footer.playboy .footer .footer-search-form .icon.i-search {
  filter: invert(68%) sepia(53%) saturate(396%) hue-rotate(6deg) brightness(86%)
    contrast(84%);
}

.content-footer.playboy .cross-content-footer,
.content-footer.playboy .text-light-gray-2 {
  color: #9c9c9c;
}

.content-footer.prima-zeny {
  max-width: none;
}

.content-footer.prima-zeny .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.prima-zeny .sections-wrapper {
  max-width: 1080px;
}

.content-footer.prima-zeny {
  font-family: "Noto Serif", "serif";
}

.content-footer.prima-zeny .footer {
  background: #46151d;
}

.content-footer.prima-zeny .footer .footer-search-form hr {
  border-color: #742e3a;
}

.content-footer.prima-zeny .footer .footer-popular-wrapper a {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .content-footer.prima-zeny .footer .footer-popular-wrapper a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.content-footer.prima-zeny .footer .footer-bottom-icons-prima {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .content-footer.prima-zeny .footer .footer-bottom-icons-prima {
    justify-content: flex-end;
  }
}

.content-footer.prima-zeny .footer .footer-bottom-icons-prima a {
  min-width: 6rem;
}

.content-footer.prima-zeny .footer .footer-bottom-icons-prima span {
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .content-footer.prima-zeny .footer .footer-bottom-icons-prima span {
    text-align: left;
    width: auto;
  }
}

.content-footer.prima-zeny .footer,
.content-footer.prima-zeny .footer a,
.content-footer.prima-zeny .footer-bottom-icons-prima span {
  color: #f1dbde;
}

.content-footer.prima-zeny .footer .footer-search-form input {
  color: #742e3a;
  height: 2rem;
}

.content-footer.prima-zeny .footer .footer-search-form input::-moz-placeholder {
  color: #742e3a;
}

.content-footer.prima-zeny
  .footer
  .footer-search-form
  input:-ms-input-placeholder {
  color: #742e3a;
}

.content-footer.prima-zeny .footer .footer-search-form input::placeholder {
  color: #742e3a;
}

.content-footer.prima-zeny .footer .footer-search-form .icon {
  margin-top: -3px;
}

@media (min-width: 1024px) {
  .content-footer.prima-zeny .footer .footer-search-form .icon {
    margin-top: 0;
  }
}

.content-footer.prima-zeny .footer .footer-search-form .icon.i-search {
  filter: invert(21%) sepia(79%) saturate(2416%) hue-rotate(333deg)
    brightness(88%) contrast(95%);
}

.content-footer.prima-zeny .section-title {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .content-footer.prima-zeny .section-title {
    font-size: 1.65rem;
  }
}

.content-footer.prima-zeny .cross-content-footer {
  font-family: Roboto, sans-serif;
}

.content-footer.prima-zeny .text-light-gray-2 {
  color: #9c9c9c;
}

.content-footer.prima-zoom {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.content-footer.prima-zoom .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.prima-zoom .sections-wrapper {
  max-width: 1080px;
}

.content-footer.prima-zoom .footer {
  background: #0c293c;
}

.content-footer.prima-zoom .footer .footer-search-form hr {
  border-color: #e5e7eb;
}

.content-footer.lajk {
  max-width: none;
}

.content-footer.lajk .section-inner-wrapper {
  margin: auto;
  max-width: 1080px;
}

.with-gate-ad .content-footer.lajk .sections-wrapper {
  max-width: 1080px;
}

.content-footer.lajk .footer {
  background: #157a98;
}
