@font-face {
  font-family: Tan Enigma;
  src: url('../fonts/TAN---ENIGMA.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueRoman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #070707;
  --white: #fafafa;
  --transparent: #3898ec00;
  --red: #c70101;
  --_apps---colors--background: #e6e6e65c;
  --_apps---colors--foreground: #050505;
  --gradient-black: var(--black);
  --_apps---charts--chart-1: #c70101;
  --_apps---charts--chart-2: #d15d4f;
  --_apps---charts--chart-3: #bc0000;
  --_apps---charts--chart-4: #980000;
  --_apps---charts--chart-5: #790000;
  --_apps---charts--chart-1-dark: #eb3c2e;
  --_apps---charts--chart-2-dark: #ff8c7b;
  --_apps---charts--chart-3-dark: #ce0000;
  --_apps---charts--chart-4-dark: #fd7463;
  --_apps---charts--chart-5-dark: #ad0201;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d8d8d8;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #c70101;
  --_apps---colors--primary-foreground: #fff6f5;
  --_apps---colors--secondary: #ffcbc1;
  --_apps---colors--secondary-foreground: #130b0a;
  --_apps---colors--muted: #dfdfdf;
  --_apps---colors--muted-foreground: #676364;
  --_apps---colors--accent: #cbcbcb;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74551;
  --_apps---colors--border: #d2d2d2;
  --_apps---colors--input: #d5d5d5;
  --_apps---colors--ring: #b3392d;
  --_apps---colors--background-dark: #070707;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1a1a1a;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1a1a1a;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #eb3c2e;
  --_apps---colors--primary-foreground-dark: #150a08;
  --_apps---colors--secondary-dark: #400000;
  --_apps---colors--secondary-foreground-dark: #fff6f5;
  --_apps---colors--muted-dark: #020202;
  --_apps---colors--muted-foreground-dark: #8e8e8e;
  --_apps---colors--accent-dark: #303030;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6d74;
  --_apps---colors--border-dark: #f8f8f8;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #ea6c5c;
  --_apps---sidebar--sidebar: #dfdfdf;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #c70101;
  --_apps---sidebar--sidebar-primary-foreground: #fff6f5;
  --_apps---sidebar--sidebar-accent: #cbcbcb;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d2d2d2;
  --_apps---sidebar--sidebar-ring: #b3392d;
  --_apps---sidebar--sidebar-dark: #0d0d0d;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #eb3c2e;
  --_apps---sidebar--sidebar-primary-foreground-dark: #150a08;
  --_apps---sidebar--sidebar-accent-dark: #303030;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #ea6c5c;
  --_apps---sizes--radius: 30px;
  --_apps---typography--heading-font: "Tan Enigma", Arial, sans-serif;
  --_apps---typography--body-font: "Helvetica Neue", Arial, sans-serif;
  --_apps---typography--button-font: "Tan Enigma", Arial, sans-serif;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--black);
}

