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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1;
}

.track {
  height: 500vh;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item {
  width: 100%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item._1 {
  display: block;
}

.item._2 {
  position: relative;
  display: block;
}

.item._3 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item._4 {
  position: relative;
  display: block;
  padding-right: 12.2em;
}

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

.nav-bar {
  display: none;
  width: 100%;
  height: 12.5%;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrap.as {
  width: 9.8em;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11.4em;
  height: 3.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #21d676;
  -webkit-transition: all 1000ms cubic-bezier(.111, .527, .45, .94);
  transition: all 1000ms cubic-bezier(.111, .527, .45, .94);
  text-decoration: none;
}

.download:hover {
  border-color: #21d676;
  background-color: transparent;
}

.text-block {
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 1.1em;
}

.nav-link {
  font-family: Goldplay, sans-serif;
  color: #111e4c;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.nav-progress-bar {
  width: 0%;
  height: 0.3em;
  margin-top: 3px;
  background-color: #21d676;
}

.image-2 {
  height: 2.9em;
}

.section1 {
  height: 87.5%;
}

.layout-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  padding-left: 3.8em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-dived {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  margin-top: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.into-header {
  font-family: Goldplay, sans-serif;
  color: #111e4c;
  font-size: 5em;
  line-height: 1.3;
  font-weight: 400;
}

.green-bolded {
  color: #21d676;
}

.paragraph {
  font-family: Goldplay, sans-serif;
  color: #2d2d2d;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
}

.changed-pictures {
  width: 86%;
  height: 56%;
  background-color: transparent;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
}

.textarea {
  width: 100%;
  height: 2.8em;
  max-height: none;
  margin-bottom: 0px;
  border-radius: 16px;
  background-color: #f5f5f5;
  font-family: Goldplay, sans-serif;
  font-size: 1.6em;
  text-align: center;
}

.message-wrapper {
  display: block;
  width: 5em;
  height: 4.5em;
  margin-left: 0em;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #21d676;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.form-block {
  width: 79%;
  height: auto;
  margin-bottom: 0px;
}

.image-3 {
  position: absolute;
  left: 20%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 3em;
  height: 3em;
  margin-left: 0px;
  cursor: pointer;
}

.subscribe-to-nl {
  display: block;
  margin-top: 4em;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Goldplay, sans-serif;
  color: #a3a3a3;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: underline;
}

.subscribe-to-nl._2 {
  position: absolute;
  margin-top: 1em;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.camera-wrapper {
  position: absolute;
  left: 3%;
  top: 45%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10em;
  height: 10em;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 1em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-heading {
  font-family: Goldplay, sans-serif;
  color: #111e4c;
  font-size: 4.1em;
  line-height: 1.1;
  text-align: center;
}

.image-4 {
  position: static;
  top: -83px;
  z-index: -1;
  width: 50%;
}

.div-block {
  width: 80%;
  height: 50em;
}

.image-wrapper {
  position: relative;
  top: -42px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 100%;
  height: auto;
  max-width: 79%;
}

.camera-torap {
  position: absolute;
  left: auto;
  top: 5%;
  right: -4%;
  bottom: auto;
  z-index: 1;
  width: 11.4em;
  height: 11.4em;
}

.image-and-text {
  position: absolute;
  left: -12%;
  top: 40%;
  right: auto;
  bottom: 0%;
  width: 31em;
  height: 20em;
}

.image-and-text._2 {
  left: 15%;
  top: 62%;
  z-index: 1;
  width: 24em;
  height: 16.1em;
}

.image-6 {
  height: auto;
}

.location {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding-right: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.place-title {
  margin-left: 0.1em;
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 1.2em;
}

.place-title._2 {
  color: #111e4c;
  font-size: 1.2em;
}

.image-7 {
  height: 81%;
  margin-left: 0em;
}

.image-7._2 {
  height: 81%;
}

.large-picture {
  max-width: 65%;
  margin-left: 0em;
}

.image-8 {
  max-width: 73%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 44px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.app-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 72%;
  height: auto;
  margin-left: 0px;
}

.mic-image-wrapper {
  position: absolute;
  left: 0%;
  top: 37%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 7em;
  height: 7em;
  margin-top: 3.2em;
}

.imageandtext {
  position: absolute;
  left: -3%;
  top: 4%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 19.8em;
  height: 17em;
}

.imageandtext._1 {
  display: none;
}

.location-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 11%;
  bottom: 2%;
  display: none;
  height: 33px;
  padding-right: 0em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: absolute;
  left: 18%;
  top: 46%;
  right: auto;
  bottom: 0%;
  z-index: -8;
  width: 9.5em;
}

.user {
  position: static;
  left: -2%;
  top: 35%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10em;
  height: 10em;
  margin-top: 3.2em;
  margin-left: auto;
}

.heading {
  width: 10em;
  margin-left: auto;
  font-family: Goldplay, sans-serif;
  color: #111e4c;
  font-size: 4.1em;
  line-height: 1.1;
  text-align: right;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11 {
  height: auto;
}

.div-block-3 {
  position: absolute;
  left: 42%;
  top: auto;
  right: auto;
  bottom: 39%;
  margin-top: 0em;
  margin-bottom: 0em;
}

.image-12 {
  height: 12em;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roller-coaster-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  font-family: Goldplay, sans-serif;
  color: #111e4c;
  font-size: 5em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.download-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.4em;
  height: 4em;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #21d676;
  -webkit-transition: all 1000ms cubic-bezier(.25, .46, .135, .989);
  transition: all 1000ms cubic-bezier(.25, .46, .135, .989);
  text-decoration: none;
}

.download-copy:hover {
  border: 2px solid #21d676;
  background-color: transparent;
}

.text-block-copy {
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 1.5em;
}

.circles {
  position: absolute;
  left: -3%;
  top: 6%;
  right: auto;
  bottom: auto;
  width: 8em;
  height: 8em;
  padding-bottom: 0px;
  border-radius: 10em;
  background-color: #21d676;
}

.circles._2 {
  left: auto;
  top: auto;
  right: -5%;
  bottom: -6%;
}

.circles._3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
}

.background-video {
  position: relative;
  height: 20em;
  border-radius: 30px;
}

.background-video-2 {
  position: relative;
  height: 17em;
  border-radius: 30px;
}

.background-video-3 {
  position: relative;
  height: 16.1em;
  border-radius: 30px;
}

.loca-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  padding-right: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changed-pictures-copy {
  display: none;
  width: 86%;
  height: 56%;
  background-color: transparent;
}

.section {
  height: 100vh;
  background-color: #21d676;
}

.grid-2 {
  height: 87%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 4.6em;
  line-height: 1;
  font-weight: 600;
}

.text-block-2 {
  margin-top: 1em;
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 2.4em;
  font-weight: 300;
}

.image-14 {
  height: 40.1em;
  max-width: 100%;
}

.imgg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texttt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  padding-left: 3.8em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  margin-top: 3em;
}

.text-field {
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  font-family: Goldplay, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.1em;
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.1em;
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.1em;
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.1em;
}

.form-2 {
  color: #fff;
}

.submit-button {
  display: block;
  width: 14.9em;
  height: 3.6em;
  margin-top: 3em;
  font-family: Goldplay, sans-serif;
  font-size: 7px;
}

.link-block {
  display: block;
  width: 14.1em;
  height: 3.6em;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #111e4c;
  -webkit-transition: all 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: all 1000ms cubic-bezier(.25, .46, .45, .94);
  font-family: Goldplayalt, sans-serif;
  font-size: 1.6em;
  text-decoration: none;
}

.link-block:hover {
  border: 1px none #111e4c;
  background-color: hsla(0, 0%, 100%, 0.66);
  color: #111e4c;
  font-weight: 400;
}

.text-block-3 {
  font-family: Goldplayalt, sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.lottie-animation {
  display: none;
}

.lottie-animation-2 {
  display: none;
}

.nav-menu {
  display: none;
}

.as-section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.as-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.as-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-movement {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-links {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twas._1 {
  margin-top: 0px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-media-links-as {
  height: auto;
  margin-top: 3.1em;
}

.small-circles {
  width: 1em;
  height: 1em;
  margin-right: 1em;
  margin-left: 0em;
  border-radius: 50px;
  background-color: #c4c4c4;
}

.text-block-5 {
  position: relative;
  z-index: 0;
  font-family: Goldplay, sans-serif;
  color: #c4c4c4;
  font-size: 1.5em;
  cursor: pointer;
}

.about-us-slider {
  width: 70%;
  height: 98%;
  background-color: transparent;
}

.content-wrapper {
  height: 100%;
}

.grid-3 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-div-ep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2 {
  display: none;
}

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

.content-paragraph {
  font-family: Goldplay, sans-serif;
  font-size: 1.65em;
  line-height: 1.4;
  font-weight: 300;
}

.video-photo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  height: 2.1em;
}

.image-15._1 {
  height: 2.5em;
}

.left-arrow-3 {
  display: none;
}

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

.slide-nav-2 {
  display: block;
}

.section-2 {
  display: none;
}

.section-3 {
  display: none;
}

.section-4 {
  display: none;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100vh;
}

.transition-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transition-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.transition-colour {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21d676;
}

.image-18 {
  max-width: 20%;
}

.transition-trigger {
  display: none;
}

.color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 67.5%;
  background-color: #21d676;
}

.slide-nav-3 {
  display: none;
}

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

.left-arrow-4 {
  display: none;
}

.chan {
  background-color: transparent;
}

.changed-pictures-5 {
  overflow: hidden;
  width: 86%;
  height: 56%;
  background-color: transparent;
}

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

.bold-text {
  color: #21d676;
}

.subscribe--button {
  position: absolute;
  margin-top: 2em;
}

.relative {
  position: relative;
  margin-left: 1.2em;
}

.page-content {
  min-height: 100vh;
  padding-bottom: 0px;
}

.page-content.homepage {
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  .track {
    position: relative;
    height: auto;
  }

  .camera {
    position: relative;
    height: auto;
  }

  .frame {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item._1 {
    height: 100vh;
    padding-top: 2em;
  }

  .item._3 {
    height: auto;
    padding-top: 4em;
  }

  .item._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0em;
    padding-bottom: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item._5 {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container {
    width: 89%;
  }

  .download {
    width: 120px;
    height: 37px;
  }

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

  .nav-link {
    font-size: 14px;
  }

  .image-2 {
    height: 32px;
  }

  .section1 {
    height: 65%;
  }

  .layout-grid {
    height: auto;
  }

  .intro-div {
    padding-top: 4.7em;
    padding-left: 5.5em;
  }

  .slider-dived {
    padding-top: 5.9em;
  }

  .into-header {
    font-size: 60px;
    line-height: 1.2;
  }

  .paragraph {
    font-size: 16px;
  }

  .changed-pictures {
    height: 76%;
  }

  .textarea {
    height: 39px;
    font-size: 13px;
  }

  .message-wrapper {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }

  .image-3 {
    left: 20%;
    top: 20%;
  }

  .subscribe-to-nl {
    font-size: 15px;
  }

  .camera-wrapper {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .event-heading {
    font-size: 44px;
  }

  .image-wrapper {
    width: 100%;
  }

  .image-5 {
    max-width: 100%;
  }

  .camera-torap {
    right: 4%;
  }

  .image-and-text._2 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 50%;
    height: 50%;
    margin-top: 7em;
  }

  .image-and-text._4 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding-right: 4em;
    padding-left: 4em;
  }

  .location {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 3%;
    z-index: 1;
    width: 220px;
  }

  .location._1 {
    position: absolute;
  }

  .place-title {
    font-size: 13px;
  }

  .app-image-wrapper {
    display: block;
    padding-top: 32px;
  }

  .image-9 {
    width: 100%;
  }

  .mic-image-wrapper {
    left: auto;
    top: 9%;
    right: 4%;
    bottom: auto;
    width: 10em;
    height: 10em;
  }

  .imageandtext {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 80%;
    height: 400px;
    margin-top: 8em;
    margin-right: auto;
    margin-left: auto;
  }

  .location-copy {
    position: absolute;
  }

  .image-10 {
    position: static;
    display: none;
  }

  .user {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .heading {
    width: auto;
    margin-top: 1.5em;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .div-block-3 {
    left: 35%;
    bottom: 14%;
    width: 37%;
  }

  .image-12 {
    height: auto;
  }

  .div-block-4 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .roller-coaster-div {
    width: 100%;
    padding-top: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-2 {
    margin-top: 52px;
    font-size: 55px;
  }

  .download-copy {
    width: 160px;
    height: 41px;
  }

  .text-block-copy {
    font-size: 16px;
  }

  .circles {
    left: -3%;
    top: -5%;
    width: 70px;
    height: 70px;
  }

  .circles._3 {
    right: -4%;
    bottom: -2%;
  }

  .background-video {
    height: 500px;
  }

  .background-video-2 {
    height: 400px;
  }

  .background-video-3 {
    height: 300px;
  }

  .loca-3 {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 3%;
    z-index: 1;
    width: 220px;
  }

  .loca-3._1 {
    position: absolute;
  }

  .image-13 {
    max-width: 74%;
  }

  .changed-pictures-copy {
    height: 76%;
  }

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

  .text-block-2 {
    margin-top: 0.5em;
    font-size: 22px;
  }

  .image-14 {
    height: auto;
    max-width: 72%;
  }

  .imgg {
    padding-top: 4.8em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .texttt {
    padding-top: 10.9em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-block-2 {
    margin-top: 4em;
  }

  .link-block {
    width: 170px;
    height: 52px;
    margin-top: 3.1em;
    font-size: 2em;
  }

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

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: none;
    width: 100%;
    height: 0%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #21d676;
  }

  .slider-movement {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 13%;
    width: 100%;
  }

  .slider-mov-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .twas {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .twas._1 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .small-circles {
    width: 20px;
    height: 20px;
    margin-right: 1.8em;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .about-us-slider {
    width: 81%;
    height: 60%;
    margin-left: 0em;
  }

  .grid-3 {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .text-div-ep {
    padding-right: 1.8px;
    padding-left: 1.8em;
  }

  .content-paragraph {
    font-size: 15px;
    line-height: 1.6;
  }

  .video-photo-div {
    padding-right: 2em;
    padding-left: 2em;
  }

  .image-18 {
    max-width: 29%;
  }

  .color {
    height: 79%;
  }

  .changed-pictures-5 {
    height: 76%;
  }
}

@media screen and (max-width: 767px) {
  .item._1 {
    height: auto;
    padding-top: 3.5em;
  }

  .nav-bar {
    position: static;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-bar.jkl {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container {
    width: 94%;
  }

  .grid {
    display: none;
  }

  .nav-link-wrap.as {
    width: 100px;
  }

  .layout-grid {
    grid-column-gap: 0px;
    grid-row-gap: 3.25em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-dived {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-wrapper {
    height: auto;
  }

  .changed-pictures {
    display: none;
    width: 100%;
    height: 100%;
    padding: 3em;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .message-wrapper {
    width: 40px;
    height: 40px;
  }

  .image-3 {
    top: 20%;
    width: auto;
    height: auto;
    max-width: 60%;
  }

  .subscribe-to-nl {
    text-align: left;
  }

  .subscribe-to-nl._2 {
    position: absolute;
    margin-top: 0.5em;
  }

  .camera-wrapper {
    width: 11.7em;
  }

  .section-wrapper {
    padding-top: 10em;
  }

  .event-heading {
    font-size: 35px;
  }

  .image-wrapper {
    height: 72%;
  }

  .image-and-text._2 {
    width: 90%;
    height: 33%;
  }

  .imageandtext {
    width: 75%;
  }

  .image-11 {
    height: 100%;
  }

  .image-11._1 {
    border-radius: 30px;
  }

  .div-block-3 {
    width: 22%;
  }

  .image-12 {
    display: none;
  }

  .div-block-5 {
    overflow: hidden;
    height: 366px;
  }

  .heading-2 {
    margin-top: 0px;
  }

  .background-video-3 {
    height: 228px;
  }

  .changed-pictures-copy {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3em;
  }

  .section {
    height: auto;
    padding-top: 4em;
  }

  .grid-2 {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .text-block-2 {
    font-size: 19px;
  }

  .image-14 {
    max-width: 68%;
  }

  .texttt {
    padding-top: 3.9em;
    padding-bottom: 8.2em;
  }

  .text-field::-webkit-input-placeholder {
    font-size: 16px;
  }

  .text-field:-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 16px;
  }

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

  .lottie-animation {
    display: block;
    width: 33px;
    height: 33px;
  }

  .lottie-animation-2 {
    position: static;
    z-index: 1000;
    display: block;
    width: 33px;
    height: 33px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #21d676;
  }

  .nav-linked {
    margin-top: 1em;
    margin-left: 39px;
    font-family: Goldplay, sans-serif;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
  }

  .nav-linked._1 {
    display: block;
    margin-left: 0px;
    opacity: 1;
    color: #fff;
    font-size: 40px;
  }

  .nav-linked._2 {
    display: block;
    margin-left: 0px;
    opacity: 1;
    font-size: 40px;
  }

  .x-button {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    display: none;
    width: 39%;
    height: 7%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
  }

  .text-block-4 {
    font-family: Goldplay, sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
  }

  .link {
    color: #fff;
    text-decoration: none;
  }

  .as-navbar {
    display: none;
  }

  .about-us-slider {
    width: 86%;
    margin-right: 3.2em;
  }

  .content-paragraph {
    font-size: 14px;
    line-height: 1.4;
  }

  .div-block-6 {
    display: none;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .changed-pictures-5 {
    display: none;
    width: 100%;
    height: 100%;
    padding: 3em;
  }

  .div-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .div-block-9.image-brand {
    left: 2%;
    top: 2%;
    display: none;
    width: 40%;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .image-21 {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .item._2 {
    height: auto;
    margin-top: 0px;
  }

  .item._4 {
    padding-bottom: 7em;
  }

  .nav-bar {
    padding-bottom: 1em;
  }

  .nav-bar.jkl {
    position: static;
    height: 75px;
  }

  .layout-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20em;
  }

  .intro-div {
    padding-right: 5.5em;
  }

  .slider-dived {
    padding-right: 4em;
    padding-left: 4em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-wrapper {
    height: auto;
    margin-top: 6.4em;
  }

  .into-header {
    font-size: 50px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 1.5;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .textarea {
    height: 44px;
    text-align: left;
  }

  .message-wrapper {
    width: 44px;
    height: 44px;
  }

  .image-3 {
    top: 19%;
    width: 26px;
  }

  .subscribe-to-nl {
    margin-top: 1.5em;
    font-size: 16px;
  }

  .camera-wrapper {
    width: 50px;
    height: 50px;
  }

  .section-wrapper {
    padding-top: 1.7em;
  }

  .event-heading {
    margin-top: 1.5em;
    font-size: 27px;
    line-height: 1.2;
  }

  .camera-torap {
    display: none;
    width: 44px;
    height: 44px;
  }

  .image-and-text._2 {
    width: 100%;
    margin-top: 5.8em;
    padding-right: 4em;
    padding-left: 4em;
  }

  .mic-image-wrapper {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .imageandtext {
    height: auto;
  }

  .imageandtext._1 {
    display: block;
    width: auto;
    padding-right: 4em;
    padding-left: 4em;
  }

  .imageandtext._2 {
    display: none;
  }

  .heading {
    margin-top: 2.2em;
    font-size: 27px;
  }

  .slider-img-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11._1 {
    width: auto;
    max-width: 126%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .circles {
    left: -11%;
    top: -9%;
    border-radius: 50px;
  }

  .circles._3 {
    right: -12%;
    bottom: -8%;
  }

  .background-video {
    height: 348px;
  }

  .background-video-2 {
    height: 364px;
  }

  .background-video-3 {
    height: 225px;
  }

  .changed-pictures-copy {
    width: auto;
    height: auto;
    padding: 0em;
    border-radius: 0px;
  }

  .section {
    height: 100vh;
    padding-top: 0em;
  }

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

  .text-block-2 {
    margin-top: 0.8em;
  }

  .image-14 {
    max-width: 61%;
  }

  .texttt {
    padding-top: 0em;
    padding-right: 2em;
  }

  .form-block-2 {
    margin-top: 5.8em;
  }

  .link-block {
    margin-top: 2em;
    font-size: 15px;
  }

  .lottie-animation-2 {
    width: 33px;
    height: 33px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 0%;
  }

  .nav-linked._1 {
    font-size: 35px;
  }

  .nav-linked._2 {
    margin-left: 0px;
    font-size: 35px;
  }

  .x-button {
    display: none;
  }

  .as-section1 {
    display: none;
    height: auto;
    padding-top: 30.5em;
  }

  .slider-movement {
    display: none;
  }

  .social-media-links {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 4em;
    -webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
  }

  .link-wrapper {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-links-as {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-slider {
    display: none;
    height: auto;
  }

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

  .text-div-ep {
    padding-right: 0px;
    padding-left: 0em;
  }

  .content-paragraph {
    margin-bottom: 0px;
    font-size: 15.5px;
    line-height: 1.6;
    text-align: left;
  }

  .image-15 {
    height: 20px;
  }

  .image-15._2 {
    height: 20px;
  }

  .image-15._1 {
    height: 20px;
  }

  .section-2 {
    display: block;
    margin-top: 6em;
    padding-right: 5em;
    padding-left: 5em;
  }

  .section-2._2 {
    margin-top: 8.4em;
    margin-bottom: 5em;
    padding-left: 5em;
  }

  .section-2._3 {
    margin-top: 1em;
    padding-right: 5em;
    padding-left: 5em;
  }

  .section-3 {
    display: block;
    margin-top: 5em;
  }

  .section-4 {
    display: block;
  }

  .mobile-header {
    margin-top: -0.3em;
    font-family: Goldplay, sans-serif;
    color: #111e4c;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
  }

  .heading-4 {
    font-family: Goldplay, sans-serif;
  }

  .image-16 {
    height: 80%;
  }

  .image-17 {
    height: 80%;
  }

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

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

  .image-18 {
    max-width: 50%;
  }

  .changed-pictures-5 {
    display: none;
  }

  .good-slider {
    height: auto;
    border-radius: 0px;
  }

  .image-19 {
    border-radius: 20px;
  }

  .image-20 {
    border-radius: 20px;
  }

  .bold-text-2 {
    color: #21d676;
  }

  .div-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-21 {
    max-width: 80%;
  }

  .relative {
    margin-left: 2em;
  }
}

@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Medium.woff2') format('woff2'), url('../fonts/Goldplay-MediumIt.woff2') format('woff2'), url('../fonts/Goldplay-MediumIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-Medium.eot') format('embedded-opentype'), url('../fonts/Goldplay-MediumIt.woff') format('woff'), url('../fonts/Goldplay-Medium.woff') format('woff'), url('../fonts/Goldplay-MediumIt.ttf') format('truetype'), url('../fonts/Goldplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-Black.woff2') format('woff2'), url('../fonts/GoldplayAlt-BlackIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-Black.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-BlackIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Black.woff') format('woff'), url('../fonts/GoldplayAlt-BlackIt.woff') format('woff'), url('../fonts/GoldplayAlt-Black.ttf') format('truetype'), url('../fonts/GoldplayAlt-BlackIt.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Regular.woff2') format('woff2'), url('../fonts/Goldplay-RegularIt.woff2') format('woff2'), url('../fonts/Goldplay-Regular.eot') format('embedded-opentype'), url('../fonts/Goldplay-RegularIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-RegularIt.woff') format('woff'), url('../fonts/Goldplay-Regular.woff') format('woff'), url('../fonts/Goldplay-Regular.ttf') format('truetype'), url('../fonts/Goldplay-RegularIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-Bold.woff2') format('woff2'), url('../fonts/GoldplayAlt-BoldIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-BoldIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Bold.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Bold.woff') format('woff'), url('../fonts/GoldplayAlt-BoldIt.woff') format('woff'), url('../fonts/GoldplayAlt-Bold.ttf') format('truetype'), url('../fonts/GoldplayAlt-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-SemiBold.woff2') format('woff2'), url('../fonts/Goldplay-SemiBoldIt.woff2') format('woff2'), url('../fonts/Goldplay-SemiBold.eot') format('embedded-opentype'), url('../fonts/Goldplay-SemiBoldIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-SemiBold.woff') format('woff'), url('../fonts/Goldplay-SemiBoldIt.woff') format('woff'), url('../fonts/Goldplay-SemiBold.ttf') format('truetype'), url('../fonts/Goldplay-SemiBoldIt.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-Light.woff2') format('woff2'), url('../fonts/GoldplayAlt-LightIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-Light.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-LightIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Light.woff') format('woff'), url('../fonts/GoldplayAlt-LightIt.woff') format('woff'), url('../fonts/GoldplayAlt-Light.ttf') format('truetype'), url('../fonts/GoldplayAlt-LightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Thin.woff2') format('woff2'), url('../fonts/Goldplay-ThinIt.woff2') format('woff2'), url('../fonts/Goldplay-Thin.eot') format('embedded-opentype'), url('../fonts/Goldplay-ThinIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-Thin.woff') format('woff'), url('../fonts/Goldplay-ThinIt.woff') format('woff'), url('../fonts/Goldplay-Thin.ttf') format('truetype'), url('../fonts/Goldplay-ThinIt.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-Medium.woff2') format('woff2'), url('../fonts/GoldplayAlt-MediumIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-Medium.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-MediumIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Medium.woff') format('woff'), url('../fonts/GoldplayAlt-MediumIt.woff') format('woff'), url('../fonts/GoldplayAlt-Medium.ttf') format('truetype'), url('../fonts/GoldplayAlt-MediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-Regular.woff2') format('woff2'), url('../fonts/GoldplayAlt-RegularIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-Regular.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-RegularIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-Regular.woff') format('woff'), url('../fonts/GoldplayAlt-RegularIt.woff') format('woff'), url('../fonts/GoldplayAlt-Regular.ttf') format('truetype'), url('../fonts/GoldplayAlt-RegularIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-SemiBold.woff2') format('woff2'), url('../fonts/GoldplayAlt-SemiBoldIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-SemiBoldIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-SemiBold.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-SemiBold.woff') format('woff'), url('../fonts/GoldplayAlt-SemiBoldIt.woff') format('woff'), url('../fonts/GoldplayAlt-SemiBoldIt.ttf') format('truetype'), url('../fonts/GoldplayAlt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplayalt';
  src: url('../fonts/GoldplayAlt-ThinIt.woff2') format('woff2'), url('../fonts/GoldplayAlt-Thin.woff2') format('woff2'), url('../fonts/GoldplayAlt-Thin.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-ThinIt.eot') format('embedded-opentype'), url('../fonts/GoldplayAlt-ThinIt.woff') format('woff'), url('../fonts/GoldplayAlt-Thin.woff') format('woff'), url('../fonts/GoldplayAlt-Thin.ttf') format('truetype'), url('../fonts/GoldplayAlt-ThinIt.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Black.woff2') format('woff2'), url('../fonts/Goldplay-BlackIt.woff2') format('woff2'), url('../fonts/Goldplay-Black.eot') format('embedded-opentype'), url('../fonts/Goldplay-BlackIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-Black.woff') format('woff'), url('../fonts/Goldplay-BlackIt.woff') format('woff'), url('../fonts/Goldplay-BlackIt.ttf') format('truetype'), url('../fonts/Goldplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Bold.woff2') format('woff2'), url('../fonts/Goldplay-BoldIt.woff2') format('woff2'), url('../fonts/Goldplay-Bold.eot') format('embedded-opentype'), url('../fonts/Goldplay-BoldIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-Bold.woff') format('woff'), url('../fonts/Goldplay-BoldIt.woff') format('woff'), url('../fonts/Goldplay-Bold.ttf') format('truetype'), url('../fonts/Goldplay-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldplay';
  src: url('../fonts/Goldplay-Light.woff2') format('woff2'), url('../fonts/Goldplay-LightIt.woff2') format('woff2'), url('../fonts/Goldplay-Light.eot') format('embedded-opentype'), url('../fonts/Goldplay-LightIt.eot') format('embedded-opentype'), url('../fonts/Goldplay-Light.woff') format('woff'), url('../fonts/Goldplay-LightIt.woff') format('woff'), url('../fonts/Goldplay-Light.ttf') format('truetype'), url('../fonts/Goldplay-LightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}