.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;
}

a {
  text-decoration: underline;
}

.nav-menu {
  margin-top: 12px;
  margin-bottom: 12px;
  float: left;
}

.nav-menu.right {
  float: right;
}

.navbar {
  position: relative;
  z-index: 9999;
  background-color: transparent;
}

.header-image {
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-image.footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-link {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #4a4a4a;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.header-link:hover {
  color: #0e4ceb;
}

.header-link.w--current {
  color: #0e4ceb;
}

.header-link.dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}

.header-link.dropdown:hover {
  background-color: rgba(43, 68, 255, 0.06);
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 42px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 2px;
}

.heading-1.navy {
  color: #374873;
}

.heading-1.darkblue {
  color: #0f5176;
}

.heading-1.mossgreen {
  color: #4e686d;
}

.heading-1.black {
  color: #000;
}

.heading-1.orange {
  color: #d47623;
}

.heading-1.sportheader {
  max-width: 720px;
  margin-top: 86px;
  margin-right: auto;
  margin-left: auto;
  color: #1e1e1e;
  line-height: 50px;
  text-align: center;
}

.heading-1.sportpurple {
  color: #38003c;
}

.heading-1.whitesport {
  margin-bottom: 24px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
}

.columns {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.columns.musiccolumns {
  margin-bottom: 7vh;
}

.section {
  position: static;
  margin-top: -76px;
  padding-top: 32px;
  background-color: #f5f5f5;
}

.section.yellow {
  background-color: #fbd653;
}

.section.brokenwhite {
  border-bottom: 24px solid #eee7d5;
  background-color: #fdf5df;
}

.section.lightblue {
  padding-top: 32px;
  border-bottom: 3vh solid #e0f4fa;
  background-color: #ebfbff;
}

.section.greenblue {
  background-color: #e6f1ea;
}

.section.ltblue {
  background-color: #f7fbff;
}

.section.bgimage {
  background-image: url('../images/Bg-image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.sporttopsection {
  background-image: linear-gradient(67deg, #cdf547, #a6d019 84%);
}

.text-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-1.navy {
  color: #374873;
}

.text-1.mossgreen {
  color: #4e686d;
}

.text-1.mossgreen.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-1.grey {
  color: #828282;
}

.text-1.grey.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-1.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-1.sportmaintext {
  max-width: 720px;
  margin: 24px auto;
  padding-right: 8px;
  padding-left: 8px;
  color: #65784e;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.button-blue {
  color: #fff;
}

.button {
  padding: 12px 24px;
  border-radius: 20px;
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
}

.button.blue {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #0e4ceb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.button.blue:hover {
  background-color: #183b96;
}

.button.blue.margin-24 {
  position: static;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button.blue.header {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.button.black {
  background-color: #333;
  color: #fff;
}

.button.green {
  background-color: #219653;
}

.button.green.margin-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.button.lightgreen {
  background-color: #27ae60;
}

.button.lightgreen:hover {
  background-color: #0e9948;
}

.button.lightgreen:active {
  background-color: #067936;
}

.button.lightgreen:focus {
  background-color: #0e9948;
}

.button.coral {
  background-color: #eb5757;
}

.button.coral:hover {
  background-color: #d62929;
}

.button.coral:active {
  background-color: #b60c0c;
}

.button.coral:focus {
  background-color: #d62929;
}

.button.magenta {
  background-color: #cf2b5d;
}

.button.magenta:hover {
  background-color: #c21248;
}

.button.magenta:active {
  background-color: #99002f;
}

.button.magenta:focus {
  background-color: #c21248;
}

.button.goersred {
  background-color: #cf2b5d;
}

.button.goersred:hover {
  background-color: #ad1443;
}

.button.goersred:active {
  background-color: #a30032;
}

.button.goersred.margin-t-24 {
  margin-top: 24px;
}

.button.floatbutton {
  padding-right: 12px;
  padding-left: 12px;
  background-color: #fff;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 375ms ease;
  transition: background-color 375ms ease;
  color: #3b5daa;
  font-size: 13px;
  font-weight: 700;
}

.button.floatbutton:hover {
  background-color: #eef7ff;
}

.button.sportbutton1 {
  background-color: #500c55;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.button.sportbutton1:hover {
  background-color: #7c2e81;
}

.button.sportbutton2 {
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #38003c;
}

.button.sportbutton2:hover {
  background-color: #e4d5d5;
}

.top-image {
  position: absolute;
  top: 0px;
  z-index: 1000;
  display: block;
  max-width: 100%;
  margin-top: 6px;
  -webkit-transition: opacity 200ms ease, -webkit-transform 1000ms ease;
  transition: opacity 200ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 200ms ease;
  transition: transform 1000ms ease, opacity 200ms ease, -webkit-transform 1000ms ease;
}

.top-image.shadow {
  border-radius: 7px;
  box-shadow: 2px 2px 10px 1px rgba(83, 95, 133, 0.2);
}

.container-margin-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.text-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-2.centered {
  top: 0px;
}

.text-2.centered.margin-12.grey {
  color: #828282;
}

.text-2.margin-12 {
  margin-top: 12px;
}

.text-2.margin-12.grey {
  color: #828282;
}

.text-2.black-2 {
  overflow: hidden;
  color: #4a4a4a;
}

.text-2.black-2.margin-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-2.black-2.margin-tb-12.customsmall {
  font-size: 14px;
  line-height: 20px;
}

.text-2.white {
  color: #fff;
}

.text-2.white.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-2.white.margin-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-2.medium {
  font-weight: 500;
}

.text-2.feature-desc {
  color: #4a4a4a;
}

.text-2.margin-top-12 {
  margin-top: 12px;
}

.text-2.navy {
  color: #374873;
  text-align: center;
}

.text-2.navy.margin-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-2.grey {
  color: #878787;
}

.text-2.grey.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-2.flex-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-2.flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-2.sportdescription {
  margin-top: 24px;
  color: #988e99;
}

.text-2.sportfeaturedescription {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: #828282;
}

.text-2.sportwhite {
  margin-bottom: 24px;
  color: #cbdfd3;
}

.text-2.sportfeaturedesc {
  color: #828282;
}

.section-2 {
  position: relative;
  background-color: #f7f7f7;
}

.section-2.whitebg {
  background-color: #fff;
}

.section-2.browngrey {
  border-bottom: 24px solid #f4f1ee;
  background-color: #f8f7f6;
}

.section-2.lightblue {
  border-bottom: 20px solid #e0f4fa;
  background-color: #f2fcff;
}

.section-2.lightgreen {
  border-bottom: 0px solid #e0f4fa;
  background-color: #e7f8f7;
}

.centered {
  position: relative;
  top: 10px;
  text-align: center;
}

.centered.margin-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.container-position-min {
  position: relative;
  top: -40px;
  text-align: center;
}

.feature-image {
  width: 100px;
  height: auto;
}

.feature-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.feature-title.navy {
  color: #374873;
}

.feature-title.mossgreen {
  color: #375459;
}

.feature-title.sportpurple {
  display: block;
  color: #38003c;
  font-size: 18px;
  line-height: 22px;
}

.feature-title.sportpurple.highlight {
  font-size: 20px;
  line-height: 26px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.heading-2.navy {
  color: #374873;
}

.heading-2.navy.margin-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-2.darkblue {
  color: #0f5176;
}

.heading-2.darkblue.margin-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-2.margin-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-2.mossgreen {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #4e686d;
}

.heading-2.black {
  color: #000;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.margin-none {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
}

.heading-2.yolheading {
  color: #3b5daa;
  text-align: center;
}

.heading-2.newnormal-heading {
  color: #22459e;
  text-align: center;
}

.heading-2.purplesport {
  margin-bottom: 24px;
  color: #38003c;
}

.section-bordered {
  border: 1px solid #e0e0e0;
}

.pricing-card {
  width: 80%;
  margin-left: 10%;
  padding-top: 24px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 12px 0 rgba(146, 158, 160, 0.25);
  text-align: center;
}

.pricing-text {
  font-family: 'Maven Pro', sans-serif;
  color: #374873;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.pricing-text.margin-12 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0px;
}

.text-block {
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block.navy {
  color: #374873;
}

.column {
  padding-bottom: 12px;
  border-left: 1px solid #e0e0e0;
}

.separator {
  min-height: 12px;
}

.footer-text {
  margin-top: 6px;
  margin-bottom: 8px;
  font-family: 'Maven Pro', sans-serif;
}

.footer-text.grey-bottom {
  margin-top: 24px;
  margin-bottom: 6px;
  color: #a8a8a8;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Maven Pro', sans-serif;
  color: #4a4a4a;
  font-weight: 500;
  letter-spacing: 2px;
}

.footer-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #4a4a4a;
  text-decoration: none;
}

.footer-link:hover {
  color: #0e4ceb;
}

.columns-2 {
  margin-top: 64px;
}

.image-2 {
  width: 260px;
}

.continer-margin-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.header-dropdown {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #333;
}

.header-dropdown:hover {
  color: #0e4ceb;
}

.header-dropdown.w--open {
  color: #0e4ceb;
}

.dropdown-list {
  z-index: 9999;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dropdown-list.w--open {
  z-index: 9999;
  width: auto;
  height: auto;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -6px rgba(10, 45, 163, 0.46);
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.dropdown-2 {
  cursor: pointer;
}

.separator-24 {
  height: 24px;
}

.separator-12 {
  height: 12px;
}

.div-block {
  position: absolute;
  top: 10vh;
  max-width: 100%;
  min-width: 100%;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 80%;
  height: 160px;
  min-height: 160px;
  min-width: 80%;
  margin-left: -7px;
  float: right;
  border-radius: 0px;
  background-color: #0e4ceb;
}

.div-block-2.music {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 12px;
  min-height: 12px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-2.exhibition {
  left: 0%;
  top: 107px;
  right: auto;
  bottom: auto;
  background-color: #333;
}

.div-block-2.conference {
  left: auto;
  top: -21px;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 60px;
  background-color: #4e686d;
}

.section-4 {
  width: 100%;
  height: 4vh;
  background-image: url('../images/bottom.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-column {
  padding-right: 12px;
  padding-left: 12px;
}

.card {
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px;
  -webkit-box-flex: 0vh;
  -webkit-flex: 0vh;
  -ms-flex: 0vh;
  flex: 0vh;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(145, 179, 230, 0.2);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-image-bg {
  margin-top: -12px;
  margin-right: -12px;
  margin-left: -12px;
  border-radius: 6px 6px 120px 120px;
  background-color: #fffcf8;
}

.image-3 {
  position: absolute;
  left: -59px;
  top: -88px;
  z-index: 501;
  max-width: 120%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.home-01 {
  position: static;
  padding-top: 64px;
  padding-bottom: 38px;
}

.top-column-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 400;
}

.home-column1 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  max-width: 50%;
}

.home-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.home-section.yolsection {
  padding-top: 64px;
}

.home-section.newnormal-section {
  padding-top: 64px;
}

.home-section.grey {
  margin-bottom: 24px;
  padding-bottom: 72px;
  background-color: #fff;
  background-image: linear-gradient(125deg, #f4feff, #fff);
}

.home-feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-padding-12 {
  padding: 12px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.heading-3.black {
  color: #000;
}

.heading-3.black.margin-tb-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.heading-3.black.margin-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-3.clearmargin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-3.centered.margin-bottom-24.red {
  color: #cf2b5d;
  font-weight: 700;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.center-clear {
  margin-top: 10px;
  text-align: center;
}

.heading-3.center-clear {
  margin-top: 10px;
  text-align: center;
}

.heading-3.grey {
  color: #828282;
}

.heading-3.yolheading {
  color: #3b5daa;
}

.heading-3.margin-bottom-12.margin-top-12 {
  margin-top: 12px;
}

.heading-3.newnormal-heading {
  color: #22459e;
}

.heading-3.margin-bottom-24.lowercase {
  font-weight: 400;
}

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

.div-block-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-feature-text {
  margin-left: 24px;
}

.business-information {
  position: relative;
  left: -20%;
  z-index: 20;
  max-width: 120%;
  min-width: 125%;
  padding: 48px 72px 48px 20%;
  background-color: #6786d5;
  background-image: linear-gradient(155deg, #0e4ceb 9%, #4277fd);
}

.image-business {
  position: relative;
  top: -20px;
  z-index: 100;
}

.business-div {
  margin-top: 42px;
}

.grid {
  grid-column-gap: 34px;
  grid-row-gap: 31px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.business-card {
  width: 100%;
  padding: 24px;
}

.business-cards {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.business-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 56px;
  min-height: 56px;
  margin-left: 24px;
}

.business-card-link {
  border-radius: 8px;
  -webkit-transition: box-shadow 500ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 500ms cubic-bezier(.165, .84, .44, 1);
  color: #000;
  text-decoration: none;
}

.business-card-link:hover {
  box-shadow: 1px 1px 8px 0 rgba(177, 196, 216, 0.42);
}

.business-cta {
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 72px;
  font-family: 'Maven Pro', sans-serif;
  color: #0e4ceb;
}

.business-cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Maven Pro', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.partner-div {
  margin-top: 24px;
  padding-bottom: 24px;
}

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

.partner-text {
  margin-bottom: 0px;
  font-family: 'Maven Pro', sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.blue {
  color: #0e4ceb;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 72px;
  bottom: 32px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 32px;
  bottom: 32px;
  width: 32px;
  height: 32px;
}

.slide {
  overflow: visible;
  background-color: #fff;
}

.testimoni-photo {
  position: absolute;
  left: 32px;
  top: 0px;
  margin-top: -42px;
}

.mask {
  overflow: hidden;
  height: 470px;
  min-height: 470px;
}

.div-block-6 {
  min-height: 428px;
  margin-top: 42px;
  border-radius: 8px;
  background-color: #f3f9ff;
}

.column-4 {
  margin-top: 42px;
}

.testimony-div-author {
  margin-bottom: 24px;
  padding-left: 16px;
}

.testimoni-text-container {
  padding-right: 32px;
  padding-left: 16px;
}

.image-6 {
  margin-top: 12px;
  margin-left: 40px;
}

.div-block-7 {
  margin-top: 24px;
}

.slider {
  min-height: 470px;
  background-color: #fff;
}

.slide-nav {
  display: none;
}

.cta-card {
  padding: 64px 42px;
  border-radius: 8px;
  background-color: #374873;
  box-shadow: 1px 1px 8px 0 rgba(79, 109, 141, 0.46);
}

.cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fitur-column1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fitur-01 {
  position: static;
  padding-top: 64px;
  padding-bottom: 108px;
}

.fitur-section {
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid #e0e0e0;
}

.top-column-fitur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-link {
  color: #0e4ceb;
}

.sidebar-link {
  min-width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  color: #4a4a4a;
  text-decoration: none;
}

.sidebar-link:hover {
  color: #0e4ceb;
}

.sidebar-link.w--current {
  color: #0e4ceb;
}

.fitur-sidebar {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.fitur-sidebar:hover {
  color: #0e4ceb;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  width: 320px;
  margin-right: 12px;
}

.feature-content {
  width: 100%;
  margin-left: 32px;
}

.feature-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  font-weight: 500;
}

.heading-5.margin-none {
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-title-image {
  margin-right: 12px;
}

.feature-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 42px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  margin-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.break-div {
  width: 100%;
  height: 2px;
  margin-top: 64px;
  margin-bottom: 64px;
  background-color: #f2f2f2;
}

.pricing-segment {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 12px;
  background-color: #0e4ceb;
}

.text-span {
  font-size: 16px;
  font-weight: 400;
}

.feature-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 32px;
  -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;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.feature-titles.navy {
  color: #374873;
}

.feature-titles.mossgreen {
  color: #375459;
}

.col-info {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pricing-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.text-fitur {
  font-family: 'Maven Pro', sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.text-fitur.centered {
  top: 0px;
}

.text-fitur.centered.margin-12.grey {
  color: #828282;
}

.text-fitur.black-2 {
  overflow: hidden;
  color: #4a4a4a;
}

.text-fitur.white {
  color: #fff;
}

.text-fitur.medium {
  font-weight: 500;
}

.text-fitur.feature-desc {
  color: #4a4a4a;
}

.text-fitur.blue {
  color: #0e4ceb;
}

.text-fitur.blue.centered {
  top: 0px;
}

.div-block-10 {
  padding: 16px 12px;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 500;
}

.text-small {
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.text-small.centered.margin-12.grey {
  color: #828282;
}

.text-small.margin-12 {
  margin-top: 12px;
}

.text-small.black-2 {
  overflow: hidden;
  color: #4a4a4a;
}

.text-small.white {
  color: #fff;
}

.text-small.medium {
  font-weight: 500;
}

.text-small.feature-desc {
  color: #4a4a4a;
}

.text-small.margin-top-12 {
  margin-top: 12px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  padding-top: 12px;
  border-top: 2px solid #f5f5f5;
}

.image-8 {
  float: right;
}

.pricing-section {
  padding-top: 64px;
  padding-bottom: 12px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column-6 {
  padding-bottom: 24px;
}

.container-pricing-card {
  padding-right: 120px;
  padding-left: 120px;
}

.column-7 {
  padding: 12px;
}

.card-pricing {
  min-height: 254px;
  margin-bottom: 12px;
  padding-top: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(153, 204, 215, 0.5);
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -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;
}

.text-block-3 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.div-softblue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f9ff;
}

.div-block-13 {
  width: 405px;
  padding-left: 24px;
}

.div-block-14 {
  width: 605px;
  padding-right: 24px;
  padding-left: 24px;
}

.text-block-4 {
  padding-left: 24px;
}

.div-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

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

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-t-64-b-24 {
  margin-top: 64px;
  margin-bottom: 24px;
}

.div-block-15 {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #eee;
}

.div-block-16 {
  text-align: center;
}

.image-9 {
  position: relative;
}

.image-10 {
  position: relative;
  left: auto;
  top: -80px;
  width: 320px;
  text-align: left;
}

.container-2 {
  position: relative;
}

.div-block-17 {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 200px;
  text-align: center;
}

.container-3 {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.image-11 {
  max-width: 80%;
  float: right;
  text-align: right;
}

.image-12 {
  width: 80%;
}

.heading-6 {
  font-family: 'Permanent Marker', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 0px;
}

.heading-6.alignleft {
  text-align: left;
}

.grid-4 {
  grid-column-gap: 140px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-18 {
  text-align: center;
}

.imagechat {
  margin-bottom: 12px;
}

.div-block-19 {
  text-align: center;
}

.div-block-20 {
  text-align: center;
}

.section-6 {
  padding-top: 64px;
  padding-bottom: 96px;
  background-color: #effdff;
}

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

.text-block-5 {
  font-family: 'Permanent Marker', sans-serif;
}

.image-13 {
  position: relative;
  left: -10%;
  z-index: 12;
  width: 110%;
  max-width: 110%;
}

.column-10 {
  top: 160px;
  z-index: 20;
}

.div-block-21 {
  position: relative;
  z-index: 20;
  width: 120%;
  height: 120%;
  min-height: 320px;
  padding: 40px 40px 20px 80px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  max-width: 120%;
}

.div-block-22 {
  position: relative;
}

.image-15 {
  position: relative;
}

.image-16 {
  position: relative;
  left: -276px;
}

.section-8 {
  min-height: 42px;
  background-image: url('../images/top-blue.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-9 {
  min-height: 52px;
  background-image: url('../images/bottom-blue.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  padding-right: 40px;
}

.column-14 {
  padding-right: 40px;
}

.column-15 {
  padding-right: 40px;
}

.download-section {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fafafa;
}

.image-17 {
  margin-left: 12px;
}

.container-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: 24px;
  max-width: 120%;
}

.div-block-23 {
  margin-bottom: 12px;
  text-align: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tablink {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.tablink.w--current {
  border-left: 2px solid #0e4ceb;
  background-color: transparent;
  color: #0e4ceb;
}

.tabs-menu {
  width: 400px;
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-24 {
  position: absolute;
  left: 10px;
  width: 4px;
  height: 72px;
  background-color: #0e4ceb;
}

.div-block-25 {
  padding-top: 24px;
  border-radius: 12px;
  background-image: linear-gradient(279deg, #ebf5ff, #fbfdff);
}

.image-24 {
  position: relative;
  left: -5%;
  max-width: 120%;
}

.columns-pos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-10 {
  background-color: #ebf5ff;
}

.section-event-manager {
  position: static;
  margin-top: -76px;
  padding-top: 64px;
  background-color: #f2f9ff;
}

.section-event-manager.yellow {
  background-color: #fbd653;
}

.section-event-manager.brokenwhite {
  border-bottom: 24px solid #eee7d5;
  background-color: #fdf5df;
}

.section-event-manager.lightblue {
  border-bottom: 3vh solid #e0f4fa;
  background-color: #ebfbff;
}

.section-event-manager.greenblue {
  background-color: #e6f1ea;
}

.section-event-manager.ltblue {
  background-color: #f7fbff;
}

.div-block-2-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  width: 80%;
  height: 160px;
  min-height: 160px;
  min-width: 80%;
  margin-top: 105px;
  margin-left: 87px;
  float: right;
  border-radius: 12px;
  background-color: #f2994a;
}

.div-block-2-copy.music {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 12px;
  min-height: 12px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-2-copy.exhibition {
  left: 0%;
  top: 107px;
  right: auto;
  bottom: auto;
  background-color: #333;
}

.div-block-2-copy.conference {
  left: auto;
  top: -21px;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: 60px;
  background-color: #4e686d;
}

.div-block-copy {
  position: absolute;
  top: 10.5vh;
  max-width: 100%;
  min-width: 100%;
}

.columns-copy {
  margin-top: 10vh;
  margin-bottom: 6vh;
}

.columns-copy.musiccolumns {
  margin-bottom: 7vh;
}

.yoltop {
  padding-top: 72px;
  padding-bottom: 64px;
}

.yoltopcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.yoltextcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.yol-text-container {
  width: 92%;
  max-width: 640px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.learnmore {
  margin-top: 32px;
  text-align: center;
}

.learnmore.margin-custo {
  margin-bottom: 24px;
  padding-top: 24px;
}

.yol-image {
  width: 90px;
  height: auto;
  margin-bottom: 16px;
}

.yolgrid {
  margin-top: 24px;
  justify-items: center;
}

.grid-7 {
  justify-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-25 {
  display: block;
  width: 480px;
  height: 100%;
}

.div-yol {
  width: 92%;
  max-width: 360px;
  text-align: center;
}

.yol-partner-image {
  width: 160px;
  height: auto;
}

.section-11 {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #b3dff1;
}

.div-block-26 {
  width: 100%;
  padding-top: 32px;
  padding-right: 12px;
  padding-left: 12px;
}

.image-26 {
  width: 80%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

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

.yol-floating-button {
  position: relative;
  height: 0px;
}

.div-block-27 {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 16px;
  z-index: 9999;
}

.new-normal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-12 {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #edfaff;
}

.newnormal-top {
  padding-top: 72px;
  padding-bottom: 64px;
}

.section-2-new-normal {
  position: relative;
  background-color: #fff;
}

.section-2-new-normal.whitebg {
  background-color: #fff;
}

.section-2-new-normal.browngrey {
  border-bottom: 24px solid #f4f1ee;
  background-color: #f8f7f6;
}

.section-2-new-normal.lightblue {
  border-bottom: 20px solid #e0f4fa;
  background-color: #f2fcff;
}

.section-2-new-normal.lightgreen {
  border-bottom: 0px solid #e0f4fa;
  background-color: #e7f8f7;
}

.new-normal-container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px 24px;
  -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;
}

.grid-7-copy {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newnormal-grid {
  margin-top: 24px;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-25-copy {
  display: block;
  width: 480px;
  height: 100%;
  margin-top: 12px;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  max-width: 90%;
}

.column-18 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  max-width: 80%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-logo-themepark {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sporttopcontainer {
  text-align: center;
}

.sporttopimage {
  margin-top: 48px;
}

.sportmid1section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.sportposimage {
  max-width: 560px;
}

.sportcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sportmid2section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sportfeaturecontainer {
  text-align: center;
}

.sportfeatureflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sportfeatureitem {
  max-width: 320px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.sportdivcontainer {
  margin-top: 64px;
  text-align: center;
}

.partnerlogoimage {
  max-width: 160px;
  margin-right: 12px;
  margin-left: 12px;
}

.sportmid4section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sportmid3section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3bc65a;
  background-image: url('../images/BGImage.png');
  background-position: 50% 50%;
  background-size: cover;
}

.margin-t-24-b-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: absolute;
    z-index: 10000;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
  }

  .nav-menu.right {
    position: absolute;
    margin-top: 0px;
    box-shadow: none;
  }

  .navbar {
    z-index: 10000;
  }

  .header-image {
    max-width: 72%;
  }

  .header-link.dropdown {
    padding-left: 32px;
  }

  .header-link.register {
    margin-left: 20px;
    float: left;
    clear: none;
  }

  .heading-1.navy {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-1.sportpurple {
    font-size: 32px;
    line-height: 42px;
  }

  .text-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .button.blue.header {
    position: absolute;
    left: 20%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .top-image {
    top: 0px;
  }

  .text-2.sportdescription {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-card {
    padding-top: 24px;
  }

  .dropdown-list {
    position: relative;
    display: block;
    opacity: 1;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .div-block {
    min-width: 90%;
  }

  .div-block-2.exhibition {
    top: 32px;
  }

  .div-block-2.conference {
    top: -18px;
  }

  .brandimage {
    width: auto;
  }

  .column-2 {
    overflow: visible;
    padding-right: 20px;
  }

  .feature-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home-01 {
    padding-bottom: 64px;
  }

  .home-column1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .home-feature-div {
    padding-left: 12px;
  }

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

  .testimoni-photo {
    max-width: 180px;
  }

  .fitur-column1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .fitur-01 {
    padding-bottom: 64px;
  }

  .text-fitur {
    color: #555;
  }

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

  .container-pricing-card {
    padding-right: 80px;
    padding-left: 80px;
  }

  .column-8 {
    display: block;
    overflow: visible;
    height: 52px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-17 {
    min-height: 160px;
  }

  .container-3 {
    min-height: 360px;
  }

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

  .div-block-21 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 40px;
  }

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

  .section-8 {
    min-height: 32px;
  }

  .section-9 {
    min-height: 42px;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .div-block-2-copy {
    margin-top: 39px;
    margin-left: 66px;
  }

  .div-block-2-copy.exhibition {
    top: 32px;
  }

  .div-block-2-copy.conference {
    top: -18px;
  }

  .div-block-copy {
    min-width: 90%;
  }

  .yoltopcontainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .learnmore {
    padding-right: 12px;
    padding-left: 12px;
  }

  .image-25 {
    display: block;
    width: 80%;
    height: 100%;
    max-width: 320px;
  }

  .yol-partner-image {
    width: 120px;
    height: auto;
  }

  .image-25-copy {
    display: block;
    width: 80%;
    height: 100%;
    max-width: 320px;
  }

  .column-18 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sportcolumn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sportfeatureflex {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header-link {
    display: block;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-1.navy {
    text-align: center;
  }

  .heading-1.navy.smallleft {
    text-align: left;
  }

  .heading-1.darkblue {
    text-align: center;
  }

  .heading-1.darkblue.smallleft {
    text-align: left;
  }

  .heading-1.mossgreen.smallcenter {
    text-align: center;
  }

  .heading-1.sportheader {
    line-height: 44px;
  }

  .heading-1.sportpurple {
    text-align: center;
  }

  .heading-1.whitesport {
    text-align: center;
  }

  .section {
    text-align: center;
  }

  .button.blue {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button.blue.header {
    position: absolute;
    left: 14%;
    top: -2%;
    right: auto;
    bottom: auto;
  }

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

  .top-image {
    position: relative;
    top: 0px;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

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

  .text-2.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-2.margin-12.smallleft {
    text-align: left;
  }

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

  .text-2.black-2.margin-tb-12.smallcenter {
    text-align: center;
  }

  .text-2.black-2.margin-tb-12.customsmall {
    line-height: 20px;
  }

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

  .text-2.medium.blue {
    text-align: left;
  }

  .text-2.margin-top-12.smallleft {
    text-align: left;
  }

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

  .text-2.sportfeaturedesc {
    color: #828282;
  }

  .feature-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .feature-title.sportpurple {
    text-align: center;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

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

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

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

  .column {
    border-left-style: none;
  }

  .footer-title {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .div-block {
    position: static;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-2 {
    left: 56px;
    top: 0%;
    right: 13%;
    bottom: auto;
    display: block;
    width: 60%;
  }

  .div-block-2.music {
    left: 11%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .div-block-2.exhibition {
    left: 8%;
    top: 40%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-2.conference {
    left: 50px;
    top: 8px;
  }

  .column-2 {
    top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .card {
    margin-top: 12px;
  }

  .feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card-image-bg {
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
  }

  .image-3 {
    left: 0px;
    top: -54px;
    max-width: 100%;
  }

  .top-column-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-4 {
    margin-left: 24px;
  }

  .home-column1 {
    margin-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-5 {
    left: 54%;
    top: 16%;
    right: auto;
    bottom: auto;
    padding-right: 2px;
  }

  .home-section {
    padding: 42px 14px;
  }

  .home-section.grey {
    background-color: #fafafa;
  }

  .home-feature-div {
    padding-right: 32px;
  }

  .heading-3.white.center-clear {
    line-height: 24px;
  }

  .heading-3.margin-bottom-24.mcentered {
    text-align: center;
  }

  .heading-3.margin-bottom-24.lowercase {
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .margin-bottom-24 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .business-information {
    left: 0%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .image-business {
    top: 24px;
    width: 100%;
  }

  .grid {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .business-card-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .business-cta-div {
    margin-top: 0px;
  }

  .partner-div {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .testimoni-photo {
    left: 24px;
    max-width: 132px;
  }

  .mask {
    height: 540px;
    min-height: 540px;
  }

  .div-block-6 {
    min-height: 498px;
  }

  .column-4 {
    margin-top: 24px;
  }

  .testimony-div-author {
    margin-left: 160px;
  }

  .testimoni-text-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .image-6 {
    margin-left: 20px;
  }

  .slider {
    min-height: 540px;
  }

  .cta-card {
    margin-right: 12px;
    margin-left: 12px;
    padding: 32px 24px;
  }

  .cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-block {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .home-column2 {
    height: 500px;
  }

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

  .fitur-column1 {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

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

  .fitur-section {
    padding: 42px 14px;
  }

  .top-column-fitur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sidebar {
    position: relative;
    top: 0px;
    width: 100%;
  }

  .feature-content {
    margin-top: 32px;
    margin-left: 0px;
  }

  .feature-segment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-text {
    margin-right: 0px;
    text-align: center;
  }

  .feature-images {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .feature-titles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .pricing-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-fitur {
    margin-bottom: 6px;
    text-align: center;
  }

  .text-fitur.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-fitur.black-2 {
    text-align: left;
  }

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

  .text-fitur.medium.blue {
    text-align: left;
  }

  .fitur-col-gfb {
    margin-bottom: 32px;
  }

  .text-small {
    font-size: 9px;
    line-height: 14px;
    text-align: center;
  }

  .text-small.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-small.black-2 {
    text-align: left;
  }

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

  .text-small.medium.blue {
    text-align: left;
  }

  .pricing-section {
    padding: 42px 14px;
  }

  .div-block-11 {
    display: block;
    width: 60%;
    margin: 12px auto;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    border-color: #eee #000 #000;
  }

  .feature-top-image {
    margin-bottom: 24px;
  }

  .container-pricing-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .margin-bottom-12 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .column-9 {
    margin-bottom: 12px;
  }

  .image-10 {
    top: -40px;
    width: 200px;
  }

  .container-3 {
    min-height: 260px;
  }

  .image-11 {
    width: 80%;
    float: none;
    text-align: center;
  }

  .image-12 {
    width: 80%;
  }

  .heading-6 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .grid-5 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    margin-top: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-13 {
    left: auto;
    width: 100%;
    max-width: 100%;
  }

  .column-10 {
    top: -114px;
  }

  .div-block-21 {
    position: relative;
    top: 43px;
    width: 100%;
    height: 100%;
  }

  .section-7 {
    margin-bottom: 0px;
  }

  .image-14 {
    left: -4%;
    display: none;
  }

  .div-block-22 {
    left: auto;
    text-align: center;
  }

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

  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-12 {
    margin-top: 24px;
    text-align: center;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .columns-10.reversesmall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .image-18 {
    margin-bottom: 12px;
  }

  .image-20 {
    margin-bottom: 12px;
  }

  .column-16 {
    margin-bottom: 12px;
  }

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

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

  .image-22 {
    max-width: 60%;
  }

  .image-23 {
    position: relative;
    max-width: 80%;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabs-menu {
    width: 100%;
    max-width: 100%;
  }

  .image-24 {
    max-width: 80%;
    margin-top: 24px;
  }

  .columns-pos {
    -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;
    text-align: center;
  }

  .section-event-manager {
    text-align: center;
  }

  .div-block-2-copy {
    left: 56px;
    top: 0%;
    right: 13%;
    bottom: auto;
    display: block;
    width: 60%;
    margin-top: 147px;
    margin-left: 18px;
  }

  .div-block-2-copy.music {
    left: 11%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .div-block-2-copy.exhibition {
    left: 8%;
    top: 40%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-2-copy.conference {
    left: 50px;
    top: 8px;
  }

  .div-block-copy {
    position: static;
    max-width: 100%;
    min-width: 100%;
  }

  .yoltopcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .yoltextcontainer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .yolgrid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-25 {
    max-width: 420px;
    margin-top: 32px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-27 {
    right: auto;
    width: 100%;
    text-align: center;
  }

  .new-normal-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .newnormal-top {
    padding-top: 24px;
  }

  .new-normal-container-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .newnormal-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-25-copy {
    max-width: 420px;
    margin-top: 12px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .columns-11 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-27 {
    max-width: 64%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-18 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .columns-11-copy {
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

  .grid-logo-themepark {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sportposimage {
    max-width: 100%;
    margin-top: 32px;
  }

  .sportcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .sportfeatureflex {
    margin-top: 24px;
  }

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

  .partnerlogoimage {
    max-width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1.smallcenter {
    text-align: center;
  }

  .text-1 {
    font-size: 18px;
    line-height: 24px;
  }

  .button.blue.header {
    left: 80px;
  }

  .top-image {
    max-width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .text-2.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-2.black-2.margin-tb-12.customsmall {
    font-size: 13px;
    line-height: 20px;
  }

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

  .heading-2.newnormal-heading {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-2 {
    left: 14px;
    height: 120px;
    min-height: 120px;
  }

  .div-block-2.exhibition {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-2.conference {
    left: 14px;
    top: 12px;
  }

  .column-2 {
    padding-left: 0px;
  }

  .image-3 {
    left: 0px;
    top: -24px;
    max-width: 100%;
  }

  .image-4 {
    position: relative;
    margin-left: 0px;
  }

  .home-column1 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-5 {
    position: absolute;
    left: 50%;
    top: 8%;
    max-width: 44%;
  }

  .home-section {
    padding-top: 32px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .home-feature-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-feature-text {
    margin-left: 0px;
  }

  .business-information {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .business-cta-div {
    margin-top: 10px;
  }

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

  .testimoni-photo {
    max-width: 120px;
  }

  .mask {
    height: 770px;
    min-height: 770px;
  }

  .div-block-6 {
    min-height: 738px;
  }

  .column-4 {
    margin-top: 102px;
  }

  .testimony-div-author {
    margin-left: 0px;
  }

  .slider {
    min-height: 770px;
  }

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

  .home-column2 {
    height: auto;
  }

  .fitur-column1 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fitur-section {
    padding-top: 32px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .text-fitur {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-fitur.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-10 {
    margin-bottom: 12px;
  }

  .text-small.centered.margin-12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-4 {
    -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;
  }

  .image-8 {
    display: block;
    float: none;
  }

  .pricing-section {
    padding-top: 32px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .column-5 {
    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;
  }

  .feature-top-image {
    margin-bottom: 12px;
  }

  .card-pricing.small-custom {
    min-height: 192px;
  }

  .div-softblue {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-13 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .columns-7 {
    overflow: visible;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .column-9 {
    margin-bottom: 12px;
  }

  .image-9 {
    left: -50%;
    width: 200%;
    max-width: 200%;
  }

  .div-block-17 {
    overflow: hidden;
  }

  .section-7 {
    overflow: hidden;
    margin-bottom: 0px;
  }

  .div-block-22 {
    text-align: center;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .column-13 {
    padding-right: 10px;
    text-align: center;
  }

  .column-14 {
    padding-right: 10px;
    text-align: center;
  }

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

  .image-19 {
    max-width: 60%;
  }

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

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

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

  .div-block-2-copy {
    left: 14px;
    height: 120px;
    min-height: 120px;
    margin-top: 90px;
    margin-left: 32px;
  }

  .div-block-2-copy.exhibition {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-2-copy.conference {
    left: 14px;
    top: 12px;
  }

  .image-26 {
    width: 100%;
  }

  .grid-7-copy {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-logo-themepark {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sportfeatureflex {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sportfeatureitem.lastflex {
    margin-top: 24px;
  }

  .grid-8 {
    justify-items: center;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.home-regist-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  width: 532px;
  height: 278px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #E7EEFF;
}

.home-regist-text h3{
  margin: 0 0 8px 0;
  max-width: 430px;
  font-family: 'Maven Pro', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
}

.home-regist-text p{
  min-height: 68px;
  margin-bottom: 16px;
}

.home-regist-text a{
  text-align: center;
  min-width: 245px;
}

.blue-regist-gradient {
  background: linear-gradient(109deg, #F5FFFD 19.62%, #F0EFFF 94.34%), #D9D9D9;
}

.button.red {
  background: linear-gradient(102deg, #cf2b5d 43.95%, #9200d7 131.64%);
}

.button.red:hover {
  background: #a60e3c;
}

.pd-28 {
  padding-bottom: 28px !important;
}