@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
}

.preload-transitions * {
  transition: none !important;
}

iframe {
  border: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
  color: var(--color, inherit);
}

a,
button,
p,
span {
  line-height: 1;
}

a, a:visited {
  font-style: normal;
  text-decoration: none;
  cursor: pointer;
}

a, button {
  cursor: pointer;
}

ul {
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

* {
  --color-primary: white;
  --color-secondary: black;
  --color-secondary-light: #0b0b0b;
  --color-third: #e63b3b;
  --color-shadow: #000000a8;
  font-family: "Montserrat", sans-serif !important;
}

main {
  padding-top: 60px;
}

.background-image-standard {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.only-desk {
  display: none;
}

@media (min-width: 768px) {
  .only-desk {
    display: block;
  }

  .only-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  main {
    padding-top: 80px;
  }
}
@media (min-width: 1800px) {
  main {
    padding-top: 100px;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  /* https://github.com/andreszs/jquery.events.swipe#pointer-event-remarks */
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

header {
  position: fixed;
  z-index: 10;
}

.menu-header-bar {
  display: flex;
  justify-content: space-between;
  height: 60px;
  width: 100vw;
  padding: 0 15px;
  align-items: center;
  position: relative;
  background-color: var(--color-primary);
  border-bottom: solid 1px #e1e1e1;
  z-index: 3;
}
.menu-header-bar h1 {
  font-weight: 500;
  font-size: 1rem;
}
.menu-header-bar h1 a {
  color: var(--color-secondary);
}
.menu-header-bar h1 strong {
  font-weight: 700;
}
.menu-header-bar .icon-bar {
  display: flex;
  grid-gap: 0 15px;
  justify-content: center;
  padding: 0 35px 0 0;
  align-items: center;
}
.menu-header-bar button {
  border: none;
  background-color: transparent;
}
.menu-header-bar img {
  width: 30px;
  height: auto;
}
.menu-header-bar svg {
  width: 30px;
  height: auto;
}
.menu-header-bar #search {
  cursor: pointer;
  transition: 0.3s;
}
.menu-header-bar #search svg {
  width: 25px;
}
.menu-header-bar .container-menu-icon {
  width: 38px;
}

#profile {
  cursor: pointer;
}

#desk-change-language {
  display: none;
}

#icon-menu-hamburger, #close-menu {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
#icon-menu-hamburger svg, #close-menu svg {
  width: 25px;
}

.menu-container {
  background-color: var(--color-primary);
  position: relative;
  width: 100vw;
  height: 0;
  left: 0;
  top: -110vh;
  z-index: 0;
  transition: 0.7s;
  text-align: center;
  display: flex;
  visibility: collapse;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-container nav a {
  color: var(--color-secondary);
  text-transform: uppercase;
  transition: 0.3s;
}
.menu-container nav a:hover {
  color: var(--color-third);
}
.menu-container .main-menu {
  font-weight: 900;
  font-size: 1.6rem;
}
.menu-container .main-menu li {
  padding: 10px 0;
}
.menu-container .sub-menu {
  font-weight: 500;
}
.menu-container .sub-menu li {
  padding: 5px 0;
}

.open-menu {
  visibility: visible;
  height: calc(100vh - 60px);
  top: 0;
  z-index: 0;
}

#mobile-change-language {
  margin: 30px 0;
}
#mobile-change-language button img {
  width: 30px;
}

.vertical-separator {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: var(--color-secondary);
  margin: 0 7px 7px;
}

.social-links a {
  display: flex;
  grid-gap: 0 5px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
}
.social-links .instagram {
  color: #bc2a8d;
}
.social-links .twitter {
  color: #1DA1F2;
}
.social-links .facebook {
  color: #3b5998;
}
.social-links svg {
  width: 1rem;
}

.in-main-menu {
  margin: 30px 0;
}
.in-main-menu a {
  padding: 5px 0;
}
.in-main-menu a:hover {
  color: var(--color-third);
}

.hide-icon {
  visibility: collapse;
  opacity: 0;
}

@media (min-width: 992px) {
  #mobile-change-language {
    display: none;
  }

  #desk-change-language {
    display: block;
  }

  .menu-header-bar img {
    width: 40px;
  }

  .vertical-separator {
    height: 20px;
    margin: 0 9px 9px;
  }

  .menu-container {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 15px 0 50px;
  }

  .in-main-menu li,
.menu-container .sub-menu li,
.menu-container .sub-menu,
.in-main-menu {
    display: inline-block;
  }

  .in-main-menu {
    margin: 0;
  }

  .menu-header-bar {
    width: 100vw;
  }

  .in-main-menu,
.menu-container .sub-menu {
    position: absolute;
    bottom: 20px;
  }

  .in-main-menu {
    right: 15px;
  }

  .menu-container .sub-menu li {
    padding: 0 10px 0 0;
  }

  .in-main-menu a {
    padding: 0 0 0 10px;
  }

  .menu-container .main-menu {
    font-size: 3rem;
    padding: 60px 0 0;
  }
}
.container-profile:hover .box-profile {
  width: 220px;
  height: 150px;
}
.container-profile:hover .box-profile ul {
  transform: translateY(20%);
}
.container-profile:hover .box-profile ul:before, .container-profile:hover .box-profile ul:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  border: 11px solid transparent;
  border-bottom-color: var(--color-secondary);
}
.container-profile:hover .box-profile ul:after {
  right: 1px;
  border: 14px solid transparent;
  border-bottom-color: var(--color-secondary);
}
.container-profile:hover .box-profile ul a:hover {
  color: var(--color-third);
}