.form {
  flex-flow: column;
  width: 77%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-form-block {
  width: 50%;
  padding-right: 1vw;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 7px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.text-field::placeholder {
  color: var(--white);
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.field-label {
  color: var(--red);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  font-size: 1.2vw;
  line-height: 1;
  display: block;
}

.field-label.opacity0 {
  opacity: 0;
  color: var(--white);
  font-family: Helveticaneue;
  font-weight: 400;
  line-height: 1;
}

.field-label.uploader {
  margin-top: 0;
  margin-bottom: -11px;
}

.field-container {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 3vh;
  display: flex;
}

.submit-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 7vw;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.right-form-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 50%;
  padding-left: 1vw;
  display: grid;
}

.hero-fullscreen {
  width: 100vw;
  height: 100vh;
}

.video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: block;
}

.cover-section {
  display: flex;
}

.cover-wrapper {
  width: 50vw;
}

.cover-img {
  width: 100%;
  height: 100%;
}

.news-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 17vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-collection {
  display: flex;
}

.news-list {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.news-item {
  width: 20vw;
  height: auto;
}

.new-info-flex {
  margin-top: 12px;
  margin-left: 5px;
  display: flex;
}

.news-category {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .65vw;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.news-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 1;
}

.left-arrow {
  cursor: pointer;
  width: 7vw;
  height: auto;
  margin-left: 5px;
  position: static;
  inset: 30% auto 0% 0%;
}

.image {
  width: 100%;
  height: 100%;
}

.bar {
  border-bottom: 1px solid var(--white);
  background-image: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 97vw;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.6vh;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.logo-container-bar {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 4%;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-transform: uppercase;
  border-radius: 14px;
  padding: 6px 15px 3px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  box-shadow: 0 2px 6px #00000057;
}

.button.left-margin {
  margin-left: .7vw;
  font-size: 15px;
}

.button.right-margin {
  color: var(--white);
  margin-right: 1vw;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 15px;
}

.button.admin-login-submit-button {
  margin-top: 10px;
}

.button.init-state {
  filter: invert();
}

.image-2 {
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 0;
  font-family: Tan Enigma, Arial, sans-serif;
  font-size: 3.8vw;
  line-height: 1;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
}

.search-container {
  width: auto;
}

.fixed-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.contacts-container {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.top-grid {
  grid-column-gap: 11vw;
  grid-row-gap: 5vw;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-category {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4vh;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1;
}

.contact-category.no-padding {
  margin-bottom: 1vh;
  font-size: .7vw;
}

.contact-category.no-bottom {
  margin-bottom: 0;
}

.contact-v-flex, .contact-v-flex.nopadding {
  margin-right: 0;
}

.team-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1;
}

.contact-link {
  color: var(--white);
  width: auto;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.contact-link.capslock {
  text-transform: uppercase;
}

.scaling-heading {
  color: var(--white);
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 1;
}

.mid-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.bottom-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 9vh;
  display: flex;
}

.line {
  background-color: var(--white);
  width: 26%;
  height: 1px;
  padding-bottom: 0;
}

.general-email-link {
  width: 100%;
  text-decoration: none;
}

.models-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.model-card {
  border: .7px solid #000;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.about-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  width: 79%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: .83;
}

.about-heading.ro {
  opacity: 0;
  width: 87%;
  display: none;
}

.about-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 6vh;
  display: flex;
}

.about-container.mobile {
  display: none;
}

.track {
  background-color: #f8f8f8;
  border-radius: 100vw;
  width: 16vw;
  height: 1px;
  margin: 0 2vw 0;
  padding-left: 0;
}

.handle {
  cursor: auto;
  background-color: #f8f8f8;
  border-radius: 100vw;
  width: 1em;
  height: 1em;
  position: relative;
  inset: -619% 0% 0%;
}

.lang-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.top-container {
  width: 100%;
  display: flex;
}

.mid-container {
  justify-content: space-between;
  width: 100%;
  margin: 2vh auto 0;
  padding-left: .6vw;
  display: flex;
}

.image-uploader {
  border: 1px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 12vw;
  height: 12vw;
}

.image-uploader.portrait {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/portrait.jpg');
  width: 12vw;
  height: 12vw;
}

.image-uploader.profile {
  opacity: .8;
  background-image: url('../images/profile.jpg');
}

.image-uploader.full-body {
  opacity: .8;
  background-image: url('../images/fullbody.jpg');
}

.image-uploader.half-body {
  opacity: .8;
  background-image: url('../images/halfbody.jpg');
}

.video-uploader {
  border: 1px solid var(--white);
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/video.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 12vw;
  height: 12vw;
}

.uploader-wrapper {
  cursor: auto;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.bottom-container {
  margin-top: 4vh;
}

.paragraph-2 {
  color: var(--white);
  text-align: justify;
  width: 100%;
  height: auto;
  margin: 4vh auto;
  padding-left: .6vw;
  font-family: Helveticaneue;
  font-size: .85vw;
  font-weight: 400;
  line-height: 1;
}

.faq-link {
  color: var(--white);
  text-decoration: underline;
}

.div-block-2 {
  justify-content: space-between;
  margin-top: 0;
  margin-right: 10vw;
  display: flex;
}

.checkbox-field {
  align-items: center;
  height: auto;
  margin-bottom: 0;
  margin-left: .6vw;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  text-align: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 4vw;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.checkbox {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 180px;
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 3vw;
}

.image-3 {
  font-size: 1vw;
  position: relative;
  inset: 0%;
}

.model-comp-name {
  opacity: 0;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  inset: 49% 0% 0%;
}

.bar-container-fixed {
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.bar-container-fixed.gradient {
  background-image: linear-gradient(180deg, var(--transparent), #000000b3);
  margin-bottom: 0;
  padding-bottom: 12px;
}

.form-label {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Helveticaneue;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.privacy-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 2.5vh;
  grid-template-rows: auto;
  width: 70vw;
}

.privacy-label {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.privacy-par {
  color: var(--white);
  text-align: justify;
  margin-bottom: 1vh;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1;
}

.privacy-title {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.right-arrow {
  cursor: pointer;
  width: 7vw;
  height: auto;
  margin-right: 5px;
  position: static;
  inset: 30% 0% auto auto;
}

.slide-js {
  display: none;
}

.model-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.model-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.model-collection {
  width: 100vw;
}

.images-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-wrapper {
  width: 50%;
}

.stats-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Helveticaneue;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1;
}

.iglink {
  display: none;
}

.central-block {
  width: 50vw;
  display: block;
  overflow: hidden;
}

.arrow-block {
  cursor: pointer;
  width: 7vw;
}

.slider {
  justify-content: space-between;
  align-items: center;
  width: 84%;
  display: flex;
}

.info-bar {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-end;
  width: 98%;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.model-social-block, .buttons-block {
  margin-bottom: 10px;
}

.admin-section {
  border-top: 1px solid var(--white);
  flex-flow: row;
  height: 100%;
  margin-top: 10vh;
  display: flex;
}

.collections-block {
  border-right: 1px solid var(--white);
  width: 8vw;
  height: 100%;
}

.items-block {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 17vw;
}

.content-block {
  width: 75vw;
}

.models-admin-collection {
  display: block;
}

.button-3 {
  background-color: var(--transparent);
  display: inline-flex;
}

.div-block-7, .div-block-8 {
  border-bottom: 1px solid var(--white);
}

.button-2 {
  background-color: var(--transparent);
}

.single-model-wrapper {
  padding: 2vw;
}

.div-block-9 {
  display: flex;
}

.pfp-container {
  width: 21vw;
}

.model-name {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  margin: 0 auto 3vh;
  font-family: Tan Enigma, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-size-medium {
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.text-size-medium.text-weight-bold {
  margin-top: 1.25rem;
  font-size: 2.3rem;
  font-weight: 300;
}

.section_hero {
  color: #fff;
  margin-top: 4.5rem;
}

.section_hero.relative {
  margin-top: 20vh;
  margin-bottom: 0;
  padding-bottom: 20vh;
}

.accordion-arrow {
  width: 23px;
  max-width: none;
}

.paragraph-2 {
  text-transform: none;
  width: 90%;
  margin-top: 0;
  margin-bottom: 1.6rem;
  margin-left: 0;
  padding-left: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.faq_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.accordion-container {
  border-top: 1px solid #fff;
  justify-content: space-between;
  display: flex;
}

.accordion-container.bottomborder {
  border-bottom: 1px solid #fff;
}

.faq_icon-wrapper {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq_question {
  cursor: pointer;
  border-top: 1px #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.search-button {
  display: none;
}

.search-input {
  background-color: var(--transparent);
  color: var(--white);
  border: 0 #000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Helveticaneue;
  font-size: 15px;
  line-height: 1;
}

.search-input::placeholder {
  color: var(--white);
  font-family: Helveticaneue;
  font-size: 15px;
  line-height: 1;
}

.search-input.desktop {
  text-transform: uppercase;
  padding-right: 6px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
}

.search-input.desktop::placeholder {
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
}

.search-modal {
  margin-bottom: 0;
  display: none;
}

.search-modal.modal {
  display: block;
}

.search-modal.desktop {
  width: 154px;
  display: block;
}

.booking-terms-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.booking-terms-flex {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.booking-terms-flex.right-padding {
  padding-right: 1vw;
}

.booking-terms-flex.left-padding {
  padding-left: 1vw;
}

.paragraph-4 {
  color: var(--white);
  text-align: justify;
  margin-bottom: 2vh;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.form-par {
  color: var(--white);
  text-align: justify;
  text-transform: none;
  margin-bottom: 4vh;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.form-par.mobile {
  display: none;
}

.privacy-link {
  color: var(--white);
  text-decoration: underline;
}

.search-toggle {
  display: none;
}

.news-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.news-heading, .about-mobile-section {
  display: none;
}

.nav {
  background-color: var(--transparent);
  width: 100vw;
  margin-top: 0;
  padding-top: 2.5vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  width: 100px;
  display: none;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.mobile-container, .links-container {
  display: none;
}

.filters-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.filters-container.desktop {
  flex-flow: row;
  display: flex;
}

.filters-container.desktop.hide {
  opacity: 0;
  width: auto;
  display: none;
}

.filters-container.change {
  margin-left: auto;
  margin-right: auto;
}

.filter-button {
  background-color: var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 25px;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.model-meta {
  display: none;
}

.div-block-10 {
  align-items: flex-end;
  display: flex;
}

.filter-opener {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 2vh;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.filter-opener.hide {
  display: none;
}

.footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 97vw;
  height: auto;
  margin: 1vh auto 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.left, .right {
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.footer-info {
  direction: ltr;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.footer-info.mobile {
  display: none;
}

.arrows-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.search-block {
  display: none;
}

.results {
  display: block;
}

.search-collection.desktop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 25px;
  width: auto;
  margin-bottom: 15px;
  margin-left: -16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  display: block;
  box-shadow: 1px 2px 5px #0003;
}

.model-page-link.tempclass.desktop {
  color: var(--white);
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.search-modal-js, .search-input-css {
  display: none;
}

.filter-opener-link {
  text-decoration: none;
}

.filter-opener-link.hide {
  display: none;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-8 {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Helveticaneue 08";
  font-size: 1.5vw;
  line-height: 1;
}

.div-block-12 {
  background-color: #8b7373a3;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-results-inner {
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.doubleclick-js, .carousel-wrapper, .carousel-css, .carousel-js {
  display: none;
}

.seo-block {
  z-index: -3;
  cursor: none;
  margin-top: 20vh;
  position: relative;
}

.test {
  display: none;
}

.admin-authentication {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.form-block-2 {
  width: 30%;
}

.admin-login-label {
  color: var(--white);
  text-transform: uppercase;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.admin-login-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--transparent);
  margin-bottom: 15px;
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.admin-login-field::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
}

.admin-nav {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: stretch;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.admin-navlink {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: -3px;
  margin-right: 50px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.admin-logo-container {
  width: 60px;
  height: 60px;
}

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

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  text-transform: uppercase;
  object-fit: fill;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 8px;
  line-height: 1;
}

.image-8 {
  margin-top: 15px;
}

.admin-models-section {
  flex-flow: row;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.admin-models-list {
  width: 10%;
  margin-top: 10px;
}

.admin-form-container {
  width: 90%;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-9 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.admin-form-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
}

.admin-form-flex._2 {
  border: 1px solid var(--white);
  border-radius: 30px;
  flex-flow: column;
  padding: 50px;
}

.admin-form-modelname {
  color: var(--white);
  text-transform: uppercase;
  height: auto;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.add-model-button {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.horizontal-line {
  background-color: var(--white);
  color: var(--white);
  width: 100%;
  height: 1px;
  transform: rotate(90deg);
}

.vertical-line {
  background-color: var(--white);
  height: 1px;
}

.div-block-15 {
  width: 100%;
  height: 1px;
}

.div-block-16 {
  border: 1px solid var(--white);
}

.admin-pfp-uploader {
  border: 1px solid #5c4e4e;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 270px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr 1fr 1fr;
  width: 100%;
}

.image-9 {
  height: 100%;
  display: block;
}

.admin-text-field {
  color: var(--white);
  background-color: #413a3aad;
  border: 1px #000;
  border-radius: 50px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.admin-field-label {
  color: var(--white);
  margin-bottom: 3px;
  margin-left: 7px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.admin-grid-flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.grid-3 {
  grid-column-gap: 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-template-rows: auto auto auto;
}

.admin-uploader-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.admin-multi-image-uploader {
  background-color: #413a3aad;
  border: 1px #000;
  border-radius: 16px;
  min-height: 200px;
}

.item {
  font-size: 14px;
}

.item:nth-child(odd) {
  color: var(--white);
  font-size: 14px;
}

.item:nth-child(2n) {
  color: var(--_apps---colors--background);
}

.heading-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.code-embed-3 {
  display: none;
}

.video-embed {
  display: block;
}

.hover {
  z-index: -2;
  background-color: var(--_apps---colors--foreground);
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  flex-flow: column;
  width: auto;
  display: block;
}

.collection-list {
  width: 125vw;
  display: flex;
}

.image-11 {
  width: 25vw;
}

.model-mobile, .background-video {
  display: none;
}

.section-fix {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.section-fix.show.modelpage {
  display: flex;
}

.model-cms {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading2 {
  color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 7vh;
  font-family: Tan Enigma, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.heading2.modelname {
  margin-bottom: 46px;
  font-size: 1.8rem;
}

.heading2.modelname.static {
  display: none;
}

.heading2.modelname.hide {
  margin-bottom: 30px;
  position: absolute;
}

.digitals-image {
  width: 300px;
}

.slider-container {
  justify-content: space-around;
  align-items: center;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-image {
  width: auto;
}

.digitals-cms {
  display: flex;
  overflow: visible;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
}

.grid-2.mobile {
  justify-content: space-between;
  width: auto;
  display: flex;
}

.book-cms {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.combined-right-arrow {
  cursor: pointer;
  width: 6vw;
}

.image-7 {
  width: 300px;
  max-width: none;
  display: block;
}

.multi-image-cms {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.stats-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
}

.stats-container {
  margin-top: 10px;
}

.stats-container.mobile {
  display: none;
}

.stats-container.desktop {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.single-image-cms {
  width: 600px;
  display: none;
  overflow: hidden;
}

.slider-mask {
  width: auto;
  display: block;
}

.combined-left-arrow {
  cursor: pointer;
  width: 6vw;
}

.bar-container {
  border-bottom: 1px solid #f8f8f8;
  justify-content: space-between;
  align-items: flex-end;
  width: 96%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vh;
  display: flex;
  overflow: hidden;
}

.buttons-container-2 {
  display: flex;
}

.bar-2 {
  z-index: 10;
  margin-bottom: 35px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.button-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: .05px;
  background-color: #ddd0;
  border: 1px solid #f8f8f8;
  border-radius: 35px;
  padding: 5px 19px;
  font-size: .9rem;
  transition: all .3s;
  overflow: hidden;
}

.button-2:hover {
  color: #f8f8f8;
  background-color: #ddd0;
}

.button-2.margin {
  cursor: pointer;
  margin-right: 10px;
}

.button-2.modelpage, .images-css, .model-footer-par, .div-block-18, .div-block-19 {
  display: none;
}

@media screen and (max-width: 991px) {
  .form {
    align-items: stretch;
  }

  .left-form-block {
    width: 100%;
    padding-right: 0;
  }

  .text-field, .text-field::placeholder {
    font-size: 14px;
  }

  .submit-button {
    font-size: 12px;
  }

  .right-form-block {
    width: 100%;
    padding-left: 0;
  }

  .hero-fullscreen {
    height: 100%;
    display: block;
  }

  .video, .cover-section {
    display: none;
  }

  .news-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .news-collection {
    aspect-ratio: auto;
    margin-top: -8vh;
  }

  .news-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    align-items: flex-start;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .news-item {
    width: auto;
    margin-bottom: 2vh;
  }

  .new-wrapper {
    text-align: right;
  }

  .new-info-flex {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
  }

  .news-category {
    letter-spacing: .5px;
    margin-left: 15px;
    margin-right: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
  }

  .news-title {
    margin-top: 3px;
    font-size: 4.2vw;
  }

  .left-arrow {
    display: none;
  }

  .bar {
    width: 95vw;
  }

  .logo-container-bar {
    display: none;
  }

  .buttons-container {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .button {
    font-size: 15px;
    box-shadow: 0 3px 5px #00000057;
  }

  .nav-link {
    text-align: center;
    flex-flow: column;
    margin-bottom: 1.8vh;
    font-size: 8vw;
    display: block;
  }

  .fixed-section {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .fixed-section.hide {
    display: none;
  }

  .fixed-section.modelpage {
    height: auto;
    display: none;
  }

  .contact-category.mobile {
    margin-bottom: 2vh;
    font-size: 12px;
  }

  .team-heading.mobile {
    font-size: 12px;
  }

  .contact-link.mobile {
    margin-bottom: 7vh;
    font-size: 12px;
  }

  .scaling-heading.mobile {
    margin-bottom: 7vh;
    font-size: 34px;
  }

  .models-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .model-card {
    cursor: pointer;
  }

  .about-heading {
    width: 78%;
    margin-top: 20vh;
    font-size: 4.5vw;
  }

  .about-heading.ro {
    opacity: 0;
    display: none;
  }

  .about-container.mobile {
    display: none;
  }

  .track {
    width: 25vw;
  }

  .lang-link {
    font-size: 12px;
  }

  .top-container {
    flex-flow: column;
  }

  .mid-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-uploader.portrait, .image-uploader.profile, .image-uploader.full-body, .image-uploader.half-body, .video-uploader {
    width: 22vw;
    height: 22vw;
  }

  .bottom-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .faq-link {
    font-size: 3.8vw;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-label {
    font-size: 9px;
  }

  .model-comp-name {
    z-index: 10;
    opacity: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 2vw;
    display: block;
  }

  .bar-container-fixed {
    z-index: 12;
    display: block;
  }

  .bar-container-fixed.gradient {
    padding-bottom: 12px;
  }

  .bar-container-fixed.gradient.home {
    background-image: none;
  }

  .form-label {
    font-size: 10px;
  }

  .privacy-grid {
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 80vw;
    margin-top: 19vh;
    padding-bottom: 140px;
    display: flex;
  }

  .privacy-label {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 300;
  }

  .privacy-par {
    margin-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .privacy-title {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
  }

  .right-arrow {
    display: none;
  }

  .stats-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .heading-6 {
    margin-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
  }

  .heading-6.bottom-margin {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .iglink {
    width: 22px;
    margin-top: 20px;
    display: block;
  }

  .info-bar {
    display: none;
  }

  .text-size-medium {
    font-weight: 300;
  }

  .text-size-medium.text-weight-bold {
    font-size: 2.3rem;
  }

  .paragraph-2 {
    font-size: .9rem;
    line-height: 1.2;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .search-button {
    display: none;
  }

  .search-input {
    margin-left: auto;
    margin-right: auto;
  }

  .search-input.modal {
    opacity: .25;
    text-align: center;
    text-transform: uppercase;
    padding-right: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    display: block;
  }

  .search-input.modal::placeholder {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
  }

  .search-modal {
    z-index: 10;
    display: none;
    position: relative;
  }

  .search-modal.modal {
    z-index: 9;
    text-align: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 2vw;
    display: block;
    position: relative;
  }

  .booking-terms-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    font-size: 14px;
  }

  .booking-terms-flex.right-padding {
    width: auto;
    padding-right: 0;
  }

  .booking-terms-flex.left-padding {
    width: auto;
    padding-left: 0;
  }

  .paragraph-4 {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 300;
  }

  .form-par {
    display: none;
  }

  .form-par.mobile {
    text-align: center;
    margin-bottom: 8vh;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 4.5vw;
    font-weight: 300;
    line-height: .83;
    display: block;
  }

  .search-toggle {
    z-index: 2;
    width: 24px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .burger {
    background-color: #f8f8f8;
    width: 28px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger.middle {
    width: 26px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .burger._1, .burger._2 {
    width: 26px;
  }

  .news-heading {
    z-index: 9;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    object-fit: fill;
    margin-top: 13vh;
    margin-bottom: 0;
    font-family: Tan Enigma, Arial, sans-serif;
    font-size: 27.2vw;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .about-mobile-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25vh;
    padding-bottom: 50px;
    display: flex;
  }

  .nav {
    z-index: 1000;
    flex-flow: column;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brand {
    width: auto;
    display: block;
  }

  .brand.w--current {
    width: auto;
  }

  .nav-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: block;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--black);
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 23vh;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-container {
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .menu-button {
    z-index: 1000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .links-container {
    border-bottom: 1px solid var(--white);
    justify-content: space-between;
    width: 60%;
    margin-top: 7vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-link2 {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }

  .filters-container {
    flex-flow: row;
    justify-content: space-between;
    width: 90%;
    margin: 19vh auto 1vh;
    display: flex;
  }

  .filters-container.search {
    border-bottom: 1px solid var(--white);
    margin-top: 0;
    margin-bottom: 5vh;
    padding-bottom: 2vh;
    display: none;
  }

  .filters-container.change {
    margin-left: auto;
    margin-right: auto;
  }

  .filter-button {
    background-color: var(--transparent);
    color: var(--white);
    text-transform: uppercase;
    margin-right: 0;
    padding: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
  }

  .filter-button.nopadding, .filter-button.no-padding {
    margin-right: 0;
  }

  .model-meta {
    display: none;
  }

  .gender {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
  }

  .board, .true-text {
    font-size: 20px;
    line-height: 1;
  }

  .div-block-10 {
    display: none;
  }

  .footer {
    background-color: var(--transparent);
    width: 95vw;
    margin-top: 0;
    padding-top: 1vh;
    padding-bottom: 0;
  }

  .footer.black-bg.hide {
    display: none;
  }

  .footer-link, .footer-info {
    font-size: 9px;
  }

  .footer-info.mobile {
    display: none;
  }

  .search-block {
    z-index: 1;
    background-color: var(--black);
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    padding-top: 20vh;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .mask-block {
    z-index: 10;
    background-color: var(--black);
    height: 20vh;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .results {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .search-collection {
    margin-bottom: 40px;
  }

  .results-block {
    margin-bottom: 0;
  }

  .model-page-link {
    color: #fafafa;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 2vw;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }

  .model-page-link.tempclass {
    margin-bottom: 15px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
  }

  .search-modal-js, .search-input-css {
    display: none;
  }

  .form-block {
    margin-top: 20vh;
    margin-bottom: 0;
    padding-bottom: 15vh;
  }

  .link-block {
    width: 3vw;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .doubleclick-js {
    display: none;
  }

  .carousel-wrapper {
    z-index: 2;
    display: block;
    position: relative;
  }

  .carousel-css, .carousel-js {
    display: none;
  }

  .seo-block {
    margin-top: 0;
    position: absolute;
  }

  .initial.letter.searchpage {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-family: Tan Enigma, Arial, sans-serif;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1;
  }

  .initial.letter.searchpage.hide, .handle-css, .code-embed {
    display: none;
  }

  .test {
    justify-content: space-between;
    width: 83%;
    margin-top: 19vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .code-embed-2, .video-embed, .model-mobile {
    display: none;
  }

  .collection-list-wrapper-2 {
    margin-top: 19vh;
  }

  .model-mobile-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 94%;
    margin: 30px auto;
    display: grid;
  }

  .mobile-model-name {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tan Enigma, Arial, sans-serif;
    font-size: 7vw;
    font-weight: 400;
    line-height: 1;
  }

  .link-block-3 {
    width: 27px;
  }

  .collection-list-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-12 {
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin: 30px auto;
    display: grid;
  }

  .section-fix {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section-fix.show.modelpage {
    padding-top: 19vh;
    padding-bottom: 15vh;
  }

  .model-cms {
    width: 100%;
    margin-top: 20px;
  }

  .heading2 {
    margin-top: 150px;
    margin-bottom: 0;
    font-size: 6vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading2.modelname {
    font-size: 6vw;
  }

  .heading2.modelname.static {
    margin-top: 0;
    display: block;
    position: static;
  }

  .heading2.modelname.hide {
    display: none;
    position: static;
  }

  .digitals-image {
    width: 100%;
  }

  .slider-container {
    width: 100%;
    display: block;
  }

  .book-image {
    width: auto;
  }

  .digitals-cms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2.mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    width: 85%;
    display: flex;
  }

  .book-cms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .combined-right-arrow {
    display: none;
  }

  .image-7 {
    width: 100%;
  }

  .multi-image-cms {
    width: 100%;
    display: block;
  }

  .stats-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-2.topmargin {
    margin-top: 20px;
  }

  .stats-container {
    margin-bottom: 20px;
  }

  .stats-container.mobile {
    display: block;
  }

  .stats-container.desktop {
    display: none;
  }

  .single-image-cms {
    width: 100%;
  }

  .combined-left-arrow, .bar-container, .bar-2 {
    display: none;
  }

  .bar-2.model-page {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .button-2 {
    font-size: .8rem;
  }

  .button-2.modelpage {
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 6px;
    padding-bottom: 3px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: inline-flex;
  }

  .button-2.modelpage.hide {
    display: none;
  }

  .ig-icon {
    width: 100%;
  }

  .model-footer-mobile {
    border-bottom: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto 8vh;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .model-footer-par {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    display: block;
  }

  .link {
    color: var(--white);
    font-weight: 300;
  }

  .div-block-18, .div-block-19 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .news-category {
    font-family: Helvetica Neue, Arial, sans-serif;
  }

  .news-title {
    font-size: 4vw;
  }

  .button {
    font-size: 15px;
  }

  .fixed-section {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .fixed-section.about {
    height: 100vh;
  }

  .contact-category.mobile, .team-heading.mobile, .contact-link.mobile {
    font-size: 11px;
  }

  .scaling-heading.mobile {
    font-size: 25px;
  }

  .models-list {
    grid-template-columns: 1fr 1fr;
  }

  .about-heading {
    margin-top: 0;
    font-size: 4.5vw;
  }

  .track {
    display: block;
  }

  .mid-container {
    margin-top: 3vh;
    padding-left: 0;
  }

  .bottom-container {
    margin-top: 6vh;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .checkbox-field {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .model-comp-name {
    font-size: 3vw;
  }

  .text-size-medium.text-weight-bold {
    margin-top: 1rem;
  }

  .faq_component {
    grid-row-gap: 0rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_accordion {
    width: 85%;
    margin-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .filter-button {
    font-size: 12px;
  }

  .filter-button.no-padding {
    margin-right: 0;
  }

  .footer {
    display: flex;
  }

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

  .footer-link {
    display: none;
  }

  .footer-info {
    font-size: 10px;
  }

  .footer-info.hide {
    display: none;
  }

  .footer-info.mobile {
    text-align: right;
    display: block;
  }

  .model-page-link {
    font-size: 3vw;
  }

  .form-block {
    margin-top: 0;
  }

  .model-mobile-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-17 {
    justify-content: center;
  }

  .section-fix {
    display: none;
  }

  .section-fix.show {
    display: flex;
  }

  .heading2.modelname.hide {
    font-family: Tan Enigma, Arial, sans-serif;
  }

  .button-2.modelpage {
    font-size: 14px;
  }

  .model-footer-par {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .form {
    width: 86%;
  }

  .text-field {
    border-top-style: none;
    border-left-style: none;
  }

  .text-field::placeholder {
    background-color: var(--transparent);
    -webkit-text-stroke-color: var(--transparent);
    text-transform: none;
    white-space: normal;
    line-height: 1;
  }

  .field-label, .field-label.uploader {
    font-size: 20px;
  }

  .submit-button {
    font-size: 14px;
  }

  .news-list {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 92%;
  }

  .new-info-flex {
    margin-top: 10px;
  }

  .news-category {
    letter-spacing: 0;
    margin-left: 15px;
  }

  .news-title {
    font-size: 9vw;
    line-height: .95;
  }

  .button {
    padding: 5px 13px 2.5px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .button.left-margin {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 2.5px;
    font-size: 16px;
  }

  .nav-link {
    margin-bottom: 1.6vh;
    font-size: 15vw;
  }

  .fixed-section {
    height: auto;
    margin-top: 20vh;
  }

  .fixed-section.about {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 150px;
  }

  .fixed-section.privacy {
    margin-top: 25vh;
  }

  .contact-category.no-padding.mobile {
    font-family: Helveticaneue;
    font-weight: 400;
  }

  .contact-category.mobile {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
  }

  .team-heading.mobile {
    margin-bottom: 3px;
  }

  .contact-link.mobile {
    margin-bottom: 7vh;
  }

  .scaling-heading.mobile {
    font-size: 29px;
  }

  .about-heading {
    width: 84%;
    margin-top: 0;
    font-size: 9vw;
  }

  .about-container {
    margin-bottom: 200px;
  }

  .about-container.mobile {
    margin-bottom: 75px;
    display: flex;
  }

  .about-container.hide {
    display: none;
  }

  .track {
    width: 44vw;
  }

  .lang-link {
    font-size: 11px;
  }

  .mid-container {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-uploader.portrait, .image-uploader.profile, .image-uploader.full-body, .image-uploader.half-body, .video-uploader {
    width: 65vw;
    height: 65vw;
  }

  .bottom-container {
    margin-top: 8vh;
  }

  .faq-link {
    font-size: 5vw;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .checkbox-field {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .checkbox-label {
    font-size: 10px;
  }

  .checkbox {
    cursor: auto;
    width: 11px;
    height: 11px;
    margin-top: 2px;
  }

  .checkbox.w--redirected-checked {
    background-color: var(--red);
  }

  .image-3 {
    opacity: .8;
  }

  .model-comp-name {
    margin-bottom: 0;
    font-size: 4.5vw;
    inset: 49% 0% 0%;
  }

  .bar-container-fixed {
    margin-bottom: 10px;
  }

  .bar-container-fixed.gradient.black-bg {
    background-image: none;
    padding-bottom: 0;
  }

  .form-label {
    font-size: 12px;
  }

  .privacy-grid {
    margin-top: 0;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-6.bottom-margin {
    font-size: 10px;
  }

  .iglink {
    width: 22px;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 2.2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .search-input.modal {
    margin-top: 60px;
    font-size: 18px;
  }

  .search-input.modal::placeholder {
    font-size: 18px;
  }

  .search-modal {
    z-index: 13;
    display: none;
  }

  .booking-terms-container {
    width: 80vw;
    padding-top: 25vh;
  }

  .form-par.mobile {
    width: auto;
    margin-bottom: 6vh;
    font-size: 7vw;
  }

  .burger.middle, .burger._1, .burger._2 {
    width: 26px;
  }

  .nav {
    padding-top: 1vh;
  }

  .brand {
    width: 100px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 100px;
  }

  .nav-menu {
    padding-top: 23vh;
  }

  .links-container {
    width: 80%;
    margin-top: 8vh;
  }

  .nav-link2 {
    font-size: 2.4vw;
  }

  .image-7 {
    width: 4.5vw;
    height: 4.5vw;
  }

  .filters-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    justify-content: space-between;
    align-items: flex-start;
    width: 99%;
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .filters-container.search {
    display: none;
  }

  .filters-container.change {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .filter-button {
    text-align: left;
    margin-right: 0;
    font-size: 3.5vw;
  }

  .filter-button.no-padding {
    margin-right: 0;
  }

  .footer {
    background-color: var(--transparent);
  }

  .footer.black-bg {
    background-color: var(--black);
    padding-top: 0;
    padding-bottom: 12px;
  }

  .footer.black-bg.hide {
    display: flex;
  }

  .footer-info {
    font-size: 9px;
  }

  .search-block {
    padding-top: 17vh;
  }

  .mask-block {
    background-color: var(--black);
    height: 17vh;
  }

  .results-block {
    margin-bottom: 0;
  }

  .model-page-link {
    font-size: 4vw;
  }

  .model-page-link.tempclass {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .link-block {
    width: 5vw;
    display: flex;
  }

  .initial.letter.searchpage {
    font-size: 12vw;
  }

  .test {
    width: 98%;
    margin-top: 14vh;
  }

  .image-10, .model-mobile {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .model-mobile-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template: ". . . . . . . ."
                   ". . . . . . . Area"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    display: grid;
  }

  .mobile-model-name {
    text-align: center;
    font-size: 10vw;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-12 {
    width: 100%;
  }

  .collection-list-wrapper-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-fix {
    padding-top: 170px;
    padding-bottom: 120px;
    display: none;
  }

  .section-fix.show {
    padding-top: 150px;
  }

  .section-fix.show.modelpage {
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .model-cms {
    margin-top: 0;
  }

  .heading2 {
    font-size: 8vw;
  }

  .heading2.modelname {
    height: auto;
    margin-bottom: 0;
    font-size: 9vw;
    line-height: 1.3;
  }

  .heading2.modelname.static {
    margin-top: 0;
    display: block;
    position: static;
  }

  .heading2.modelname.hide {
    display: none;
  }

  .grid-2.mobile {
    justify-items: center;
    width: 95%;
  }

  .book-cms {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-7.model {
    width: 100%;
    height: auto;
  }

  .heading-2 {
    text-align: center;
  }

  .stats-container.mobile {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .bar-2.model-page {
    border-bottom: 1px solid var(--white);
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 30px;
    padding-bottom: 14px;
  }

  .button-2.modelpage {
    margin-left: 0;
    margin-right: 0;
  }

  .ig-icon {
    vertical-align: baseline;
    max-width: none;
  }

  .model-footer-mobile {
    border-bottom-style: none;
    flex-flow: column;
    width: 95%;
    margin-bottom: 0;
    padding-bottom: 110px;
    position: static;
  }

  .model-footer-par {
    text-transform: capitalize;
    font-size: 9px;
    line-height: 1;
  }

  .link {
    text-transform: capitalize;
  }

  .all-rights {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Tan Enigma, Arial, sans-serif;
    font-size: 41px;
    line-height: 1;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .heading-11 {
    color: var(--white);
    font-family: Tan Enigma, Arial, sans-serif;
    line-height: 1;
  }

  .paragraph-6 {
    color: var(--white);
    text-align: right;
    text-transform: uppercase;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
    line-height: 1;
  }

  .div-block-19 {
    border-bottom: 1px solid var(--white);
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
    display: flex;
  }

  .link-2 {
    color: var(--white);
    text-transform: uppercase;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
  }

  .image-13 {
    width: 15%;
    max-width: 95%;
  }
}

#w-node-_2e3f229b-f097-fbd2-2f72-197dcda2b473-eaba6c69 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dce47bec-3969-ee2e-4c4d-f0e257e4e6d6-eaba6c69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e5eefef-61f6-0d19-8c4a-1336df59a361-eaba6c69, #w-node-_52784b49-c813-d867-0d3e-a9257bc20c01-eaba6c69, #w-node-_545800ad-c7ad-c82a-7001-6c3a4b3d0cfa-eaba6c69, #w-node-_603ac7a3-d9eb-8880-e742-d1cfc081b154-eaba6c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67772380-58e1-4054-3ed5-d1da9d1d36f6-eaba6c69 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ad078c49-988c-2398-9115-332bfab24397-fe11da83, #w-node-cabf40d5-581d-d690-04df-a7e3d4cbd7f7-fe11da83, #w-node-_5a052b67-ffeb-8e3d-05ac-141469869820-fe11da83, #w-node-_915cac20-14ac-4ef8-a262-64f9675f76de-fe11da83, #w-node-_58027595-a861-869b-9c44-6b648a3436da-fe11da83, #w-node-_0a5e94b3-c318-54f2-7ad6-daaab8919591-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa41126d-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa411276-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa41127f-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa411288-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112a0-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112a5-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112aa-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112af-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112b4-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112b9-fe11da83, #w-node-b74a4bcd-9aff-e886-8742-a17efa4112be-fe11da83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d5e1d8-2b04-fdee-b22b-2ba8a826e5f9-c87a9523 {
  justify-self: end;
}

#w-node-c28663d9-d41d-9783-87c2-669cb1b12efd-c87a9523 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_2d04d1ec-421d-b047-7f8b-9f4b8e00ff64-876b42c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_133f6097-715c-2bf1-a956-7fdac67c81ac-fe11da83 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: center;
  }

  #w-node-_138e9c87-2859-de1d-47ef-bb295841595d-fe11da83 {
    justify-self: center;
  }

  #w-node-_514838b2-84fd-a8b6-594c-c0cd1e68d501-fe11da83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b74a4bcd-9aff-e886-8742-a17efa4112c3-fe11da83 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58027595-a861-869b-9c44-6b648a3436da-fe11da83, #w-node-_0a5e94b3-c318-54f2-7ad6-daaab8919591-fe11da83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tan Enigma';
  src: url('../fonts/TAN---ENIGMA.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}