@charset "UTF-8";
/*
Theme Name: PlayStats
Theme URI: 
Author: GG Studio (Robi)
Author URI: https://ggstud.io/
Description: play-stats WordPress theme
Version: 1.0.0
License:
License URI:
Tags: PlayStats
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Gets rid of IE's blue borders */
a img {
  border: none;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img, object, embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 100%;
  outline: none;
}

table {
  font-size: inherit;
  font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, a:focus {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: none;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* links */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
div {
  position: relative;
}

.cl {
  font-size: 0px;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.bld {
  font-weight: bold;
}

textarea {
  resize: none;
}

input:focus {
  outline: 0;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #DEDEDF;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #DEDEDF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #545775;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #DEDEDF;
}

ins {
  background-color: #DEDEDF;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #DEDEDF;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* LAYOUT */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.alignnone {
  display: block;
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body, select, input, textarea {
  color: #FFFFFF;
}

body {
  background-color: #2B2F33;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

button, input, select, textarea {
  font-family: "Inter", sans-serif;
}

/* Imports
-------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 64px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 27px;
  color: #A6E800;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

.highlight-text, .p1, p, .p2, .p2-bold, .p3 {
  line-height: 1.5;
  font-weight: 700;
  color: #DEDEDF;
}

.highlight-text {
  font-size: 30px;
}

.p1 {
  font-size: 20px;
}

p, .p2, .p2-bold {
  font-size: 16px;
  font-weight: 500;
}

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

.p3 {
  font-size: 14px;
  font-weight: 400;
}

a {
  cursor: pointer;
}
a.link-underline {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  list-style-type: disc;
}

ol {
  padding-left: 20px;
}
ol li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  list-style-type: disc;
}

.header-in {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 29px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-in .logo {
  display: inline-block;
}
.header-in .header-button {
  background-color: #A6E800;
  padding: 12px 32px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
}
.header-in .header-button:hover {
  background-color: #8DC500;
}
.header-in .header-button .long {
  display: inline;
}
.header-in .header-button .short {
  display: none;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .header-in {
    width: 1140px;
  }
  .header-in .logo {
    width: 224px;
  }
  .header-in .header-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-in {
    width: 936px;
    padding: 28px 0 52px 0;
  }
  .header-in .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .header-in {
    width: 720px;
  }
  .header-in .header-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header-in {
    width: 528px;
  }
}
@media only screen and (max-width: 575px) {
  .header-in {
    width: 100%;
    padding: 28px 18px 44px 18px;
  }
  .header-in .logo {
    width: 148px;
  }
  .header-in .header-button .long {
    display: none;
  }
  .header-in .header-button .short {
    display: inline;
  }
}
.footer {
  border-top: 1px solid #64676a;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-in {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #BDBEBF;
  line-height: 1.55;
  letter-spacing: 0.1px;
}

.soc-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
}
.soc-links .soc-link {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.soc-links .soc-link:hover {
  opacity: 0.9;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .footer-in {
    width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-in {
    width: 936px;
  }
  .copyright {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-in {
    width: 720px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-in {
    width: 528px;
  }
  .footer-logo {
    width: 152px;
    order: 1;
  }
  .copyright {
    order: 3;
    width: 100%;
    margin-top: 25px;
  }
  .soc-links {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-in {
    max-width: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.default-page-wrap .section-box {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.default-page-wrap .section-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 140px;
}
.default-page-wrap .section-hero .section-content {
  width: 50%;
}
.default-page-wrap .section-hero .section-content .section-title {
  max-width: 600px;
  font-size: 55px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  letter-spacing: 1.8px;
  margin-bottom: 24px;
}
.default-page-wrap .section-hero .section-content .section-title span {
  color: #A6E800;
  display: block;
}
.default-page-wrap .section-hero .section-content .section-text {
  max-width: 620px;
  font-size: 20px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.3px;
  margin-bottom: 48px;
}
.default-page-wrap .section-hero .section-content .section-button {
  background-color: #A6E800;
  padding: 20px 44px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
}
.default-page-wrap .section-hero .section-content .section-button:hover {
  background-color: #8DC500;
}
.default-page-wrap .section-hero .section-image {
  padding-left: 14px;
  width: 50%;
  height: 700px;
}
.default-page-wrap .section-hero .section-image img {
  height: 700px;
  width: auto;
  max-width: none;
}
.default-page-wrap .section-content-image-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.default-page-wrap .section-content-image-list .section-content {
  width: 100%;
}
.default-page-wrap .section-content-image-list .section-content .section-overtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.default-page-wrap .section-content-image-list .section-content .section-title {
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.default-page-wrap .section-content-image-list .section-content .section-text {
  text-align: center;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}
.default-page-wrap .section-content-image-list .section-image {
  width: calc(50% - 12px);
  border-radius: 30px;
  border: 1px solid #383C3F;
  overflow: hidden;
  font-size: 0;
}
.default-page-wrap .section-content-image-list .section-list {
  width: calc(50% - 12px);
}
.default-page-wrap .section-content-image-list .section-list .list-item {
  border: 1px solid #7A7D7F;
  border-radius: 30px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 24px;
  margin-bottom: 16px;
}
.default-page-wrap .section-content-image-list .section-list .list-item:last-child {
  margin-bottom: 0;
}
.default-page-wrap .section-content-image-list .section-list .list-item .item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #A6E800;
  font-size: 24px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.35;
  flex-shrink: 0;
}
.default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
  font-size: 24px;
  font-weight: 600;
  color: #DEDEDF;
  line-height: 1.35;
  letter-spacing: 0.4px;
}
.default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
  font-size: 18px;
  font-weight: 400;
  color: #BDBEBF;
  line-height: 1.55;
  letter-spacing: 0.15px;
}
.default-page-wrap .section-content-image-list .section-footer {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.18px;
}
.default-page-wrap .section-content-image {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 22px;
  margin-bottom: 140px;
}
.default-page-wrap .section-content-image .section-content {
  width: 50%;
}
.default-page-wrap .section-content-image .section-content .section-overtitle {
  font-size: 20px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.default-page-wrap .section-content-image .section-content .section-title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.default-page-wrap .section-content-image .section-content .section-text {
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.default-page-wrap .section-content-image .section-content .content-list {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.default-page-wrap .section-content-image .section-content .content-list li {
  max-width: 488px;
  background-image: url("images/check-circle.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  padding-left: 32px;
  margin-bottom: 12px;
}
.default-page-wrap .section-content-image .section-content .section-end-text {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-content-image .section-image {
  width: 50%;
  border-radius: 30px;
  border: 1px solid #383C3F;
  overflow: hidden;
  font-size: 0;
}
.default-page-wrap .section-during-match {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-page-wrap .section-during-match img {
  max-width: none;
  max-height: 800px;
}
.default-page-wrap .section-before-during-after {
  margin-bottom: 140px;
}
.default-page-wrap .section-before-during-after .section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.default-page-wrap .section-before-during-after .cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}
.default-page-wrap .section-before-during-after .cards .card {
  width: 424px;
}
.default-page-wrap .section-before-during-after .cards .card .card-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 0;
}
.default-page-wrap .section-before-during-after .cards .card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.35;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.default-page-wrap .section-before-during-after .cards .card .card-text {
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.default-page-wrap .section-before-during-after .cards .card .card-who-uses {
  font-size: 16px;
  font-weight: 600;
  color: #7A7D7F;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #BDBEBF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-before-during-after .section-button {
  background-color: #A6E800;
  padding: 20px 44px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.default-page-wrap .section-before-during-after .section-button:hover {
  background-color: #8DC500;
}
.default-page-wrap .section-image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 22px;
  margin-bottom: 140px;
}
.default-page-wrap .section-image-content .section-image {
  width: 50%;
  border-radius: 30px;
  border: 1px solid #383C3F;
  overflow: hidden;
  font-size: 0;
}
.default-page-wrap .section-image-content .section-content {
  width: 50%;
  padding-left: 115px;
}
.default-page-wrap .section-image-content .section-content .section-overtitle {
  font-size: 20px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.default-page-wrap .section-image-content .section-content .section-title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.default-page-wrap .section-image-content .section-content .section-text {
  max-width: 544px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
.default-page-wrap .section-image-content .section-content .content-list {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.default-page-wrap .section-image-content .section-content .content-list li {
  max-width: 488px;
  background-image: url("images/check-circle.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  padding-left: 32px;
  margin-bottom: 12px;
}
.default-page-wrap .section-image-content .section-content .section-end-text {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-quote {
  text-align: center;
  margin-bottom: 140px;
}
.default-page-wrap .section-quote .section-quote {
  position: relative;
  width: 910px;
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 1.7px;
  margin-bottom: 40px;
}
.default-page-wrap .section-quote .section-quote .quote-open {
  position: relative;
  top: -20px;
  left: -8px;
}
.default-page-wrap .section-quote .section-quote .quote-close {
  position: relative;
  top: -20px;
  right: -3px;
}
.default-page-wrap .section-quote .section-quote-name {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
}
.default-page-wrap .section-quote .section-quote-position {
  font-size: 20px;
  font-weight: 400;
  color: #BDBEBF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-data-integration {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 136px;
}
.default-page-wrap .section-data-integration .section-content {
  width: 100%;
}
.default-page-wrap .section-data-integration .section-content .section-overtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}
.default-page-wrap .section-data-integration .section-content .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
}
.default-page-wrap .section-data-integration .section-content .section-text {
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}
.default-page-wrap .section-data-integration .section-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-page-wrap .section-data-integration .section-image img {
  max-width: none;
  max-height: 520px;
}
.default-page-wrap .section-upcoming-features {
  margin-bottom: 140px;
}
.default-page-wrap .section-upcoming-features .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.default-page-wrap .section-upcoming-features .section-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v1 {
  width: 648px;
  height: 803px;
  border: 1px solid #383C3F;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("images/Tracking-GPS-data-BG.webp");
  background-repeat: no-repeat;
  padding-top: 62px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  padding-left: 62px;
  padding-right: 62px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  padding-left: 62px;
  padding-right: 62px;
  margin-bottom: 14px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
  max-width: none;
  max-height: 818px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v2 {
  width: 648px;
  height: 803px;
  border: 1px solid #383C3F;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("images/Player-app-BG.webp");
  background-repeat: no-repeat;
  padding-top: 62px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  padding-left: 62px;
  padding-right: 62px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  padding-left: 62px;
  padding-right: 62px;
  margin-bottom: 11px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
  max-width: none;
  max-height: 1114px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h {
  margin-top: 24px;
  width: 1320px;
  height: 668px;
  border: 1px solid #383C3F;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("images/Advanced-statistics-BG.webp");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
  position: relative;
  width: 720px;
  height: 100%;
  flex-shrink: 0;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
  position: absolute;
  right: -17px;
  max-width: none;
  max-height: 734px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
  padding-right: 70px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-text {
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-pricing {
  margin-bottom: 140px;
}
.default-page-wrap .section-pricing .section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.default-page-wrap .section-pricing .section-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 40px;
}
.default-page-wrap .section-pricing .section-content .price-box {
  border-radius: 30px;
  background-color: #383C3F;
  width: 50%;
  padding: 36px 44px 42px;
}
.default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
  font-size: 16px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  margin-bottom: 16px;
}
.default-page-wrap .section-pricing .section-content .price-box .price {
  font-size: 55px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.default-page-wrap .section-pricing .section-content .price-box .price .f-label {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  position: relative;
  top: -27px;
  margin-right: 12px;
}
.default-page-wrap .section-pricing .section-content .price-box .price .price-per {
  font-size: 18px;
  font-weight: 400;
  color: #BDBEBF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  position: relative;
  top: -26px;
  left: 10px;
}
.default-page-wrap .section-pricing .section-content .price-box .price-ioffer {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.55;
  letter-spacing: 0.1px;
  background-color: #F96327;
  padding: 4px 16px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.default-page-wrap .section-pricing .section-content .price-box .feature-list {
  border-top: 1px solid #7A7D7F;
  padding-top: 40px;
}
.default-page-wrap .section-pricing .section-content .price-box .feature-list .list {
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
  max-width: 488px;
  background-image: url("images/check-circle.svg");
  background-repeat: no-repeat;
  background-position: left 5px;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  padding-left: 32px;
  margin-bottom: 12px;
}
.default-page-wrap .section-pricing .section-content .price-box .feature-list .list li:last-child {
  margin-bottom: 0;
}
.default-page-wrap .section-pricing .section-content .price-box .modal-button {
  margin-top: 30px;
  background-color: #A6E800;
  padding: 10px 50px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
}
.default-page-wrap .section-pricing .section-content .price-box .modal-button:hover {
  background-color: #8DC500;
}
.default-page-wrap .section-pricing .section-cta {
  border-radius: 30px;
  background-color: #A6E800;
  padding: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.default-page-wrap .section-pricing .section-cta .section-cta-text {
  font-size: 48px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.3;
  letter-spacing: 1.6px;
  padding-right: 100px;
}
.default-page-wrap .section-pricing .section-cta .section-cta-btn {
  flex-shrink: 0;
}
.default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button {
  background-color: #ffffff;
  padding: 20px 44px;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
}
.default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button:hover {
  background-color: #eeeeee;
}
.default-page-wrap .section-content-cards {
  margin-bottom: 100px;
}
.default-page-wrap .section-content-cards .section-content {
  width: 100%;
}
.default-page-wrap .section-content-cards .section-content .section-overtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #A6E800;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.default-page-wrap .section-content-cards .section-content .section-title {
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.default-page-wrap .section-content-cards .section-content .section-text {
  text-align: center;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}
.default-page-wrap .section-content-cards .cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.default-page-wrap .section-content-cards .cards .card {
  width: 424px;
}
.default-page-wrap .section-content-cards .cards .card .card-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
  font-size: 0;
}
.default-page-wrap .section-content-cards .cards .card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.default-page-wrap .section-content-cards .cards .card .card-text {
  font-size: 18px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
}
.default-page-wrap .section-clubs {
  margin-bottom: 78px;
}
.default-page-wrap .section-clubs .section-title {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: 1.6px;
  margin-bottom: 60px;
}
.default-page-wrap .section-clubs .stats {
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.default-page-wrap .section-clubs .stats .stat-item {
  width: 33%;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.55;
  letter-spacing: 0.2px;
  border-left: 1px solid #7A7D7F;
}
.default-page-wrap .section-clubs .stats .stat-item > span {
  display: block;
  font-weight: 600;
  color: #ffffff;
}
.default-page-wrap .section-clubs .stats .stat-item > span span {
  position: relative;
  top: -3px;
  color: #ffffff;
}
.default-page-wrap .section-clubs .stats .stat-item:last-child {
  border-right: 1px solid #7A7D7F;
}
.default-page-wrap .section-clubs .clubs-carousel {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.default-page-wrap .section-clubs .clubs-carousel .club-item {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.modal-content, .modal-content-narrow {
  width: 1000px;
  background-color: #2B2F33;
  margin: auto;
  border-radius: 30px;
}
.modal-content .form-content, .modal-content-narrow .form-content {
  padding: 40px 60px 60px 60px;
}
.modal-content .form-content .form-title, .modal-content-narrow .form-content .form-title {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}
.modal-content .form-content .form-row, .modal-content-narrow .form-content .form-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
  height: 121px;
}
.modal-content .form-content .form-row .form-item-50, .modal-content-narrow .form-content .form-row .form-item-50 {
  width: 50%;
}
.modal-content .form-content .form-row .form-item-100, .modal-content-narrow .form-content .form-row .form-item-100 {
  width: 100%;
}
.modal-content .form-content .form-row-auto, .modal-content-narrow .form-content .form-row-auto {
  height: auto;
}
.modal-content .form-content label, .modal-content-narrow .form-content label {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.5;
  margin-bottom: 4px;
}
.modal-content .form-content label span, .modal-content-narrow .form-content label span {
  padding-left: 5px;
  color: #A6E800;
}
.modal-content .form-content input[type=text], .modal-content .form-content input[type=email], .modal-content .form-content textarea, .modal-content-narrow .form-content input[type=text], .modal-content-narrow .form-content input[type=email], .modal-content-narrow .form-content textarea {
  width: 100%;
  background-color: #43474A;
  border: 1px solid #64676A;
  border-radius: 12px;
  padding: 7px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.55;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.modal-content .form-content input[type=text]::-webkit-input-placeholder, .modal-content .form-content input[type=email]::-webkit-input-placeholder, .modal-content .form-content textarea::-webkit-input-placeholder, .modal-content-narrow .form-content input[type=text]::-webkit-input-placeholder, .modal-content-narrow .form-content input[type=email]::-webkit-input-placeholder, .modal-content-narrow .form-content textarea::-webkit-input-placeholder {
  color: #7A7D7F;
}
.modal-content .form-content input[type=text]:-moz-placeholder, .modal-content .form-content input[type=email]:-moz-placeholder, .modal-content .form-content textarea:-moz-placeholder, .modal-content-narrow .form-content input[type=text]:-moz-placeholder, .modal-content-narrow .form-content input[type=email]:-moz-placeholder, .modal-content-narrow .form-content textarea:-moz-placeholder {
  color: #7A7D7F;
}
.modal-content .form-content input[type=text]::-moz-placeholder, .modal-content .form-content input[type=email]::-moz-placeholder, .modal-content .form-content textarea::-moz-placeholder, .modal-content-narrow .form-content input[type=text]::-moz-placeholder, .modal-content-narrow .form-content input[type=email]::-moz-placeholder, .modal-content-narrow .form-content textarea::-moz-placeholder {
  color: #7A7D7F;
}
.modal-content .form-content input[type=text]:-ms-input-placeholder, .modal-content .form-content input[type=email]:-ms-input-placeholder, .modal-content .form-content textarea:-ms-input-placeholder, .modal-content-narrow .form-content input[type=text]:-ms-input-placeholder, .modal-content-narrow .form-content input[type=email]:-ms-input-placeholder, .modal-content-narrow .form-content textarea:-ms-input-placeholder {
  color: #7A7D7F;
}
.modal-content .form-content input[type=text]:focus, .modal-content .form-content input[type=email]:focus, .modal-content .form-content textarea:focus, .modal-content-narrow .form-content input[type=text]:focus, .modal-content-narrow .form-content input[type=email]:focus, .modal-content-narrow .form-content textarea:focus {
  border-color: #A6E800;
}
.modal-content .form-content input[type=text].wpcf7-not-valid, .modal-content .form-content input[type=email].wpcf7-not-valid, .modal-content .form-content textarea.wpcf7-not-valid, .modal-content-narrow .form-content input[type=text].wpcf7-not-valid, .modal-content-narrow .form-content input[type=email].wpcf7-not-valid, .modal-content-narrow .form-content textarea.wpcf7-not-valid {
  border-color: #FD5D5D;
}
.modal-content .form-content textarea, .modal-content-narrow .form-content textarea {
  height: 92px;
}
.modal-content .form-content .wpcf7-not-valid-tip, .modal-content-narrow .form-content .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FD5D5D;
  line-height: 1.55;
}
.modal-content .form-content .wpcf7-not-valid-tip::before, .modal-content-narrow .form-content .wpcf7-not-valid-tip::before {
  background-image: url("images/alert-circle.svg");
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.modal-content .wpcf7 form .wpcf7-response-output, .modal-content-narrow .wpcf7 form .wpcf7-response-output {
  background-color: #A6E800;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
  letter-spacing: 0.1px;
  padding: 14px 24px;
  border: none;
  margin: 0 0 32px 0;
}
.modal-content .wpcf7 form .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form .wpcf7-response-output::before {
  background-image: url("images/check-circle-invert.svg");
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 16px;
}
.modal-content .wpcf7 form.invalid .wpcf7-response-output, .modal-content .wpcf7 form.unaccepted .wpcf7-response-output, .modal-content .wpcf7 form.payment-required .wpcf7-response-output, .modal-content-narrow .wpcf7 form.invalid .wpcf7-response-output, .modal-content-narrow .wpcf7 form.unaccepted .wpcf7-response-output, .modal-content-narrow .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #FD5D5D;
  color: #FFFFFF;
}
.modal-content .wpcf7 form.invalid .wpcf7-response-output::before, .modal-content .wpcf7 form.unaccepted .wpcf7-response-output::before, .modal-content .wpcf7 form.payment-required .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.invalid .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.unaccepted .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.payment-required .wpcf7-response-output::before {
  background-image: url("images/alert-circle-form.svg");
}
.modal-content .form-footer, .modal-content-narrow .form-footer {
  border-top: 1px solid #64676A;
  padding: 24px 60px;
  text-align: right;
}
.modal-content .form-footer input[type=reset], .modal-content .form-footer input[type=button], .modal-content-narrow .form-footer input[type=reset], .modal-content-narrow .form-footer input[type=button] {
  background-color: transparent;
  padding: 11px 32px;
  border: 1px solid #BDBEBF;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #BDBEBF;
  line-height: 1.55;
}
.modal-content .form-footer input[type=submit], .modal-content-narrow .form-footer input[type=submit] {
  background-color: #A6E800;
  padding: 12px 32px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #22262A;
  line-height: 1.55;
}
.modal-content .form-footer .wpcf7-spinner, .modal-content-narrow .form-footer .wpcf7-spinner {
  display: none;
}
.modal-content .form-footer #closeForm, .modal-content-narrow .form-footer #closeForm {
  margin-right: 20px;
}
.modal-content .form-footer .doneForm, .modal-content-narrow .form-footer .doneForm {
  display: none;
}

.modal-content-narrow {
  width: 560px;
}
.modal-content-narrow .form-content {
  padding: 40px 40px 0px 40px;
}
.modal-content-narrow .form-content .form-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.modal-content-narrow .form-content .form-subtitle {
  font-size: 14px;
  color: #BDBEBF;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.modal-content-narrow .form-content .form-row {
  height: auto;
  padding-bottom: 20px;
}
.modal-content-narrow .form-content .country-select {
  position: relative;
}
.modal-content-narrow .form-content .country-select select {
  width: 100%;
  position: relative;
  background-color: #43474A;
  border: 1px solid #64676A;
  border-radius: 12px;
  padding: 7px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.55;
  appearance: none;
}
.modal-content-narrow .form-content .country-select select::-webkit-input-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .country-select select:-moz-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .country-select select::-moz-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .country-select select:-ms-input-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .country-select select:focus {
  border-color: #A6E800;
}
.modal-content-narrow .form-content .country-select select.wpcf7-not-valid {
  border-color: #FD5D5D;
}
.modal-content-narrow .form-content .country-select::after {
  content: ">";
  color: #7A7D7F;
  position: absolute;
  top: 11px;
  right: 16px;
  font-size: 14px;
  transform: rotate(90deg) scaleY(2) rotateX(0deg);
  transition: all 0.2s;
}
.modal-content-narrow .form-content .country-select.rev:focus-within::after {
  transform: rotate(90deg) scaleY(2) rotateY(180deg);
  transition: all 0.2s;
}
.modal-content-narrow .form-content .club-type .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.modal-content-narrow .form-content .club-type .wpcf7-form-control-wrap .wpcf7-not-valid .wpcf7-list-item-label {
  border-color: #FD5D5D;
}
.modal-content-narrow .form-content .club-type .togglebuttons {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 24px;
}
.modal-content-narrow .form-content .club-type .togglebuttons .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.modal-content-narrow .form-content .club-type .togglebuttons .wpcf7-list-item label {
  display: block;
  text-align: center;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span input {
  opacity: 0;
  position: absolute;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span input:checked + .wpcf7-list-item-label {
  color: #ffffff;
  background-color: #64676A;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #43474A;
  border: 1px solid #64676A;
  border-radius: 12px;
  padding: 7px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.55;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label::-webkit-input-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label:-moz-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label::-moz-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label:-ms-input-placeholder {
  color: #7A7D7F;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label:focus {
  border-color: #A6E800;
}
.modal-content-narrow .form-content .club-type .togglebuttons > span .wpcf7-list-item-label:hover {
  background-color: #64676A;
}
.modal-content-narrow .form-footer {
  border-top: none;
  padding: 8px 40px 40px;
}
.modal-content-narrow .form-footer input[type=submit] {
  width: 100%;
  margin-bottom: 12px;
}
.modal-content-narrow .form-footer .wpcf7-spinner {
  display: none;
}
.modal-content-narrow .form-footer #closeForm {
  margin-right: 20px;
}
.modal-content-narrow .form-footer .doneForm {
  display: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
}
.modal-content-narrow .form-features {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modal-content-narrow .form-features .ffeature span {
  color: #A6E800;
}
.modal-content-narrow .form-features .ffeature-div {
  margin: 0 20px;
}
.modal-content-narrow .form-login {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #DEDEDF;
  line-height: 1.5;
}
.modal-content-narrow .form-login a {
  text-decoration: none;
  color: #A6E800;
}
.modal-content-narrow .form-login a:hover {
  color: #E3FF9E;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .default-page-wrap .section-box {
    width: 1140px;
  }
  .default-page-wrap .section-hero {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-hero .section-content .section-title {
    max-width: 505px;
    font-size: 46px;
    margin-bottom: 18px;
  }
  .default-page-wrap .section-hero .section-content .section-text {
    max-width: 620px;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 42px;
  }
  .default-page-wrap .section-hero .section-content .section-button {
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
  }
  .default-page-wrap .section-hero .section-image {
    padding-left: 14px;
    height: 472px;
  }
  .default-page-wrap .section-hero .section-image img {
    height: 472px;
  }
  .default-page-wrap .section-content-image-list {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-overtitle {
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-title {
    max-width: 640px;
    font-size: 40px;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-text {
    max-width: 677px;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 21px 28px 20px 28px;
    column-gap: 20px;
    margin-bottom: 11px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 21px;
    letter-spacing: 0.4px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 16px;
    letter-spacing: 0.15px;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.18px;
  }
  .default-page-wrap .section-content-image {
    padding-top: 0;
    margin-bottom: 120px;
  }
  .default-page-wrap .section-content-image .section-content {
    padding-left: 56px;
  }
  .default-page-wrap .section-content-image .section-content .section-overtitle {
    font-size: 18px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-image .section-content .section-title {
    font-size: 40px;
    letter-spacing: 1.3px;
  }
  .default-page-wrap .section-content-image .section-content .section-text {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-content-image .section-content .content-list li {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-image .section-content .section-end-text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-during-match {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-during-match img {
    width: 100%;
    height: auto;
  }
  .default-page-wrap .section-before-during-after {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-before-during-after .section-title {
    font-size: 40px;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
  }
  .default-page-wrap .section-before-during-after .cards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .default-page-wrap .section-before-during-after .cards .card {
    width: 364px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-image {
    margin-bottom: 23px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-title {
    font-size: 21px;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-text {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses {
    font-size: 16px;
    font-weight: 600;
    color: #7A7D7F;
    line-height: 1.55;
    letter-spacing: 0.2px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #BDBEBF;
    line-height: 1.55;
    letter-spacing: 0.2px;
  }
  .default-page-wrap .section-before-during-after .section-button {
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
  }
  .default-page-wrap .section-image-content {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-image-content .section-content {
    padding-left: 45px;
  }
  .default-page-wrap .section-image-content .section-content .section-overtitle {
    font-size: 18px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-image-content .section-content .section-title {
    width: 470px;
    font-size: 40px;
    letter-spacing: 1.3px;
  }
  .default-page-wrap .section-image-content .section-content .section-text {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .content-list li {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-image-content .section-content .section-end-text {
    margin-top: 26px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-quote {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-quote .section-quote {
    width: 752px;
    font-size: 33px;
    letter-spacing: 1.4px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open, .default-page-wrap .section-quote .section-quote .quote-close {
    display: inline-block;
    width: 25px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open {
    left: -6px;
  }
  .default-page-wrap .section-quote .section-quote .quote-close {
    right: -6px;
  }
  .default-page-wrap .section-quote .section-quote-name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .default-page-wrap .section-quote .section-quote-position {
    font-size: 18px;
  }
  .default-page-wrap .section-data-integration {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-data-integration .section-content {
    width: 100%;
  }
  .default-page-wrap .section-data-integration .section-content .section-overtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-data-integration .section-content .section-title {
    font-size: 40px;
  }
  .default-page-wrap .section-data-integration .section-content .section-text {
    max-width: 884px;
    font-size: 18px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-data-integration .section-image img {
    height: auto;
    width: 100%;
  }
  .default-page-wrap .section-upcoming-features {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-upcoming-features .section-title {
    font-size: 40px;
    letter-spacing: 1.6px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 {
    width: 558px;
    height: 691px;
    border-radius: 26px;
    padding-top: 43px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
    font-size: 40px;
    letter-spacing: 1.3px;
    margin-bottom: 11px;
    padding-left: 43px;
    padding-right: 43px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
    max-width: 510px;
    font-size: 16px;
    letter-spacing: 0.1px;
    padding-left: 43px;
    padding-right: 43px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
    position: relative;
    top: 10px;
    left: -1px;
    height: 705px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 {
    width: 558px;
    height: 691px;
    border-radius: 26px;
    padding-top: 43px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
    font-size: 40px;
    letter-spacing: 1.3px;
    margin-bottom: 11px;
    padding-left: 43px;
    padding-right: 43px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
    max-width: 510px;
    font-size: 16px;
    letter-spacing: 0.1px;
    padding-left: 43px;
    padding-right: 43px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
    position: relative;
    top: 7px;
    left: -1px;
    width: 116%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h {
    width: 1140px;
    height: 577px;
    border-radius: 26px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
    width: 627px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
    right: -10px;
    width: 174%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
    padding-right: 55px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
    font-size: 40px;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-text {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-pricing {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-pricing .section-title {
    font-size: 40px;
    letter-spacing: 1.4px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-pricing .section-content {
    margin-bottom: 32px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price {
    font-size: 46px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .f-label {
    font-size: 16px;
    top: -20px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .price-per {
    font-size: 16px;
    letter-spacing: 0.1px;
    top: -20px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price-ioffer {
    font-size: 14px;
    margin-bottom: 36px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list {
    padding-top: 36px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
    max-width: 488px;
    background-position: left 3px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    font-size: 40px;
    letter-spacing: 1.4px;
    padding-right: 160px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button {
    padding: 12px 32px;
    font-size: 16px;
  }
  .default-page-wrap .section-content-cards {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-content-cards .section-content {
    width: 100%;
  }
  .default-page-wrap .section-content-cards .section-content .section-overtitle {
    font-size: 18px;
  }
  .default-page-wrap .section-content-cards .section-content .section-title {
    max-width: 640px;
    font-size: 40px;
    letter-spacing: 1.5px;
  }
  .default-page-wrap .section-content-cards .section-content .section-text {
    max-width: 700px;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-content-cards .cards .card {
    width: 364px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-image {
    border-radius: 30px;
    margin-bottom: 23px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-title {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-text {
    font-size: 16px;
  }
  .default-page-wrap .section-clubs {
    margin-bottom: 65px;
  }
  .default-page-wrap .section-clubs .section-title {
    width: 1140px;
    font-size: 40px;
    letter-spacing: 1.4px;
    margin-bottom: 38px;
  }
  .default-page-wrap .section-clubs .stats {
    width: 942px;
    margin-bottom: 56px;
  }
  .default-page-wrap .section-clubs .stats .stat-item {
    font-size: 33px;
    letter-spacing: 1.4px;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item {
    width: 120px;
    height: 120px;
    border-radius: 22px;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* Modal Content */
  .modal-content .form-content .form-title {
    font-size: 33px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 1199px) {
  .default-page-wrap .section-box {
    width: 936px;
  }
  .default-page-wrap .section-hero .section-content .section-title {
    max-width: 430px;
    font-size: 40px;
    margin-bottom: 12px;
    letter-spacing: 1.3px;
  }
  .default-page-wrap .section-hero .section-content .section-text {
    max-width: 390px;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 40px;
  }
  .default-page-wrap .section-hero .section-image {
    padding-left: 14px;
    height: 385px;
  }
  .default-page-wrap .section-hero .section-image img {
    height: 385px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-overtitle {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-title {
    max-width: 550px;
    font-size: 34px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-text {
    max-width: 662px;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-content-image-list .section-image img {
    width: 534px;
    height: 432px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 16px 16px 16px 22px;
    column-gap: 18px;
    margin-bottom: 7px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 19px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: 0.18px;
  }
  .default-page-wrap .section-content-image {
    padding-top: 0;
  }
  .default-page-wrap .section-content-image .section-content {
    padding-left: 0;
    padding-top: 11px;
  }
  .default-page-wrap .section-content-image .section-content .section-overtitle {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-image .section-content .section-title {
    font-size: 34px;
    letter-spacing: 1px;
  }
  .default-page-wrap .section-content-image .section-content .section-text {
    font-size: 16px;
    letter-spacing: 0.05px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-content-image .section-content .content-list li {
    background-position: left 3px;
    font-size: 16px;
    letter-spacing: 0.05px;
  }
  .default-page-wrap .section-content-image .section-content .section-end-text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-during-match {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-before-during-after .section-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-before-during-after .cards {
    margin-bottom: 40px;
  }
  .default-page-wrap .section-before-during-after .cards .card {
    width: 296px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-image {
    margin-bottom: 16px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-title {
    font-size: 19px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-text {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 9px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses {
    font-size: 14px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-before-during-after .section-button {
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
  }
  .default-page-wrap .section-image-content {
    margin-bottom: 132px;
  }
  .default-page-wrap .section-image-content .section-content {
    padding-left: 27px;
    padding-top: 6px;
  }
  .default-page-wrap .section-image-content .section-content .section-overtitle {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-image-content .section-content .section-title {
    width: 404px;
    font-size: 34px;
    letter-spacing: 1.3px;
  }
  .default-page-wrap .section-image-content .section-content .section-text {
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .content-list li {
    font-size: 16px;
    letter-spacing: 0.1px;
    background-position: left 2px;
  }
  .default-page-wrap .section-image-content .section-content .section-end-text {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-quote .section-quote {
    width: 690px;
    font-size: 28px;
    letter-spacing: 1.4px;
    margin-bottom: 27px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open, .default-page-wrap .section-quote .section-quote .quote-close {
    width: 23px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open {
    left: -2px;
    top: -14px;
  }
  .default-page-wrap .section-quote .section-quote .quote-close {
    width: 21px;
    right: -4px;
    top: -14px;
  }
  .default-page-wrap .section-quote .section-quote-name {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-quote .section-quote-position {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-data-integration .section-content .section-overtitle {
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-data-integration .section-content .section-title {
    font-size: 34px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-data-integration .section-content .section-text {
    max-width: 802px;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-upcoming-features .section-title {
    font-size: 34px;
    letter-spacing: 1.6px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 {
    width: 456px;
    height: 565px;
    border-radius: 27px;
    padding-top: 35px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
    max-width: 430px;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
    position: relative;
    top: -1px;
    left: -2px;
    height: 576px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 {
    width: 456px;
    height: 565px;
    border-radius: 27px;
    padding-top: 35px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
    max-width: 510px;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
    position: relative;
    top: -2px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h {
    width: 936px;
    height: 474px;
    border-radius: 27px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
    width: 520px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
    right: -2px;
    width: 172%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
    padding-right: 28px;
    margin-left: -18px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
    font-size: 34px;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-pricing .section-title {
    font-size: 34px;
    letter-spacing: 1.4px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-pricing .section-content {
    margin-bottom: 32px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .f-label {
    font-size: 16px;
    top: -17px;
    margin-right: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .price-per {
    font-size: 16px;
    letter-spacing: 0;
    top: -17px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price-ioffer {
    font-size: 14px;
    margin-bottom: 36px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list {
    padding-top: 36px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
    max-width: 488px;
    background-position: left 3px;
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-pricing .section-cta {
    padding: 44px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    font-size: 34px;
    letter-spacing: 1.2px;
    padding-right: 40px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button {
    padding: 12px 32px;
    font-size: 16px;
  }
  .default-page-wrap .section-content-cards {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-content-cards .section-content {
    width: 100%;
  }
  .default-page-wrap .section-content-cards .section-content .section-overtitle {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-content-cards .section-content .section-title {
    max-width: 557px;
    font-size: 34px;
    letter-spacing: 1.1px;
  }
  .default-page-wrap .section-content-cards .section-content .section-text {
    max-width: 677px;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 32px;
  }
  .default-page-wrap .section-content-cards .cards .card {
    width: 296px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-image {
    border-radius: 30px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-title {
    font-size: 19px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-content-cards .cards .card .card-text {
    font-size: 16px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-clubs {
    margin-bottom: 50px;
  }
  .default-page-wrap .section-clubs .section-title {
    width: 936px;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 38px;
  }
  .default-page-wrap .section-clubs .stats {
    width: 770px;
    margin-bottom: 42px;
  }
  .default-page-wrap .section-clubs .stats .stat-item {
    padding: 7px 0;
    font-size: 28px;
    letter-spacing: 1px;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item {
    width: 104px;
    height: 104px;
    border-radius: 22px;
    margin-left: 13px;
    margin-right: 13px;
  }
  /* Modal Content */
  .modal-content {
    width: 900px;
  }
  .modal-content .form-content {
    padding: 36px 60px 60px 60px;
    max-height: 656px;
    overflow: auto;
  }
  .modal-content .form-content .form-title {
    font-size: 28px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 991px) {
  .default-page-wrap .section-box {
    width: 720px;
  }
  .default-page-wrap .section-hero {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-hero .section-content {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .default-page-wrap .section-hero .section-content .section-title {
    max-width: none;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-hero .section-content .section-text {
    max-width: none;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1px;
    margin-bottom: 40px;
  }
  .default-page-wrap .section-hero .section-content .section-button {
    background-color: #A6E800;
    padding: 12px 32px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
  }
  .default-page-wrap .section-hero .section-image {
    width: 100%;
    order: 1;
    height: 366px;
    text-align: center;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-hero .section-image img {
    height: 366px;
  }
  .default-page-wrap .section-content-image-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image-list .section-content .section-title {
    max-width: 600px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-text {
    max-width: 600px;
  }
  .default-page-wrap .section-content-image-list .section-image {
    width: 594px;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-content-image-list .section-image img {
    width: auto;
    height: auto;
  }
  .default-page-wrap .section-content-image-list .section-list {
    width: 594px;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 24px 32px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 21px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 18px;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    width: 594px;
    order: 3;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-image {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image .section-content {
    padding-top: 0;
    width: 594px;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .default-page-wrap .section-content-image .section-content .section-overtitle {
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-image .section-content .section-title {
    width: 510px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image .section-content .section-text {
    max-width: 510px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image .section-content .section-end-text {
    margin-top: 24px;
  }
  .default-page-wrap .section-content-image .section-image {
    width: 594px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-before-during-after .cards {
    margin-bottom: 30px;
  }
  .default-page-wrap .section-before-during-after .cards .card {
    width: 224px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-image {
    margin-bottom: 18px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
    font-size: 14px;
  }
  .default-page-wrap .section-image-content {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-image-content .section-image {
    width: 594px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-image-content .section-content {
    width: 594px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    padding-left: 0;
  }
  .default-page-wrap .section-image-content .section-content .section-overtitle {
    margin-bottom: 8px;
  }
  .default-page-wrap .section-image-content .section-content .section-title {
    width: 510px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .section-text {
    max-width: 510px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .section-end-text {
    margin-top: 24px;
  }
  .default-page-wrap .section-quote .section-quote {
    width: 670px;
    letter-spacing: 1px;
  }
  .default-page-wrap .section-quote .section-quote .quote-close {
    top: -9px;
  }
  .default-page-wrap .section-quote .section-quote-name {
    margin-bottom: 4px;
  }
  .default-page-wrap .section-data-integration {
    margin-bottom: 136px;
  }
  .default-page-wrap .section-data-integration .section-content .section-overtitle {
    margin-bottom: 8px;
  }
  .default-page-wrap .section-data-integration .section-content .section-title {
    margin-bottom: 16px;
  }
  .default-page-wrap .section-data-integration .section-content .section-text {
    max-width: 600px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-title {
    letter-spacing: 1px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 {
    width: 348px;
    height: 431px;
    border-radius: 23px;
    padding-top: 18px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    padding-left: 39px;
    padding-right: 60px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
    max-width: 600px;
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
    top: -18px;
    left: -2px;
    height: 419px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 {
    width: 348px;
    height: 431px;
    border-radius: 23px;
    padding-top: 22px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
    max-width: 600px;
    padding-left: 39px;
    padding-right: 39px;
    margin-bottom: 11px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
    top: -3px;
    left: -1px;
    width: 114%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h {
    width: 720px;
    height: 364px;
    border-radius: 23px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
    width: 382px;
    height: 100%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
    right: -19px;
    width: 180%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
    margin-left: 3px;
    padding-right: 34px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
    margin-bottom: 12px;
  }
  .default-page-wrap .section-pricing .section-title {
    letter-spacing: 1.1px;
  }
  .default-page-wrap .section-pricing .section-content {
    margin-bottom: 22px;
  }
  .default-page-wrap .section-pricing .section-content .price-box {
    padding: 26px 32px 42px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
    width: 198px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price {
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .f-label {
    top: -19px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .price-per {
    top: -19px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
    background-position: left 2px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-content .price-box .modal-button {
    font-size: 15px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) {
    padding: 26px 32px 42px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .section-overtitle {
    margin-bottom: 16px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price .price-per {
    left: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .feature-list .list li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-cta {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    width: 548px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.2px;
    padding-right: 0;
    text-align: center;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .default-page-wrap .section-content-cards {
    margin-bottom: 120px;
  }
  .default-page-wrap .section-content-cards .section-content {
    width: 100%;
  }
  .default-page-wrap .section-content-cards .section-content .section-overtitle {
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-cards .section-content .section-title {
    max-width: 557px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-cards .section-content .section-text {
    max-width: 604px;
    margin-bottom: 30px;
  }
  .default-page-wrap .section-content-cards .cards .card {
    width: 224px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-image {
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-title {
    margin-bottom: 8px;
  }
  .default-page-wrap .section-clubs .section-title {
    width: 720px;
  }
  .default-page-wrap .section-clubs .stats {
    width: 597px;
    margin-bottom: 42px;
  }
  /* The Modal (background) */
  .modal {
    padding-top: 10dvh;
    padding-bottom: 10dvh;
  }
  /* Modal Content */
  .modal-content {
    width: 500px;
  }
  .modal-content .form-content {
    max-height: calc(80dvh - 98px);
  }
  .modal-content .form-content .form-row {
    column-gap: normal;
    height: auto;
    flex-wrap: wrap;
  }
  .modal-content .form-content .form-row .form-item-50 {
    width: 100%;
    height: 122px;
  }
  .modal-content .form-content .form-row .form-item-100 {
    width: 100%;
    height: 122px;
  }
  .modal-content .form-content .form-row-auto .form-item-100 {
    height: auto;
  }
  .modal-content .form-content textarea {
    height: 166px;
  }
}
@media only screen and (max-width: 767px) {
  .default-page-wrap .section-box {
    width: 528px;
  }
  .default-page-wrap .section-hero {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-hero .section-content {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .default-page-wrap .section-hero .section-content .section-title {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
  }
  .default-page-wrap .section-hero .section-content .section-text {
    max-width: 488px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    margin-bottom: 44px;
  }
  .default-page-wrap .section-hero .section-content .section-button {
    background-color: #A6E800;
    padding: 12px 32px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
  }
  .default-page-wrap .section-hero .section-image {
    padding-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-hero .section-image img {
    height: auto;
    width: 480px;
  }
  .default-page-wrap .section-content-image-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image-list .section-content .section-title {
    max-width: 450px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-text {
    max-width: 470px;
  }
  .default-page-wrap .section-content-image-list .section-image {
    width: 100%;
  }
  .default-page-wrap .section-content-image-list .section-list {
    width: 100%;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 24px 32px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 19px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 16px;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    width: 100%;
    letter-spacing: 0;
  }
  .default-page-wrap .section-content-image {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image .section-content {
    padding-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .default-page-wrap .section-content-image .section-content .section-overtitle {
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-image .section-content .section-title {
    width: 460px;
    font-size: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image .section-content .section-text {
    max-width: 460px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image .section-content .section-end-text {
    margin-top: 24px;
  }
  .default-page-wrap .section-content-image .section-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-before-during-after .section-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-before-during-after .cards {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-before-during-after .cards .card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-image {
    order: 1;
    width: 252px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 24px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-content {
    order: 2;
    padding-top: 0;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-title {
    font-size: 19px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-text {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
    font-size: 14px;
  }
  .default-page-wrap .section-before-during-after .cards .card:nth-child(even) .card-image {
    order: 2;
    margin-left: 24px;
    margin-right: 0;
  }
  .default-page-wrap .section-before-during-after .cards .card:nth-child(even) .card-content {
    order: 1;
  }
  .default-page-wrap .section-before-during-after .cards .card:last-child {
    margin-bottom: 0;
  }
  .default-page-wrap .section-image-content {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-image-content .section-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-image-content .section-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    padding-left: 0;
  }
  .default-page-wrap .section-image-content .section-content .section-overtitle {
    margin-bottom: 12px;
  }
  .default-page-wrap .section-image-content .section-content .section-title {
    width: 380px;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .section-text {
    max-width: 510px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .section-end-text {
    margin-top: 24px;
  }
  .default-page-wrap .section-quote .section-quote {
    width: 436px;
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open, .default-page-wrap .section-quote .section-quote .quote-close {
    width: 21px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open {
    top: -10px;
    left: -5px;
  }
  .default-page-wrap .section-quote .section-quote .quote-close {
    top: -6px;
    right: -6px;
  }
  .default-page-wrap .section-quote .section-quote-name {
    margin-bottom: 4px;
  }
  .default-page-wrap .section-data-integration {
    margin-bottom: 136px;
  }
  .default-page-wrap .section-data-integration .section-content .section-overtitle {
    margin-bottom: 12px;
  }
  .default-page-wrap .section-data-integration .section-content .section-title {
    max-width: 344px;
    font-size: 30px;
    letter-spacing: 0.8px;
  }
  .default-page-wrap .section-data-integration .section-content .section-text {
    max-width: 525px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-title {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 {
    width: 100%;
    height: 451px;
    border-radius: 30px;
    padding-top: 30px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
    font-size: 30px;
    letter-spacing: 0.8px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
    max-width: none;
    margin-bottom: 34px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
    top: -18px;
    left: 0;
    height: 442px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 {
    width: 100%;
    height: 451px;
    border-radius: 30px;
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
    font-size: 30px;
    letter-spacing: 0.8px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
    max-width: none;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
    top: -3px;
    left: 105px;
    width: 75%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h {
    margin-top: 0;
    width: 100%;
    height: 451px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 32px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
    order: 2;
    width: 520px;
    height: 100%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
    right: 0;
    width: 132%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
    order: 1;
    margin-left: 0;
    padding-left: 39px;
    padding-right: 39px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
    font-size: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-text {
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-title {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    letter-spacing: 0.8px;
  }
  .default-page-wrap .section-pricing .section-content {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-pricing .section-content .price-box {
    width: 100%;
    padding: 26px 32px 38px;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
    width: auto;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price {
    font-size: 38px;
    display: inline-block;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .f-label {
    top: -15px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .price-per {
    top: -15px;
    left: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price-ioffer {
    left: 28px;
    top: -15px;
    margin-bottom: 27px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list {
    padding-top: 24px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) {
    padding: 26px 32px 38px;
    margin-bottom: 0;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .section-overtitle {
    width: auto;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price {
    font-size: 38px;
    display: inline-block;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price .price-per {
    top: -15px;
    left: 12px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price-ioffer {
    left: 32px;
    top: -15px;
    margin-bottom: 26px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .feature-list {
    padding-top: 24px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .feature-list .list li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    font-size: 30px;
    width: 100%;
    letter-spacing: 0.8px;
  }
  .default-page-wrap .section-content-cards .section-content {
    width: 100%;
  }
  .default-page-wrap .section-content-cards .section-content .section-overtitle {
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-cards .section-content .section-title {
    max-width: 483px;
    font-size: 30px;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
  }
  .default-page-wrap .section-content-cards .section-content .section-text {
    max-width: 433px;
    margin-bottom: 45px;
  }
  .default-page-wrap .section-content-cards .cards {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-cards .cards .card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-image {
    order: 1;
    width: 252px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 24px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-content {
    order: 2;
  }
  .default-page-wrap .section-content-cards .cards .card .card-title {
    font-size: 19px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-text {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-content-cards .cards .card:nth-child(even) .card-image {
    order: 2;
    margin-left: 24px;
    margin-right: 0;
  }
  .default-page-wrap .section-content-cards .cards .card:nth-child(even) .card-content {
    order: 1;
  }
  .default-page-wrap .section-content-cards .cards .card:last-child {
    margin-bottom: 0;
  }
  .default-page-wrap .section-clubs .section-title {
    width: 528px;
    font-size: 30px;
    letter-spacing: 1px;
  }
  .default-page-wrap .section-clubs .stats {
    width: 528px;
    margin-bottom: 54px;
  }
  .default-page-wrap .section-clubs .stats .stat-item {
    font-size: 24px;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item {
    width: 100px;
    height: 100px;
    border-radius: 18px;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item img {
    transform: scale(0.85);
  }
  /* Modal Content */
  .modal-content {
    width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .default-page-wrap .section-box {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .default-page-wrap .section-hero {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-hero .section-content {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .default-page-wrap .section-hero .section-content .section-title {
    max-width: 100%;
    font-size: 30px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }
  .default-page-wrap .section-hero .section-content .section-text {
    max-width: 90%;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 34px;
  }
  .default-page-wrap .section-hero .section-content .section-button {
    padding: 12px 24px;
    font-size: 14px;
  }
  .default-page-wrap .section-hero .section-image {
    padding-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-hero .section-image img {
    height: auto;
    width: 100%;
  }
  .default-page-wrap .section-content-image-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image-list .section-content .section-title {
    max-width: 450px;
  }
  .default-page-wrap .section-content-image-list .section-content .section-text {
    max-width: 470px;
  }
  .default-page-wrap .section-content-image-list .section-image {
    width: 100%;
  }
  .default-page-wrap .section-content-image-list .section-list {
    width: 100%;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 24px 24px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    font-size: 18px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 19px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 15px;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    width: 100%;
    letter-spacing: 0;
  }
  .default-page-wrap .section-content-image {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-image .section-content {
    padding-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .default-page-wrap .section-content-image .section-content .section-overtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-image .section-content .section-title {
    width: 100%;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-image .section-content .section-text {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image .section-content .content-list li {
    font-size: 15px;
  }
  .default-page-wrap .section-content-image .section-content .section-end-text {
    margin-top: 22px;
    font-size: 15px;
  }
  .default-page-wrap .section-content-image .section-image {
    margin-bottom: 20px;
  }
  .default-page-wrap .section-before-during-after .section-title {
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-before-during-after .cards {
    margin-bottom: 42px;
    flex-wrap: wrap;
  }
  .default-page-wrap .section-before-during-after .cards .card {
    width: 324px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px;
    flex-wrap: wrap;
    text-align: center;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-image {
    order: 1;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-content {
    order: 2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-title {
    letter-spacing: 0.2px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-text {
    font-size: 15px;
    letter-spacing: 0.1px;
  }
  .default-page-wrap .section-before-during-after .cards .card .card-who-uses span {
    font-size: 14px;
  }
  .default-page-wrap .section-before-during-after .cards .card:nth-child(even) .card-image {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .default-page-wrap .section-before-during-after .cards .card:nth-child(even) .card-content {
    order: 2;
  }
  .default-page-wrap .section-before-during-after .cards .card:last-child {
    margin-bottom: 0;
  }
  .default-page-wrap .section-before-during-after .section-button {
    padding: 12px 24px;
    font-size: 14px;
  }
  .default-page-wrap .section-image-content {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-image-content .section-image {
    margin-bottom: 20px;
  }
  .default-page-wrap .section-image-content .section-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    padding-left: 0;
  }
  .default-page-wrap .section-image-content .section-content .section-overtitle {
    font-size: 15px;
  }
  .default-page-wrap .section-image-content .section-content .section-title {
    width: 100%;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-image-content .section-content .section-text {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-image-content .section-content .content-list li {
    font-size: 15px;
  }
  .default-page-wrap .section-image-content .section-content .section-end-text {
    margin-top: 22px;
    font-size: 15px;
  }
  .default-page-wrap .section-quote .section-quote {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open, .default-page-wrap .section-quote .section-quote .quote-close {
    width: 18px;
  }
  .default-page-wrap .section-quote .section-quote .quote-open {
    left: -7px;
  }
  .default-page-wrap .section-quote .section-quote .quote-close {
    right: -3px;
  }
  .default-page-wrap .section-quote .section-quote-name {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .default-page-wrap .section-quote .section-quote-position {
    font-size: 15px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-data-integration {
    margin-bottom: 136px;
  }
  .default-page-wrap .section-data-integration .section-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .default-page-wrap .section-data-integration .section-content .section-overtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-data-integration .section-content .section-title {
    max-width: 100%;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 13px;
  }
  .default-page-wrap .section-data-integration .section-content .section-text {
    max-width: 100%;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-upcoming-features .section-title {
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    padding-top: 25px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-title {
    font-size: 19px;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-text {
    max-width: none;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v1 .feature-img img {
    top: -15px;
    left: -2px;
    height: 382px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    padding-top: 26px;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-title {
    font-size: 19px;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-text {
    max-width: none;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-v2 .feature-img img {
    top: -7px;
    left: 7%;
    width: 100%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h {
    margin-top: 0;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 26px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img {
    order: 2;
    width: 421px;
    height: 100%;
    right: -9px;
    top: -12px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-img img {
    right: 0;
    width: 136%;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content {
    order: 1;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-title {
    font-size: 19px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-upcoming-features .section-content .feature-h .feature-content .feature-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .default-page-wrap .section-pricing .section-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    letter-spacing: 0.6px;
  }
  .default-page-wrap .section-pricing .section-content {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-pricing .section-content .price-box {
    width: 100%;
    padding: 29px 28px 38px;
    margin-bottom: 22px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .section-overtitle {
    width: auto;
    margin-bottom: 13px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price {
    font-size: 30px;
    display: block;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .f-label {
    font-size: 15px;
    top: -14px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price .price-per {
    font-size: 15px;
    top: -14px;
    left: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .price-ioffer {
    left: auto;
    top: auto;
    font-size: 14px;
    margin-bottom: 23px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list {
    padding-top: 24px;
  }
  .default-page-wrap .section-pricing .section-content .price-box .feature-list .list li {
    background-position: left 1px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-content .price-box .modal-button {
    padding: 10px 30px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) {
    padding: 28px 28px 38px;
    margin-bottom: 0;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .section-overtitle {
    width: auto;
    margin-bottom: 13px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price {
    font-size: 30px;
    display: block;
    letter-spacing: 1.4px;
    margin-bottom: 14px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price .price-per {
    top: -14px;
    left: 10px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .price-ioffer {
    left: auto;
    top: auto;
    margin-bottom: 24px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .feature-list {
    padding-top: 24px;
  }
  .default-page-wrap .section-pricing .section-content .price-box:nth-child(2) .feature-list .list li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-cta {
    padding: 44px 47px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    font-size: 26px;
    letter-spacing: 0.4px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button span {
    display: none;
  }
  .default-page-wrap .section-content-cards .section-content {
    width: 100%;
  }
  .default-page-wrap .section-content-cards .section-content .section-overtitle {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-cards .section-content .section-title {
    max-width: 100%;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  .default-page-wrap .section-content-cards .section-content .section-text {
    max-width: 100%;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-content-cards .cards {
    flex-wrap: wrap;
  }
  .default-page-wrap .section-content-cards .cards .card {
    width: 324px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
    flex-wrap: wrap;
    text-align: center;
  }
  .default-page-wrap .section-content-cards .cards .card .card-image {
    order: 1;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .default-page-wrap .section-content-cards .cards .card .card-content {
    order: 2;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .default-page-wrap .section-content-cards .cards .card .card-title {
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  .default-page-wrap .section-content-cards .cards .card .card-text {
    font-size: 15px;
    letter-spacing: 0;
  }
  .default-page-wrap .section-content-cards .cards .card:nth-child(even) .card-image {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .default-page-wrap .section-content-cards .cards .card:nth-child(even) .card-content {
    order: 2;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .default-page-wrap .section-content-cards .cards .card:last-child {
    margin-bottom: 0;
  }
  .default-page-wrap .section-clubs {
    margin-bottom: 52px;
  }
  .default-page-wrap .section-clubs .section-title {
    width: 100%;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
  }
  .default-page-wrap .section-clubs .stats {
    width: 58%;
    flex-wrap: wrap;
    margin-bottom: 52px;
  }
  .default-page-wrap .section-clubs .stats .stat-item {
    width: 100%;
    font-size: 22px;
    letter-spacing: 0.5px;
    border-left: none;
    border-top: 1px solid #7A7D7F;
    padding: 20px 0;
  }
  .default-page-wrap .section-clubs .stats .stat-item:last-child {
    border-right: none;
    border-bottom: 1px solid #7A7D7F;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item {
    width: 84px;
    height: 84px;
    border-radius: 18px;
  }
  .default-page-wrap .section-clubs .clubs-carousel .club-item img {
    transform: scale(0.7);
  }
  /* The Modal (background) */
  .modal {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* Modal Content */
  .modal-content, .modal-content-narrow {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
  .modal-content .form-content, .modal-content-narrow .form-content {
    padding: 36px 18px 26px 18px;
    max-height: none;
    height: calc(100dvh - 170px);
  }
  .modal-content .form-content .form-title, .modal-content-narrow .form-content .form-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .modal-content .form-content .wpcf7-not-valid-tip, .modal-content-narrow .form-content .wpcf7-not-valid-tip {
    font-size: 15px;
  }
  .modal-content .wpcf7 form .wpcf7-response-output, .modal-content-narrow .wpcf7 form .wpcf7-response-output {
    font-size: 15px;
  }
  .modal-content .wpcf7 form.invalid .wpcf7-response-output::before, .modal-content .wpcf7 form.unaccepted .wpcf7-response-output::before, .modal-content .wpcf7 form.payment-required .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.invalid .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.unaccepted .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form.payment-required .wpcf7-response-output::before {
    background-image: url("images/alert-circle-form.svg");
  }
  .modal-content .form-footer, .modal-content-narrow .form-footer {
    padding: 24px 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .modal-content .form-footer input[type=reset], .modal-content .form-footer input[type=button], .modal-content-narrow .form-footer input[type=reset], .modal-content-narrow .form-footer input[type=button] {
    width: 100%;
    order: 2;
  }
  .modal-content .form-footer input[type=submit], .modal-content-narrow .form-footer input[type=submit] {
    width: 100%;
    order: 1;
    margin-bottom: 24px;
  }
  .modal-content .form-footer #closeForm, .modal-content-narrow .form-footer #closeForm {
    margin-right: 0;
  }
  .modal-content-narrow {
    padding: 36px 18px 6px 18px;
    height: auto;
  }
  .modal-content-narrow .form-content {
    height: auto;
  }
  .modal-content-narrow .form-content .form-subtitle br {
    display: none;
  }
  .modal-content-narrow .form-content .form-row {
    column-gap: normal;
    height: auto;
    flex-wrap: wrap;
  }
  .modal-content-narrow .form-content .form-row .form-item-50 {
    width: 100%;
  }
  .modal-content-narrow .form-content .form-row .form-item-50:first-of-type {
    padding-bottom: 20px;
  }
  .modal-content-narrow .form-content .form-row .form-item-100 {
    width: 100%;
  }
  .modal-content-narrow .form-content .form-row-auto .form-item-100 {
    height: auto;
  }
  .modal-content-narrow .form-content .club-type .togglebuttons {
    grid-template-columns: auto;
    row-gap: 10px;
  }
  .modal-content-narrow .form-footer {
    padding: 0px 18px 36px;
    text-align: center;
    justify-content: center;
  }
  .modal-content-narrow .form-footer input[type=reset], .modal-content-narrow .form-footer input[type=button] {
    order: initial;
  }
  .modal-content-narrow .form-footer input[type=submit] {
    order: initial;
  }
  .modal-content-narrow .form-footer .closeForm {
    margin-right: 0;
  }
  .modal-content-narrow .form-features {
    flex-wrap: wrap;
  }
  .modal-content-narrow .form-features .ffeature {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-content-narrow .form-features .ffeature:last-child {
    margin-bottom: 0;
  }
  .modal-content-narrow .form-features .ffeature-div {
    display: none;
  }
}
@media only screen and (max-width: 359px) {
  .default-page-wrap .section-content-image-list .section-list .list-item {
    padding: 15px 15px;
    column-gap: 15px;
    margin-bottom: 16px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-number {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-title {
    font-size: 17px;
  }
  .default-page-wrap .section-content-image-list .section-list .list-item .item-content .item-text {
    font-size: 14px;
  }
  .default-page-wrap .section-content-image-list .section-footer {
    width: 100%;
    letter-spacing: 0;
  }
  .default-page-wrap .section-pricing .section-cta {
    padding: 38px 32px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-text {
    font-size: 26px;
    letter-spacing: 0.4px;
  }
  .default-page-wrap .section-pricing .section-cta .section-cta-btn .section-button {
    padding: 12px 24px;
  }
  /* Modal Content */
  .modal-content .form-content .form-title, .modal-content-narrow .form-content .form-title {
    font-size: 22px;
  }
  .modal-content .form-content .wpcf7-not-valid-tip, .modal-content-narrow .form-content .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .modal-content .wpcf7 form .wpcf7-response-output, .modal-content-narrow .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
  .modal-content .wpcf7 form .wpcf7-response-output::before, .modal-content-narrow .wpcf7 form .wpcf7-response-output::before {
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 6px;
  }
  .modal-content-narrow {
    padding: 36px 0 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .amateur .section-quote .section-quote {
    width: 454px;
  }
}
@media only screen and (max-width: 575px) {
  .amateur .section-quote .section-quote {
    width: 90%;
  }
}

.pro .section-hero .section-content .section-text {
  max-width: 602px;
}
@media only screen and (max-width: 1399px) {
  .pro .section-hero .section-content .section-text {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .pro .section-hero .section-content .section-text {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro .section-hero .section-content .section-text {
    max-width: 485px;
  }
}
@media only screen and (max-width: 575px) {
  .pro .section-hero .section-content .section-text {
    max-width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .pro .section-data-integration {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .pro .section-data-integration {
    margin-bottom: 120px;
  }
}
.pro .section-data-integration .section-content .section-text {
  font-size: 18px;
  letter-spacing: 0.15px;
}
@media only screen and (max-width: 1199px) {
  .pro .section-data-integration .section-content .section-text {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
}
@media only screen and (max-width: 575px) {
  .pro .section-data-integration .section-content .section-text {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.pro .section-content-cards .section-content .section-text {
  max-width: 775px;
}
@media only screen and (max-width: 1399px) {
  .pro .section-content-cards .section-content .section-text {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .pro .section-content-cards .section-content .section-text {
    max-width: 604px;
  }
}
@media only screen and (max-width: 767px) {
  .pro .section-content-cards .section-content .section-text {
    max-width: 433px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .pro .section-content-cards .section-content .section-text {
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.pro .section-before-during-after .cards {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1399px) {
  .pro .section-before-during-after .cards {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .pro .section-before-during-after .cards {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pro .section-before-during-after .cards {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .pro .section-before-during-after .cards {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .pro .section-image-content {
    margin-bottom: 122px;
  }
  .pro .section-image-content .section-content {
    padding-left: 2px;
    padding-top: 0;
  }
  .pro .section-image-content .section-content .section-title {
    width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .pro .section-image-content .section-content .section-title {
    width: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .pro .section-image-content .section-content .section-title {
    width: 100%;
  }
}

.page-404_w {
  background: var(--sectionBackground);
}
.page-404_w .page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 211px);
  min-height: 250px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.page-404_w .page-404 .title-404 {
  font-size: 128px;
  color: var(--textColor);
}
.page-404_w .page-404 .text-404 {
  font-size: 24px;
  color: var(--textColor);
  margin-bottom: 16px;
}
.page-404_w .page-404 .back-404 {
  text-transform: uppercase;
  color: var(--mainColor);
}
.page-404_w .page-404 .back-404:hover {
  text-decoration: underline;
}

/* Responsive
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .page-404_w .page-404 {
    height: calc(100vh - 161px);
  }
}
@media only screen and (max-width: 479px) {
  .page-404_w .page-404 {
    height: calc(100vh - 83px);
  }
  .page-404_w .page-404 .title-404 {
    font-size: 100px;
  }
  .page-404_w .page-404 .text-404 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