.container-profile {
  position: relative;
}
.container-profile .box-profile {
  position: absolute;
  overflow: hidden;
  width: 200px;
  height: 1px;
  top: 30px;
  left: -170px;
  transition: 0.3s;
}
.container-profile ul {
  background-color: var(--color-secondary);
  border: solid white 1px;
  width: 200px;
  left: 0;
  padding: 6px 0;
  position: relative;
  transform: translateY(-105%);
  transition: 0.3s;
}
.container-profile li {
  border-bottom: 1px solid var(--color-primary);
}
.container-profile li:last-child {
  border: none;
}
.container-profile a {
  color: white;
  padding: 16px 32px;
  display: block;
  font-weight: 400;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .menu-header-bar {
    padding: 0 30px;
    height: 80px;
  }

  .menu-container {
    padding: 0 30px 0 100px;
  }

  .open-menu {
    height: calc(100vh - 80px);
  }

  .menu-header-bar h1 {
    font-size: 1.5rem;
  }

  .menu-container .sub-menu li {
    padding: 0 25px 0 0;
  }

  .in-main-menu,
#icon-menu-hamburger, #close-menu {
    right: 30px;
  }

  .menu-header-bar .icon-bar {
    grid-gap: 0 30px;
    padding: 0 60px 0 0;
  }
}
@media (min-width: 1800px) {
  .menu-header-bar {
    padding: 0 50px;
    height: 100px;
  }

  .menu-container {
    padding: 0 50px 0 300px;
  }

  .open-menu {
    height: calc(100vh - 100px);
  }

  .in-main-menu,
#icon-menu-hamburger, #close-menu {
    right: 50px;
  }

  .menu-container .main-menu {
    font-size: 4rem;
    padding: 100px 0 0;
  }

  .menu-container .main-menu li {
    padding: 20px 0;
  }

  .menu-container .sub-menu li {
    padding: 0 40px 0 0;
  }

  .in-main-menu a {
    padding: 0 0 0 20px;
  }
}
.banner-footer {
  padding-top: 0;
  min-height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  position: relative;
  z-index: 0;
}
.banner-footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--color-shadow);
  left: 0;
  top: 0;
}
.banner-footer h3, .banner-footer h4 {
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0 0 20px;
}
.banner-footer p {
  font-weight: 400;
}
.banner-footer a {
  font-weight: 700;
  display: block;
  color: var(--color-primary);
  background-color: var(--color-third);
  border: solid 2px var(--color-third);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 30px;
  margin: 20px auto 0;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.banner-footer a:hover {
  color: var(--color-third);
  background-color: var(--color-secondary);
}
.banner-footer .banner-footer-content {
  width: 310px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.content-footer {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  text-align: center;
  position: relative;
  z-index: 1;
}
.content-footer .newsletter {
  background-color: var(--color-secondary-light);
  padding: 50px 20px;
}
.content-footer .newsletter h4 {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0 0 20px;
}
.content-footer .newsletter form {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
}
.content-footer .newsletter form input {
  background-color: var(--color-secondary-light);
  border: none;
  color: var(--color-primary);
  text-align: center;
  border-bottom: solid 2px var(--color-primary);
  padding: 10px;
  width: 90%;
  text-transform: uppercase;
}
.content-footer .newsletter form button {
  background-color: var(--color-third);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  color: var(--color-primary);
  padding: 10px 20px;
  transition: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
.content-footer .newsletter form button:hover {
  background-color: var(--color-primary);
  color: var(--color-third);
}
.content-footer .footer-infos {
  padding: 50px 20px;
}
.content-footer .footer-infos h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.content-footer .footer-infos .footer-social-links {
  padding: 30px 0;
}
.content-footer .footer-infos .footer-social-links a {
  justify-content: center;
  padding: 5px 0;
  font-weight: 600;
}
.content-footer .footer-infos .menu-footer a {
  color: var(--color-primary);
  font-weight: 600;
  padding: 8px 0;
  display: block;
  text-transform: uppercase;
  transition: 0.3s;
}
.content-footer .footer-infos .menu-footer a:hover {
  color: var(--color-third);
}
.content-footer .copyright {
  padding: 20px 0;
}
.content-footer .copyright p {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4;
}
.content-footer .copyright svg {
  width: 70px;
  margin: 0 0 -3px 1px;
}

.partnerships {
  text-align: center;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
}
.partnerships .partnership-item {
  padding: 15px 0;
}
.partnerships h3 {
  font-weight: 800;
  font-size: 1.8rem;
}
.partnerships a {
  color: var(--color-secondary);
}
.partnerships p {
  font-weight: 500;
}
.partnerships img {
  max-height: 1.8rem;
}

.footer-social-links .instagram,
.footer-social-links .facebook,
.footer-social-links .twitter {
  color: var(--color-third);
  transition: 0.3s;
}
.footer-social-links .instagram:hover,
.footer-social-links .facebook:hover,
.footer-social-links .twitter:hover {
  color: var(--color-primary);
}

@media (min-width: 768px) {
  .banner-footer {
    height: 30.15vw;
    min-height: auto;
  }

  .banner-footer .banner-footer-content {
    width: auto;
  }

  .banner-footer a {
    margin: 40px auto 0;
  }

  .content-footer .newsletter form input {
    width: 400px;
  }

  .content-footer .footer-infos {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 80px 10%;
  }

  .content-footer .footer-infos .footer-social-links a {
    justify-content: flex-start;
  }

  .content-footer .copyright p {
    display: inline-block;
  }

  .partnerships {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 50px;
    padding: 50px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .content-footer .newsletter {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    text-align: left;
    background-color: var(--color-secondary);
    border-bottom: 1px solid var(--color-primary);
    width: 85%;
    margin: 0 auto;
  }

  .banner-footer {
    height: 23.44vw;
  }

  .content-footer .newsletter form {
    flex-direction: row;
    padding: 0;
    align-items: baseline;
    grid-gap: 20px;
  }

  .content-footer .newsletter form input {
    width: 320px;
    background: var(--color-secondary);
    text-align: left;
  }

  .content-footer .newsletter form button {
    border: 2px solid var(--color-third);
  }
  .content-footer .newsletter form button:hover {
    background-color: var(--color-secondary);
    color: var(--color-third);
  }

  .content-footer .footer-infos {
    padding: 80px 0;
    width: 85%;
    margin: 0 auto;
  }

  .menu-footer {
    text-align: end;
  }
}
@media (min-width: 1800px) {
  .content-footer .footer-infos,
.content-footer .newsletter {
    width: 70%;
  }
}
.search-container {
  overflow: scroll;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: var(--color-primary);
  padding: 4em 0;
  position: absolute;
  top: calc(-100vh + 60px);
  transition: 0.8s;
}
.search-container .content-search {
  width: 90%;
  margin: 0 auto;
}
.search-container span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  color: var(--color-secondary);
  padding: 0 1em;
}
.search-container input {
  width: 100%;
  border: none;
  border-bottom: solid 2px var(--color-secondary);
  height: 2em;
  font-size: 1em;
  font-weight: 500;
  color: var(--color-secondary);
  padding: 0 1em;
  margin: 1em 0 2em;
}
.search-container ul {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1em;
}
.search-container ul li {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em 1em;
  border: 2px solid var(--color-secondary);
  transition: 0.3s;
}
.search-container ul li a {
  color: var(--color-secondary);
  transition: 0.3s;
}
.search-container ul li:hover {
  border: 2px solid var(--color-third);
}
.search-container ul li:hover a {
  color: var(--color-third);
}

.position-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
}

#close-button-search {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.5em;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
}
#close-button-search:hover {
  transform: scale(1.1);
}

