.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 {
  color: #333;
  font-family: Addingtoncf, sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: #000;
  text-decoration: none;
}

.top-container {
  max-width: 100dvw;
}

.top-div {
  position: relative;
  overflow: hidden;
}

.slider-1-div {
  z-index: 4;
  height: 100vh;
  background-image: url('../images/slider-1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-1-div.cnc {
  z-index: 5;
  background-image: url('../images/slider-3.png');
  background-position: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-1-div.casting {
  z-index: 6;
  background-image: url('../images/slider-2.png');
  background-position: 50% 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-1-div.about {
  z-index: 6;
  background-color: #fff;
  background-image: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider, .slider-2 {
  height: 100vh;
}

.slider-heading {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.top-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Trocchi, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.top-text.center {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider-subtext {
  color: #fff;
  text-align: center;
}

.slider-2-div {
  background-image: url('../images/slider-3.png');
  background-position: 50%;
  background-size: cover;
}

.slider-selector {
  z-index: 80;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 10%;
}

.slider-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.slider-text {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Trocchi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.slider-text.language {
  color: rgba(255, 255, 255, .58);
  padding-right: 0;
  font-size: 13px;
  line-height: 20px;
}

.slider-text.language.en {
  color: #fff;
}

.slider-text.language.en._2 {
  color: rgba(255, 255, 255, .58);
}

.slider-text.language.srb {
  color: #fff;
}

.slider-text.language.it, .slider-text.language.gr {
  color: rgba(255, 255, 255, .58);
}

.arrow {
  background-color: #fff;
  border-radius: 20px;
}

.cnc {
  align-items: center;
  display: flex;
}

.casting {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overlay {
  width: 300px;
  height: 100%;
  filter: blur(20px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 8px 11px rgba(0, 0, 0, .2);
}

.gradient {
  z-index: 10;
  width: 30%;
  height: 100vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .51), rgba(0, 0, 0, .3) 53%, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gradient.overtop {
  width: 100%;
  height: 20%;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .3) 23%, rgba(0, 0, 0, 0) 84%);
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient.overtop.nav {
  height: 10%;
  background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .3) 9%, rgba(0, 0, 0, 0) 84%);
  display: block;
}

.text-arrow {
  align-items: center;
  display: flex;
}

.div-block-line {
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.image {
  z-index: 1;
}

.casting-image-div {
  z-index: 1;
  height: 100vh;
  background-image: url('../images/slider-2.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cnc-image-div {
  z-index: 1;
  height: 100vh;
  background-image: url('../images/slider-3.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 10px;
}

.image-2 {
  z-index: 1;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-3 {
  height: 100dvh;
  display: none;
}

.logo {
  z-index: 9;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-image: url('../images/r-logo-white.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.center-heading {
  width: 700px;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, rgba(0, 0, 0, .59), rgba(0, 0, 0, 0));
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.middle-con {
  max-width: 100dvw;
}

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

.neverending-text {
  max-width: 100%;
  background-color: #000;
  overflow: hidden;
}

.rotating-text {
  color: #fff;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: none;
}

.slider-4 {
  width: 50%;
  height: 300px;
  margin-top: 40px;
}

.container {
  height: 1000px;
  max-width: 100dvw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.card-header {
  font-size: 25px;
  line-height: 30px;
}

.image-div-card {
  width: 400px;
  height: 200px;
  background-image: url('../images/IMG_20191112_205703_628.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.body {
  background-color: #000;
}

.div-block-3 {
  width: 45%;
  height: 350px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-div {
  width: 45%;
}

.slider-5 {
  width: 45%;
  height: 100%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.heading.info {
  color: #000;
}

.text-block {
  text-align: center;
  font-size: 15px;
}

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

.card-text {
  font-family: PT Sans, sans-serif;
}

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

.top-main-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Addingtoncf, sans-serif;
  font-size: 15px;
}

.learn-more-button {
  width: 300px;
  height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.learn-more-button:hover {
  background-color: rgba(0, 0, 0, .58);
}

.learn-more-button.dark {
  background-color: rgba(255, 255, 255, .23);
}

.learn-more-button.instagram {
  z-index: 3;
  margin-top: 20px;
  position: relative;
  top: 50px;
}

.business-card {
  z-index: 1;
  width: 580px;
  height: 325px;
  background-image: url('../images/Business-Card-rasveta.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 34px;
  display: flex;
  position: relative;
  box-shadow: 3px 12px 14px 9px rgba(0, 0, 0, .2);
}

.image-3 {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.card-small-text {
  color: #d69f72;
  text-align: center;
  letter-spacing: 1px;
  font-family: Trocchi, sans-serif;
  font-size: 15px;
}

.card-small-text.number {
  letter-spacing: 3px;
  font-family: Fontspring demo theseasons it, sans-serif;
  font-weight: 400;
}

.card-text-all {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

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

.email-logo {
  margin-right: 10px;
}

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

.phone.address {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.card-big-text {
  color: #d69f72;
  text-align: center;
  letter-spacing: 1px;
  mix-blend-mode: normal;
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
}

.all-info-div {
  width: 800px;
  height: 800px;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.all-info-div.more-info {
  width: 100%;
  justify-content: flex-start;
}

.card-highlight {
  z-index: 2;
  width: 400px;
  height: 400px;
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.card-highlight.add {
  opacity: .04;
  display: none;
}

.copy-email {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: -23%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.copy-text {
  color: #d69f72;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  position: static;
  top: -25%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.black-line {
  width: 50%;
  height: 1px;
  color: #000;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.black-line.white {
  color: #fff;
  background-color: #fff;
  margin-left: auto;
  margin-right: 10px;
  padding-right: 10px;
}

.black-line.card {
  background-color: #d69f72;
}

.text-info {
  margin-bottom: 40px;
}

.info-long-text {
  width: 500px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 22px;
}

.info-long-text.info {
  color: #000;
  font-size: 18px;
}

.info-section {
  background-color: #fff;
  display: block;
}

.info-container {
  max-width: 100dvw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span {
  font-family: Fontspring demo theseasons lt, sans-serif;
  font-size: 20px;
}

.italic-text-block {
  width: 500px;
  color: #fff;
  text-align: center;
  margin: 40px auto 20px;
  font-family: Fontspring demo theseasons lt, sans-serif;
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
  position: relative;
}

.italic-text-block.small {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  font-family: Trocchi, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.italic-text-block.card-small-text {
  font-size: 20px;
}

.italic-text-div {
  margin-left: auto;
  margin-right: auto;
}

.underline {
  opacity: .63;
  position: absolute;
  top: 2px;
  left: 24%;
  right: auto;
  transform: rotate(93deg);
}

.table-1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.table-2 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
}

.table-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-4 {
  opacity: .85;
  position: absolute;
  top: 13%;
  bottom: -58px;
  left: 38%;
  right: auto;
  transform: rotate(92deg);
}

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

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

.more-info-div {
  z-index: 3;
  width: 60%;
  height: 65%;
  background-color: rgba(0, 0, 0, .66);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.slider-6 {
  width: 30%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-7deg);
}

.bold-text {
  background-color: rgba(0, 0, 0, 0);
}

.slider-7 {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.x {
  z-index: 70;
  opacity: .87;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.x-sign {
  width: 20px;
  height: 20px;
  background-image: url('../images/x.png');
  background-position: 50%;
  background-size: cover;
}

.exit-text {
  color: #fff;
  padding-right: 5px;
}

.small-screen {
  display: none;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.galery {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-6 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.button-text {
  color: #fff;
  line-height: 20px;
}

.button-text.close {
  display: none;
}

.images {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.language-selector {
  z-index: 30;
  width: 160px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 2%;
}

.language-selector.eng {
  width: 150px;
  flex-direction: row;
}

.language-selector.mobile {
  display: none;
}

.language-selector.menu {
  left: 2%;
}

.up-divider {
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  font-family: Droid Serif, serif;
}

.text-span-3 {
  font-family: League Spartan, sans-serif;
}

.video {
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px auto;
}

.video-2 {
  max-width: 90%;
  margin: 20px auto;
}

.srb-eng {
  width: 60px;
  align-items: center;
  display: flex;
}

.gr-it {
  width: 60px;
  display: flex;
}

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

.middle-text-slogan {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Trocchi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.middle-text-slogan.center {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}

.credits-div {
  z-index: 100;
  opacity: 1;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
  overflow: hidden;
}

.credits-text {
  z-index: 6;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  position: relative;
}

.credits-text-ab {
  z-index: 6;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cardwipe {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.credits-text-ap {
  z-index: 6;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.nav {
  position: fixed;
}

.round-button {
  opacity: 1;
  color: #31312f;
  background-color: #edeae1;
  border: .1em solid #000;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 2em;
  padding: 1.2em 3em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.round-button.seethrough {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.right-side-nav-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-2 {
  width: 6em;
  height: 6em;
}

.burger-line-middle {
  width: 70%;
  height: 2px;
  background-color: #000;
}

.btn-text-sm {
  z-index: 1;
  font-size: 1vw;
  line-height: 1;
  position: relative;
}

.burger-line-top {
  width: 70%;
  height: 2px;
  background-color: #31312f;
  margin-bottom: 6px;
}

.card-wipe {
  width: 100%;
  height: 100%;
  color: #dcd9c9;
  background-color: #cac7b9;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.card-wipe.bg-blue-shade {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #cac7b9, rgba(0, 0, 0, 0));
}

.burger-circle {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #edeae1;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-parent {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.burger-menu-parent {
  width: 3em;
  height: 3em;
  justify-content: center;
  align-items: center;
  padding: 0 1px 0 0;
  overflow: hidden;
}

.container-lg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.btn-text-sm-ab {
  z-index: 2;
  font-size: 1vw;
  line-height: 1;
  position: absolute;
}

.nav-2 {
  z-index: 9999;
  width: 100%;
  padding-top: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.burger-line-bottom {
  width: 70%;
  height: 2px;
  background-color: #000;
  margin-top: 6px;
}

.menu-parent {
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 12px 8px 8px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0%;
  left: auto;
  right: 2%;
  overflow: hidden;
}

.menu-parent.mobile {
  display: none;
}

.menu-bar-mid {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.menu-parent-big {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.menu-text {
  z-index: 1;
  color: #2a2a29;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  position: relative;
}

.contact-field {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #31312f;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

.heading-3.text-white {
  color: #fff;
  font-style: normal;
}

.parent {
  z-index: 1;
  position: relative;
}

.btn-text-md {
  z-index: 5;
  text-align: center;
  font-size: 1.5vw;
  line-height: 1;
  display: block;
  position: relative;
}

.btn-text-md.text-white {
  font-style: normal;
}

.image-me {
  width: 100%;
  height: 100%;
  background-image: url('../images/DSC02500.jpg');
  background-position: 50%;
  background-size: cover;
}

.menu-image-parent {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.btn-text-md-ab {
  font-size: 1.5vw;
  line-height: 1;
  position: absolute;
}

.btn-text-md-ab.text-back {
  z-index: 2;
  color: #000;
  font-style: normal;
}

.image-work {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screenshot-2023-06-16-130020.png');
  background-position: 0 0;
  background-size: cover;
}

.menu-text-ab {
  z-index: 1;
  color: #fff;
  font-size: 4em;
  font-style: italic;
  line-height: 1;
  position: absolute;
}

.menu-link-parent {
  width: 100%;
  height: 10%;
  color: #edeae1;
  justify-content: space-between;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-menu {
  z-index: 1;
  width: 3em;
  height: 3em;
  position: relative;
}

.menu-panel-left {
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #dcd9c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-panel-left.bg-blue {
  background-color: #dcd9c9;
}

.menu-panel-right {
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #dcd9c9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-panel-right.bg-blue {
  background-color: #dcd9c9;
}

.menu-parent-in {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.h1 {
  margin-top: 10px;
}

.h1._1 {
  margin-bottom: 0;
}

.bottom-line {
  z-index: 10;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-bar-top, .menu-bar-bottom {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .top-section {
    display: block;
  }

  .slider-1-div, .slider-1-div.cnc {
    display: flex;
  }

  .slider-1-div.cnc.mobile {
    display: flex;
    position: static;
  }

  .slider-1-div.casting {
    display: flex;
  }

  .slider-1-div.casting.mobile {
    display: flex;
    position: static;
  }

  .slider-1-div.about {
    display: flex;
  }

  .slider-1-div.about.mobile {
    display: flex;
    position: static;
  }

  .slider-1-div.mobile {
    background-image: none;
  }

  .top-text {
    color: #fff;
  }

  .top-text.center {
    font-size: 18px;
  }

  .slider-selector {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: absolute;
  }

  .slider-selector.mobile {
    width: 30%;
    position: static;
  }

  .slider-selector.small {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }

  .slider-link {
    position: static;
    top: 10px;
    left: 10px;
    right: auto;
  }

  .slider-link._2 {
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }

  .slider-link._3.white {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
  }

  .slider-link._4 {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
  }

  .slider-text {
    padding-right: 0;
  }

  .slider-text.white {
    color: #000;
  }

  .arrow {
    display: none;
  }

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

  .div-block-line.black {
    background-color: #000;
  }

  .image {
    height: 500px;
    background-image: url('../images/slider-1.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    display: flex;
  }

  .logo {
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .center-heading {
    width: 500px;
    display: flex;
    position: absolute;
  }

  .center-heading.small {
    width: 100%;
    background-color: #b4b2b3;
    background-image: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .learn-more-button.instagram {
    width: 250px;
  }

  .business-card {
    width: 350px;
    height: 200px;
  }

  .card-small-text {
    font-size: 9px;
  }

  .card-text-all {
    bottom: 10px;
    right: 2%;
  }

  .phone {
    margin-top: -15px;
  }

  .phone.address {
    bottom: 10px;
    left: 10px;
  }

  .card-big-text {
    font-size: 13px;
  }

  .card-highlight {
    display: none;
  }

  .card-highlight.add {
    display: flex;
  }

  .copy-text {
    font-size: 9px;
  }

  .info-long-text {
    width: 400px;
    font-size: 13px;
  }

  .info-long-text.info {
    width: 300px;
    font-size: 15px;
  }

  .italic-text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .italic-text-block.small {
    width: 300px;
    font-size: 15px;
    line-height: 20px;
  }

  .italic-text-div {
    display: none;
  }

  .more-info-div {
    display: flex;
  }

  .small-screen {
    background-color: #fff;
    display: none;
  }

  .small-screen-container {
    max-width: 900px;
    position: relative;
  }

  .div-block-6 {
    width: 100%;
  }

  .container-small {
    background-color: #fff;
    flex-direction: column;
  }

  .act-like-a-container {
    background-color: #fff;
    flex: 1;
    position: relative;
  }

  .small-screen-heading {
    color: #fff;
    font-family: Trocchi, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .language-selector {
    width: 100px;
    display: flex;
  }

  .language-selector.eng {
    width: 120px;
  }

  .language-selector.mobile {
    display: none;
  }

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

  .middle-text-slogan {
    color: #fff;
    font-size: 18px;
  }

  .middle-text-slogan.center {
    font-size: 18px;
  }

  .btn-text-sm, .btn-text-sm-ab {
    font-size: 14px;
  }

  .btn-text-md {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .top-div {
    flex-direction: column;
    display: flex;
  }

  .slider-1-div {
    background-position: 50%;
    background-size: cover;
  }

  .slider-1-div.cnc, .slider-1-div.casting {
    display: flex;
  }

  .slider-1-div.about {
    display: none;
  }

  .top-text {
    font-size: 25px;
    line-height: 30px;
  }

  .slider-selector {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider-selector.small {
    width: 60%;
    max-width: 80%;
  }

  .slider-link {
    z-index: 9;
    position: static;
    top: 5%;
    bottom: auto;
    left: 2%;
    right: auto;
  }

  .slider-link._2 {
    top: 5%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .slider-link._3 {
    top: auto;
    bottom: 5%;
    left: 2%;
    right: auto;
  }

  .slider-link._4 {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 2%;
  }

  .slider-text {
    color: #fff;
    font-size: 18px;
  }

  .gradient {
    display: none;
  }

  .gradient.overtop {
    display: flex;
  }

  .div-block-line {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    display: none;
  }

  .center-heading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading {
    font-size: 15px;
  }

  .top-main-text {
    font-size: 13px;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 15px;
  }

  .learn-more-button {
    font-size: 15px;
    line-height: 25px;
  }

  .learn-more-button.instagram {
    width: 190px;
  }

  .black-line.longer {
    margin-top: 20px;
  }

  .info-long-text {
    width: 300px;
    font-size: 13px;
  }

  .info-long-text.info {
    font-size: 13px;
  }

  .italic-text-block {
    width: 300px;
    font-size: 13px;
  }

  .italic-text-block.small {
    font-size: 13px;
  }

  .more-info-div {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .small-screen-container {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    width: 100%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .language-selector {
    width: 80px;
    display: none;
    top: 10px;
    bottom: auto;
    right: 10px;
  }

  .language-selector.eng {
    width: 80px;
    flex-direction: column;
    justify-content: center;
  }

  .language-selector.mobile {
    width: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    justify-content: center;
    margin-top: 5px;
    display: block;
  }

  .gr-it {
    align-items: center;
  }

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

  .language-link.w--current {
    width: 30px;
    height: 10px;
    margin-right: 12px;
    padding-top: 0;
    padding-bottom: 14px;
  }

  .language-link.mobile {
    width: 30px;
    height: 10px;
  }

  .trigger {
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px 10px;
    position: relative;
  }

  .div-block-7 {
    width: 30px;
  }

  .image-7 {
    width: 10px;
    height: 10px;
  }

  .flag-image {
    border: 1px solid rgba(0, 0, 0, .24);
    border-radius: .1px;
  }

  .extendo {
    width: 80px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .flag {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    position: static;
    overflow: hidden;
  }

  .content-dropdown {
    z-index: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    margin-top: -24px;
    padding: 20px 10px 10px;
    position: absolute;
    overflow: hidden;
  }

  .middle-text-slogan {
    font-size: 14px;
    line-height: 30px;
  }

  .nav-parent, .nav-2 {
    display: none;
  }

  .menu-parent.mobile {
    display: flex;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 2%;
  }

  .menu-parent-big {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .slider-1-div {
    z-index: 4;
    justify-content: flex-start;
    display: flex;
  }

  .slider-1-div.cnc {
    z-index: 5;
    display: flex;
  }

  .slider-1-div.casting {
    z-index: 6;
    background-position: 70% 0;
    display: flex;
  }

  .slider-1-div.about {
    display: flex;
  }

  .top-text {
    font-size: 20px;
  }

  .top-text.center {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .slider-selector {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider-selector.small {
    width: 100%;
    height: 50px;
    flex-wrap: nowrap;
    top: 10px;
  }

  .slider-text {
    color: #fff;
    padding-right: 0;
    font-size: 13px;
  }

  .slider-text.language {
    font-size: 12px;
  }

  .arrow {
    display: none;
  }

  .gradient.overtop {
    display: flex;
  }

  .div-block-line {
    width: 20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .center-heading {
    width: 300px;
  }

  .top-main-text {
    font-size: 10px;
  }

  .learn-more-button {
    width: 90%;
  }

  .learn-more-button.instagram {
    width: 30%;
  }

  .business-card {
    background-size: contain;
  }

  .image-3 {
    top: 9%;
  }

  .card-text-all {
    bottom: 5px;
    right: 10px;
  }

  .phone.address {
    bottom: 5px;
    left: 20px;
  }

  .card-highlight.add {
    display: none;
  }

  .info-long-text {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 13px;
  }

  .italic-text-block {
    width: 90%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    position: static;
    overflow: hidden;
  }

  .italic-text-block.small {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
  }

  .italic-text-block.card-small-text {
    display: none;
  }

  .italic-text-div {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .more-info-div {
    width: 80%;
    height: 60%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: scroll;
  }

  .x {
    flex-direction: row;
    justify-content: center;
    display: none;
    top: auto;
    bottom: 5%;
    left: auto;
    right: auto;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .galery, .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .images {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .language-selector {
    width: 70px;
    margin-top: auto;
    margin-bottom: 15px;
    display: none;
    position: static;
  }

  .language-selector.eng {
    width: 80px;
    flex-direction: column;
    padding-left: 20px;
  }

  .language-selector.mobile {
    width: 40px;
  }

  .trigger {
    padding: 5px 7px;
  }

  .image-7 {
    height: 8px;
  }

  .content-dropdown {
    width: 40px;
    margin-top: -15px;
    padding: 10px 7px;
  }

  .middle-text-slogan {
    font-size: 10px;
  }

  .middle-text-slogan.center {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .round-button {
    margin-right: 10px;
    display: none;
  }

  .logo-2 {
    width: 5em;
    height: 5em;
    margin-right: 10px;
  }

  .nav-parent {
    display: block;
  }

  .burger-menu-parent {
    margin-right: 0;
  }

  .container-lg.flex-split {
    justify-content: space-between;
  }

  .menu-text {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .btn-text-md {
    font-size: 13px;
  }

  .menu-image-parent {
    display: none;
  }

  .menu-panel-left.bg-blue, .menu-panel-right.bg-blue {
    width: 100%;
  }
}

#w-node-_5e89d457-f948-aefe-4a2c-636dd522ac32-ac31307d, #w-node-_542ff3d8-f2d4-fbd1-be26-152dac4ffd71-ac31307d, #w-node-_55621ae8-21de-39b3-f1dc-555128a3f815-ac31307d, #w-node-_1d086ac2-3cba-2516-398b-951c2c0243a2-ac31307d, #w-node-_33b28039-52dd-0595-50a4-4d4d712e7360-ac31307d, #w-node-dc39e6b8-25a9-9d3b-ff04-02884fa0b2f5-ac31307d, #w-node-_7ae81815-7718-af7a-6109-db07aff2dddc-ac31307d, #w-node-bd437fee-d900-c3f6-a8ff-28ba8aed05dd-ac31307d, #w-node-e27c204e-3247-e625-e5ff-bfc89d91f4f6-ac31307d, #w-node-a129e449-5f34-ae87-5933-82665f6a9833-ac31307d, #w-node-aecd983f-9172-a4b9-2ffa-83ecbe8058c6-ac31307d, #w-node-ef4b0994-f7ff-6be9-c0ed-d7cda8df47a7-ac31307d, #w-node-_05385a4e-d4bf-26d4-48d5-3f0b4ba7209b-ac31307d, #w-node-_618a48d5-a174-35ce-1d35-5545dbbd4187-ac31307d, #w-node-c8a82672-9244-028b-3eca-183aeb1cb873-ac31307d, #w-node-_2243fa3e-4d11-abb8-0721-8da1eb8271b8-ac31307d, #w-node-_40e41cf6-4b8a-6cd9-1930-f9a440f431f6-ac31307d, #w-node-c3ea8ed1-cc56-5f35-1c7d-10956ada8418-ac31307d, #w-node-_3ce13a8e-a006-fc1b-3ddd-6096cc36e545-ac31307d, #w-node-db4fdbe9-2260-b5b8-893a-ba94012238ef-ac31307d, #w-node-_694498eb-9401-bdce-eaba-5dce8f9fab89-ac31307d, #w-node-_9c63c644-d985-ea5f-e2d1-eb41ca397866-ac31307d, #w-node-_59fa2f10-e30e-a3a3-2136-963053ac2abb-ac31307d, #w-node-_83195845-e78b-131a-67aa-0e686fd7acd7-ac31307d, #w-node-_38bbaf89-2cda-6844-0bc3-a667ba803150-ac31307d, #w-node-cf7cdd90-baad-a353-7005-f26aa57c9862-ac31307d, #w-node-_513d4816-4850-b225-c9ad-a0a3378013ea-ac31307d, #w-node-_406cad52-7025-1f6a-aadf-ec7467d57ad6-ac31307d, #w-node-_1b9647d3-35d7-d507-345c-d039baeab1b9-ac31307d, #w-node-_0d07d49f-ffbb-296e-1164-6b64fd52de5e-ac31307d, #w-node-ddf83405-4182-54e9-ad1c-9bd00f95f6ea-ac31307d, #w-node-fbea85f1-1b28-e4b0-47dc-56d1eb7d2660-ac31307d, #w-node-_0ec384f6-75cd-27d5-5abc-9a98155e28a8-ac31307d, #w-node-_04191fb8-4589-b99b-e1f7-a889f29c2652-ac31307d, #w-node-ad09810a-bdeb-e143-c060-dc6995ca4eaf-ac31307d, #w-node-_9c19ed9e-d0ee-6634-705a-7c1cfa401d3a-ac31307d, #w-node-_5c90383d-6b07-9381-6e7f-394a7755b6fc-ac31307d, #w-node-dbf941e2-2b41-77cc-ba1f-22fce305eb8d-ac31307d, #w-node-_16d5c0cd-6608-c33d-7bc5-8e415fe65a83-ac31307d, #w-node-_407d02e1-ca14-b1ad-37ea-583d2ab2ed1f-ac31307d, #w-node-e6b43bfb-b740-aa7b-f66c-9a891dd6d1a5-ac31307d, #w-node-_7ba7b95d-0858-9218-89db-2938efd2043c-ac31307d, #w-node-e97c67e4-7460-7beb-673d-787471ebe761-ac31307d, #w-node-e6592190-20b5-e780-68d6-b3dae05da814-ac31307d, #w-node-_342b6a2e-b363-0e0e-67ba-2a3d788e9ed6-ac31307d, #w-node-ea7e9968-3ac9-9358-af1d-039a356c782d-ac31307d, #w-node-_37a73393-1ca6-e14d-7d51-8340bbdbd2d2-ac31307d, #w-node-_16241ba9-4ce4-3252-b2ea-bb09a57b1bf6-ac31307d, #w-node-_2109bc28-d731-694b-5d27-c3ff3656b55e-ac31307d, #w-node-_21c3084f-d1ba-866e-094e-0fe5635f6986-ac31307d, #w-node-_24686a02-cdb5-bae3-af91-2c042d8f71e5-ac31307d, #w-node-_2b9192aa-fc38-56a6-39cb-6f97eaf49165-ac31307d, #w-node-d95db316-8469-c358-b2cc-2313d051c806-ac31307d, #w-node-_45a5074e-b15b-1d71-fd2b-2ed5086d463d-ac31307d, #w-node-_63679537-306c-5992-6ee4-26af621d0140-ac31307d, #w-node-_3ba1cd1b-dbeb-7f6f-2a17-21031ea72cfa-ac31307d, #w-node-_02089006-c10c-f840-5548-1e492aabafdd-ac31307d, #w-node-_29f93f9f-64d4-bf23-282a-957e08c4969e-ac31307d, #w-node-e0432cb1-d6a1-09ee-3500-452fb1d5407c-ac31307d, #w-node-c438252d-57c0-a238-0812-a77ec7c52cf1-ac31307d, #w-node-_5e89d457-f948-aefe-4a2c-636dd522ac32-fe9942cf, #w-node-_542ff3d8-f2d4-fbd1-be26-152dac4ffd71-fe9942cf, #w-node-_55621ae8-21de-39b3-f1dc-555128a3f815-fe9942cf, #w-node-_1d086ac2-3cba-2516-398b-951c2c0243a2-fe9942cf, #w-node-_33b28039-52dd-0595-50a4-4d4d712e7360-fe9942cf, #w-node-dc39e6b8-25a9-9d3b-ff04-02884fa0b2f5-fe9942cf, #w-node-_7ae81815-7718-af7a-6109-db07aff2dddc-fe9942cf, #w-node-bd437fee-d900-c3f6-a8ff-28ba8aed05dd-fe9942cf, #w-node-e27c204e-3247-e625-e5ff-bfc89d91f4f6-fe9942cf, #w-node-a129e449-5f34-ae87-5933-82665f6a9833-fe9942cf, #w-node-aecd983f-9172-a4b9-2ffa-83ecbe8058c6-fe9942cf, #w-node-ef4b0994-f7ff-6be9-c0ed-d7cda8df47a7-fe9942cf, #w-node-_05385a4e-d4bf-26d4-48d5-3f0b4ba7209b-fe9942cf, #w-node-_618a48d5-a174-35ce-1d35-5545dbbd4187-fe9942cf, #w-node-c8a82672-9244-028b-3eca-183aeb1cb873-fe9942cf, #w-node-_2243fa3e-4d11-abb8-0721-8da1eb8271b8-fe9942cf, #w-node-_40e41cf6-4b8a-6cd9-1930-f9a440f431f6-fe9942cf, #w-node-c3ea8ed1-cc56-5f35-1c7d-10956ada8418-fe9942cf, #w-node-_3ce13a8e-a006-fc1b-3ddd-6096cc36e545-fe9942cf, #w-node-db4fdbe9-2260-b5b8-893a-ba94012238ef-fe9942cf, #w-node-_694498eb-9401-bdce-eaba-5dce8f9fab89-fe9942cf, #w-node-_9c63c644-d985-ea5f-e2d1-eb41ca397866-fe9942cf, #w-node-_59fa2f10-e30e-a3a3-2136-963053ac2abb-fe9942cf, #w-node-_83195845-e78b-131a-67aa-0e686fd7acd7-fe9942cf, #w-node-_38bbaf89-2cda-6844-0bc3-a667ba803150-fe9942cf, #w-node-cf7cdd90-baad-a353-7005-f26aa57c9862-fe9942cf, #w-node-_513d4816-4850-b225-c9ad-a0a3378013ea-fe9942cf, #w-node-_406cad52-7025-1f6a-aadf-ec7467d57ad6-fe9942cf, #w-node-_1b9647d3-35d7-d507-345c-d039baeab1b9-fe9942cf, #w-node-_0d07d49f-ffbb-296e-1164-6b64fd52de5e-fe9942cf, #w-node-ddf83405-4182-54e9-ad1c-9bd00f95f6ea-fe9942cf, #w-node-fbea85f1-1b28-e4b0-47dc-56d1eb7d2660-fe9942cf, #w-node-_0ec384f6-75cd-27d5-5abc-9a98155e28a8-fe9942cf, #w-node-_04191fb8-4589-b99b-e1f7-a889f29c2652-fe9942cf, #w-node-ad09810a-bdeb-e143-c060-dc6995ca4eaf-fe9942cf, #w-node-_9c19ed9e-d0ee-6634-705a-7c1cfa401d3a-fe9942cf, #w-node-_5c90383d-6b07-9381-6e7f-394a7755b6fc-fe9942cf, #w-node-dbf941e2-2b41-77cc-ba1f-22fce305eb8d-fe9942cf, #w-node-_16d5c0cd-6608-c33d-7bc5-8e415fe65a83-fe9942cf, #w-node-_407d02e1-ca14-b1ad-37ea-583d2ab2ed1f-fe9942cf, #w-node-e6b43bfb-b740-aa7b-f66c-9a891dd6d1a5-fe9942cf, #w-node-_7ba7b95d-0858-9218-89db-2938efd2043c-fe9942cf, #w-node-e97c67e4-7460-7beb-673d-787471ebe761-fe9942cf, #w-node-e6592190-20b5-e780-68d6-b3dae05da814-fe9942cf, #w-node-_342b6a2e-b363-0e0e-67ba-2a3d788e9ed6-fe9942cf, #w-node-ea7e9968-3ac9-9358-af1d-039a356c782d-fe9942cf, #w-node-_37a73393-1ca6-e14d-7d51-8340bbdbd2d2-fe9942cf, #w-node-_16241ba9-4ce4-3252-b2ea-bb09a57b1bf6-fe9942cf, #w-node-_2109bc28-d731-694b-5d27-c3ff3656b55e-fe9942cf, #w-node-_21c3084f-d1ba-866e-094e-0fe5635f6986-fe9942cf, #w-node-_24686a02-cdb5-bae3-af91-2c042d8f71e5-fe9942cf, #w-node-_2b9192aa-fc38-56a6-39cb-6f97eaf49165-fe9942cf, #w-node-d95db316-8469-c358-b2cc-2313d051c806-fe9942cf, #w-node-_45a5074e-b15b-1d71-fd2b-2ed5086d463d-fe9942cf, #w-node-_63679537-306c-5992-6ee4-26af621d0140-fe9942cf, #w-node-_3ba1cd1b-dbeb-7f6f-2a17-21031ea72cfa-fe9942cf, #w-node-_02089006-c10c-f840-5548-1e492aabafdd-fe9942cf, #w-node-_29f93f9f-64d4-bf23-282a-957e08c4969e-fe9942cf, #w-node-e0432cb1-d6a1-09ee-3500-452fb1d5407c-fe9942cf, #w-node-c438252d-57c0-a238-0812-a77ec7c52cf1-fe9942cf, #w-node-_5e89d457-f948-aefe-4a2c-636dd522ac32-b521c724, #w-node-_542ff3d8-f2d4-fbd1-be26-152dac4ffd71-b521c724, #w-node-_55621ae8-21de-39b3-f1dc-555128a3f815-b521c724, #w-node-_1d086ac2-3cba-2516-398b-951c2c0243a2-b521c724, #w-node-_33b28039-52dd-0595-50a4-4d4d712e7360-b521c724, #w-node-dc39e6b8-25a9-9d3b-ff04-02884fa0b2f5-b521c724, #w-node-_7ae81815-7718-af7a-6109-db07aff2dddc-b521c724, #w-node-bd437fee-d900-c3f6-a8ff-28ba8aed05dd-b521c724, #w-node-e27c204e-3247-e625-e5ff-bfc89d91f4f6-b521c724, #w-node-a129e449-5f34-ae87-5933-82665f6a9833-b521c724, #w-node-aecd983f-9172-a4b9-2ffa-83ecbe8058c6-b521c724, #w-node-ef4b0994-f7ff-6be9-c0ed-d7cda8df47a7-b521c724, #w-node-_05385a4e-d4bf-26d4-48d5-3f0b4ba7209b-b521c724, #w-node-_618a48d5-a174-35ce-1d35-5545dbbd4187-b521c724, #w-node-c8a82672-9244-028b-3eca-183aeb1cb873-b521c724, #w-node-_2243fa3e-4d11-abb8-0721-8da1eb8271b8-b521c724, #w-node-_40e41cf6-4b8a-6cd9-1930-f9a440f431f6-b521c724, #w-node-c3ea8ed1-cc56-5f35-1c7d-10956ada8418-b521c724, #w-node-_3ce13a8e-a006-fc1b-3ddd-6096cc36e545-b521c724, #w-node-db4fdbe9-2260-b5b8-893a-ba94012238ef-b521c724, #w-node-_694498eb-9401-bdce-eaba-5dce8f9fab89-b521c724, #w-node-_9c63c644-d985-ea5f-e2d1-eb41ca397866-b521c724, #w-node-_59fa2f10-e30e-a3a3-2136-963053ac2abb-b521c724, #w-node-_83195845-e78b-131a-67aa-0e686fd7acd7-b521c724, #w-node-_38bbaf89-2cda-6844-0bc3-a667ba803150-b521c724, #w-node-cf7cdd90-baad-a353-7005-f26aa57c9862-b521c724, #w-node-_513d4816-4850-b225-c9ad-a0a3378013ea-b521c724, #w-node-_406cad52-7025-1f6a-aadf-ec7467d57ad6-b521c724, #w-node-_1b9647d3-35d7-d507-345c-d039baeab1b9-b521c724, #w-node-_0d07d49f-ffbb-296e-1164-6b64fd52de5e-b521c724, #w-node-ddf83405-4182-54e9-ad1c-9bd00f95f6ea-b521c724, #w-node-fbea85f1-1b28-e4b0-47dc-56d1eb7d2660-b521c724, #w-node-_0ec384f6-75cd-27d5-5abc-9a98155e28a8-b521c724, #w-node-_04191fb8-4589-b99b-e1f7-a889f29c2652-b521c724, #w-node-ad09810a-bdeb-e143-c060-dc6995ca4eaf-b521c724, #w-node-_9c19ed9e-d0ee-6634-705a-7c1cfa401d3a-b521c724, #w-node-_5c90383d-6b07-9381-6e7f-394a7755b6fc-b521c724, #w-node-dbf941e2-2b41-77cc-ba1f-22fce305eb8d-b521c724, #w-node-_16d5c0cd-6608-c33d-7bc5-8e415fe65a83-b521c724, #w-node-_407d02e1-ca14-b1ad-37ea-583d2ab2ed1f-b521c724, #w-node-e6b43bfb-b740-aa7b-f66c-9a891dd6d1a5-b521c724, #w-node-_7ba7b95d-0858-9218-89db-2938efd2043c-b521c724, #w-node-e97c67e4-7460-7beb-673d-787471ebe761-b521c724, #w-node-e6592190-20b5-e780-68d6-b3dae05da814-b521c724, #w-node-_342b6a2e-b363-0e0e-67ba-2a3d788e9ed6-b521c724, #w-node-ea7e9968-3ac9-9358-af1d-039a356c782d-b521c724, #w-node-_37a73393-1ca6-e14d-7d51-8340bbdbd2d2-b521c724, #w-node-_16241ba9-4ce4-3252-b2ea-bb09a57b1bf6-b521c724, #w-node-_2109bc28-d731-694b-5d27-c3ff3656b55e-b521c724, #w-node-_21c3084f-d1ba-866e-094e-0fe5635f6986-b521c724, #w-node-_24686a02-cdb5-bae3-af91-2c042d8f71e5-b521c724, #w-node-_2b9192aa-fc38-56a6-39cb-6f97eaf49165-b521c724, #w-node-d95db316-8469-c358-b2cc-2313d051c806-b521c724, #w-node-_45a5074e-b15b-1d71-fd2b-2ed5086d463d-b521c724, #w-node-_63679537-306c-5992-6ee4-26af621d0140-b521c724, #w-node-_3ba1cd1b-dbeb-7f6f-2a17-21031ea72cfa-b521c724, #w-node-_02089006-c10c-f840-5548-1e492aabafdd-b521c724, #w-node-_29f93f9f-64d4-bf23-282a-957e08c4969e-b521c724, #w-node-e0432cb1-d6a1-09ee-3500-452fb1d5407c-b521c724, #w-node-c438252d-57c0-a238-0812-a77ec7c52cf1-b521c724, #w-node-_5e89d457-f948-aefe-4a2c-636dd522ac32-68d1c561, #w-node-_542ff3d8-f2d4-fbd1-be26-152dac4ffd71-68d1c561, #w-node-_55621ae8-21de-39b3-f1dc-555128a3f815-68d1c561, #w-node-_1d086ac2-3cba-2516-398b-951c2c0243a2-68d1c561, #w-node-_33b28039-52dd-0595-50a4-4d4d712e7360-68d1c561, #w-node-dc39e6b8-25a9-9d3b-ff04-02884fa0b2f5-68d1c561, #w-node-_7ae81815-7718-af7a-6109-db07aff2dddc-68d1c561, #w-node-bd437fee-d900-c3f6-a8ff-28ba8aed05dd-68d1c561, #w-node-e27c204e-3247-e625-e5ff-bfc89d91f4f6-68d1c561, #w-node-a129e449-5f34-ae87-5933-82665f6a9833-68d1c561, #w-node-aecd983f-9172-a4b9-2ffa-83ecbe8058c6-68d1c561, #w-node-ef4b0994-f7ff-6be9-c0ed-d7cda8df47a7-68d1c561, #w-node-_05385a4e-d4bf-26d4-48d5-3f0b4ba7209b-68d1c561, #w-node-_618a48d5-a174-35ce-1d35-5545dbbd4187-68d1c561, #w-node-c8a82672-9244-028b-3eca-183aeb1cb873-68d1c561, #w-node-_2243fa3e-4d11-abb8-0721-8da1eb8271b8-68d1c561, #w-node-_40e41cf6-4b8a-6cd9-1930-f9a440f431f6-68d1c561, #w-node-c3ea8ed1-cc56-5f35-1c7d-10956ada8418-68d1c561, #w-node-_3ce13a8e-a006-fc1b-3ddd-6096cc36e545-68d1c561, #w-node-db4fdbe9-2260-b5b8-893a-ba94012238ef-68d1c561, #w-node-_694498eb-9401-bdce-eaba-5dce8f9fab89-68d1c561, #w-node-_9c63c644-d985-ea5f-e2d1-eb41ca397866-68d1c561, #w-node-_59fa2f10-e30e-a3a3-2136-963053ac2abb-68d1c561, #w-node-_83195845-e78b-131a-67aa-0e686fd7acd7-68d1c561, #w-node-_38bbaf89-2cda-6844-0bc3-a667ba803150-68d1c561, #w-node-cf7cdd90-baad-a353-7005-f26aa57c9862-68d1c561, #w-node-_513d4816-4850-b225-c9ad-a0a3378013ea-68d1c561, #w-node-_406cad52-7025-1f6a-aadf-ec7467d57ad6-68d1c561, #w-node-_1b9647d3-35d7-d507-345c-d039baeab1b9-68d1c561, #w-node-_0d07d49f-ffbb-296e-1164-6b64fd52de5e-68d1c561, #w-node-ddf83405-4182-54e9-ad1c-9bd00f95f6ea-68d1c561, #w-node-fbea85f1-1b28-e4b0-47dc-56d1eb7d2660-68d1c561, #w-node-_0ec384f6-75cd-27d5-5abc-9a98155e28a8-68d1c561, #w-node-_04191fb8-4589-b99b-e1f7-a889f29c2652-68d1c561, #w-node-ad09810a-bdeb-e143-c060-dc6995ca4eaf-68d1c561, #w-node-_9c19ed9e-d0ee-6634-705a-7c1cfa401d3a-68d1c561, #w-node-_5c90383d-6b07-9381-6e7f-394a7755b6fc-68d1c561, #w-node-dbf941e2-2b41-77cc-ba1f-22fce305eb8d-68d1c561, #w-node-_16d5c0cd-6608-c33d-7bc5-8e415fe65a83-68d1c561, #w-node-_407d02e1-ca14-b1ad-37ea-583d2ab2ed1f-68d1c561, #w-node-e6b43bfb-b740-aa7b-f66c-9a891dd6d1a5-68d1c561, #w-node-_7ba7b95d-0858-9218-89db-2938efd2043c-68d1c561, #w-node-e97c67e4-7460-7beb-673d-787471ebe761-68d1c561, #w-node-e6592190-20b5-e780-68d6-b3dae05da814-68d1c561, #w-node-_342b6a2e-b363-0e0e-67ba-2a3d788e9ed6-68d1c561, #w-node-ea7e9968-3ac9-9358-af1d-039a356c782d-68d1c561, #w-node-_37a73393-1ca6-e14d-7d51-8340bbdbd2d2-68d1c561, #w-node-_16241ba9-4ce4-3252-b2ea-bb09a57b1bf6-68d1c561, #w-node-_2109bc28-d731-694b-5d27-c3ff3656b55e-68d1c561, #w-node-_21c3084f-d1ba-866e-094e-0fe5635f6986-68d1c561, #w-node-_24686a02-cdb5-bae3-af91-2c042d8f71e5-68d1c561, #w-node-_2b9192aa-fc38-56a6-39cb-6f97eaf49165-68d1c561, #w-node-d95db316-8469-c358-b2cc-2313d051c806-68d1c561, #w-node-_45a5074e-b15b-1d71-fd2b-2ed5086d463d-68d1c561, #w-node-_63679537-306c-5992-6ee4-26af621d0140-68d1c561, #w-node-_3ba1cd1b-dbeb-7f6f-2a17-21031ea72cfa-68d1c561, #w-node-_02089006-c10c-f840-5548-1e492aabafdd-68d1c561, #w-node-_29f93f9f-64d4-bf23-282a-957e08c4969e-68d1c561, #w-node-e0432cb1-d6a1-09ee-3500-452fb1d5407c-68d1c561, #w-node-c438252d-57c0-a238-0812-a77ec7c52cf1-68d1c561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Addingtoncf';
  src: url('../fonts/AddingtonCF-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gerstnerprogrammfsl';
  src: url('../fonts/GerstnerProgrammFSL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norwester';
  src: url('../fonts/norwester.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons reg';
  src: url('../fonts/Fontspring-DEMO-theseasons-reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons bdit';
  src: url('../fonts/Fontspring-DEMO-theseasons-bdit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons it';
  src: url('../fonts/Fontspring-DEMO-theseasons-it.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons lt';
  src: url('../fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons ltit';
  src: url('../fonts/Fontspring-DEMO-theseasons-ltit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons bd';
  src: url('../fonts/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}