.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Almarai, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 10.21em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 7.92em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .1em;
  font-size: 2.92em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
}

a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

.container.colors {
  background-color: #f5f5f5;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3.5em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.accordian_trigger-title {
  text-transform: none;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.accordian_content {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  overflow: hidden;
}

.accordian_content-spacer {
  margin-top: 1em;
  margin-bottom: 1em;
}

.accordian_trigger {
  width: 100%;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordian_trigger:hover {
  background-color: #eaecee;
}

.accordian_item {
  text-align: left;
  border: 1px solid #b1b6be;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.modal-close-area {
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px dotted #212121;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 8px;
}

.modal-container {
  z-index: 5;
  width: 85%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 4px;
  margin: 10vh auto 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.btn-cookies {
  color: #fff;
  background-color: #184d91;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 0;
  margin-right: 0;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn-cookies:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn-cookies.btn-primary {
  background-color: #3d44e9;
  border-color: rgba(0, 0, 0, 0);
}

.btn-cookies.btn-primary.card-slider_nav-link {
  margin-top: 0;
  margin-right: 0;
  padding: 16px 20px;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.card-body.is_flex {
  flex-wrap: nowrap;
  display: flex;
}

.icon-solid {
  color: #000;
  padding: .2em .5em;
  font-family: "Font awesome 6 pro solid 900";
  font-size: 1.4em;
  font-weight: 400;
}

.icon {
  padding: .2em .5em;
  font-family: "Font awesome 6 pro solid 900";
  font-size: 1.1em;
  font-weight: 400;
}

.icon.rotated {
  transform: rotate(-180deg);
}

.whole-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.two-column-item {
  width: 100%;
}

.h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10.21em;
  font-weight: 400;
  line-height: 1;
}

.h1.is--bgtext-white {
  padding-right: 2em;
}

.h1.text-center {
  color: #000;
}

.h2 {
  text-transform: uppercase;
  margin-bottom: .2em;
  font-size: 7.92em;
  font-weight: 400;
  line-height: 1.1;
}

.h2.is--bgtext-white {
  line-height: 1.1;
}

.h3 {
  text-transform: uppercase;
  margin-bottom: .2em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.h4 {
  text-transform: uppercase;
  margin-bottom: .4em;
  font-size: 2.92em;
  font-weight: 400;
}

.h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.h6 {
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

.item_wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-small {
  font-size: 14px;
  line-height: 1.4;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 2em;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.card {
  width: auto;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .12);
}

.mb-0 {
  margin-bottom: 0;
}

.is--bg-deep {
  background-color: #1b1d21;
}

.is--bg-light {
  background-color: #d0d4d7;
}

.is--bg-lightest {
  background-color: #f1f3f5;
}

.is--bg-white {
  color: #000;
  background-color: #fff;
}

.is--bg-darkest {
  background-color: #2d3139;
}

.is--bg-dark {
  background-color: #767f8d;
}

.styles__color-swatch {
  width: 100%;
  height: 100px;
}

.is--bg-lighter {
  background-color: #eaecee;
}

.is--bg-pale {
  background-color: #f8f9fa;
}

.is--bg-gray {
  background-color: #b1b6be;
}

.is--bg-black {
  color: #fff;
  background-color: #000;
}

.is--bg-darker {
  background-color: #4d5360;
}

.mb-1 {
  margin-bottom: 8px;
}

.btn-text {
  display: inline-block;
}

.form-success {
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.form-error {
  color: #e31700;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.form-success_icon {
  width: 80px;
  height: 80px;
  text-align: center;
  flex: none;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-success_icon-lottie {
  width: 110px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 50%;
  transform: translate(50%, 50%);
}

.input-group {
  flex-direction: column;
  margin-bottom: 16px;
  display: block;
  position: relative;
}

.input-group.textarea {
  min-height: 120px;
}

.form-success_flex {
  width: 100%;
  height: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input-label {
  z-index: 1;
  color: #000;
  border-top-right-radius: 3px;
  margin-bottom: -32px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px 5px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.input-label.static {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.form-required-note {
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.input-radio {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-color: #b1b6be;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 8px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #d0d4d7;
}

.input-radio.w--redirected-checked {
  background-color: #3d44e9;
  border-width: 1px;
  border-color: #3d44e9;
}

.input-radio.w--redirected-focus {
  border-color: #b1b6be;
}

.input-check_group {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.input {
  min-height: 65px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b1b6be;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 32px 14px 10px;
  font-size: 1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.input:hover, .input:focus {
  background-color: #fff;
  border-color: #3d44e9;
}

.input::-ms-input-placeholder {
  color: #b1b6be;
}

.input::placeholder {
  color: #b1b6be;
}

.input.textarea {
  min-height: 120px;
}

.button2-hover {
  background-color: rgba(219, 238, 255, .4);
}

.card-body-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.button-dissabled {
  background-color: rgba(61, 79, 224, .25);
}

.button-focus {
  background-color: rgba(61, 79, 224, .8);
}

.button2 {
  background-color: rgba(219, 238, 255, .25);
}

.is--bg-primary {
  color: rgba(0, 0, 0, 0);
  background-color: #0e1658;
}

.is--bg-primary._2 {
  background-color: #3d4fe0;
}

.is--bg-primary._3 {
  background-color: #e2edfe;
}

.is--bg-warning {
  background-color: #652401;
}

.is--bg-warning._3 {
  background-color: #ffe5d7;
}

.is--bg-warning._2 {
  background-color: #fd7830;
}

.is--bg-info {
  background-color: #473d1f;
}

.is--bg-info._2 {
  background-color: #ffc728;
}

.is--bg-info._3 {
  background-color: #f8f3e7;
}

.button-hover {
  background-color: rgba(61, 79, 224, .4);
}

.is--bg-secondary {
  background-color: #d892ab;
}

.is--bg-secondary._3 {
  background-color: #ffe0ec;
}

.is--bg-secondary._2 {
  background-color: #ffaac9;
}

.is--bg-success {
  background-color: #016545;
}

.is--bg-success._3 {
  background-color: #d3f8ec;
}

.is--bg-success._2 {
  background-color: #01be81;
}

.button2-focus {
  background-color: rgba(219, 238, 255, .8);
}

.is--bg-danger {
  background-color: #990038;
}

.is--bg-danger._3 {
  background-color: #ffe0ec;
}

.is--bg-danger._2 {
  background-color: #ffaac9;
}

.card_wrapper {
  padding: 20px;
}

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

.is--bgtext-black {
  color: #000;
}

.overflow-visible {
  overflow: visible;
}

.card-slider_item {
  max-width: 350px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  margin-right: 20px;
  display: flex;
}

.accordian_trigger-2 {
  width: 100%;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.accordian_trigger-2:hover {
  background-color: #eaecee;
}

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

.mt-3 {
  margin-top: 24px;
}

.d-none, .d-none.d-block {
  display: none;
}

.modal-close-area-2 {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-slider_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.styles__visual-div {
  text-align: center;
  background-color: #eaecee;
  border: 1px solid #b1b6be;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-slider_nav-icon {
  width: 12px;
  height: 20px;
}

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

.is--bgtext-primary {
  color: #0e1658;
}

.is--bgtext-primary._2 {
  color: #3d4fe0;
}

.is--bgtext-primary._3 {
  color: #e2edfe;
}

.owl-carousel.owl-theme.card-slider {
  flex-direction: row;
  display: flex;
}

.styles__tab-menu {
  text-align: center;
  background-color: #000;
  border-bottom: 2px solid #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.nav {
  background-color: #fff;
  border-bottom: 1px solid #f0f6fa;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-slider_wrapper {
  flex-direction: row;
  display: block;
  position: relative;
}

.is--bgtext-gray {
  color: #b1b6be;
  text-align: left;
}

.modal-close {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}

.overflow-hidden {
  overflow: hidden;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.text-small-2 {
  font-size: .875rem;
  line-height: 1.4;
}

.d-block {
  display: block;
}

.styles__tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 8px;
  margin-right: 8px;
}

.styles__tab-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.styles__tab-link.w--current {
  color: #000;
  background-color: #fff;
}

.body {
  color: #000;
  font-size: 16px;
}

.body.bold {
  font-weight: 700;
}

.body.leading {
  font-size: 18px;
}

.text-tiny {
  font-size: 12px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  margin-right: 0;
  padding: 16px 52px;
  font-size: 16px;
  font-weight: 400;
}

.button.secondary {
  color: #000;
  background-color: #fff;
  border: 1px #000;
}

.button.ghost {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.button.large {
  color: #fff;
  margin-right: 4px;
  padding: 16px 28px;
  font-size: 18px;
}

.button.large.ghost {
  color: #000;
}

.button.small {
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 14px;
}

.button.leading-icon {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.button.secondary-on-mobile {
  color: #fff;
  cursor: pointer;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1;
}

.button.button-footer {
  background-image: url('../images/RocketPlays-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 52px 86px;
  display: flex;
}

.button.button__hero {
  margin-top: 54px;
  display: none;
  overflow: visible;
}

.is--bgtext-secondary {
  color: #d892ab;
}

.is--bgtext-secondary._2 {
  color: #ffaac9;
}

.is--bgtext-secondary._3 {
  color: #ffe0ec;
}

.close_button__wrapper {
  justify-content: flex-end;
  display: flex;
}

.body-leading {
  font-size: 18px;
}

.is--bgtext-success {
  color: #016545;
}

.is--bgtext-success._2 {
  color: #01be81;
}

.is--bgtext-success._3 {
  color: #d3f8ec;
}

.is--bgtext-deep {
  color: #1b1d21;
}

.is--bgtext-darkest {
  color: #2d3139;
}

.is--bgtext-darker {
  color: #4d5360;
}

.is--bgtext-dark {
  color: #767f8d;
}

.styles_visual_div {
  background-color: #ebebeb;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: block;
}

.subtitle {
  font-weight: 600;
}

.overline {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.is--bgtext-danger {
  color: #990038;
}

.is--bgtext-danger._2 {
  color: #ffaac9;
}

.is--bgtext-danger._3 {
  color: #ffe0ec;
}

.is--bgtext-warning {
  color: #652401;
}

.is--bgtext-warning._2 {
  color: #fd7830;
}

.is--bgtext-warning._3 {
  color: #ffe5d7;
}

.is--bgtext-info {
  color: #473d1f;
}

.is--bgtext-info._2 {
  color: #ffc728;
}

.is--bgtext-info._3 {
  color: #f8f3e7;
}

.is--bgtext-light {
  color: #d0d4d7;
}

.is--bgtext-lighter {
  color: #eaecee;
}

.is--bgtext-lightest {
  color: #f1f3f5;
}

.is--bgtext-pale {
  color: #f8f9fa;
}

.is--bgtext-white {
  color: #fff;
}

.elevation {
  width: auto;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(50, 50, 93, .1);
}

.elevation._2 {
  box-shadow: 1px 1px 6px rgba(50, 50, 93, .2);
}

.elevation._3 {
  box-shadow: 1px 1px 8px rgba(50, 50, 93, .3);
}

.elevation._4 {
  box-shadow: 3px 3px 10px rgba(50, 50, 93, .4);
}

.buttons-section {
  width: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 24px 0;
  display: inline-block;
  position: relative;
}

.button__icon-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.note__wrapper {
  margin-top: 1em;
}

.select-field {
  min-height: 65px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b1b6be;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 32px 14px 10px;
  font-size: 1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
}

.select-field:hover, .select-field:focus {
  background-color: #fff;
  border-color: #3d44e9;
}

.select-field::-ms-input-placeholder {
  color: #b1b6be;
}

.select-field::placeholder {
  color: #b1b6be;
}

.checkbox__wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-color: #b1b6be;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox:hover {
  background-color: #d0d4d7;
}

.checkbox.w--redirected-checked {
  background-color: #3d44e9;
  background-size: 16px;
  border-color: #3d44e9;
}

.checkbox.w--redirected-focus {
  border-color: #3d44e9;
}

.forms-button__wrapper {
  margin-top: 24px;
}

.nav-link {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 16px;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-link.w--current {
  color: #0091e3;
}

.nav-link.nav-drop {
  padding-right: 36px;
}

.nav-link.is--bgtext-white {
  color: #fff;
  padding-left: 0;
}

.nav-drop_link {
  color: #082c55;
  padding: 8px 24px;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-drop_link:hover {
  color: #3d44e9;
  background-color: #d0d4d7;
}

.nav-drop_icon {
  margin-right: 16px;
  font-size: .9rem;
}

.nav-drop_list.w--open {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 4px 4px 2rem rgba(0, 0, 0, .12);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-menu.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.nav-menu.top {
  flex-wrap: nowrap;
  flex: 0 auto;
  position: relative;
  overflow: visible;
}

.nav-logo_link {
  padding-left: 0;
}

.nav-logo {
  width: 260px;
  height: 100%;
  color: #000;
  flex: none;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.nav-logo.w--current {
  width: 16em;
  max-width: none;
  min-width: 0;
  object-fit: cover;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  right: 0;
}

.nav-overlay {
  display: none;
}

.nav-items__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

.h1-wrapepr {
  margin-bottom: 1em;
}

.h1-wrapepr._2 {
  margin-bottom: 1.25em;
}

.form__wrapper {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .12);
}

.social-share-btn {
  width: 2.5em;
  height: 2.5em;
  background-image: url('../images/bx_bxl-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #838383;
  border-radius: 8px;
}

.social-share-btn.fb {
  background-image: url('../images/bx_bxl-facebook.svg');
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.fb:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social-share-btn.tw {
  background-image: url('../images/fa-icon.svg');
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.tw:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social-share-btn.lnk {
  border-color: #c5c5c5;
  margin-right: 0;
}

.social-share-btn.lnk:hover {
  border-style: none;
  border-color: #e2edfe;
}

.social_media_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.social_media {
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.social_media.share-on-twitter {
  color: #090a0b;
  border: 1px #b3b6bc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social_media.share-on-facebook {
  border: 1px #b3b6bc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-network-svg-code {
  color: #000;
  cursor: pointer;
  border: 1px solid #dfe0e2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 14px;
  transition: color .5s;
  display: flex;
}

.social-network-svg-code:hover {
  color: #3d4fe0;
  background-color: #e2edfe;
  border-style: solid;
  border-color: #e2edfe;
}

.social-network-svg-code.linkedin {
  color: #090a0b;
  border-style: none;
  padding: 4px 0;
}

.social-network-svg-code.linkedin:hover {
  color: #3d4fe0;
}

.social-network-svg-code.twitter, .social-network-svg-code.fb {
  color: #090a0b;
  border-style: none;
  padding: 4px 0;
}

.share-on-social-img {
  color: #000;
  cursor: pointer;
  border: 1px #dfe0e2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 0;
  transition: color .5s;
  display: block;
}

.share-on-social-img:hover {
  color: #3d4fe0;
  background-color: #e2edfe;
  border-style: none;
  border-color: #e2edfe;
  line-height: 0;
  display: block;
}

.share-on-social-img.linkedin {
  color: #090a0b;
  border-style: none;
  padding: 4px 0;
}

.share-on-social-img.linkedin:hover {
  color: #3d4fe0;
}

.share-on-social-img.twitter, .share-on-social-img.fb {
  color: #090a0b;
  border-style: none;
  padding: 4px 0;
}

.div-block {
  margin-right: .83em;
  display: block;
}

.h2-wrapper {
  margin-bottom: 1em;
}

.h2-wrapper._2 {
  margin-bottom: 1.25em;
}

.page-spacing__small {
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
}

.container-large {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container-medium {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
}

.page-spacing__m {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.page-spacing__m.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}

.page-spacing__m.no-bottom {
  padding-bottom: 0;
  position: relative;
}

.page-spacing__m.no-bottom.no-top {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.page-spacing__m.smaller {
  padding-top: 4em;
  padding-bottom: 2em;
}

.page-spacing__m.footer {
  padding-bottom: 0;
  position: relative;
}

.page-spacing__large {
  margin-left: auto;
  margin-right: auto;
  padding: 7em 0;
}

.container-small {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.hero__parent {
  background-color: #ffe595;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.about__parent, .services__parent, .testimonials__parent {
  width: 100%;
  background-color: #ffe595;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.how-to__structure {
  max-width: 1920px;
  padding-left: 10em;
  padding-right: 10em;
}

.is--blue {
  color: #2600ff;
}

.is--bg-blue {
  background-color: #a2daff;
}

.container-l {
  width: 100vw;
  height: 100%;
  justify-content: space-between;
  padding-left: 2.81em;
  padding-right: 2.81em;
  display: block;
  overflow: hidden;
}

.container-l.navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  display: flex;
}

.container-l.navigation.nav-menu-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15em;
  position: static;
}

.container-l.is--bg-black.section_partners {
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-l.wide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: static;
}

.container-l.wide.center {
  justify-content: center;
  align-items: center;
}

.container-l.vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.container-l.footer {
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  text-transform: uppercase;
}

.button-text {
  letter-spacing: 1px;
  line-height: 1;
}

.button-text.button-text-footer {
  color: #000;
  padding-right: 1.5em;
  font-size: 3em;
}

.button-text.footer {
  color: #000;
  font-size: 3em;
}

.background {
  z-index: -1;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  background-image: url('../images/RocketPlays-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 0;
  line-height: 1.6vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.full-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
  overflow: visible;
}

.nav-logo-ab {
  position: absolute;
}

.mask-logo {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo-scalling {
  max-width: none;
}

.menu-button {
  overflow: hidden;
}

.section__hero {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-parent {
  position: relative;
}

.hero-parent.portfolio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-child-top {
  padding-left: 0%;
}

.hero-child-top.padding {
  padding-left: 25%;
}

.parabole-span {
  font-family: Paraboletrial;
  font-size: 1.05em;
}

.hero-child-bottom {
  width: 40vw;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.arrow-wrapper.hero {
  z-index: 999;
  width: 5em;
  height: 5em;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.section__early-stage {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.early-stage-child-bottom {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5em;
  display: flex;
}

.early-stage-child-top.is--bgtext-white.padding2 {
  width: 50em;
  padding-right: 0;
}

.early-stage-parent {
  perspective: 40em;
}

.child-1 {
  width: 25em;
  margin-left: 124px;
  margin-right: 24px;
}

.child-2 {
  width: 25em;
  margin-top: 8em;
  margin-right: 24px;
}

.child-3 {
  width: 30em;
  height: 20em;
  border-radius: 500px;
  overflow: hidden;
}

.section__about-horizontal-scroll-1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.long-container {
  height: 300vh;
  padding-left: 0;
  padding-right: 0;
}

.long-container.no-left-padding {
  padding-top: 0;
  padding-left: 0;
}

.long-container.no-left-padding.apply {
  height: 100vh;
}

.long-container.logos {
  height: 220vh;
}

.sticky-mask {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 6.5em;
  overflow: hidden;
}

.sticky-mask.section-services {
  width: 100vw;
  top: 0;
}

.sticky-mask.logos {
  width: 100vw;
  height: 100vh;
  top: 0;
  overflow: hidden;
}

.sticky-mask.no_sticky {
  height: auto;
  top: 12.5em;
}

.wide-section {
  width: 210vw;
  height: 100vh;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wide-section.logos {
  width: 200vw;
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
}

.wide-section.believe {
  height: auto;
}

.value {
  width: 30vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  margin-right: 70px;
  display: grid;
}

.value-parent {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.value-title {
  padding-bottom: 4em;
}

.title {
  transform-origin: 50% 100%;
  margin-bottom: 0;
}

.services-parent {
  display: flex;
}

.services-parent.is--bgtext-white {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.services__child-wrapper {
  width: 30em;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  margin-right: 60px;
  display: flex;
}

.section__services-horizontal-scroll-2 {
  max-width: none;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 84em;
  height: 36em;
  text-align: left;
  object-fit: scale-down;
  border-radius: 200px 200px 0 0;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.fuli {
  width: 100%;
  height: 100%;
  max-width: none;
}

.image-1 {
  z-index: -1;
  width: 100vw;
  object-fit: fill;
  border-radius: 200px 200px 0 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.service-title {
  width: auto;
  padding-bottom: 0;
}

.bg_image {
  background-image: url('../images/RocketPlays-background.jpg');
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
}

.section__portfolio {
  width: 100vw;
  height: 100%;
  color: #000;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.81em;
  padding-right: 2.81em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero__child_portfolio {
  justify-content: space-around;
  align-items: center;
  padding: 16px 57px;
  display: flex;
}

.logo-portfolio {
  width: 20em;
  flex: 0 auto;
  position: static;
}

.image-2 {
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .1), rgba(255, 255, 255, .3));
  border: 1px solid #fff;
  border-radius: 20px;
}

.image-2.blackbg, .image-2.black_bg {
  background-image: none;
}

.hero-child-top-copy {
  padding-left: 0%;
}

.hero-child-top-copy.padding {
  padding-left: 25%;
}

.hero-child-top-copy.text-center {
  padding-left: 10em;
  padding-right: 10em;
}

.logo-portfolio-2 {
  width: 20em;
  flex: 0 auto;
  position: static;
}

.section__horizontal-scroll-3 {
  max-width: none;
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/RocketPlays-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.section__horizontal-scroll-4 {
  background-color: #000;
}

.section__horizontal-scroll-4.footer {
  width: auto;
  height: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  background-image: url('../images/Arrow.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.apply-title {
  width: 100vw;
}

.text-block {
  color: #fff;
}

.navbar-copy {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 1.67em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 1.67em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2.is--bgtext-white {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu-footer1 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.nav-link-footer {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px 10px 0;
  font-size: 16px;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-footer.w--current {
  color: #0091e3;
}

.nav-link-footer.nav-drop {
  padding-right: 36px;
}

.nav-link-footer.is--bgtext-white {
  color: #fff;
}

.footer__nav-child-top {
  width: 18.1em;
  height: 32px;
  color: #3d44e9;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4.1em;
  display: flex;
}

.image-4 {
  transform: rotate(-90deg);
}

.section__footer {
  max-width: none;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

.long-container-2 {
  height: 300vh;
  padding-left: 0;
  padding-right: 0;
}

.long-container-2.no-left-padding {
  height: 300vh;
  padding-top: 0;
  padding-left: 0;
}

.div-block-2 {
  position: absolute;
}

.section__-artners {
  width: 100vw;
  height: 100%;
  justify-content: flex-start;
  padding-left: 2.81em;
  padding-right: 2.81em;
  display: flex;
}

.section__-artners.navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section__-artners.navigation.nav-menu-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15em;
  position: static;
}

.section__-artners.is--bg-black.section_partners {
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section__-artners.wide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: static;
}

.section__-artners.wide.center {
  justify-content: center;
  align-items: center;
}

.section__-artners.vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.section__-artners.footer {
  flex-direction: column;
  align-items: flex-start;
}

.section__patners {
  width: 100vw;
  height: 100%;
  justify-content: flex-start;
  padding-left: 2.81em;
  padding-right: 2.81em;
  display: flex;
}

.section__patners.navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section__patners.navigation.nav-menu-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15em;
  position: static;
}

.section__patners.is--bg-black.section_partners {
  z-index: 1;
  object-fit: fill;
  background-color: #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section__patners.wide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: static;
}

.section__patners.wide.center {
  justify-content: center;
  align-items: center;
}

.section__patners.vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.section__patners.footer {
  flex-direction: column;
  align-items: flex-start;
}

.partners__parent {
  position: relative;
}

.partners__parent.big-ideas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apply__section {
  display: flex;
}

.apply__section.is--bgtext-white {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  position: relative;
}

.apply-section__parent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.apply-now-img {
  z-index: 1;
  object-fit: fill;
  border-radius: 0;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.apply-now-img.top {
  z-index: 1;
}

.cta__parent {
  perspective: 40em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4em;
  display: flex;
}

.footer__parent {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer__social-links {
  flex-direction: row;
  display: flex;
}

.footer__nav-parent {
  flex-direction: column;
  margin-top: 1em;
  display: flex;
}

.footer_nav-child-bottom {
  align-items: center;
  display: flex;
}

.footer_nav-child-bottom.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.cta__childl-letf.is--bgtext-white.padding2 {
  width: 50em;
  padding-right: 0;
}

.cta__child_bottom {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  margin-right: 0;
  padding: 16px 52px;
  font-size: 16px;
  font-weight: 400;
}

.cta__child_bottom.secondary {
  color: #000;
  background-color: #fff;
  border: 1px #000;
}

.cta__child_bottom.ghost {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.cta__child_bottom.large {
  color: #fff;
  margin-right: 4px;
  padding: 16px 28px;
  font-size: 18px;
}

.cta__child_bottom.large.ghost {
  color: #000;
}

.cta__child_bottom.small {
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 14px;
}

.cta__child_bottom.leading-icon {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.cta__child_bottom.button-footer {
  background-image: url('../images/RocketPlays-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3em 2.6em;
  display: flex;
}

.arrow_child {
  width: 3em;
  margin-left: 3em;
}

.partners_child_top {
  padding-left: 0%;
}

.partners_child_top.padding {
  padding-left: 25%;
}

.partners_child_top.text-center {
  padding-left: 10em;
  padding-right: 10em;
}

.html-embed {
  flex: 1;
  line-height: 1;
}

.footer-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 2em;
  padding: 10px 16px 10px 0;
  font-size: 16px;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.footer-link.w--current {
  color: #0091e3;
}

.footer-link.nav-drop {
  padding-right: 36px;
}

.footer-link.is--bgtext-white {
  color: #fff;
  padding-left: 0;
}

.portfolio-logos__parent {
  width: auto;
  height: auto;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.portfolio-img {
  width: 100%;
  height: 64px;
  object-fit: scale-down;
}

.button-text-copy {
  letter-spacing: 1px;
  line-height: 1;
}

.button-text-copy.button-text-footer {
  color: #000;
  padding-right: 1.5em;
  font-size: 3em;
}

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

.services__parentparent {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5em;
  display: flex;
}

.values_parent-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.twins-wrapper, .collection-list {
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  font-size: 12px;
}

.all-right-reserved {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-span {
  font-family: Parabole, sans-serif;
}

.text-span-2 {
  font-family: Parabole, sans-serif;
  font-size: 1.07em;
}

.empty-state {
  display: none;
}

.sv-link-wrapper {
  color: #4e535f;
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: color .2s;
  display: flex;
  position: relative;
}

.sv-link-wrapper:hover {
  color: #fff;
  align-items: center;
  padding: 0;
  text-decoration: none;
}

.sv-logo {
  margin-right: 8px;
}

.sv__text {
  color: #b1b6be;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.navbar-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/RocketPlays-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.clippi {
  position: static;
}

.clipping-mask {
  width: 260px;
  height: 100%;
  transform-origin: 50%;
  object-fit: contain;
  transform-style: preserve-3d;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.footer__social-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 16px;
  display: flex;
}

.ed-link-wrapper-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #4e535f;
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  margin-top: 8em;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  transition: color .2s;
  display: flex;
  position: relative;
}

.ed-link-wrapper-2:hover {
  color: #fff;
  align-items: center;
  padding: 0;
  text-decoration: none;
}

.ed__text-2 {
  color: #fff;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 500;
}

.ed-logo-2 {
  height: 24px;
  margin-bottom: 0;
  margin-right: 0;
}

.footer__social-networks-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: none;
}

.footer-social__links {
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  color: #f8f9fa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  display: grid;
}

.footer-social__link-wrap {
  color: #fff;
  transition: transform .2s;
}

.footer-social__link-wrap:hover {
  transform: translate(0, -12px);
}

.social__link-child {
  cursor: pointer;
}

.social__link-child:hover {
  color: #282fc4;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  font-family: Parabole, sans-serif;
}

.parabole {
  font-family: Parabole, sans-serif;
  font-size: 1.02em;
}

.hidden {
  z-index: 9999;
  display: none;
  position: fixed;
}

.cookie-info-wrapper {
  z-index: 9999;
  width: 30em;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 16px;
  display: flex;
  position: fixed;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.p-small {
  font-size: 14px;
  line-height: 1.4;
}

.privacy-link {
  color: #084c9f;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
}

.privacy-link:hover {
  color: #063a79;
}

.close-cookie__wrapper {
  width: 1.5em;
  height: 1.5em;
  background-color: rgba(0, 0, 0, .1);
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% 40%;
  border: 1px #000;
  border-radius: 100%;
  transition: background-color .3s;
}

.close-cookie__wrapper:hover {
  background-color: rgba(22, 16, 16, .2);
}

.logo {
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo_white {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.logo_black {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.partners-img {
  width: 180px;
  height: 70px;
  object-fit: scale-down;
}

.partners--logos__parent {
  width: auto;
  height: auto;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.partners--logos__parent.outlined {
  padding-left: 96px;
  padding-right: 96px;
}

.arrow-wrapperi-white {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.arrow-wrapperi-white.hero {
  z-index: 999;
  width: 5em;
  height: 5em;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 3%;
}

.button-link {
  color: #fff;
  line-height: 1;
}

.button-link.footer {
  color: #000;
  font-size: 3em;
}

@media screen and (min-width: 1920px) {
  .h1.is--bgtext-white {
    padding-right: 2em;
    display: block;
  }

  .button.button__hero {
    margin-top: 50px;
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-menu.vertical {
    display: flex;
  }

  .page-spacing__m.no-bottom, .page-spacing__m.footer {
    padding-bottom: 0;
  }

  .container-l {
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .container-l.navigation {
    height: 100%;
  }

  .container-l.is--bg-black.section_partners {
    display: flex;
  }

  .container-l.vertical {
    height: 100%;
  }

  .container-l.footer {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
  }

  .background {
    width: 100%;
    background-position: 50% 0;
    background-size: 100% 100%;
  }

  .navbar {
    margin-top: 1em;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .full-img {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
  }

  .hero-parent {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-parent.portfolio {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .sticky-mask.logos {
    overflow: hidden;
  }

  .services-parent.is--bgtext-white {
    justify-content: space-between;
    margin-top: 0;
  }

  .services__child-wrapper {
    width: auto;
    margin-right: 80px;
  }

  .image-1.top {
    width: 100vw;
    height: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .service-title {
    padding-right: 5em;
  }

  .section__portfolio {
    display: flex;
  }

  .navbar-copy, .navbar-2 {
    margin-top: 1.67em;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section__-artners {
    width: 100vw;
    height: 100vh;
  }

  .section__-artners.navigation {
    height: 100%;
  }

  .section__-artners.is--bg-black.section_partners {
    display: flex;
  }

  .section__-artners.vertical {
    height: 100%;
  }

  .section__-artners.footer {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
  }

  .section__patners {
    width: 100vw;
    height: 100vh;
  }

  .section__patners.navigation {
    height: 100%;
  }

  .section__patners.is--bg-black.section_partners {
    display: flex;
  }

  .section__patners.vertical {
    height: 100%;
  }

  .section__patners.footer {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
  }

  .partners__parent.big-ideas {
    flex-direction: column;
    justify-content: center;
  }

  .cta__parent {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer__parent {
    height: 100vh;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .footer__nav-parent {
    flex-direction: column;
    display: flex;
  }

  .footer_nav-child-bottom.vertical {
    display: flex;
  }

  .cta-footer-links__wrapper {
    width: 100%;
  }

  .navbar-bg {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 16vw;
  }

  h2 {
    font-size: 10vw;
  }

  h3 {
    font-size: 8vw;
  }

  h4 {
    font-size: 5vw;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .h1 {
    font-size: 16vw;
  }

  .h1.is--bgtext-white {
    padding-right: 0;
  }

  .h2 {
    font-size: 10vw;
  }

  .h3 {
    font-size: 8vw;
  }

  .h4 {
    font-size: 5vw;
    font-weight: 400;
  }

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

  .button.secondary-on-mobile {
    color: #000;
    background-color: #fff;
  }

  .button.button__hero {
    margin-top: 48px;
    display: inline-block;
  }

  .nav-btn {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 8px;
  }

  .nav-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    opacity: 1;
    color: #000;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    display: block;
  }

  .nav-link.nav-drop {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-drop.w--open {
    padding-right: 16px;
  }

  .nav-link.is--bgtext-white {
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-drop_icon {
    margin-right: 8px;
  }

  .nav-drop_list.w--open {
    position: static;
  }

  .nav-menu {
    z-index: 9999;
    width: 100%;
    opacity: 1;
    color: #000;
    text-align: left;
    background-color: #fff;
    padding: 3em;
  }

  .nav-menu.vertical {
    padding: 0;
  }

  .nav-drop_wrapper {
    margin-bottom: 8px;
    display: block;
  }

  .nav-overlay {
    background-color: rgba(0, 28, 47, .6);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-bar {
    width: 28px;
    height: 3px;
    background-color: #3d44e9;
    padding: 0;
  }

  .nav-bar.middle {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav__button-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

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

  .social_media {
    padding-left: 0;
    padding-right: 0;
  }

  .social_media.share-on-twitter, .social_media.share-on-facebook {
    border-style: none;
    padding: 0;
  }

  .social-network-svg-code {
    color: #090a0b;
    border: 1px solid #dfe0e2;
    border-radius: 8px;
    padding: 10px 12px;
  }

  .social-network-svg-code:hover {
    color: #3d4fe0;
  }

  .share-on-social-img {
    color: #090a0b;
    border: 1px #dfe0e2;
    border-radius: 8px;
    padding: 0;
  }

  .share-on-social-img:hover {
    color: #3d4fe0;
  }

  .page-spacing__m.no_padding {
    padding-top: 0;
  }

  .page-spacing__m.no-bottom {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .page-spacing__m.no__top-p {
    padding-top: 0;
  }

  .page-spacing__m.footer {
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .container-l {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .container-l.navigation {
    color: #fff;
    padding-left: 1.6em;
    padding-right: 1.6em;
    line-height: 4vh;
  }

  .container-l.wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-2 {
    font-size: 14vw;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .background {
    object-fit: fill;
    background-size: cover;
  }

  .menu-icon {
    color: #000;
    font-size: 32px;
  }

  .menu-button {
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .hero-parent.portfolio {
    flex-direction: column;
  }

  .hero-child-top {
    padding-left: 0%;
  }

  .hero-child-top.padding {
    padding-left: 8%;
  }

  .hero-child-bottom {
    width: 80%;
  }

  .section__early-stage {
    margin-bottom: 0;
  }

  .early-stage-child-bottom {
    flex-flow: wrap;
  }

  .early-stage-child-top.is--bgtext-white.padding2 {
    width: 30em;
  }

  .early-stage-parent {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .child-1 {
    margin-left: 0;
  }

  .child-3 {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .long-container, .long-container.logos {
    height: auto;
  }

  .sticky-mask {
    height: auto;
    position: relative;
  }

  .sticky-mask.logos {
    height: auto;
  }

  .sticky-mask.no_sticky {
    top: 0;
  }

  .wide-section {
    width: 100vw;
    height: auto;
  }

  .wide-section.logos {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }

  .value {
    width: 100%;
    margin-right: 0;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .value.last {
    padding-bottom: 0;
  }

  .value-parent {
    flex-direction: column;
    justify-content: space-between;
  }

  .services-parent.is--bgtext-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4em;
  }

  .services__child-wrapper {
    width: 35em;
    margin-right: 0;
    padding-bottom: 48px;
  }

  .services__child-wrapper.last {
    padding-bottom: 0;
  }

  .image-1.top {
    width: auto;
    height: auto;
    position: relative;
  }

  .service-title {
    margin-top: 0;
    margin-bottom: 4em;
    padding-right: 36px;
  }

  .section__portfolio {
    height: 100vh;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .hero__child_portfolio {
    width: 100%;
    flex-direction: column;
    margin-top: 2em;
    padding: 0;
  }

  .logo-portfolio {
    margin-right: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-child-top-copy {
    padding-left: 0%;
  }

  .logo-portfolio-2 {
    margin-right: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-footer {
    z-index: 9999;
    width: 100%;
    text-align: left;
    background-color: #000;
    padding: 3em;
  }

  .nav-link-footer {
    color: #fff;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    display: block;
  }

  .nav-link-footer.nav-drop {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-footer.nav-drop.w--open {
    padding-right: 16px;
  }

  .long-container-2.no-left-padding {
    height: auto;
  }

  .section__-artners {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .section__-artners.wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section__patners {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .section__patners.is--bg-black.section_partners {
    height: 100vh;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section__patners.wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .apply__section.is--bgtext-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .apply-now-img {
    width: 100vw;
    height: 100vh;
  }

  .cta__parent {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .footer__social-links {
    width: auto;
    flex-direction: row;
    justify-content: space-around;
  }

  .footer_nav-child-bottom {
    z-index: 9999;
    width: 100%;
    text-align: left;
    background-color: #000;
    padding: 3em;
  }

  .footer_nav-child-bottom.vertical {
    padding: 0;
  }

  .cta__childl-letf.is--bgtext-white.padding2 {
    width: 30em;
  }

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

  .cta__child_bottom.secondary-on-mobile {
    color: #000;
    background-color: #fff;
  }

  .cta__child_bottom.button-footer {
    margin-top: 2em;
  }

  .partners_child_top {
    padding-left: 0%;
  }

  .footer-link {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    display: flex;
  }

  .footer-link.nav-drop {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link.nav-drop.w--open {
    padding-right: 16px;
  }

  .footer-link.is--bgtext-white {
    margin-bottom: 0;
    margin-right: 0;
  }

  .portfolio-logos__parent {
    padding-left: 48px;
    padding-right: 48px;
  }

  .porfolio-logos__list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: end;
    justify-content: stretch;
    justify-items: center;
  }

  .portfolio-img {
    width: 120px;
    object-fit: fill;
  }

  .services__parentparent {
    padding-top: 0;
  }

  .twins-wrapper {
    margin-bottom: 2em;
  }

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

  .sv-link-wrapper {
    margin-top: 0;
  }

  .navbar-bg {
    width: auto;
    height: 5.5em;
    object-fit: fill;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex: 0 auto;
    line-height: 4vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .clipping-mask {
    width: auto;
    transform: scale3d(1none, 1none, 1none);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .footer__social-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .ed-link-wrapper-2 {
    margin-top: 56px;
  }

  .footer-social__link-wrap {
    color: #fff;
  }

  .partners-logos__list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .partners-img {
    width: 120px;
  }

  .partners--logos__parent.outlined {
    padding-left: 48px;
    padding-right: 48px;
  }

  .button-link.footer {
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .accordian_trigger-title {
    width: 90%;
    font-size: 18px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .btn-cookies {
    padding: 7px 15px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .card-body-2 {
    padding: 16px 20px 20px;
  }

  .nav {
    margin-top: 0%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .modal-close {
    font-size: 1.8rem;
    top: 10px;
    right: 10px;
  }

  .buttons-section {
    padding: 16px 20px 20px;
  }

  .nav-btn {
    z-index: 10;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-drop.w--open {
    margin-bottom: 0;
  }

  .nav-drop_list.w--open {
    position: static;
    top: 0;
  }

  .nav-menu {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-logo {
    width: 60%;
    justify-content: flex-start;
  }

  .nav-logo.w--current {
    width: auto;
    min-width: auto;
    padding-left: 0;
  }

  .page-spacing__m {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .page-spacing__m.footer {
    padding-top: 0;
    padding-bottom: 12em;
  }

  .page-spacing__m.hero {
    padding-top: 8em;
  }

  .container-l.navigation {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .hero-child-top.padding {
    padding-left: 0%;
  }

  .early-stage-child-top.is--bgtext-white.padding2 {
    width: 25em;
  }

  .child-2 {
    margin-top: 4em;
    margin-left: 104px;
  }

  .child-3 {
    bottom: 0;
  }

  .value {
    width: auto;
    margin-bottom: 0;
  }

  .value.last {
    padding-bottom: 0;
  }

  .value-parent {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .services__child-wrapper {
    width: auto;
  }

  .section__portfolio {
    height: 100vh;
  }

  .hero__child_portfolio {
    width: 60%;
    align-items: center;
  }

  .hero-child-top-copy.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-footer {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .nav-link-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-footer.nav-drop.w--open {
    margin-bottom: 0;
  }

  .footer__nav-child-top {
    width: 60%;
  }

  .section__patners.is--bg-black.section_partners {
    height: auto;
    padding-bottom: 8em;
  }

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

  .apply-now-img {
    height: 100vh;
  }

  .footer__social-links {
    width: auto;
  }

  .footer_nav-child-bottom {
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cta__childl-letf.is--bgtext-white.padding2 {
    width: 25em;
  }

  .partners_child_top.text-center.is--bgtext-white {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .footer-link.nav-drop.w--open {
    margin-bottom: 0;
  }

  .portfolio-logo__wrapper {
    width: 85%;
  }

  .portfolio-logos__parent.outlined {
    background-image: none;
    border: 1px solid #fff;
  }

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

  .twins-wrapper {
    flex-direction: column;
    margin-bottom: 4em;
  }

  .all-right-reserved {
    align-items: flex-end;
  }

  .sv-link-wrapper {
    color: #b1b6be;
    margin-top: 0;
    padding-left: 0;
  }

  .sv-link-wrapper:hover {
    color: #fff;
    padding-left: 0;
  }

  .clipping-mask {
    width: 100%;
    flex: 0 auto;
  }

  .footer__social-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .ed-link-wrapper-2 {
    color: #b1b6be;
    margin-top: 56px;
    padding-left: 0;
  }

  .ed-link-wrapper-2:hover {
    color: #fff;
    padding-left: 0;
  }

  .footer__social-networks-wrapper {
    margin-top: 4em;
  }

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

  .footer-social__link-wrap {
    color: #fff;
  }

  .logo {
    width: 16em;
  }

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

  .partners--logos__parent.outlined {
    background-image: none;
    border: 1px solid #fff;
  }

  .button-link.footer {
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 11vw;
  }

  .container, .container.nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordian_trigger-title {
    width: 82%;
  }

  .accordian_content {
    padding-left: 28px;
  }

  .accordian_trigger {
    padding: 10px 8px;
  }

  .whole-wrapper {
    flex-direction: column;
  }

  .two-column-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .h2.is--bgtext-white {
    font-size: 16vw;
  }

  .h4 {
    font-size: 8vw;
  }

  .item_wrapper {
    max-width: 100%;
    flex-basis: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .accordian_trigger-2 {
    padding: 10px 8px;
  }

  .button.secondary-on-mobile {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button.button__hero {
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }

  .nav-menu {
    z-index: 9998;
    width: 100%;
    padding-top: 5em;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-logo {
    z-index: 9999;
    width: 62%;
    padding-left: 0;
  }

  .nav-logo.w--current {
    width: 10em;
  }

  .p-wrapper {
    margin-top: 24px;
  }

  .h1-wrapepr, .h2-wrapper {
    margin-bottom: 1em;
  }

  .page-spacing__m, .page-spacing__m.no-bottom {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .page-spacing__m.footer {
    padding-bottom: 0;
  }

  .page-spacing__m.hero {
    padding-top: 4em;
  }

  .container-l {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .button-text.button-text-footer {
    padding-right: 0;
    font-size: 2em;
  }

  .background {
    width: 100vh;
    object-fit: fill;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    margin-top: 0;
  }

  .logo-scalling {
    width: 79%;
  }

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    z-index: 9999;
    padding-right: 0;
  }

  .hero-child-top.padding {
    margin-top: 24px;
    padding-left: 0%;
  }

  .section__early-stage {
    margin-bottom: 0;
  }

  .early-stage-child-bottom {
    flex-direction: column;
    margin-top: 3em;
  }

  .early-stage-child-top.is--bgtext-white.padding2 {
    width: 15em;
  }

  .child-1 {
    width: 100%;
  }

  .child-2 {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
  }

  .child-3 {
    width: 100%;
    height: 14em;
    margin-top: 0;
    position: static;
  }

  .long-container {
    padding-left: 0;
  }

  .wide-section {
    align-items: stretch;
  }

  .value {
    width: 80vw;
    align-content: stretch;
    justify-content: end;
    align-items: stretch;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .text-wrapper {
    padding-right: 2em;
  }

  .value-parent {
    flex-direction: column;
    align-items: stretch;
  }

  .value-title {
    padding-bottom: 3em;
  }

  .services-parent.is--bgtext-white {
    margin-top: 2em;
  }

  .image-1.top {
    height: 100%;
  }

  .service-title {
    padding-right: 0;
  }

  .section__portfolio {
    height: 100vh;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero__child_portfolio {
    width: 100%;
    flex-direction: column;
    margin-top: 32px;
    padding: 0;
  }

  .logo-portfolio, .logo-portfolio-2 {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section__horizontal-scroll-4.footer {
    height: auto;
  }

  .apply-title {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-copy, .navbar-2 {
    margin-top: 0;
  }

  .nav-menu-footer, .footer__nav-child-top {
    width: 100%;
  }

  .long-container-2 {
    padding-left: 0;
  }

  .section__-artners, .section__patners {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .section__patners.is--bg-black.section_partners {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .apply-section__parent {
    object-fit: cover;
  }

  .apply-now-img {
    width: 100vw;
    height: 100vh;
  }

  .cta__parent {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer__parent {
    height: auto;
    margin-top: 0;
    margin-bottom: 4em;
  }

  .footer__social-links {
    width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .footer_nav-child-bottom {
    width: 100%;
  }

  .footer_nav-child-bottom.vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .cta__childl-letf.is--bgtext-white.padding2 {
    width: 20em;
  }

  .cta__child_bottom.button-footer {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 27px;
    padding-right: 40px;
  }

  .arrow_child {
    margin-top: 1em;
    margin-left: 0;
  }

  .partners_child_top.text-center.is--bgtext-white {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    margin-right: 2em;
  }

  .portfolio-logo__wrapper {
    width: 100%;
  }

  .porfolio-logos__list {
    grid-template-rows: auto auto;
  }

  .button-text-copy.button-text-footer {
    padding-right: 0;
    font-size: 1.6em;
  }

  .paragraph {
    margin-top: 36px;
  }

  .twins-wrapper {
    margin-bottom: 3em;
  }

  .collection-list {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .all-right-reserved {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sv-link-wrapper {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 2em;
  }

  .navbar-bg {
    width: 100vw;
    height: 5em;
    object-fit: fill;
    background-position: 50%;
    background-size: cover;
    flex: none;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .clipping-mask {
    flex: 0 auto;
  }

  .footer__social-wrap {
    flex-direction: column-reverse;
    margin-top: 6em;
  }

  .ed-link-wrapper-2 {
    flex-direction: row;
    align-items: center;
    margin-top: 3em;
    margin-left: 0;
  }

  .ed-link-wrapper-2:hover {
    align-items: center;
  }

  .footer__social-networks-wrapper {
    width: 100%;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 8px;
  }

  .footer-social__links {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .text-span-3, .text-span-4, .text-span-5 {
    font-family: Parabole, sans-serif;
  }

  .cookie-info-wrapper {
    width: auto;
    margin-left: .5em;
    margin-right: .5em;
    padding-left: 16px;
  }

  .privacy-link {
    clear: none;
  }

  .logo {
    width: 12em;
  }

  .partners-logos__list {
    grid-template-rows: auto auto;
  }

  .button-link.footer {
    font-size: 1.8em;
  }
}

#w-node-_5fc2b285-ec1f-199a-656b-1bd295513160-e5dab5e8, #w-node-_9cba7170-5431-279e-e5bc-aee615d05853-e5dab5e8, #w-node-e23398e0-6609-625e-731a-3c5d1ec899a2-e5dab5e8, #w-node-e23398e0-6609-625e-731a-3c5d1ec899a3-e5dab5e8, #w-node-bf55abd1-3d87-e96e-7695-d5772eb30443-e5dab5e8, #w-node-_05ab2f25-20c2-86c6-ec56-3849a66a0b25-e5dab5e8, #w-node-d171ed0d-a1fd-2ff2-8fff-1cf945a2190f-e5dab5e8, #w-node-_1737c623-5115-733e-2932-83d68e660c9d-e5dab5e8, #w-node-_887f39d7-d649-b2ef-64d9-2fa0d91c3f61-e5dab5e8, #w-node-bc4d0bf6-3a81-1544-248e-4e46abaa7916-e5dab5e8, #w-node-_3dcd5377-7cc0-6b2c-e0ce-e1e03a377796-e5dab5e8, #w-node-_323b3037-67f7-d43a-e816-4832d1f5a0ba-e5dab5e8, #w-node-ff03dbd6-70b1-9e3c-82c3-a259bda98bbc-e5dab5e8, #w-node-bba1a3b2-3d22-fd4c-f8de-ccae5ecbd93c-e5dab5e8, #w-node-b24a3107-4648-e0bc-1279-65147a5c738d-e5dab5e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a46a60d-b663-7dda-4da3-3a9de5cd4d53-c3dab5f0 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Parabole';
  src: url('../fonts/Parabole-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}