#search-container nav {
  margin: 0 0 1rem;
}

.meet-our-model .highlight-models-container.search {
  display: flex;
  grid-gap: 1rem;
}
.meet-our-model .highlight-models-container.search .container-figure {
  width: 150px;
  height: 200px;
  position: relative;
  margin: 0;
}

@media (min-width: 768px) {
  .search-container .content-search {
    width: 70%;
  }

  .search-container {
    padding: 6em 0;
  }
}
@media (min-width: 1200px) {
  .search-container .content-search {
    width: 60%;
  }

  .search-container {
    padding: 8em 0;
    height: calc(100vh - 80px);
    top: calc(-100vh + 80px);
  }

  #close-button-search {
    top: 2em;
    right: 2em;
    width: 4em;
  }
}
@media (min-width: 1800px) {
  .search-container .content-search {
    width: 60%;
  }

  .search-container {
    padding: 8em 0;
    height: calc(100vh - 100px);
    top: calc(-100vh + 100px);
  }
}
.page-login #country-code {
  margin-bottom: 2em;
}
.page-login #country-code .input-search input {
  padding: 1rem;
  border: 1px solid var(--color-primary);
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-primary);
  width: 100%;
  background-color: var(--color-secondary);
  text-align: left;
}
.page-login #country-code ul {
  border: 1px solid var(--color-primary);
  border-top: none;
  padding: 0;
  overflow-y: scroll;
  height: 0;
  transition: 0.5s;
}
.page-login #country-code li {
  margin-bottom: 0.4em;
  text-align: left;
}
.page-login #country-code li:hover {
  background-color: var(--color-primary);
}
.page-login #country-code li:hover label {
  color: var(--color-secondary);
}
.page-login #country-code li label {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  padding: 0.2em;
  cursor: pointer;
}
.page-login #country-code li input {
  width: 0;
  height: 0;
  font-size: 0;
  visibility: collapse;
  display: none;
}

.filter-albums-container input, .filter-albums-container select {
  padding: 10px 24px;
  background-color: white;
  border: 2px solid black;
  text-transform: uppercase;
  color: black;
  font-weight: 800;
  font-size: 16px;
}
.filter-albums-container ::-moz-placeholder {
  color: black;
}
.filter-albums-container :-ms-input-placeholder {
  color: black;
}
.filter-albums-container ::placeholder {
  color: black;
}
.filter-albums-container button {
  background-color: var(--color-third);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: var(--color-primary);
  padding: 10px 30px;
  transition: 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.base-editor h1, .base-editor h2 {
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
.base-editor h3 {
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 1.4rem;
}
.base-editor h4 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1.3rem;
}
.base-editor h5, .base-editor h6 {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 1.2rem;
}
.base-editor p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.section-banner-top {
  position: fixed;
  z-index: 0;
}

.meet-our-model .highlight-models-container.search .container-figure {
  transform: translateX(-100px);
  transition: 500ms;
  opacity: 0;
}

.banners-top figure {
  width: 100vw;
  height: 70vw;
  color: var(--color-primary);
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.banners-top figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
.banners-top .container-content-banner-top {
  width: 80%;
}
.banners-top p {
  padding: 0 0 20px;
  font-weight: 500;
}
.banners-top h2, .banners-top h3 {
  font-size: 2rem;
  font-weight: 800;
}
.banners-top a {
  background-color: var(--color-third);
  color: var(--color-primary);
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  margin: 15px 0 0;
  transition: 0.3s;
}
.banners-top a:hover {
  color: var(--color-third);
  background-color: var(--color-primary);
}

.margin-top {
  z-index: -1;
  margin-top: 70vw;
}

.presentation {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  background-color: var(--color-primary);
  text-align: center;
}
.presentation h2, .presentation h3 {
  padding: 0 0 20px;
  font-weight: 500;
  line-height: 1.2;
}
.presentation h2 strong, .presentation h3 strong {
  font-weight: 800;
}
.presentation p {
  font-weight: 400;
  line-height: 1.4;
}

.presentation-list {
  padding: 40px 0 0;
}
.presentation-list li {
  padding: 0 0 25px;
}
.presentation-list figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.presentation-list h3 {
  text-transform: uppercase;
  color: var(--color-third);
  font-weight: 700;
}

.meet-our-model {
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
}
.meet-our-model h2 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.meet-our-model .highlight-models-container {
  padding: 0 0 50px;
}
.meet-our-model .highlight-models-container .container-figure {
  width: 100vw;
  height: 121.88vw;
  position: relative;
  margin: 0 0 15px;
}
.meet-our-model .highlight-models-container .container-figure:last-child {
  margin: 0;
}
.meet-our-model .highlight-models-container figure {
  width: 100%;
  height: 100%;
}
.meet-our-model .highlight-models-container figure:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meet-our-model .highlight-models-container .radial-gradient:before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4262079832) 40%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meet-our-model .highlight-models-container strong {
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--color-primary);
}
.meet-our-model .highlight-models-container .omg-title-center {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-transform: uppercase;
  font-weight: 700;
}

.goddess-of-the-month {
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
  padding: 0 0 50px;
}
.goddess-of-the-month h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0 30px;
  font-size: 1.4rem;
}
.goddess-of-the-month .container-figure {
  width: 100vw;
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}
.goddess-of-the-month figure {
  width: 100%;
  padding-top: 140%;
}
.goddess-of-the-month figure:before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4262079832) 40%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.goddess-of-the-month .content-album {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.goddess-of-the-month .content-album strong {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
  display: block;
  text-align: center;
  color: var(--color-primary);
  line-height: 1.2;
}
.goddess-of-the-month .content-album p {
  text-align: center;
  font-weight: 500;
  color: var(--color-primary);
  margin: 10px 0 0;
}

.meet-our-model .highlight-models-container .content-figure {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.meet-our-model .highlight-models-container .content-figure strong {
  position: static;
  bottom: unset;
  left: unset;
}
.meet-our-model .highlight-models-container .content-figure p {
  color: var(--color-primary);
  font-weight: 300;
  font-size: 0.85rem;
  padding: 8px 0 0;
}

.album-only-desk {
  display: none;
}

@media (min-width: 540px) {
  .meet-our-model .highlight-models-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .meet-our-model .highlight-models-container .container-figure {
    width: 49vw;
    height: 69.81vw;
  }

  .meet-our-model .highlight-models-container.search {
    max-width: 100%;
    grid-gap: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .banners-top figure {
    height: 37.32vw;
  }

  .banners-top h2, .banners-top h3 {
    font-size: 2.5rem;
  }

  .banners-top a {
    padding: 7px 15px;
  }

  .margin-top {
    margin-top: 37.32vw;
  }

  .presentation h2 br, .presentation h3 br {
    display: none;
  }

  .presentation h2 strong, .presentation h3 strong {
    margin: 0 0 0 6px;
    display: inline-block;
  }

  .meet-our-model .highlight-models-container .container-figure {
    margin: 0;
    height: auto;
    width: 32.8%;
  }

  .meet-our-model .highlight-models-container figure {
    padding-top: 121.88%;
  }

  .meet-our-model .highlight-models-container {
    grid-gap: 5px;
    max-width: 992px;
    margin: 0 auto;
  }

  .goddess-of-the-month .container-figure {
    max-width: 100%;
  }

  .goddess-of-the-month .container-figure figure {
    padding-top: 47.4%;
  }

  .container-figure.album.image-large {
    width: 64.5%;
  }
  .container-figure.album.image-large figure {
    padding-top: 0;
  }
  .container-figure.album.image-large .album-only-mobile {
    display: none;
  }
  .container-figure.album.image-large .album-only-desk {
    display: block;
  }
  .container-figure.album.image-small {
    width: 34.5%;
  }
  .container-figure.album.image-small .album-only-mobile {
    display: block;
  }
  .container-figure.album.image-small .album-only-desk {
    display: none;
  }

  .goddess-of-the-month .content-album {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .meet-our-model {
    padding: 0 0 50px;
  }

  .goddess-of-the-month {
    background-color: var(--color-secondary);
  }

  .goddess-of-the-month h3 {
    color: var(--color-primary);
    padding: 50px 0 40px;
  }

  .goddess-of-the-month .container-figure {
    max-width: 992px;
  }

  .goddess-of-the-month .content-album strong {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .banners-top h2, .banners-top h3 {
    font-size: 3.3rem;
    line-height: 1.2;
  }

  .banners-top a {
    margin: 30px 0 0;
  }

  .banners-top .container-content-banner-top {
    width: 70%;
  }

  .presentation {
    padding: 50px 0;
  }

  .presentation p {
    width: 780px;
    margin: 0 auto;
  }

  .presentation h2, .presentation h3 {
    padding: 40px 0;
    font-size: 2.2rem;
  }

  .presentation-list {
    display: flex;
    justify-content: space-evenly;
    padding: 60px 0 0;
    width: 85%;
    margin: 0 auto;
  }
  .presentation-list li {
    width: 30%;
  }
  .presentation-list h3 {
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .presentation-list p {
    width: auto;
    margin: 0 auto;
  }

  .meet-our-model .highlight-models-container {
    max-width: 85%;
    justify-content: start;
  }

  .meet-our-model h2 {
    margin: 0;
    padding: 0 0 50px;
    font-size: 1.4rem;
  }

  .meet-our-model.and-categories h2 {
    padding: 80px 0 50px;
  }

  .meet-our-model .highlight-models-container .container-figure {
    overflow: hidden;
  }

  .goddess-of-the-month .container-figure figure,
.meet-our-model .highlight-models-container figure {
    cursor: pointer;
    transition: 0.3s;
  }
  .goddess-of-the-month .container-figure figure:hover,
.meet-our-model .highlight-models-container figure:hover {
    transform: scale(1.08);
  }

  .goddess-of-the-month h3 {
    padding: 80px 0 60px;
  }

  .goddess-of-the-month {
    padding: 0 0 100px;
  }

  .goddess-of-the-month .container-figure {
    max-width: 85%;
    overflow: hidden;
  }

  .and-album h2 {
    padding: 0 0 50px;
  }
}
@media (min-width: 1800px) {
  .banners-top h2, .banners-top h3 {
    font-size: 5rem;
  }

  .banners-top p {
    font-size: 1.3rem;
  }

  .banners-top a {
    padding: 10px 30px;
  }

  .presentation {
    padding: 100px 0;
  }

  .presentation p {
    width: 940px;
  }

  .presentation-list {
    padding: 80px 0 0;
    width: 70%;
  }

  .presentation-list p {
    width: auto;
  }

  .meet-our-model {
    padding: 0 0 80px;
  }

  .meet-our-model.and-categories h2 {
    padding: 110px 0 70px;
  }

  .meet-our-model h2 {
    padding: 0 0 70px;
  }

  .meet-our-model .highlight-models-container {
    max-width: 70%;
    grid-gap: 10px;
  }

  .goddess-of-the-month .container-figure {
    max-width: 70%;
  }

  .and-album h2 {
    padding: 0 0 70px;
  }
}
.page-login {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding: 60px 30px;
}
.page-login h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  padding: 0 0 6px;
}
.page-login p {
  font-weight: 500;
  padding: 0 0 50px;
}
.page-login form {
  padding: 20px 0 0;
}
.page-login .form-group {
  padding: 0 0 30px;
}
.page-login .form-group label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0 0 5px;
}
.page-login .form-group input {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  font-weight: 200;
  border: none;
  border-bottom: solid 1px var(--color-primary);
  width: 100%;
  font-size: 1rem;
  padding: 5px;
}
.page-login button {
  display: block;
  background-color: var(--color-third);
  color: var(--color-primary);
  padding: 0.5rem 1rem;
  font-weight: 600;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  transition: 0.3s;
  border: 2px solid var(--color-third);
}
.page-login button:hover {
  background-color: var(--color-secondary);
  color: var(--color-third);
}
.page-login a {
  display: block;
  color: var(--color-primary);
  font-weight: 400;
  padding: 20px 0 0;
  transition: 0.3s;
}
.page-login a:hover {
  color: var(--color-third);
}
.page-login .container-input-password {
  position: relative;
}
.page-login .container-input-password span {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.page-login .container-input-password svg {
  color: var(--color-third);
  cursor: pointer;
  width: 20px;
  height: auto;
}
.page-login .p-muted {
  font-size: 0.8rem;
  font-weight: 300;
  padding: 20px;
}
.page-login .omg-textarea textarea {
  width: 100%;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  border: solid 1px var(--color-primary);
  padding: 15px;
}
.page-login .contact-infos {
  text-align: left;
  padding: 0 0 2rem;
}
.page-login .contact-infos p {
  padding: 0;
}
.page-login .contact-infos a {
  font-weight: 700;
  padding: 6px 0;
  margin-bottom: 1rem;
}

@media (min-width: 540px) {
  .page-login {
    text-align: center;
    padding: 100px 30px;
  }

  .page-login form {
    max-width: 500px;
    margin: 0 auto;
  }

  .page-login .form-group label {
    text-align: left;
  }

  .page-login .form-group input {
    font-size: 1.4rem;
    padding: 8px;
  }

  .page-login button {
    margin: 0 auto 30px;
    font-size: 1.2rem;
  }

  .page-login .form-group {
    padding: 0 0 40px;
  }
}
.with-calendar {
  position: relative;
}
.with-calendar span {
  position: absolute;
  right: 10px;
  bottom: 45px;
}
.with-calendar svg {
  color: var(--color-third);
  width: 25px;
  height: auto;
}

.alert-danger li {
  color: var(--color-third);
  padding: 0 0 10px;
}

.about {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding: 0 20px 40px;
}
.about h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  padding: 80px 0 0;
}
.about li,
.about p {
  padding: 0 0 15px;
  line-height: 1.4;
}
.about li strong {
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
  padding: 20px 0 0;
}

@media (min-width: 540px) {
  .about.third,
.about.first {
    padding: 0 8% 60px;
  }

  .about.second {
    padding: 0 8% 60px 16%;
  }
}
@media (min-width: 1200px) {
  .about {
    padding: 20px 20px 80px;
  }

  .about.third,
.about.first {
    padding: 0 10% 80px;
  }

  .about.second {
    padding: 0 10% 80px 20%;
  }
}
@media (min-width: 1800px) {
  .about {
    padding: 40px 20px 80px;
  }

  .about.third,
.about.first {
    padding: 0 20% 80px;
  }

  .about.second {
    padding: 0 20% 80px 30%;
  }
}
.models h2 {
  font-weight: 800;
  font-size: 2rem;
  margin: 50px 0 30px;
}

/*.highlight-models-container{
    .container-figure{
        transform: translateX(-100px);
        opacity: 0;
        transition: 500ms;
    }
}*/
.model {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.model .bar-links-desktop {
  display: none;
}
.model figure {
  width: 100vw;
  height: 121.88vw;
}
.model h1 {
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  padding: 40px 20px 20px;
  text-transform: uppercase;
}
.model .strong-subtitle {
  display: block;
  text-align: center;
  padding: 0 20px 40px;
  font-weight: 500;
}
.model .content {
  padding: 0 20px;
}
.model .attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.model .attributes .attribute {
  width: 50%;
  padding: 10px 20px;
}
.model .attributes .attribute p {
  font-weight: 300;
  line-height: 1.8;
}
.model .attributes .attribute strong {
  font-weight: 700;
  padding: 0;
  display: inline;
}
.model .links-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
.model .links-mobile a {
  width: calc(50% - 10px);
  display: block;
  text-align: center;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  border: var(--color-primary) solid 1px;
  padding: 6px;
  margin: 10px 0;
}
.model .links-mobile a:nth-child(3) {
  width: 100%;
}
.model .description p {
  line-height: 1.4;
  padding: 0 0 15px;
  font-weight: 400;
}
.model .description a {
  color: var(--color-third);
  text-decoration: underline;
}
.model .description.max-height {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
.model .description.max-height:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
}
.model #read-more {
  display: block;
  color: var(--color-primary);
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}
.model .change-container {
  height: auto !important;
}
.model .change-container:before {
  display: none;
}
.model .galleries {
  background-color: var(--color-secondary);
  padding: 50px 0;
}

.list-videos-model {
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap;
}

.video-model {
  position: relative;
  display: block;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
.video-model iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-model::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.not-buyed-video {
  position: relative;
  display: block;
  margin-bottom: 100px;
  width: 45%;
  overflow: hidden;
}
.not-buyed-video button {
  color: white;
  background-color: var(--color-third);
  position: absolute;
  z-index: 10;
  font-weight: 500;
  padding: 14px 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.not-buyed-video button svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.not-buyed-video button:hover {
  background-color: #f53535;
  transition: 0.5s;
}
.not-buyed-video img {
  position: relative;
  z-index: 5;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

@media (min-width: 540px) {
  .model .content {
    max-width: 480px;
    margin: 0 auto;
  }

  .model .description.max-height:before,
.model #read-more {
    display: none;
  }

  .model .description.max-height {
    height: auto;
  }

  .model figure {
    height: 70vw;
  }
}
@media (min-width: 768px) {
  .model figure {
    height: 37.32vw;
  }

  .list-videos-model .video-model {
    width: 45%;
  }

  .model .content {
    max-width: 90%;
    display: flex;
    padding: 0;
  }

  .model .attributes .attribute {
    width: 100%;
  }

  .model .attributes {
    width: 30%;
  }

  .model .description {
    width: 70%;
  }

  .model .links-mobile {
    display: none;
  }

  .model .bar-links-desktop {
    display: flex;
    padding: 30px 0 0;
  }
  .model .bar-links-desktop a {
    color: var(--color-primary);
  }
  .model .bar-links-desktop .button-back {
    padding: 0 0 0 8%;
  }
  .model .bar-links-desktop .button-back a {
    display: inline-block;
  }
  .model .bar-links-desktop .button-back svg {
    width: 2rem;
    height: auto;
    position: relative;
    transition: 0.3s;
  }
  .model .bar-links-desktop .button-back svg:hover {
    transform: translateX(-10px);
  }
  .model .bar-links-desktop .links {
    width: 68%;
    margin: 0 0 0 auto;
  }
  .model .bar-links-desktop .links a {
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--color-primary);
    display: inline-block;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    transition: 0.3s;
  }
  .model .bar-links-desktop .links a:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
  }

  .model .link-join,
.model .bar-fixed {
    display: none !important;
  }

  .model h1 {
    padding: 40px 20px 20px 0;
    width: 68%;
    margin: 0 0 0 auto;
    text-align: left;
  }

  .model .strong-subtitle {
    padding: 0 20px 50px 0;
    width: 68%;
    margin: 0 0 0 auto;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .model .bar-fixed,
.model .link-join {
    display: inline-block !important;
  }

  .model .bar-links-desktop .links .link-join {
    margin: 0 10px 0 10%;
    background-color: var(--color-third);
    border-color: var(--color-third);
  }
  .model .bar-links-desktop .links .link-join:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-third);
    color: var(--color-third);
  }

  .model .bar-fixed {
    position: fixed;
    top: -300px;
    padding: 0;
    transition: 0.4s;
    width: 100%;
    background-color: var(--color-primary);
    z-index: 2;
  }
  .model .bar-fixed.show-bar-fixed {
    top: 60px;
  }
  .model .bar-fixed .bar-fixed-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }
  .model .bar-fixed .bar-fixed-container a, .model .bar-fixed .bar-fixed-container p {
    color: var(--color-secondary);
    text-transform: uppercase;
    font-size: 0.8rem;
  }
  .model .bar-fixed .bar-fixed-container p span {
    text-transform: capitalize;
  }
  .model .bar-fixed .bar-fixed-container p strong {
    font-weight: 600;
  }
  .model .bar-fixed .bar-fixed-container .button-back {
    padding: 0 0 0 20px;
  }
  .model .bar-fixed .bar-fixed-container .actions-buttons a {
    border: 2px solid var(--color-secondary);
    font-weight: 600;
    padding: 6px 12px;
    margin-left: 10px;
    transition: 0.3s;
  }
  .model .bar-fixed .bar-fixed-container .actions-buttons a:hover {
    border-color: var(--color-third);
    color: var(--color-third);
  }
  .model .bar-fixed .bar-fixed-container .actions-buttons a:last-child {
    background-color: var(--color-third);
    border-color: var(--color-third);
    color: var(--color-primary);
  }
  .model .bar-fixed .bar-fixed-container .actions-buttons a:last-child:hover {
    background-color: var(--color-primary);
    color: var(--color-third);
  }
}
@media (min-width: 1200px) {
  .model .bar-fixed.show-bar-fixed {
    top: 80px;
  }
}
@media (min-width: 1800px) {
  .model .bar-fixed .bar-fixed-container,
.model .content {
    max-width: 70%;
  }

  .model .strong-subtitle,
.model h1 {
    width: 64%;
  }

  .model .bar-fixed.show-bar-fixed {
    top: 100px;
  }

  .model .bar-links-desktop .button-back {
    padding: 0 0 0 20px;
  }

  .model .bar-links-desktop {
    width: 70%;
    margin: 0 auto;
  }

  .model .bar-links-desktop {
    padding: 60px 0 30px;
  }

  .model .bar-links-desktop.bar-fixed {
    width: 100%;
    padding: 0;
  }

  .model .bar-links-desktop .links {
    width: 100%;
    text-align: end;
  }
}
.page-albums h1 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
}

.list-albums-page .container-figure {
  transform: translateX(-100px);
  opacity: 0;
  transition: 500ms;
}

@media (min-width: 768px) {
  .page-albums h1 {
    margin: 50px 0;
  }
}
@media (min-width: 1800px) {
  .page-albums h1 {
    margin: 80px 0;
  }
}
.album-cover figure {
  width: 100vw;
  height: 128.88vw;
}

.album-info {
  position: relative;
}
.album-info > h2 {
  padding: 0 0 50px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.album-info .content-album-info {
  background-color: var(--color-primary);
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -70px;
  padding: 25px 25px 0;
}
.album-info .categories-album {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5rem;
}
.album-info .categories-album a {
  background-color: var(--color-secondary);
  border: solid 2px var(--color-secondary);
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 0.8rem;
  transition: 0.3s;
  display: block;
}
.album-info .categories-album a:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.album-info .album-name-and-description h1 {
  color: var(--color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  padding: 40px 0;
  font-size: 2.2rem;
  line-height: 1.8;
}
.album-info .album-name-and-description p {
  color: var(--color-secondary);
  font-weight: 500;
  padding: 0 0 1rem;
}
.album-info .album-models p,
.album-info .album-created-at p {
  font-weight: 300;
}
.album-info .album-created-at {
  padding: 1rem 0 2rem;
}
.album-info .album-models strong {
  font-weight: 600;
  display: block;
  padding: 6px 0 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.album-gallery {
  padding: 0 0 60px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
       column-gap: 0;
}
.album-gallery a {
  width: 50%;
}
.album-gallery img {
  margin-bottom: -3px;
  width: 100%;
}

.unlock-images {
  text-align: center;
  padding: 0 0 3rem;
}
.unlock-images p {
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 0 2rem;
}
.unlock-images a {
  border: solid 2px var(--color-third);
  color: var(--color-primary);
  background-color: var(--color-third);
  transition: 0.3s;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.unlock-images a:hover {
  background-color: var(--color-primary);
  color: var(--color-third);
}

.album-gallery-video h2 {
  padding: 0 0 50px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .album-cover figure {
    height: 37.32vw;
  }

  .album-info .content-album-info {
    width: 70%;
    top: -80px;
  }

  .album-gallery {
    width: 70%;
    margin: 0 auto;
  }
  .album-gallery h2 {
    padding: 0 0 50px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }

  .album-gallery-video {
    width: 70%;
    margin: 0 auto;
  }

  .album-actions.only-desk {
    display: flex;
    justify-content: space-between;
    width: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .album-actions.only-desk svg {
    width: 2rem;
    height: auto;
    color: var(--color-secondary);
    transition: 0.3s;
    position: relative;
  }
  .album-actions.only-desk svg:hover {
    transform: translateX(-10px);
  }

  .sponsor-or-tip {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: end;
  }
  .sponsor-or-tip a {
    padding: 6px 12px;
    background-color: var(--color-third);
    border: solid 2px var(--color-third);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
  }
  .sponsor-or-tip a:hover {
    background-color: var(--color-primary);
    color: var(--color-third);
  }
}
@media (min-width: 1200px) {
  .album-info {
    width: 85%;
    margin: 0 auto;
  }

  .album-gallery {
    width: 85%;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .album-gallery-video {
    width: 85%;
  }

  .album-gallery img {
    margin-bottom: 3px;
  }

  .album-actions.only-desk {
    width: 100%;
    top: 40px;
  }
}
@media (min-width: 1600px) {
  .album-info,
.album-gallery, .album-gallery-video {
    width: 70%;
  }

  .album-info .content-album-info {
    width: 60%;
    padding: 35px 35px 0;
  }

  .sponsor-or-tip {
    flex-direction: row;
  }

  .album-gallery {
    padding: 0 0 100px;
  }
}
.page-plans {
  /*.menu-header-bar svg,
  .menu-header-bar h1 a {
      color: var(--color-primary);
  }

  .vertical-separator {
      background-color: var(--color-primary);
  }*/
}
.page-plans .background-page-plans {
  background-color: var(--color-secondary);
  text-align: center;
  padding: 80px 20px;
}
.page-plans .background-page-plans h1 {
  font-weight: 800;
}
.page-plans .background-page-plans p {
  font-weight: 600;
}
.page-plans .background-page-plans p, .page-plans .background-page-plans h1 {
  color: var(--color-primary);
}
.page-plans .background-page-plans .list-plans {
  display: flex;
  padding: 50px 0 0;
  flex-wrap: wrap;
  grid-gap: 30px;
  justify-content: center;
}
.page-plans .background-page-plans .list-plans .card-plan {
  background-color: var(--color-primary);
  width: 300px;
  padding: 1.5rem;
  position: relative;
  min-height: 380px;
  transition: 0.3s;
}
.page-plans .background-page-plans .list-plans .card-plan:hover .price-and-frequency span, .page-plans .background-page-plans .list-plans .card-plan:hover .price-and-frequency strong {
  color: var(--color-third);
}
.page-plans .background-page-plans .list-plans .card-plan:hover a {
  border-color: var(--color-third);
  background-color: var(--color-third);
  color: var(--color-primary);
}
.page-plans .background-page-plans .list-plans a, .page-plans .background-page-plans .list-plans span, .page-plans .background-page-plans .list-plans strong, .page-plans .background-page-plans .list-plans p {
  color: var(--color-secondary);
}
.page-plans .background-page-plans .list-plans h2 {
  color: var(--color-third);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 40px;
}
.page-plans .background-page-plans .list-plans strong, .page-plans .background-page-plans .list-plans span {
  font-weight: 800;
  transition: 0.3s;
}
.page-plans .background-page-plans .list-plans span {
  font-size: 2rem;
  display: inline-block;
  padding: 0 10px 0 0;
}
.page-plans .background-page-plans .list-plans strong {
  font-size: 4rem;
}
.page-plans .background-page-plans .list-plans p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.8rem 0 2rem;
}
.page-plans .background-page-plans .list-plans a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 2rem;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  border: 2px solid var(--color-secondary);
  transition: 0.3s;
}
.page-plans .background-page-plans .list-plans ul {
  padding: 0 0 60px;
}
.page-plans .background-page-plans .list-plans ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 120px;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.page-plans .background-page-plans .list-plans ul li svg {
  color: var(--color-third);
  margin-right: 10px;
}
.page-plans .background-page-plans .list-plans ul li strong {
  font-size: 1rem;
  font-weight: 500;
}
.page-plans.body-open-menu .menu-header-bar svg, .page-plans.body-open-menu .menu-header-bar h1 a {
  color: var(--color-secondary);
}
.page-plans.body-open-menu .vertical-separator {
  background-color: var(--color-secondary);
}

@media (min-width: 992px) {
  .page-plans .background-page-plans .list-plans {
    width: 70%;
    margin: 0 auto;
    padding: 100px 0;
  }

  /*.page-plans .menu-header-bar {
      background-color: transparent;
      border: none;
  }*/
  .page-plans .background-page-plans {
    padding: 120px 20px 0;
    min-height: calc(100vh - 60px);
  }
}
@media (min-width: 1200px) {
  .page-plans .background-page-plans .list-plans {
    width: 100%;
  }

  .page-plans .background-page-plans h1 {
    font-size: 3rem;
  }

  .page-plans .background-page-plans .list-plans .card-plan:hover {
    transform: scale(1.1);
  }

  .page-plans .background-page-plans {
    padding: 140px 20px 0;
    min-height: calc(100vh - 80px);
  }
}
@media (min-width: 1800px) {
  .page-plans .background-page-plans .list-plans {
    width: 70%;
  }

  .page-plans .background-page-plans {
    min-height: calc(100vh - 100px);
  }
}
.layout-account {
  display: flex;
  flex-direction: column-reverse;
  padding: 3em 0;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  /* Rounded sliders */
}
.layout-account h1 {
  font-size: 2em;
  font-weight: 800;
  padding: 0 0 1.5em;
}
.layout-account h2 {
  font-size: 1.4em;
  font-weight: 500;
  padding: 0 0 2em;
}
.layout-account h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-secondary-light);
  display: block;
  margin: 1em 0 0;
}
.layout-account h3 {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 0 1em;
}
.layout-account .infos {
  padding: 0 0 2em;
}
.layout-account .card-information {
  padding: 0 0 4em;
  margin: 0 0 58px 0;
}
.layout-account p, .layout-account label {
  font-weight: 400;
  padding: 0 0 1em;
}
.layout-account a, .layout-account button {
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--color-secondary);
  font-weight: 600;
  transition: 0.3s;
  font-size: 1em;
}
.layout-account a:hover, .layout-account button:hover {
  color: var(--color-third);
}
.layout-account .actions .danger {
  color: #DC3545;
}
.layout-account .actions span {
  font-weight: 400;
  margin: 0 1em;
}
.layout-account label,
.layout-account input {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.layout-account .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.layout-account .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.layout-account .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.layout-account .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.layout-account input:checked + .slider {
  background-color: var(--color-third);
}
.layout-account input:focus + .slider {
  box-shadow: 0 0 1px var(--color-third);
}
.layout-account input:checked + .slider:before {
  transform: translateX(26px);
}
.layout-account .slider.round {
  border-radius: 34px;
}
.layout-account .slider.round:before {
  border-radius: 50%;
}
.layout-account .show-checkbox label,
.layout-account .show-checkbox input {
  opacity: 1;
  pointer-events: initial;
}
.layout-account .show-checkbox button {
  background-color: var(--color-third);
  border: 2px solid var(--color-third);
  padding: 0.5em 1em;
  text-decoration: none;
  color: var(--color-primary);
}
.layout-account .show-checkbox button:hover {
  background-color: var(--color-primary);
  color: var(--color-third);
}
.layout-account .aside-menu {
  text-align: center;
}
.layout-account .aside-menu a {
  padding: 0.3em;
  display: block;
  margin: 0 0 1em;
}
.layout-account .aside-menu li.page-active a {
  color: var(--color-third);
}

@media (min-width: 768px) {
  .layout-account {
    max-width: initial;
    flex-direction: row;
  }

  .layout-account .aside-menu {
    text-align: left;
    width: 30%;
  }

  .layout-account .container-account {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .layout-account .main-infos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .main-infos .plans .card-information {
    margin: 0 10px;
  }

  .layout-account .card-information {
    padding: 0;
    position: relative;
    width: 49%;
  }

  .layout-account .infos {
    padding: 0 0 4em;
  }

  .layout-account .actions {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .layout-account .container-account,
.layout-account {
    width: 80%;
  }

  .layout-account .aside-menu {
    width: 20%;
  }

  .layout-account {
    padding: 8em 0;
  }
}
.sponsor-and-request {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.sponsor-and-request .sponsor-and-request-container {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.sponsor-and-request h1 {
  font-weight: 800;
  padding: 80px 0 0;
  text-transform: uppercase;
  font-size: 2.6rem;
  text-align: center;
}
.sponsor-and-request span {
  font-weight: 600;
  padding: 0 0 50px;
  display: block;
  text-align: center;
}
.sponsor-and-request .info-model {
  background-color: var(--color-primary);
  padding: 15px;
  color: var(--color-secondary);
}
.sponsor-and-request .info-model h2 {
  color: var(--color-third);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}
.sponsor-and-request .info-model strong {
  font-weight: 600;
  display: block;
  padding: 30px 0 6px;
}
.sponsor-and-request .info-model p {
  font-weight: 200;
  font-size: 0.9rem;
}
.sponsor-and-request form {
  padding: 30px 0 50px;
}
.sponsor-and-request label {
  display: block;
  font-weight: 400;
  padding: 20px 0 6px 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
}
.sponsor-and-request input,
.sponsor-and-request textarea {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  width: 100%;
  border: 1px solid var(--color-primary);
  margin-bottom: 1rem;
}
.sponsor-and-request textarea {
  padding: 1rem;
  font-size: 1rem;
}
.sponsor-and-request input {
  border: none;
  border-bottom: 1px solid;
  padding-left: 2rem;
  font-size: 1.4rem;
  height: 2.6rem;
  margin: 1rem 0;
}
.sponsor-and-request .input-money {
  position: relative;
}
.sponsor-and-request .input-money svg {
  position: absolute;
  width: 1.4rem;
  height: auto;
  top: 1.6rem;
}
.sponsor-and-request .container-button {
  text-align: center;
  margin: 6px 0;
}
.sponsor-and-request button {
  color: var(--color-primary);
  background-color: var(--color-third);
  padding: 0.8em 2em;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid var(--color-third);
  transition: 0.3s;
}
.sponsor-and-request button:hover {
  background-color: var(--color-secondary);
  color: var(--color-third);
}

.sponsor-and-request.page-tip {
  text-align: center;
}
.sponsor-and-request.page-tip strong {
  display: block;
  font-weight: 600;
  color: var(--color-third);
  padding: 6px;
}
.sponsor-and-request.page-tip p {
  font-weight: 400;
  padding: 30px 0;
}
.sponsor-and-request.page-tip .tip-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
  margin-bottom: 2em;
}
.sponsor-and-request.page-tip .tip-options input {
  display: none;
}
.sponsor-and-request.page-tip .tip-options .option-active {
  background-color: var(--color-third);
  color: var(--color-primary);
  border-color: var(--color-third);
}
.sponsor-and-request.page-tip .tip-options label {
  padding: 6px 12px;
  font-weight: 600;
  border: solid 2px var(--color-primary);
  font-size: 1em;
  transition: 0.3s;
}
.sponsor-and-request.page-tip .tip-options label:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.sponsor-and-request.page-tip .terms-tip label {
  padding: 0 0 1em;
  display: flex;
  text-align: left;
}
.sponsor-and-request.page-tip .terms-tip input {
  font-size: 1em;
  height: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 6px 0 0;
}

@media (min-width: 992px) {
  .sponsor-and-request h1 {
    padding: 120px 0 0;
  }

  .sponsor-and-request span {
    padding: 0 0 80px;
  }

  .sponsor-and-request form {
    padding: 70px 0 100px;
  }

  .sponsor-and-request textarea,
.sponsor-and-request .info-model {
    padding: 25px;
  }

  .sponsor-and-request label {
    padding: 20px 0 6px 25px;
  }

  .sponsor-and-request input {
    padding-left: 25px;
  }

  .sponsor-and-request.page-tip form {
    padding: 0 0 100px;
  }
}
.confirmation {
  background-color: #8F8F8F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.confirmation .confirmation-card {
  background-color: var(--color-primary);
  width: 90%;
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
  max-width: 600px;
}
.confirmation .confirmation-head {
  padding: 2rem 0 1rem 0;
}
.confirmation .confirmation-head svg {
  width: 5rem;
  height: auto;
}
.confirmation .confirmation-head svg path {
  fill: var(--color-third);
}
.confirmation .confirmation-head h1 {
  color: var(--color-secondary);
  font-weight: 700;
  margin: 20px 0 0 0;
  font-size: 2rem;
}
.confirmation .confirmation-action {
  padding: 0 0 3rem;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
}
.confirmation .confirmation-action a {
  border: solid 2px var(--color-secondary);
  color: var(--color-secondary);
  padding: 0.8rem;
  width: 40%;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.confirmation .confirmation-action a:hover {
  color: var(--color-third);
  border-color: var(--color-third);
}
.confirmation .confirmation-warning {
  display: flex;
  justify-content: center;
  margin: 10px 0 30px 0;
  grid-gap: 0.5rem;
}
.confirmation .confirmation-warning p {
  text-align: start;
  font-size: 0.8rem;
  line-heighft: 1.2;
  font-weight: 200;
}

.confirmation-body footer,
.confirmation-body header {
  display: none;
}

.confirmation-body main {
  padding: 0;
}

@media (min-width: 768px) {
  .confirmation .confirmation-card {
    border-radius: 2rem;
    padding: 2rem;
  }

  .confirmation .confirmation-warning {
    grid-gap: 1rem;
  }
}
.page-terms-of-use {
  background-color: var(--color-secondary);
}
.page-terms-of-use .lgpd-wrap {
  display: none;
}

.terms-of-use {
  color: var(--color-primary);
  padding: 3rem 1rem;
}
.terms-of-use a {
  color: var(--color-third);
}
.terms-of-use a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .terms-of-use {
    width: 70%;
    margin: 0 auto;
    padding: 4rem 0;
  }
}
.fancybox__progress {
  background-color: var(--color-third);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--color-third);
}
