.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button,
button,
input[type=button],
input[type=submit],
.ant-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#app {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

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

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button,
button,
input[type=button],
input[type=submit],
.ant-button {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel input {
  width: 100%;
}
form.shrinkLabel input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel input:valid:not(:focus) + label {
  display: none;
}

.container {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container {
    min-height: 100vh;
  }
}

.contentContainer {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden {
  display: none !important;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw.gm-style-iw-c {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-cover {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-body {
  padding: 15px !important;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-d .ant-card-body h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.grid-section button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.grid-section .row {
  margin-top: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: fadein3 1.6s;
          animation: fadein3 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.grid-section .row .column {
  padding: 0.2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-1 {
    width: 8.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-2 {
    width: 16.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-3 {
    width: 25% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-4 {
    width: 33.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-5 {
    width: 41.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-6 {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-7 {
    width: 58.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-8 {
    width: 66.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-9 {
    width: 75% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-10 {
    width: 83.3333333333% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-11 {
    width: 91.6666666667% !important;
  }
}
@media screen and (min-width: 992px) {
  .grid-section .row .col-md-12 {
    width: 100% !important;
  }
}
.grid-section blockquote,
.grid-section h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.grid-section img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.grid-section p,
.grid-section a {
  font-size: 14px;
  line-height: 1.5;
}
.grid-section a {
  color: #f83939;
  cursor: pointer;
}
.grid-section button {
  border: #f81514;
  font-size: 28px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 40px !important;
  height: auto !important;
  color: #ffffff;
  cursor: pointer;
}
.grid-section button:hover {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.grid-section .video-wrapper iframe {
  max-width: 100%;
}
.container__2UH_f {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2UH_f {
    position: relative;
    min-height: unset;
  }
}
.container__3atBl {
  width: 100%;
}
.antd-main-nav .ant-drawer-wrapper-body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

.antd-main-nav .menuTitle .action_button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-main-nav .ant-drawer-content-wrapper {
  width: 300px !important;
}
.antd-main-nav .menuTitle {
  margin: 0 2em;
  padding: 3rem 0 1rem;
}
.antd-main-nav .menuTitle .action_button {
  display: block;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-header {
  display: none;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body {
  padding: 0;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu {
  margin: 1rem 0;
  width: 100% !important;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-item {
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: 0 !important;
  padding: 18px 2em !important;
  line-height: 1 !important;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: 0 !important;
  padding: 18px 2em !important;
  line-height: 1 !important;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 28px;
  color: #ffffff;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active {
  background-color: rgba(0, 0, 0, 0.1);
  color: #f81514 !important;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active ul.ant-menu-sub {
  margin: 0;
}
.antd-main-nav .ant-drawer-wrapper-body .ant-drawer-body .ant-menu .ant-menu-submenu.ant-menu-submenu-active ul.ant-menu-sub li {
  padding: 18px 2em 18px 3.5em !important;
}

.geo-location {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 1em 2em;
  padding: 1.5em 0;
  color: #ffffff;
}
.geo-location h4 {
  margin-bottom: 0;
  color: #ffffff;
}

.copyright {
  padding: 1em 2em 3em 2em;
  font-weight: 700;
}

.antd-mobile-nav {
  background: none !important;
}
.antd-mobile-nav .ant-menu-submenu > .ant-menu {
  background: none !important;
}
.antd-mobile-nav .ant-menu-item-group,
.antd-mobile-nav .ant-menu-item-group-title,
.antd-mobile-nav .ant-menu-item-group-list {
  background: none !important;
}
.antd-mobile-nav .ant-menu-item.ant-menu-item-active, .antd-mobile-nav .ant-menu-item.ant-menu-item-selected {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #0d1c2d !important;
}
.antd-mobile-nav .ant-menu-item:after {
  border-right: 3px solid rgba(0, 0, 0, 0.3);
}
.antd-mobile-nav.antd-social-nav {
  position: absolute;
  bottom: 0;
}

.antd-mobile-nav.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border: 0;
}
@-webkit-keyframes fadein__2P3kv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2P3kv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__x-c4y {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__x-c4y {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__tXKti {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__tXKti {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2BGnH {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2BGnH {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3BtlK {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3BtlK {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.disclaimer__yQrFF {
  margin-top: 1rem;
}
.disclaimer__yQrFF a {
  color: #0d1c2d !important;
}
@-webkit-keyframes fadein__3thlB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3thlB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__Jw7UC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__Jw7UC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3rB0s {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3rB0s {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__KmFGN {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__KmFGN {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__g6k5x {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__g6k5x {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3jqCG {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #ffffff;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#343b4b), to(#0f0f19));
  background: linear-gradient(to bottom, #343b4b, #0f0f19);
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 26px 30px -10px, rgba(0, 0, 0, 0.13) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 26px 30px -10px, rgba(0, 0, 0, 0.13) 0px 16px 10px -10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .container__3jqCG {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.navIcon__BbGp4 {
  position: absolute;
  left: 0;
  width: 41px;
  height: 41px;
  margin-left: 0.75rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 11px;
}
@media screen and (max-width: 991px) {
  .navIcon__BbGp4 {
    margin-left: 18px;
    margin-bottom: 16px;
  }
}

.desktopNav__2ZYUn {
  margin-left: 40px;
  width: 100%;
}

.logoContainer__QZ110 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
}
@media screen and (min-width: 992px) {
  .logoContainer__QZ110 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 7px;
    padding-right: 30px;
  }
}

.logo__cVugw {
  width: 150px;
  height: 45px;
  background-image: url(/assets/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.login__20mOw {
  line-height: 1;
}
.login__20mOw div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.75rem;
  padding-left: 1em;
}
.login__20mOw div:hover {
  background-color: #0e2d51;
}
@media screen and (max-width: 991px) {
  .login__20mOw div {
    border: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .login__20mOw div:hover {
    background-color: #0d1c2d;
  }
}
.login__20mOw svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
}
.login__20mOw svg * {
  fill: url(#grad1);
}
.login__20mOw p {
  color: #f83939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  padding: 0 1em;
  text-transform: uppercase;
}
@-webkit-keyframes fadein__3M-iL {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3M-iL {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1fs9R {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1fs9R {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1lRK8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1lRK8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3stEJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3stEJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3yoEy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3yoEy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2ptDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.container__2ptDf .currentLocation__1Z0fq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY {
  text-align: right;
  max-width: 160px;
  margin-left: auto;
  border: solid 2px rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 0;
}
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY:hover {
  cursor: pointer;
}
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY:hover h5,
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY:hover span {
  color: #f83939;
}
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: right;
}
.container__2ptDf .currentLocation__1Z0fq .locationButton__25ADY span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

.item__jYbDa {
  font-size: 0.9rem;
  color: #fff;
  margin-right: 25px;
}
.item__jYbDa:last-child {
  margin-right: 0;
}
.item__jYbDa:hover {
  color: #f83939;
}
.item__jYbDa img {
  width: 90px;
}
.header-menu-item {
  position: relative;
  cursor: pointer;
}
.header-menu-item:hover .header-sub-menu {
  display: block;
}

.header-sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: -30px;
  padding: 30px 10px 10px 10px;
  background: #0d1d2d;
  width: 220px;
  min-height: 80px;
  z-index: 2;
  font-size: 15px;
}
.header-sub-menu a {
  display: block;
  padding: 6px;
  color: #fff;
}
.header-sub-menu a:hover {
  color: #9aff34;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-modal-footer button.ant-btn {
  width: 75px;
  border-radius: 50px;
}

.ant-modal.locationModal {
  width: 325px !important;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f83939;
  color: white;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-title,
.ant-modal.locationModal .ant-modal-content .ant-modal-close-x {
  color: white;
  font-weight: 700;
}
.ant-modal.locationModal .ant-modal-content .ant-modal-close-x {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.ant-modal.locationModal .ant-modal-content label {
  width: 50px;
  padding-top: 5px;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.customSelect .ant-select-selection-selected-value {
  color: #0d1c2d;
}
@-webkit-keyframes fadein__3n97W {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3n97W {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__22-De {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__22-De {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__11h8V {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__11h8V {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2ZjDJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2ZjDJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3Xhwk {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3Xhwk {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__370gh {
  width: 100%;
  background: #000000;
  color: white;
}
@media screen and (max-width: 991px) {
  .container__370gh {
    background: none;
    position: fixed;
    bottom: 10px;
  }
}
.container__370gh h4,
.container__370gh span,
.container__370gh strong,
.container__370gh a {
  color: white;
}
.container__370gh .footerMenu__1nw87 {
  padding: 55px 48px 64px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .container__370gh .footerMenu__1nw87 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__370gh .footerMenu__1nw87 .secondBlock__3QJa- {
    margin-top: 25px;
  }
}
.container__370gh .footerMenu__1nw87 .firstBlock__1WCQg {
  height: 314px;
}
.container__370gh .footerMenu__1nw87 .firstBlock__1WCQg,
.container__370gh .footerMenu__1nw87 .mainNavigationBlock__jucLd,
.container__370gh .footerMenu__1nw87 .secondBlock__3QJa- {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container__370gh .footerMenu__1nw87 .mainNavigationBlock__jucLd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__370gh .footerMenu__1nw87 .mainNavigationBlock__jucLd .section__1NS8D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.container__370gh .footerMenu__1nw87 .mainNavigationBlock__jucLd .section__1NS8D h4 {
  margin-bottom: 0;
}
.container__370gh .footerMenu__1nw87 .secondBlock__3QJa- {
  padding-top: 16px;
  border-top: 1px solid #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container__370gh .footerMenu__1nw87 .secondBlock__3QJa- .company-mark__3dKX_ img {
  width: 50px;
  margin-bottom: 15px;
}
.container__370gh .footerMenu__1nw87 h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 270px;
  width: 100%;
}
@media (max-width: 1020px) {
  .container__370gh .footerMenu__1nw87 .section__1NS8D,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx {
    margin-right: 13vw;
  }
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .subsection__3J2_E,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .subsection__3J2_E {
  margin-right: 5vw;
}
@media (max-width: 1020px) {
  .container__370gh .footerMenu__1nw87 .section__1NS8D .subsection__3J2_E,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .subsection__3J2_E {
    margin-right: 5vw;
  }
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .entainLogo__IdLuj,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .entainLogo__IdLuj {
  text-align: right;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .entainLogo__IdLuj a img,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .entainLogo__IdLuj a img {
  max-width: 234px;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .brandLogo__1yw3m a img,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .brandLogo__1yw3m a img {
  width: 70px;
  margin-bottom: 15px;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x h5,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x h5 {
  color: #FFF;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x a,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x a {
  margin-bottom: 12px;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x div,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x div h5,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x div h5 {
  color: #FFF;
}
.container__370gh .footerMenu__1nw87 .section__1NS8D .menucontainer__2rlVa .menuOption__y9F9x div a,
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .menucontainer__2rlVa .menuOption__y9F9x div a {
  margin-bottom: 12px;
}
.container__370gh .footerMenu__1nw87 .specialwidth__33lvS {
  width: 30%;
}
.container__370gh .footerMenu__1nw87 .brandSection__oKySx {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .logocontainer__2M3AA {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container__370gh .footerMenu__1nw87 .brandSection__oKySx .brandLogo__1yw3m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__370gh .footerMenu__1nw87 .righticonArea__c4gJL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}
.container__370gh .footerMenu__1nw87 .righticonArea__c4gJL .sharedIcons__1TAgM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.container__370gh .footerBar__ZqUhh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0d1c2d;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.container__370gh .footerBar__ZqUhh .copyright__1VmNa {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.container__370gh .footerBar__ZqUhh .copyright__1VmNa .disclaimer__hGy01 .divider__1ayVr {
  margin: 0 0.6rem;
}
.container__370gh .footerBar__ZqUhh .copyright__1VmNa .disclaimer__hGy01 a {
  color: #0ba244;
}
.container__370gh .footerBar__ZqUhh .righticonArea__c4gJL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.container__370gh .footerBar__ZqUhh .righticonArea__c4gJL .sharedIcons__1TAgM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.container__370gh .footerBar__ZqUhh .righticonArea__c4gJL .sharedIcons__1TAgM .iconWrapper__eY4I5 {
  width: 30px;
  height: 30px;
  background-color: #99ff33;
  color: #0d1c2d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
}
.container__370gh .footerBar__ZqUhh .righticonArea__c4gJL .devcompany__r5Dxh {
  width: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #0e2d51;
}
.container__370gh .footerBar__ZqUhh .righticonArea__c4gJL .devcompany__r5Dxh h1 {
  font-size: 40px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 0;
}
@-webkit-keyframes fadein__1hdE3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1hdE3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2pUf7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2pUf7 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1hqFx {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1hqFx {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1eEPI {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1eEPI {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1Mi5T {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1Mi5T {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.footerMenu__1blSb {
  padding: 55px 48px 64px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .footerMenu__1blSb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerMenu__1blSb .secondBlock__vxoU2 {
    margin-top: 25px;
  }
}
.footerMenu__1blSb .firstBlock__1T-XB {
  min-height: 314px;
}
.footerMenu__1blSb .firstBlock__1T-XB,
.footerMenu__1blSb .mainNavigationBlock__1QiBX,
.footerMenu__1blSb .secondBlock__vxoU2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerMenu__1blSb .mainNavigationBlock__1QiBX {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerMenu__1blSb .mainNavigationBlock__1QiBX .section__C5lSy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.footerMenu__1blSb .mainNavigationBlock__1QiBX .section__C5lSy h4 {
  margin-bottom: 0;
}
.footerMenu__1blSb .secondBlock__vxoU2 {
  padding-top: 16px;
  border-top: 1px solid #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footerMenu__1blSb .secondBlock__vxoU2 .company-mark___86Kt img {
  width: 50px;
  margin-bottom: 15px;
}
.footerMenu__1blSb h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.footerMenu__1blSb .section__C5lSy,
.footerMenu__1blSb .brandSection__2YWiF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 270px;
  width: 100%;
}
@media (max-width: 1020px) {
  .footerMenu__1blSb .section__C5lSy,
.footerMenu__1blSb .brandSection__2YWiF {
    margin-right: 13vw;
  }
}
.footerMenu__1blSb .section__C5lSy .subsection__2H3Iu,
.footerMenu__1blSb .brandSection__2YWiF .subsection__2H3Iu {
  margin-right: 5vw;
}
@media (max-width: 1020px) {
  .footerMenu__1blSb .section__C5lSy .subsection__2H3Iu,
.footerMenu__1blSb .brandSection__2YWiF .subsection__2H3Iu {
    margin-right: 5vw;
  }
}
.footerMenu__1blSb .section__C5lSy .entainLogo__HEjH0,
.footerMenu__1blSb .brandSection__2YWiF .entainLogo__HEjH0 {
  text-align: right;
}
.footerMenu__1blSb .section__C5lSy .entainLogo__HEjH0 a img,
.footerMenu__1blSb .brandSection__2YWiF .entainLogo__HEjH0 a img {
  max-width: 234px;
}
.footerMenu__1blSb .section__C5lSy .brandLogo__ChZ2L a img,
.footerMenu__1blSb .brandSection__2YWiF .brandLogo__ChZ2L a img {
  width: 70px;
  margin-bottom: 15px;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC {
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC h5,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC h5 {
  color: #fff;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC a,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC a {
  margin-bottom: 12px;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC div,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC div h5,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC div h5 {
  color: #fff;
}
.footerMenu__1blSb .section__C5lSy .menucontainer__1wKmm .menuOption__18HBC div a,
.footerMenu__1blSb .brandSection__2YWiF .menucontainer__1wKmm .menuOption__18HBC div a {
  margin-bottom: 12px;
}
.footerMenu__1blSb .specialwidth__3xHBN {
  width: 30%;
}
.footerMenu__1blSb .brandSection__2YWiF {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.footerMenu__1blSb .brandSection__2YWiF .logocontainer__3C7as {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerMenu__1blSb .brandSection__2YWiF .brandLogo__ChZ2L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footerMenu__1blSb .righticonArea__ketGw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
.footerMenu__1blSb .righticonArea__ketGw .sharedIcons__3Ldn9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.footerBar__2NHhC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0d1c2d;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.footerBar__2NHhC .copyright__3RsY0 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.footerBar__2NHhC .copyright__3RsY0 .disclaimer__2Blc- .divider__11sCW {
  margin: 0 0.6rem;
}
.footerBar__2NHhC .copyright__3RsY0 .disclaimer__2Blc- a {
  color: #0ba244;
}
.footerBar__2NHhC .righticonArea__ketGw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footerBar__2NHhC .righticonArea__ketGw .sharedIcons__3Ldn9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footerBar__2NHhC .righticonArea__ketGw .sharedIcons__3Ldn9 .iconWrapper__31CC1 {
  width: 30px;
  height: 30px;
  background-color: #99ff33;
  color: #0d1c2d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
}
.footerBar__2NHhC .righticonArea__ketGw .devcompany__2gIvu {
  width: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #0e2d51;
}
.footerBar__2NHhC .righticonArea__ketGw .devcompany__2gIvu h1 {
  font-size: 40px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 0;
}
.drawer-container__2TC-8 .ant-drawer-content-wrapper .ant-drawer-content {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.drawer-container__2TC-8 .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

@-webkit-keyframes fadein__2vfu3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2vfu3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2q9fB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2q9fB {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1wAO7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1wAO7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3k2a2 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3k2a2 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2ZO-7 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2ZO-7 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__14ddr {
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  overflow-y: hidden;
}
.container__14ddr.container-open__3X7dD {
  overflow-y: visible !important;
}

.drawer-container__2TC-8 {
  bottom: 0;
}
.drawer-container__2TC-8.ant-drawer-open {
  bottom: 80px;
}
.drawer-container__2TC-8 .ant-drawer-content-wrapper .ant-drawer-content {
  background: none;
}
.drawer-container__2TC-8 .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body {
  border-radius: 12px;
  border: 3px solid #f83939;
}
.drawer-container__wrapper__vdiWj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.drawer-container__wrapper__link__1OJhc {
  width: 33%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.drawer-container__wrapper__link__img__1g9CE {
  width: 100%;
  border-radius: 10px;
}
.drawer-container__wrapper__link__name__3pWt_ {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.container__3zgRk {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #ffffff), color-stop(95%, #dcdcdc));
  background: linear-gradient(to bottom, #ffffff 21%, #dcdcdc 95%);
}

@-webkit-keyframes fadein__1NYpr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1NYpr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__wSBPH {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__wSBPH {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2-A-P {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2-A-P {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3lkyh {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3lkyh {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__QB3uo {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__QB3uo {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3zgRk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 96%;
  margin-left: 2%;
  color: #ffffff;
  padding: 0.35rem;
  bottom: 2%;
  border-radius: 18px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.container__3zgRk .mobileFooterNav__1Fueq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.container__3zgRk .mobileFooterNav__button-section__39DEc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.container__3zgRk .mobileFooterNav__button-section__39DEc .imgNav__3Vr7b {
  width: 35px;
}
.container__3zgRk .mobileFooterNav__button-section__wrapper__3I5tY {
  position: relative;
}
.container__3zgRk .mobileFooterNav__button-section__wrapper__img__3Iun0 {
  position: absolute;
  left: -42.5px;
  top: -5px;
  width: 65px;
  z-index: 1000;
}
.container__3zgRk .mobileFooterNav__button-section__39DEc.lastItem__2QRWQ {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.container__3zgRk .mobileFooterNav__button-section__39DEc.lastItem__2QRWQ .imgNav__3Vr7b {
  margin-left: 1em;
}
.container__3zgRk .mobileFooterNav__button-section__39DEc.lastItem__2QRWQ span {
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .container__3zgRk {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    border: 3px solid #ffffff;
  }
  .container__3zgRk button {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -23px;
    font-weight: 700;
    background-color: #0e2d51;
    border-color: transparent;
    color: white;
  }
  .container__3zgRk button.clicked__1dpWZ {
    background-color: #f83939;
    border-color: #f83939;
    color: #0e2d51;
  }
  .container__3zgRk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__3zgRk i {
    font-size: 30px;
  }
  .container__3zgRk i.clicked__1dpWZ {
    color: #f83939 !important;
  }
  .container__3zgRk span {
    color: #343b4b;
    font-size: 9px;
    font-weight: 500;
    line-height: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .container__3zgRk span.clicked__1dpWZ {
    color: #f83939 !important;
  }
  .container__3zgRk span[clicked] {
    color: #f83939 !important;
  }
}
@charset "UTF-8";
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "apl-icon-font";
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su");
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su#iefix") format("embedded-opentype"), url("/assets/fonts/apl-icon-font.ttf?r7t3su") format("truetype"), url("/assets/fonts/apl-icon-font.woff?r7t3su") format("woff"), url("/assets/fonts/apl-icon-font.svg?r7t3su#apl-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
[class^=aplicon-],
[class*=" aplicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "apl-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aplicon-apl-avatar:before {
  content: "\E915";
}

.aplicon-apl-burger:before {
  content: "\E904";
}

.aplicon-gtd:before {
  content: "\E90D";
}

.aplicon-apl-card-chips:before {
  content: "\E905";
}

.aplicon-apl-cards:before {
  content: "\E906";
}

.aplicon-apl-cards-chips:before {
  content: "\E907";
}

.aplicon-apl-date:before {
  content: "\E908";
}

.aplicon-apl-dice:before {
  content: "\E909";
}

.aplicon-apl-game-start-time:before {
  content: "\E90A";
}

.aplicon-apl-money:before {
  content: "\E90B";
}

.aplicon-apl-person:before {
  content: "\E90C";
}

.aplicon-apl-poker-chip:before {
  content: "\E90D";
}

.aplicon-apl-poker-chips-2:before {
  content: "\E90E";
}

.aplicon-apl-poker-chips:before {
  content: "\E90F";
}

.aplicon-apl-card-chips-2:before {
  content: "\E910";
}

.aplicon-apl-registration:before {
  content: "\E911";
}

.aplicon-apl-ticket:before {
  content: "\E912";
}

.aplicon-apl-trophy:before {
  content: "\E913";
}

.aplicon-apl-wallet:before {
  content: "\E914";
}

.aplicon-apl-grandslam-event:before {
  content: "\E900";
}

.aplicon-apl-aplpt-event:before {
  content: "\E905";
}

.aplicon-apl-info:before {
  content: "\E901";
}

.aplicon-apl-satellite-event:before,
.aplicon-apl-satelite-event:before {
  content: "\E902";
}

.aplicon-apl-special-event:before {
  content: "\E903";
}

.aplicon-spades:before {
  content: "\E917";
}

.aplicon-clubs:before {
  content: "\E918";
}

.aplicon-diamonds:before {
  content: "\E919";
}

.aplicon-share2:before {
  content: "\EA82";
}

.aplicon-google-plus:before {
  content: "\EA8B";
}

.aplicon-facebook:before {
  content: "\EA90";
}

.aplicon-instagram:before {
  content: "\EA92";
}

.aplicon-whatsapp:before {
  content: "\EA93";
}

.aplicon-twitter:before {
  content: "\EA96";
}

.aplicon-linkedin:before {
  content: "\EACA";
}

.aplicon-user-plus:before {
  content: "\E973";
}

.aplicon-arrow-left:before {
  content: "\F104";
}

.aplicon-arrow-right:before {
  content: "\F105";
}

.aplicon-share-icon:before {
  content: "\E9D0";
}

@-webkit-keyframes fadein__29ZBU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__29ZBU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3AZ9K {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3AZ9K {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__ZV_lX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__ZV_lX {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__ATNhm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__ATNhm {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2V95A {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2V95A {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__NCqeo {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.modalWrapper__NCqeo .video-iframe__2XGgY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-custom-modal-transparent .ant-modal-content {
  background: transparent;
}
.ant-custom-modal-transparent .ant-modal-content .ant-modal-close {
  color: #ffffff;
  background: none;
}
@-webkit-keyframes fadein__2KvGj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2KvGj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1GT51 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1GT51 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3nMx7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3nMx7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3vwPX {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3vwPX {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1l3Ku {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1l3Ku {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__-jjo5 span {
  width: 100% !important;
}
.modalWrapper__-jjo5 span iframe {
  width: 100% !important;
}
.modalWrapper__-jjo5 .image__26Ri_ {
  width: 100%;
  height: auto;
}
@charset "UTF-8";
@-webkit-keyframes fadein__1tZh6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1tZh6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2U8Dy {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2U8Dy {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__8g8M7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__8g8M7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__bBup5 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__bBup5 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1whHQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1whHQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadein__1tZh6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__2U8Dy {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__8g8M7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__bBup5 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__1whHQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "apl-icon-font";
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su");
  src: url("/assets/fonts/apl-icon-font.eot?r7t3su#iefix") format("embedded-opentype"), url("/assets/fonts/apl-icon-font.ttf?r7t3su") format("truetype"), url("/assets/fonts/apl-icon-font.woff?r7t3su") format("woff"), url("/assets/fonts/apl-icon-font.svg?r7t3su#apl-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
[class^=aplicon-],
[class*=" aplicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "apl-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aplicon-apl-avatar__P_rF7:before {
  content: "\E915";
}

.aplicon-apl-burger__3v26j:before {
  content: "\E904";
}

.aplicon-gtd__4inmQ:before {
  content: "\E90D";
}

.aplicon-apl-card-chips__1rrrT:before {
  content: "\E905";
}

.aplicon-apl-cards__VdMVy:before {
  content: "\E906";
}

.aplicon-apl-cards-chips__28n_1:before {
  content: "\E907";
}

.aplicon-apl-date__3Ycp7:before {
  content: "\E908";
}

.aplicon-apl-dice__2Gsnj:before {
  content: "\E909";
}

.aplicon-apl-game-start-time__113cr:before {
  content: "\E90A";
}

.aplicon-apl-money__1MsDT:before {
  content: "\E90B";
}

.aplicon-apl-person__1AZCY:before {
  content: "\E90C";
}

.aplicon-apl-poker-chip__3Sjqe:before {
  content: "\E90D";
}

.aplicon-apl-poker-chips-2__3iHZ-:before {
  content: "\E90E";
}

.aplicon-apl-poker-chips__133mI:before {
  content: "\E90F";
}

.aplicon-apl-card-chips-2__t3nNS:before {
  content: "\E910";
}

.aplicon-apl-registration__2UJSA:before {
  content: "\E911";
}

.aplicon-apl-ticket__maNHG:before {
  content: "\E912";
}

.aplicon-apl-trophy__3VLof:before {
  content: "\E913";
}

.aplicon-apl-wallet__1drA6:before {
  content: "\E914";
}

.aplicon-apl-grandslam-event__1WVUY:before {
  content: "\E900";
}

.aplicon-apl-aplpt-event__3x15u:before {
  content: "\E905";
}

.aplicon-apl-info__dzaIb:before {
  content: "\E901";
}

.aplicon-apl-satellite-event__v6_uq:before,
.aplicon-apl-satelite-event__23kQU:before {
  content: "\E902";
}

.aplicon-apl-special-event__1Ry5F:before {
  content: "\E903";
}

.aplicon-spades__1WuOp:before {
  content: "\E917";
}

.aplicon-clubs__5vLJg:before {
  content: "\E918";
}

.aplicon-diamonds__2H_Sq:before {
  content: "\E919";
}

.aplicon-share2__DHBc3:before {
  content: "\EA82";
}

.aplicon-google-plus__3bkWo:before {
  content: "\EA8B";
}

.aplicon-facebook__1zWU9:before {
  content: "\EA90";
}

.aplicon-instagram__2JQxp:before {
  content: "\EA92";
}

.aplicon-whatsapp__2ZZn0:before {
  content: "\EA93";
}

.aplicon-twitter__1hbsu:before {
  content: "\EA96";
}

.aplicon-linkedin__-os8U:before {
  content: "\EACA";
}

.aplicon-user-plus__1oeuR:before {
  content: "\E973";
}

.aplicon-arrow-left__3hv19:before {
  content: "\F104";
}

.aplicon-arrow-right__1it33:before {
  content: "\F105";
}

.aplicon-share-icon__2Bw87:before {
  content: "\E9D0";
}

.container__4stDi {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__4stDi {
    position: relative;
    min-height: unset;
  }
}

.contentContainer__2eOaS {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2eOaS {
    min-height: calc(100vh - 210px);
  }
  .contentContainer__2eOaS .tabMap__1EvxF {
    position: relative;
    margin-top: -10px;
    overflow: scroll;
  }
  .contentContainer__2eOaS .tabMap__1EvxF .searchWrapper__3AUCY {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
  }
}

.tabContainer__3u7PH {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background: red;
}
.tabContainer__3u7PH.sticky__3HNAA {
  position: fixed;
  top: 69px;
  left: 0;
  right: 0;
}

.mapGameListContainer__1hGs3 {
  margin-top: 1.5em;
}

.searchContainer__3JjPy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  background: #0d1c2d;
  margin-bottom: 20px;
}
.searchContainer__3JjPy .switchContainer__3xky- {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  height: 100%;
  border-left: 1px solid white;
  padding-bottom: 8px;
}
.searchContainer__3JjPy .switchContainer__3xky- span {
  color: #fff;
  font-family: "DINPro";
  font-size: 9px;
  font-weight: 500;
  line-height: 11px;
  text-align: center;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA {
  border: none;
  text-align: center;
  width: 100px;
  height: 100%;
  background: #0d1c2d;
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA:hover {
  background: #8a8f95;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA:hover span {
  color: #0d1c2d;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA:hover .aplicon-apl-special-event__1Ry5F,
.searchContainer__3JjPy .searchbarButtons__3ZoFA:hover .aplicon-apl-satelite-event__23kQU,
.searchContainer__3JjPy .searchbarButtons__3ZoFA:hover .aplicon-apl-grandslam-event__1WVUY {
  color: #0d1c2d;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA.clicked__7Onv3 {
  background: white;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA.clicked__7Onv3 span {
  color: #0d1c2d;
}
.searchContainer__3JjPy .searchbarButtons__3ZoFA span {
  color: #fff;
  font-family: "DINPro";
  font-size: 9px;
  font-weight: 500;
  line-height: 11px;
  text-align: center;
}
@-webkit-keyframes fadein__3eANG {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3eANG {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3x8dC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3x8dC {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1fTY8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1fTY8 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__22lAo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__22lAo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__33joF {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__33joF {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2Zn1x {
  width: 100%;
  position: relative;
}
.container__2Zn1x .dayFilterContainer__2nMWP {
  position: absolute;
  width: 300px;
  top: 3px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  .container__2Zn1x .dayFilterContainer__2nMWP {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .container__2Zn1x .headerWrap__29fmG {
    position: relative;
  }
}

.legendContainer__2JK78 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes fadein__2AEa1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2AEa1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__CRSd5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__CRSd5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__bP0l_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__bP0l_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__24eac {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__24eac {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3xSdN {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3xSdN {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.cardContainer__CWcIA,
.cardContainerDesktop__1Jif4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .cardContainer__CWcIA {
    margin-top: 1em;
  }
}

.card__1NxNT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2.2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 26px 30px -10px, rgba(0, 0, 0, 0.23) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 26px 30px -10px, rgba(0, 0, 0, 0.23) 0px 16px 10px -10px;
}

@media screen and (min-width: 992px) {
  .cardContainer__CWcIA {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .headerRow__im3wB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 9px;
    background: #eaeaea;
    margin: -5px;
    margin-bottom: 10px;
    height: 42px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerRow__im3wB .titleContainer__2Nx6U {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .headerRow__im3wB .typeContainer__4UXLn {
    width: 150px;
  }
  .headerRow__im3wB .dateContainer__1goo- {
    width: 200px;
  }
  .headerRow__im3wB .moneyContainer__RLrF2 {
    width: 140px;
    width: 139px;
  }
  .headerRow__im3wB .titleContainer__2Nx6U,
.headerRow__im3wB .dateContainer__1goo-,
.headerRow__im3wB .typeContainer__4UXLn,
.headerRow__im3wB .moneyContainer__RLrF2,
.headerRow__im3wB .favouriteContainer__2MDsg {
    padding-right: 1.5rem;
    text-align: right;
    color: #8a8f95;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-decoration: underline;
    cursor: pointer;
  }
  .headerRow__im3wB .titleContainer__2Nx6U.active__12qNV,
.headerRow__im3wB .dateContainer__1goo-.active__12qNV,
.headerRow__im3wB .typeContainer__4UXLn.active__12qNV,
.headerRow__im3wB .moneyContainer__RLrF2.active__12qNV,
.headerRow__im3wB .favouriteContainer__2MDsg.active__12qNV {
    color: #f81514;
  }
  .headerRow__im3wB .titleContainer__2Nx6U {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    color: #686d73;
    padding-left: 10px;
  }
}
.load-more__3FPi6 {
  text-align: center;
}
.load-more__button__3pSi0 {
  width: 125px;
  background: #f81514;
  border-radius: 34px;
  border-width: 0;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.load-more__button__3pSi0:hover {
  background: #f81514;
}
.load-more__button__3pSi0 span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 991px) {
  .load-more__button__3pSi0 {
    height: 32px;
  }
}

.otherRegionContainer__1RxfS {
  padding: 0.8rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0.8rem 0;
  font-weight: 700;
  font-size: 14px;
}
.skeleton-paragraph {
  margin: 24px;
}
.skeleton-paragraph li {
  height: 24px !important;
}
.container__2VuR9 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G, .container__2VuR9 .header__1RUug .book-table-container__cQ0uO .book-table__3yeqh {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), to(#b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein__1B2OX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1B2OX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2DaJ3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2DaJ3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1zxzK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1zxzK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__jK_lW {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__jK_lW {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3k-v9 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3k-v9 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2VuR9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: none;
  border-radius: 0.4rem;
  min-width: 320px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .container__2VuR9 {
    min-width: unset;
  }
}
.container__2VuR9.special__37Nho {
  border-left: 6px solid #f9c015;
}
.container__2VuR9.satelite__33uts, .container__2VuR9.satellite__bCEzB {
  border-left: 6px solid #39c2ec;
}
.container__2VuR9.grandslam__3bad5 {
  border-left: 6px solid #ee4c4f;
}
.container__2VuR9.aplpt__3ohc5 {
  border-left: 6px solid #0e2d51;
}
.container__2VuR9:hover {
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
}
.container__2VuR9 .header__1RUug,
.container__2VuR9 .body__ZiTX-,
.container__2VuR9 .footer__2-Y-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.container__2VuR9 .header__1RUug,
.container__2VuR9 .footer__2-Y-2,
.container__2VuR9 .body__ZiTX- {
  line-height: 2;
}
.container__2VuR9 .header__1RUug {
  padding: 0.2rem 0.9rem;
}
@media screen and (max-width: 991px) {
  .container__2VuR9 .header__1RUug {
    padding: 0.2rem;
  }
}
.container__2VuR9 .header__1RUug .title__ovlZy {
  cursor: pointer;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: break-spaces;
  font-weight: 700;
  line-height: 25px;
  font-size: 30px;
  text-transform: uppercase;
  margin: 15px 0 0 5px;
  letter-spacing: -1px;
}
@media screen and (max-width: 991px) {
  .container__2VuR9 .header__1RUug .title__ovlZy {
    margin: 5px 0;
    font-size: 18px;
  }
}
.container__2VuR9 .header__1RUug .title__ovlZy:hover {
  color: #f83939;
}
.container__2VuR9 .header__1RUug .title__ovlZy a {
  color: #000000;
}
.container__2VuR9 .header__1RUug .book-table-container__cQ0uO {
  width: 130px;
  position: relative;
  display: block;
}
.container__2VuR9 .header__1RUug .book-table-container__cQ0uO .book-table__3yeqh {
  cursor: pointer;
  width: 130px;
}
.container__2VuR9 .header__1RUug .book-table-container__cQ0uO .book-table__link__2aTi2 {
  color: #ffffff;
}
.container__2VuR9 .header__1RUug .book-table-container__cQ0uO .book-table__icon__3VAxE {
  margin: 0 0.5rem;
}
.container__2VuR9 .heart__1KENg {
  color: #0ba244;
  cursor: pointer;
  font-size: 1rem;
}
.container__2VuR9 .distance__1Wdh0 {
  color: #686d73;
  font-weight: normal;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.container__2VuR9 .body__ZiTX- {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.2rem 0.9rem 2.5rem;
}
.container__2VuR9 .body__ZiTX- .desc__1MrbJ {
  color: #686d73;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container__2VuR9 .body__ZiTX- .desc__icon__5eoyO {
  color: #f83939;
  margin-right: 0.5rem;
}
.container__2VuR9 .body__ZiTX- .desc__link__2geTD {
  font-weight: 700;
}
.container__2VuR9 .buyInContainer__2ot2Y {
  margin-left: 0.1rem;
}
.container__2VuR9 .buyInContainer__2ot2Y .buyinLabel__1Hqd3 {
  color: #686d73;
  padding-right: 5px;
  font-size: 0.6rem;
}
.container__2VuR9 .buyInContainer__2ot2Y .buyinVal__22x9w {
  color: #0d1c2d;
  font-weight: 700;
  font-size: 0.75rem;
}
.container__2VuR9 .footer__2-Y-2 {
  padding: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(top, #343b4e 21%, #0a101c 95%);
  border-radius: 0 0 0.4rem 0.4rem;
}
.container__2VuR9 .footer__day-container__1OFD1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 1.5rem;
}
.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G {
  position: absolute;
  top: -2rem;
  color: #ffffff;
}
.container__2VuR9 .footer__day-container__day-time-wrapper__icon__3GXeV {
  margin-right: 0.2rem;
}
.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G .day__CwyGX,
.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G .time__ue6oI {
  font-size: 0.75rem;
}
.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G .day__CwyGX strong,
.container__2VuR9 .footer__day-container__day-time-wrapper__Kk_2G .time__ue6oI strong {
  font-weight: 700;
}
.container__2VuR9 .footer__day-container__icon-wrapper__19YRv {
  position: absolute;
  top: -1.8rem;
  right: 0;
  border-radius: 50%;
  border: 2px solid #000000;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  background: #ffffff;
  color: #0d1c2d;
}
.container__2VuR9 .footer__info-container__icon-featured__2iCiz, .container__2VuR9 .footer__info-container__icon__q4lYZ {
  margin-right: 0.2rem;
  font-size: 1rem;
}
.container__2VuR9 .footer__info-container__icon-featured__2iCiz {
  color: #e6ca74;
}
.container__2VuR9 .footer__info-container__icon__q4lYZ {
  color: #ffffff;
}
.container__2VuR9 .footer__info-container__description-featured__3c_5k, .container__2VuR9 .footer__info-container__description__c3F5I {
  font-size: 14px;
}
.container__2VuR9 .footer__info-container__description-featured__3c_5k {
  color: #e6ca74;
  font-weight: 700;
  text-transform: uppercase;
}
.container__2VuR9 .footer__info-container__description__c3F5I {
  color: #ffffff;
  font-weight: 700;
}
.container__2VuR9 .typeLabel__3m3cw {
  color: #686d73;
  font-size: 0.6rem;
  padding-right: 0.3rem;
}
.container__2VuR9 .info__3q92r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__2VuR9 .gtd__3-lR_ {
  background-color: #0ba244;
  border-radius: 1rem;
  height: 19px;
  line-height: 19px;
  padding: 2px;
  padding-right: 0.5rem;
}
.container__2VuR9 .gtd__3-lR_ .icon__3G6-M {
  background-color: #ffffff;
  border-radius: 50%;
  color: #0ba244;
  display: inline-block;
  float: left;
  font-size: 0.65rem;
  height: 15px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.container__2VuR9 .gtd__3-lR_ .amount__1zzac {
  color: #ffffff;
  display: inline-block;
  float: right;
  font-size: 0.65rem;
  line-height: 15px;
  text-align: left;
}

.aplicon-apl-special-event__2Ri4-,
.aplicon-apl-satelite-event__ZeSlw,
.aplicon-apl-satellite-event__3p69I,
.aplicon-apl-grandslam-event__Lch8K,
.aplicon-apl-aplpt-event__Hhzwb {
  font-size: 19px;
  margin-right: 0.5rem;
}

.aplicon-apl-special-event__2Ri4- {
  color: #f9c015;
}

.aplicon-apl-satelite-event__ZeSlw,
.aplicon-apl-satellite-event__3p69I {
  color: #39c2ec;
}

.aplicon-apl-grandslam-event__Lch8K {
  color: #ee4c4f;
}

.aplicon-apl-aplpt-event__Hhzwb {
  color: #0e2d51;
}

.video-container__1VjB4 {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  height: 100%;
}
.video-container__1VjB4 .video-overlay__DLL1c {
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 0;
}
.video-container__1VjB4 .video-iframe__mYr3H {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-container__fFiAd .form__submit-btn__Modt8 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), to(#b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@-webkit-keyframes fadein__1W5h5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1W5h5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__BGh26 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__BGh26 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2i3ov {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2i3ov {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__V5ElJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__V5ElJ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3uLua {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3uLua {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.form-container__fFiAd {
  padding: 1px 25px;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-container__fFiAd {
  -webkit-animation: fadein2 1.6s;
          animation: fadein2 1.6s;
}
.form-container__header__2Xc4R {
  color: #ffffff;
  font-size: 28px;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 19px;
}
.form-container__fFiAd .form__submit-btn__Modt8 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #f83939;
}
.form-container__fFiAd .form__submit-btn__Modt8:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.container__2NkCj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.container__2NkCj .imageWrapper__YsYVY {
  margin-right: -22px;
  margin-bottom: 18px;
  min-width: 220px;
  max-width: 220px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39) 0px 26px 30px -10px, rgba(0, 0, 0, 0.43) 0px 16px 10px -10px;
          box-shadow: rgba(0, 0, 0, 0.39) 0px 26px 30px -10px, rgba(0, 0, 0, 0.43) 0px 16px 10px -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2d51), to(#0d1c2d));
  background-image: linear-gradient(#0e2d51, #0d1c2d);
}
.container__2NkCj .imageWrapper__YsYVY img {
  width: 100%;
  height: auto;
  min-height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(1) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(1) {
  -webkit-animation: fadein 1.6s;
          animation: fadein 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(2) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(2) {
  -webkit-animation: fadein 1.8s;
          animation: fadein 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(3) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(3) {
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(4) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(4) {
  -webkit-animation: fadein 2.2s;
          animation: fadein 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(5) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(5) {
  -webkit-animation: fadein 2.4s;
          animation: fadein 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(6) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(6) {
  -webkit-animation: fadein 2.6s;
          animation: fadein 2.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(7) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(7) {
  -webkit-animation: fadein 2.8s;
          animation: fadein 2.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(8) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(8) {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(9) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(9) {
  -webkit-animation: fadein 3.2s;
          animation: fadein 3.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(10) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(10) {
  -webkit-animation: fadein 3.4s;
          animation: fadein 3.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(11) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(11) {
  -webkit-animation: fadein 3.5s;
          animation: fadein 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(12) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(12) {
  -webkit-animation: fadein 3.6s;
          animation: fadein 3.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(13) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(13) {
  -webkit-animation: fadein 3.7s;
          animation: fadein 3.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(14) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(14) {
  -webkit-animation: fadein 3.8s;
          animation: fadein 3.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(15) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(15) {
  -webkit-animation: fadein 3.9s;
          animation: fadein 3.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(16) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(16) {
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(17) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(17) {
  -webkit-animation: fadein 4.1s;
          animation: fadein 4.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(18) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(18) {
  -webkit-animation: fadein 4.2s;
          animation: fadein 4.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(19) {
  width: auto;
  height: auto;
}
.container__2NkCj .imageWrapper__YsYVY:nth-child(19) {
  -webkit-animation: fadein 4.3s;
          animation: fadein 4.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein__162F4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__162F4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__Wt9N6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__Wt9N6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2tooK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2tooK {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2-xfj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2-xfj {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1vcDz {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1vcDz {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media screen and (max-width: 991px) {
  .container__2NkCj {
    scrollbar-width: none !important;
  }
  .container__2NkCj::-webkit-scrollbar {
    display: none !important;
  }
}
@-webkit-keyframes fadein__3O9sq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3O9sq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1EugK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1EugK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2MfbT {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2MfbT {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3dp8o {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3dp8o {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1nReu {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1nReu {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__3n2Ri {
  width: 100%;
  position: relative;
}
.container__3n2Ri .header__1fZmv {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__3n2Ri .header__title__3Awi- {
  color: #ffffff;
  font-size: 19px;
}
.container__3n2Ri .header__button-wrapper__3RDgn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__3n2Ri .header__button-wrapper__button__fiDzL {
  font-weight: 700;
  padding: 0.5rem 0.7rem;
  margin-left: 5px;
  border-radius: 2rem;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  color: #ffffff;
  cursor: pointer;
}
.container__3n2Ri .header__button-wrapper__button__icon__2XE69 {
  margin-left: 0.2rem;
}
@media screen and (min-width: 992px) {
  .container__3n2Ri {
    height: 100%;
  }
}

.filters___wm-n {
  position: absolute;
  width: 100%;
  min-height: 300px;
  z-index: 99;
  margin-top: 0px;
}
@-webkit-keyframes fadein__aMq7u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__aMq7u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__HcTyX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__HcTyX {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2JwPA {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2JwPA {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2BJbC {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2BJbC {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2bvAS {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2bvAS {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__BMEHe {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to top, #343b4e 21%, #0a101c 95%);
  position: relative;
  padding: 1.5rem;
  margin: 0 10px;
}
@media screen and (min-width: 992px) {
  .container__BMEHe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 2rem;
    width: 100%;
  }
  .container__BMEHe > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .container__BMEHe > div:first-of-type {
    padding-right: 1.5rem;
  }
  .container__BMEHe > div:last-of-type {
    padding-left: 1.5rem;
  }
}

.filter__2Woq8 {
  margin-bottom: 1.5rem;
}
.filter__2Woq8 .title__2jYhc {
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.column__2fV97 {
  position: relative;
}

.apply-filter__2ztV8 {
  text-align: right;
}
.apply-filter__button__2iYMj {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.apply-filter__button__2iYMj span {
  font-size: 0.8rem;
  font-weight: 700;
}
@-webkit-keyframes fadein__1zDx1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1zDx1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2lPQ5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2lPQ5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1OGHH {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1OGHH {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1dlVd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1dlVd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3OJtK {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3OJtK {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__BTkVe {
  position: relative;
}
@-webkit-keyframes fadein__3r5YD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3r5YD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1WoSp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1WoSp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__rVXpc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__rVXpc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1V_sq {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1V_sq {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3d7KW {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3d7KW {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__bnBwt {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-radio .ant-radio-button-wrapper {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 30px;
  line-height: 28px;
  margin: 4px;
}
.antd-custom-radio .ant-radio-button-wrapper::before {
  display: none;
}
.antd-custom-radio .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #b01c1e));
  background: linear-gradient(to bottom, #f81514 21%, #b01c1e 95%);
  border-color: #f83939;
}
@-webkit-keyframes fadein__3_AOp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3_AOp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3FiOD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3FiOD {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1sRtJ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1sRtJ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2K1Qo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2K1Qo {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3V6IS {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3V6IS {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__68sbR {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-select-dark {
  display: block;
}
.antd-custom-select-dark .ant-select-selection {
  background-color: #0e2d51;
}
.antd-custom-select-dark .ant-select-selection .ant-select-selection__placeholder {
  color: #ffffff;
}
@-webkit-keyframes fadein__1tovU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1tovU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2AA8t {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2AA8t {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2Rd2r {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2Rd2r {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__Of3IA {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__Of3IA {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1gwnm {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1gwnm {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1AQiQ {
  position: relative;
}
@-webkit-keyframes fadein__3DyLU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3DyLU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1ILow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1ILow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__36UuL {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__36UuL {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1CRPU {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1CRPU {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__xLPiz {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__xLPiz {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadein__3DyLU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__1ILow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__36UuL {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__1CRPU {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__xLPiz {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-select-dark__TeH3r {
  display: block;
}
.antd-custom-select-dark__TeH3r .ant-select-selection__eiTT9 {
  background-color: #0e2d51;
}
.antd-custom-select-dark__TeH3r .ant-select-selection__eiTT9 .ant-select-selection__placeholder__10BWL {
  color: #ffffff;
}

.container__3QYxs {
  position: relative;
}
@-webkit-keyframes fadein__1olIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1olIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__292cd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__292cd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2r3gs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2r3gs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1A4Ch {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1A4Ch {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__M-R8Z {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__M-R8Z {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__xJipB {
  position: relative;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.antd-custom-slider {
  margin-right: 13px;
}
.antd-custom-slider .ant-slider-rail,
.antd-custom-slider .ant-slider-step {
  background-color: #eaeaea;
  height: 2px;
}
.antd-custom-slider .ant-slider-track {
  background-color: #0ba244;
  height: 2px;
  z-index: 1;
}
.antd-custom-slider .ant-slider-handle {
  background-color: #0ba244;
  border: 4px solid #99ff33;
  height: 20px;
  margin-top: -9px;
  width: 20px;
  z-index: 2;
}
.antd-custom-slider:hover .ant-slider-track {
  background-color: #0ba244;
}
.antd-custom-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #99ff33;
}
@-webkit-keyframes fadein__3kyfq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3kyfq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__KlgvO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__KlgvO {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2jC19 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2jC19 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3OdKx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3OdKx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__Ru2SZ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__Ru2SZ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__gSUhl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 10px;
}

.day__1Taxi {
  display: block;
  font-weight: bold;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .day__1Taxi {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .day__1Taxi {
    color: #686d73;
  }
}

.active__2lzyf {
  background: #f81514;
  color: #fff;
}
.active__2lzyf:hover {
  color: #fff;
}

.disabled__2wMxE {
  color: #686d73;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}
.disabled__2wMxE:hover {
  color: #686d73;
}
@media screen and (max-width: 991px) {
  .disabled__2wMxE {
    color: #b6bfb9;
  }
}
@-webkit-keyframes fadein__11Egp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__11Egp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__KFjPW {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__KFjPW {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2F16n {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2F16n {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__d92-1 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__d92-1 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__WnztH {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__WnztH {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__hLL3k .gm-style-iw__3XH6X.gm-style-iw-c__356fu {
  padding: 0;
}

.cardContainer__3T21D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .cardContainer__3T21D {
    overflow: scroll;
  }
  .cardContainer__3T21D .card__3Rv_W {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.cardContainer__3T21D .card__3Rv_W:not(:first-child) {
  margin-left: 5px;
}
.cardContainer__3T21D .card__3Rv_W:last-of-type:not(:first-of-type) {
  padding-right: 1rem;
}
@-webkit-keyframes fadein__3iNEs {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3iNEs {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1kyZN {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1kyZN {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__UGU3Q {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__UGU3Q {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3Y_Bk {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3Y_Bk {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__rlBoh {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__rlBoh {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__pY4qR {
  width: 100%;
  margin: 0 0 -25px 0;
  background-color: #ffffff;
}
.container__title__1sf7z {
  padding: 2rem;
  color: #8a8f95;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .container__title__1sf7z {
    font-size: 24px;
  }
}
.container__logo-wrapper__35Gb7 {
  margin: 2em;
  padding: 2rem;
}
.container__logo-wrapper__logo-container__3BIJK {
  padding: 1rem;
  max-width: 150px;
  max-height: 150px;
}
.container__logo-wrapper__logo-container__3BIJK .companyLogo__POpPd {
  width: 100%;
  border-radius: 0.6rem;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.ant-carousel .ant-custom-carousel .slick-prev::before,
.ant-carousel .ant-custom-carousel .slick-next::before {
  display: none !important;
}

.ant-carousel .ant-custom-carousel .slick-prev,
.ant-carousel .ant-custom-carousel .slick-prev:hover,
.ant-carousel .ant-custom-carousel .slick-prev:focus {
  font-size: inherit;
  left: -2em;
  z-index: 2;
  color: #f81514;
}

.ant-carousel .ant-custom-carousel .slick-next,
.ant-carousel .ant-custom-carousel .slick-next:hover,
.ant-carousel .ant-custom-carousel .slick-next:focus {
  font-size: inherit;
  right: -2em;
  z-index: 2;
  color: #f81514;
}
@-webkit-keyframes fadein__3FP-4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3FP-4 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__52g9d {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__52g9d {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3W_Wc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3W_Wc {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1G-DM {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1G-DM {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3DiFI {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3DiFI {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__IhOuw {
  width: 100%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .container__IhOuw {
    text-align: center;
    padding: 15px;
  }
}
.container__IhOuw .contentContainer__1y-Zt {
  padding: 2rem;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 991px) {
  .container__IhOuw .contentContainer__1y-Zt {
    padding: 0;
  }
}
@-webkit-keyframes fadein__32Q9u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__32Q9u {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3A6uj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3A6uj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1eAud {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1eAud {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__17qC2 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__17qC2 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2FdjB {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2FdjB {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2dFf4 {
  display: block;
  width: 100%;
}

.contentContainer__2mFYg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .contentContainer__2mFYg {
    min-height: 100vh;
  }
}
.contentContainer__2mFYg .valign__17vXy {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.contentContainer__left__2E79G {
  padding: 1.5rem;
}
.contentContainer__left__2E79G img {
  width: 100%;
  max-width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .contentContainer__left__2E79G {
    display: none;
  }
}
.contentContainer__right__28rgb {
  padding: 1.5rem;
}
.contentContainer__right__28rgb h1 {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .contentContainer__right__28rgb h1 {
    font-size: 24px;
  }
}
.contentContainer__right__28rgb p {
  font-size: 1.4rem;
}
.contentContainer__right__28rgb a {
  background-color: #b01c1e;
}
.contentContainer__1c_Zx .titleContainer__1I3lf.blue, .contentContainer__1c_Zx .titleContainer__1I3lf.purple, .contentContainer__1c_Zx .titleContainer__1I3lf.green, .contentContainer__1c_Zx .titleContainer__1I3lf.yellow, .contentContainer__1c_Zx .titleContainer__1I3lf.red {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__2T_nJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2T_nJ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2sK4S {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2sK4S {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1OA3v {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1OA3v {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__aXI5v {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__aXI5v {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2mfBI {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2mfBI {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slick-arrow ::before {
  content: none !important;
}

.contentContainer__1c_Zx {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
}
.contentContainer__1c_Zx .titleContainer__1I3lf {
  width: 100%;
  background: none;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
@media screen and (max-width: 991px) {
  .contentContainer__1c_Zx .titleContainer__1I3lf {
    padding-left: 20px;
  }
}
.contentContainer__1c_Zx .titleContainer__1I3lf.red {
  background-attachment: unset;
  background-image: url("/assets/bg-red.jpg");
}
.contentContainer__1c_Zx .titleContainer__1I3lf.yellow {
  background-attachment: unset;
  background-image: url("/assets/bg-yellow.jpg");
}
.contentContainer__1c_Zx .titleContainer__1I3lf.green {
  background-attachment: unset;
  background-image: url("/assets/bg-green.jpg");
}
.contentContainer__1c_Zx .titleContainer__1I3lf.purple {
  background-attachment: unset;
  background-image: url("/assets/bg-purple.jpg");
}
.contentContainer__1c_Zx .titleContainer__1I3lf.blue {
  background-attachment: unset;
  background-image: url("/assets/bg6.jpg");
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__1htIG {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__left__PInsN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeleft__2mfBI 1.6s;
          animation: fadeleft__2mfBI 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__left__PInsN h1 {
  color: #ffffff;
  font-weight: 900;
  font-style: italic;
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.8;
  letter-spacing: -6px;
}
@media screen and (max-width: 991px) {
  .contentContainer__1c_Zx .titleContainer__titleContentContainer__left__PInsN h1 {
    font-size: 35px;
    letter-spacing: -3px;
  }
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__left__PInsN h3 {
  color: #ffffff;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .contentContainer__1c_Zx .titleContainer__titleContentContainer__left__PInsN h3 {
    font-size: 15px;
  }
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__right__1wvLP {
  -webkit-animation: fadeleft__2mfBI 1.6s;
          animation: fadeleft__2mfBI 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.contentContainer__1c_Zx .titleContainer__titleContentContainer__right__1wvLP img {
  width: 100%;
  height: auto;
}

.menuBlockContainer__3S5-C {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonialContainer__3458Y {
  padding: 3rem;
  background-color: #ffffff;
}
.testimonialContainer__wrapper__Zfnhz {
  width: 70%;
  margin: 5rem auto 0;
}
@media screen and (max-width: 991px) {
  .testimonialContainer__wrapper__Zfnhz {
    width: 100%;
  }
}
.testimonialContainer__3458Y .subTitle__23d21 {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.testimonialContainer__item-wrapper__eha3D {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonialContainer__item-wrapper__icon__2Tlkb {
  color: #8a8f95;
  font-size: 56px;
}
.testimonialContainer__item-wrapper__content__2Wtz2 {
  text-align: center;
  font-size: 21px;
  color: #8a8f95;
}
.testimonialContainer__item-wrapper__name__lYIEK {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #343b4b;
}
.contentContainer__6yXYt .grid-section .row button,
bottomContainer .grid-section .row button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottomContainer__2nyRk.purple .grid-section > div:nth-child(3n-2), .contentContainer__6yXYt.purple .grid-section > div:nth-child(3n), .bottomContainer__2nyRk.yellow .grid-section > div:nth-child(3n-2), .contentContainer__6yXYt.yellow .grid-section > div:nth-child(3n), .bottomContainer__2nyRk.green .grid-section > div:nth-child(3n-2), .contentContainer__6yXYt.green .grid-section > div:nth-child(3n), .bottomContainer__2nyRk.blue .grid-section > div:nth-child(3n-2), .contentContainer__6yXYt.blue .grid-section > div:nth-child(3n), .bottomContainer__2nyRk.red .grid-section > div:nth-child(3n-2), .contentContainer__6yXYt.red .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__cIvnm {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__cIvnm {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2D6jL {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2D6jL {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3n_cm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3n_cm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2yoVS {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2yoVS {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__Kdi3n {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__Kdi3n {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.image__2BOpj {
  display: block;
  width: 100%;
  height: auto;
}

.contentContainer__6yXYt .grid-section .row,
bottomContainer .grid-section .row {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0;
  -webkit-animation: fadein3__3n_cm 1.6s;
          animation: fadein3__3n_cm 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row,
bottomContainer .grid-section .row {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contentContainer__6yXYt .grid-section .row button,
bottomContainer .grid-section .row button {
  border: #f81514;
  font-size: 28px !important;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 40px !important;
  height: auto !important;
  color: #ffffff;
}
.contentContainer__6yXYt .grid-section .row button:hover,
bottomContainer .grid-section .row button:hover {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.contentContainer__6yXYt .grid-section .row h1,
bottomContainer .grid-section .row h1 {
  color: #ffffff;
}
.contentContainer__6yXYt .grid-section .row blockquote,
bottomContainer .grid-section .row blockquote {
  color: #8a8f95;
  font-style: italic;
}
.contentContainer__6yXYt .grid-section .row blockquote,
.contentContainer__6yXYt .grid-section .row h1,
bottomContainer .grid-section .row blockquote,
bottomContainer .grid-section .row h1 {
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  text-align: center;
}
.contentContainer__6yXYt .grid-section .row p,
.contentContainer__6yXYt .grid-section .row a,
bottomContainer .grid-section .row p,
bottomContainer .grid-section .row a {
  font-size: 14px;
  line-height: 1.5;
}
.contentContainer__6yXYt .grid-section .row img,
bottomContainer .grid-section .row img {
  margin: 0 auto;
  display: block;
}
.contentContainer__6yXYt .grid-section .row .vid-bg,
bottomContainer .grid-section .row .vid-bg {
  background: url("/assets/bg-youtube-blue.png") 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 330px;
  border-radius: 15px;
  text-align: center;
  width: 92%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .vid-bg,
bottomContainer .grid-section .row .vid-bg {
    width: 100%;
  }
}
.contentContainer__6yXYt .grid-section .row .vid-bg .video-wrapper,
bottomContainer .grid-section .row .vid-bg .video-wrapper {
  position: absolute;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .vid-bg .video-wrapper,
bottomContainer .grid-section .row .vid-bg .video-wrapper {
    position: relative;
  }
}
.contentContainer__6yXYt .grid-section .row .left-indent,
bottomContainer .grid-section .row .left-indent {
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .left-indent,
bottomContainer .grid-section .row .left-indent {
    padding-left: 0;
  }
}
.contentContainer__6yXYt .grid-section .row .right-indent,
bottomContainer .grid-section .row .right-indent {
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .right-indent,
bottomContainer .grid-section .row .right-indent {
    padding-right: 0;
  }
}
.contentContainer__6yXYt .grid-section .row .small-text,
bottomContainer .grid-section .row .small-text {
  text-align: right;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .small-text,
bottomContainer .grid-section .row .small-text {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__6yXYt .grid-section .row .video-wrapper iframe,
bottomContainer .grid-section .row .video-wrapper iframe {
    width: 100% !important;
    max-width: 395px !important;
    max-height: 220px !important;
    z-index: 1000;
  }
}

.contentContainer__6yXYt .grid-section > div:nth-child(3n-2) {
  background-color: #ffffff;
}
.contentContainer__6yXYt .grid-section > div:nth-child(3n-1) {
  background-color: #e1e1e1;
}
.contentContainer__6yXYt .grid-section > div:nth-child(3n) {
  color: #ffffff !important;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
.contentContainer__6yXYt .grid-section > div:nth-child(3n) p,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) a,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h1,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h2,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h3,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h4,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h5,
.contentContainer__6yXYt .grid-section > div:nth-child(3n) h6 {
  color: #ffffff !important;
}

.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) {
  color: #ffffff !important;
  overflow: hidden;
  padding-top: 25px;
  margin-top: -25px;
}
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) p,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) a,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h1,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h2,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h3,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h4,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h5,
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-2) h6 {
  color: #ffffff !important;
}
.bottomContainer__2nyRk .grid-section > div:nth-child(3n-1) {
  background-color: #e1e1e1;
}
.bottomContainer__2nyRk .grid-section > div:nth-child(3n) {
  background-color: #ffffff;
}

.contentContainer__6yXYt.red .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-red.jpg");
}
.contentContainer__6yXYt.red .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-red.png");
}

.bottomContainer__2nyRk.red .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-red.jpg");
}
.bottomContainer__2nyRk.red .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-red.png");
}

.contentContainer__6yXYt.blue .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg6.jpg");
}

.bottomContainer__2nyRk.blue .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg6.jpg");
}

.contentContainer__6yXYt.green .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-green.jpg");
}
.contentContainer__6yXYt.green .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-green.png");
}

.bottomContainer__2nyRk.green .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-green.jpg");
}
.bottomContainer__2nyRk.green .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-green.png");
}

.contentContainer__6yXYt.yellow .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-yellow.jpg");
}
.contentContainer__6yXYt.yellow .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-yellow.png");
}

.bottomContainer__2nyRk.yellow .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-yellow.jpg");
}
.bottomContainer__2nyRk.yellow .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-yellow.png");
}

.contentContainer__6yXYt.purple .grid-section > div:nth-child(3n) {
  background-image: url("/assets/bg-purple.jpg");
}
.contentContainer__6yXYt.purple .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-purple.png");
}

.bottomContainer__2nyRk.purple .grid-section > div:nth-child(3n-2) {
  background-image: url("/assets/bg-purple.jpg");
}
.bottomContainer__2nyRk.purple .grid-section .vid-bg {
  background-image: url("/assets/bg-youtube-purple.png");
}
.trivia-form__2gGl9 {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__2gGl9 input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__2gGl9 .form-row__243J4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__2gGl9 .form-row__243J4 .form-col__3P-s6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__2gGl9 .error-message__3s11J {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__31fHI {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__31fHI {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__a6yra {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__a6yra {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2l3Ww {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2l3Ww {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__1WOVx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__1WOVx {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2OLdq {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2OLdq {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__1Q-G4 {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__1Q-G4 input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__1Q-G4 .form-row__2pnkS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__1Q-G4 .form-row__2pnkS .form-col__xDqcc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__1Q-G4 .error-message__35rbv {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__2ygx_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__2ygx_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__21YDj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__21YDj {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__37Zc- {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__37Zc- {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__eYEmi {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__eYEmi {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2qrxQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2qrxQ {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__3aowv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__3aowv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__1ID4u {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__3dD9A {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__3dD9A {
    margin-left: 0;
  }
}
.trivia-form__1BbOf {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__1BbOf input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__1BbOf .form-row__1vzuJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__1BbOf .form-row__1vzuJ .form-col__3LIZ8 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__1BbOf .error-message__2cCIi {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__3gyNv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__3gyNv {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1s9kG {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1s9kG {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2Z0ib {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2Z0ib {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__38NlI {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__38NlI {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2A5mX {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2A5mX {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.trivia-form__3yxrf {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__3yxrf input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__3yxrf .form-row__1pvDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__3yxrf .form-row__1pvDf .form-col__2LCOx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__3yxrf .error-message__3h1bh {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__35RRp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__35RRp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__2nJci {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__2nJci {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__3nENv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__3nENv {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__Jfdi7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__Jfdi7 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2zwTL {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2zwTL {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__2TLBS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__2TLBS {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__7R5t8 {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__35ATE {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__35ATE {
    margin-left: 0;
  }
}
.trivia-form__2BTGa {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 3px;
}
.trivia-form__2BTGa input[type=text] {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0.5rem 1rem;
}
.trivia-form__2BTGa .form-row__1RzFG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.trivia-form__2BTGa .form-row__1RzFG .form-col__3jEn6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.trivia-form__2BTGa .error-message__CBPkS {
  font-weight: 700;
  color: #343b4b;
}

@-webkit-keyframes fadein__34Drp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__34Drp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__-PIfq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__-PIfq {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2p4Nu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2p4Nu {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__cxjmd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__cxjmd {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1H_0r {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1H_0r {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.trivia-form__header__1bLCc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__1bLCc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.trivia-form__header__title__2u1QC {
  font-weight: 700;
  text-transform: uppercase;
}
.trivia-form__header__description__2gQMI {
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .trivia-form__header__description__2gQMI {
    margin-left: 0;
  }
}
.trivia-form__input__1N9Z_ {
  width: 100% !important;
}
@-webkit-keyframes fadein__1OS1C {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1OS1C {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3-xW5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3-xW5 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2ojx_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2ojx_ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__pSmpZ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__pSmpZ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2fKS0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2fKS0 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.button__3SJrK:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__FcWV9:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__3SJrK,
button,
input[type=button],
input[type=submit],
.ant-button__FcWV9 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__2QtOM,
.heroContainer__35vQr, .container__2MqUe, #app__3Bd8p {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__JWR5r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__JWR5r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1g5pd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1g5pd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1qTu6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1qTu6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3d9H8 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3d9H8 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__NAPAy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__NAPAy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.button__3SJrK:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__FcWV9:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__3SJrK,
button,
input[type=button],
input[type=submit],
.ant-button__FcWV9 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__2QtOM,
.heroContainer__35vQr, .container__2MqUe, #app__3Bd8p {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes fadein__JWR5r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__1g5pd {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1qTu6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__3d9H8 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__NAPAy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app__3Bd8p {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app__3Bd8p {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

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

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button__3SJrK,
button,
input[type=button],
input[type=submit],
.ant-button__FcWV9 {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button__3SJrK:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__FcWV9:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel__3pYBL label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel__3pYBL input {
  width: 100%;
}
form.shrinkLabel__3pYBL input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel__3pYBL input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel__3pYBL input:valid:not(:focus) + label {
  display: none;
}

.container__2MqUe {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2MqUe {
    min-height: 100vh;
  }
}

.contentContainer__2QtOM {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2QtOM {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden__3WPzK {
  display: none !important;
}

.gm-style-iw__24CLc.gm-style-iw-c__E_sH6 {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__24CLc.gm-style-iw-c__E_sH6 {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__24CLc.gm-style-iw-c__E_sH6 .gm-style-iw-d__37SBl {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__24CLc.gm-style-iw-c__E_sH6 .gm-style-iw-d__37SBl {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__24CLc.gm-style-iw-c__E_sH6 .gm-style-iw-d__37SBl .ant-card-cover__1DyTW {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw__24CLc.gm-style-iw-c__E_sH6 .gm-style-iw-d__37SBl .ant-card-body__35Y-K {
  padding: 15px !important;
}
.gm-style-iw__24CLc.gm-style-iw-c__E_sH6 .gm-style-iw-d__37SBl .ant-card-body__35Y-K h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.container__2MqUe {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2MqUe {
    min-height: 100vh;
  }
}
.container__2MqUe.special__3-Yjw .features__1u7sm .feature__wi3gX i {
  color: #f9c015;
}
.container__2MqUe.special__3-Yjw .imageContainer__33mbx:before {
  -webkit-box-shadow: 0px 75px 0 0 #f9c015;
          box-shadow: 0px 75px 0 0 #f9c015;
}
.container__2MqUe.special__3-Yjw .heroContainer__35vQr {
  border-top-color: #f9c015;
}
.container__2MqUe.grandslam__2fSGb .features__1u7sm .feature__wi3gX i {
  color: #ee4c4f;
}
.container__2MqUe.grandslam__2fSGb .imageContainer__33mbx:before {
  -webkit-box-shadow: 0px 75px 0 0 #ee4c4f;
          box-shadow: 0px 75px 0 0 #ee4c4f;
}
.container__2MqUe.grandslam__2fSGb .heroContainer__35vQr {
  border-top-color: #ee4c4f;
}
.container__2MqUe.satellite__3pLIE .features__1u7sm .feature__wi3gX i {
  color: #39c2ec;
}
.container__2MqUe.satellite__3pLIE .imageContainer__33mbx:before {
  -webkit-box-shadow: 0px 75px 0 0 #39c2ec;
          box-shadow: 0px 75px 0 0 #39c2ec;
}
.container__2MqUe.satellite__3pLIE .heroContainer__35vQr {
  border-top-color: #39c2ec;
}

.contentContainer__2QtOM,
.heroContainer__35vQr {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
}
.contentContainer__2QtOM .eventType__1bU82 i,
.heroContainer__35vQr .eventType__1bU82 i {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2QtOM .eventType__1bU82 i,
.heroContainer__35vQr .eventType__1bU82 i {
    font-size: 18px;
  }
}
.contentContainer__2QtOM .eventType__1bU82 p,
.heroContainer__35vQr .eventType__1bU82 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8a8f95;
  margin-bottom: 20px;
}
.contentContainer__2QtOM .eventType__1bU82 p span,
.heroContainer__35vQr .eventType__1bU82 p span {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contentContainer__2QtOM .eventType__1bU82 p,
.heroContainer__35vQr .eventType__1bU82 p {
    margin-bottom: 16px;
  }
  .contentContainer__2QtOM .eventType__1bU82 p span,
.heroContainer__35vQr .eventType__1bU82 p span {
    font-size: 10px;
  }
}

.contentContainer__2QtOM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contentContainer__2QtOM {
    background-color: transparent;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__2QtOM {
    min-height: 100vh;
  }
}

.heroContainer__35vQr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroContainer__35vQr {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 992px) {
  .heroContainer__35vQr {
    border: 1px solid #d7dbd8;
    border-top: 10px solid #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .heroContainer__35vQr .imageContainer__33mbx {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .heroContainer__35vQr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroContainer__35vQr .imageContainer__33mbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .heroContainer__35vQr .headerInfo__X4owi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageContainer__33mbx {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.imageContainer__33mbx img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .imageContainer__33mbx {
    height: 200px;
  }
  .imageContainer__33mbx:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #ffffff;
            box-shadow: 0px 75px 0 0 #ffffff;
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 150px;
    width: 150%;
    z-index: 1;
  }
  .imageContainer__33mbx:before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #eaeaea;
            box-shadow: 0px 75px 0 0 #eaeaea;
    position: absolute;
    bottom: 10px;
    left: -35%;
    height: 150px;
    width: 170%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .imageContainer__33mbx {
    width: 40%;
  }
  .imageContainer__33mbx img {
    width: 100%;
  }
  .imageContainer__33mbx:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: -60px 5px 0 0 #ffffff;
            box-shadow: -60px 5px 0 0 #ffffff;
    position: absolute;
    top: -25%;
    left: 0;
    height: 150%;
    width: 150px;
    z-index: 1;
  }
}

.headerInfo__X4owi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 0;
  text-align: center;
}
.headerInfo__X4owi button {
  display: inline-block;
  margin-top: 1rem;
  width: auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.headerInfo__X4owi .eventMeta__9t0SX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerInfo__X4owi .eventMeta__9t0SX .eventType__1bU82,
.headerInfo__X4owi .eventMeta__9t0SX .eventShare__10OdG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #0ba244;
}
.headerInfo__X4owi .eventMeta__9t0SX .eventType__1bU82 .iconShare__1cEyb,
.headerInfo__X4owi .eventMeta__9t0SX .eventShare__10OdG .iconShare__1cEyb {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi .eventMeta__9t0SX {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerInfo__X4owi .eventMeta__9t0SX .eventType__1bU82 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .headerInfo__X4owi .eventMeta__9t0SX .eventType__1bU82 p {
    width: 100%;
  }
  .headerInfo__X4owi .eventMeta__9t0SX .eventShare__10OdG {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerInfo__X4owi h1 {
  font-family: "DINPro";
  color: #0d1c2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.headerInfo__X4owi .status__1V8xR {
  margin-bottom: 1rem;
}
.headerInfo__X4owi .address__CPEyk {
  font-family: "DINPro";
  color: #0ba244;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi .address__CPEyk {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.headerInfo__X4owi .description__3ALzA {
  color: #0d1c2d;
  font-family: "DINPro";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi .description__3ALzA {
    display: none;
  }
}
.headerInfo__X4owi button {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .headerInfo__X4owi button {
    line-height: 8px;
    font-size: 10px;
    width: 118px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .headerInfo__X4owi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 2em;
    text-align: left;
  }
}

#featuresHeader__tV4Vn {
  display: none;
}
@media screen and (min-width: 992px) {
  #featuresHeader__tV4Vn {
    display: block;
    width: 100%;
  }
}

.featuresContainer__IKzje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .featuresContainer__IKzje {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .featuresContainer__IKzje {
    margin-bottom: 1em;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .featuresContainer__IKzje {
    padding-right: 0;
  }
}

.features__1u7sm {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .features__1u7sm {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .features__1u7sm {
    border: 1px solid #d7dbd8;
    border-top: none;
    border-bottom: none;
  }
}
.features__1u7sm .feature__wi3gX {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 1rem 0.5rem;
}
.features__1u7sm .feature__wi3gX i {
  font-size: 3rem;
}
.features__1u7sm .feature__wi3gX .featureTitle__2RNAU {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1rem;
}
.features__1u7sm .feature__wi3gX .featureContent__2Cudv {
  color: #8a8f95;
}
@media screen and (min-width: 992px) {
  .features__1u7sm .feature__wi3gX {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .features__1u7sm .feature__wi3gX i {
    font-size: 4.5rem;
  }
}

.descriptionContainer__2QokD {
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
  border: 1px solid #d7dbd8;
  border-top: none;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .descriptionContainer__2QokD {
    border: none;
  }
}

.blindStructureContainer__117tC,
.resultsContainer__3ZPQb {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blindStructureContainer__117tC,
.resultsContainer__3ZPQb {
    margin-bottom: 1em;
  }
}

.leaderboardContainer__3SGCB {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .leaderboardContainer__3SGCB {
    padding-right: 1em;
  }
}

.galleryContainer__29PSi {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .galleryContainer__29PSi {
    margin: 1em auto;
  }
}

#green__2W1kx .header__1P51R {
  background: #0ba244 !important;
}

.nav__2H9Lv {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* [1] */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [1] */
  -webkit-overflow-scrolling: touch;
  /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [5] */
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
.nav__2H9Lv .navLinkContainer__yBlDJ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav__2H9Lv .navLinkContainer__yBlDJ .navLink__137ne {
  background: #d7dbd8;
  border-radius: 4px;
  color: #8a8f95;
  display: block;
  font-weight: 500;
  margin-right: 8px;
  padding: 8px 1rem;
  text-transform: uppercase;
}
.nav__2H9Lv .navLinkContainer__yBlDJ .navLink__137ne:hover, .nav__2H9Lv .navLinkContainer__yBlDJ .navLink__137ne.activeLink__1sD-q {
  background-color: #0d1c2d;
  color: #ffffff;
}
.nav__2H9Lv::-webkit-scrollbar {
  display: none;
}

.activeLink__1sD-q {
  background: #0d1c2d;
}
.footer-container__2UWxE {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #343b4e), color-stop(95%, #0a101c));
  background: linear-gradient(to bottom, #343b4e 21%, #0a101c 95%);
}

.container__icon-container__icon-wrapper__icon-box__Oe7Ll.clickable__2eOum:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #f81514), color-stop(95%, #d80644));
  background: linear-gradient(to bottom, #f81514 21%, #d80644 95%);
  -webkit-box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
          box-shadow: 0px 4px 20px 0 rgba(246, 57, 57, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes fadein__1ch1N {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1ch1N {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1LrRn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1LrRn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2BW5Q {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2BW5Q {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2plff {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2plff {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1NiJ4 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1NiJ4 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1iPoH {
  margin: 2em 0.5em 0 0.5em;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .container__1iPoH {
    padding: 1rem;
  }
}
.container__title-container__3VjXF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 3px solid #eaeaea;
}
.container__title-container__title-wrapper__12cHx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container__title-container__title-wrapper__title__2-NOb {
  color: #d80644;
  font-weight: 900;
  font-size: 47px;
  text-transform: uppercase;
  line-height: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .container__title-container__title-wrapper__title__2-NOb {
    font-size: 35px;
    line-height: 26px;
  }
}
.container__title-container__link-wrapper__Sn2vV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .container__title-container__link-wrapper__Sn2vV {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.container__title-container__link-wrapper__link__yNIuY {
  color: #343b4b;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .container__title-container__link-wrapper__link__yNIuY {
    line-height: 26px;
  }
}
.container__info-container__3pH_P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2em;
}
.container__info-container__name__34kzb {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .container__info-container__name__34kzb {
    font-size: 18px;
    line-height: 20px;
  }
}
.container__info-container__address__1173s {
  font-weight: 700;
  color: #343b4b;
}
.container__info-container__address__icon__1K90u {
  margin-right: 1em;
}
.container__description-container__O-SGp {
  margin-top: 2em;
}
.container__description-container__description__Sf61d {
  font-size: 18px;
  line-height: 1.05;
}
.container__map-wrapper__3C-jP {
  margin-top: 2em;
}
.container__map-wrapper__img__2UFpS {
  width: 100%;
}
.container__icon-container__3l1YM {
  margin-top: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__icon-container__icon-wrapper__1cint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container__icon-container__icon-wrapper__icon-box__Oe7Ll {
  width: 82px;
  height: 82px;
  padding-top: 1rem;
  border-radius: 15px;
  border: 1px solid #343b4b;
}
.container__icon-container__icon-wrapper__icon-box__Oe7Ll.clickable__2eOum:hover .container__icon-container__icon-wrapper__icon-box__icon__3ASqH {
  color: #ffffff !important;
}
.container__icon-container__icon-wrapper__icon-box__icon__3ASqH {
  font-weight: 700;
  font-size: 45px;
  color: #343b4b;
}
.container__icon-container__icon-wrapper__text__3LvhC {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .container__icon-container__icon-wrapper__text__3LvhC {
    font-size: 13px;
  }
}

.footer-container__2UWxE {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 0.5em 2em 0.5em;
  border-radius: 0 0 15px 15px;
  padding: 3rem;
}
@media screen and (max-width: 991px) {
  .footer-container__2UWxE {
    padding: 1rem;
  }
}
.footer-container__icon-featured__1d0Qa, .footer-container__icon__2IHuD {
  margin-right: 0.2rem;
  font-size: 1rem;
}
.footer-container__icon-featured__1d0Qa {
  color: #e6ca74;
}
.footer-container__icon__2IHuD {
  color: #ffffff;
}
.footer-container__description-featured__3jyt6, .footer-container__description__2-IWM {
  font-size: 23px;
  margin-left: 6px;
}
.footer-container__description-featured__3jyt6 {
  color: #e6ca74;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-container__description__2-IWM {
  color: #ffffff;
  font-weight: 700;
}
@-webkit-keyframes fadein__2HD2x {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2HD2x {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__X70vs {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__X70vs {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__uVxwS {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__uVxwS {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__kgyGv {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__kgyGv {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1mIse {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1mIse {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.photoContainer__MLdBG {
  width: 100%;
  background-color: #ffffff;
}
.photoContainer__wrapper__mW94i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photoContainer__wrapper__mW94i .photoColumn__1eZSD {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
}
.photoContainer__wrapper__mW94i .photoColumn__1eZSD.photoColumnFirst__2t9hj {
  margin-left: 0;
}
.photoContainer__wrapper__mW94i .photoColumn__1eZSD .photoWrapper__2-nE4 {
  margin-bottom: 12px;
}
.photoContainer__MLdBG .loadMore__2Cq4Q {
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes fadein__1v7tI {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1v7tI {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1lW9_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1lW9_ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1jU4S {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1jU4S {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3Xi83 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3Xi83 {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__1XL_7 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__1XL_7 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.header__KJ-Lh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0.7rem;
  background: #0e2d51;
  color: #ffffff;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__KJ-Lh h2 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.header__KJ-Lh button {
  margin-right: 10px;
}

[type=green] .header__KJ-Lh {
  background: #0ba244 !important;
}

.title__Ullu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
}
.title__Ullu3 .textCenter__3e7x_ {
  margin: 0 auto;
}

.info__15wrY {
  margin-right: 8px;
}

.arrow__SdOw9 {
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
  -ms-flex-item-align: center;
      align-self: center;
}
.arrow__SdOw9 a {
  color: #ffffff;
}

.filterBtn__2lu1Z {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .header__KJ-Lh {
    height: 54px;
    padding: 0 1rem;
  }
  .header__KJ-Lh h2 {
    font-size: 16px;
    line-height: 54px;
  }
  .header__KJ-Lh .filterBtn__2lu1Z {
    line-height: 54px;
  }
}
@-webkit-keyframes fadein__2Rrhz {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__2Rrhz {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__DZZEK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__DZZEK {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__lz0dJ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__lz0dJ {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__12Q3F {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__12Q3F {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2v464 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2v464 {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__1LHei i {
  color: #99ff33;
  font-size: 15px;
}
@-webkit-keyframes fadein__3Jz6H {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__3Jz6H {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1yc4w {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1yc4w {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2aN6a {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2aN6a {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3eFRQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3eFRQ {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2GS1D {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2GS1D {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.img-wrapper__3_SAC img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes fadein__1dCGx {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__1dCGx {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__3JNHZ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__3JNHZ {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__hK8CY {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__hK8CY {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2C9NC {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2C9NC {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__2ChgT {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__2ChgT {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.modalWrapper__3xsDF {
  text-align: center;
}
.modalWrapper__3xsDF .modalTitle__deQY7, .modalWrapper__3xsDF .modalSubTitle__20DaC, .modalWrapper__3xsDF .description__22BIH {
  color: #ffffff;
}
.modalWrapper__3xsDF img {
  width: 100%;
  display: block;
}
@-webkit-keyframes fadein__Gm2gS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein__Gm2gS {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__1XZaU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__1XZaU {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__2kB6b {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__2kB6b {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__3VasP {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__3VasP {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__3oIPy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__3oIPy {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.container__2fNCS {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2fNCS {
    min-height: 100vh;
  }
}
.container__2fNCS .contentContainer__1gLwL {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2fNCS .contentContainer__1gLwL {
    min-height: 100vh;
  }
}
.container__2fNCS .contentContainer__img__3YdPj {
  width: 100%;
  height: auto;
}
.button__Rpxqe:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__25DXj:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__Rpxqe,
button,
input[type=button],
input[type=submit],
.ant-button__25DXj {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__s2jLn,
.heroContainer__2mHqb, .container__2-92H, #app__2nknB {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@-webkit-keyframes fadein__1eI0r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@keyframes fadein__1eI0r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@-webkit-keyframes fadein2__uzfZc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein2__uzfZc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadein3__1x1RU {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1x1RU {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@-webkit-keyframes fadeup__2JZho {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeup__2JZho {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeleft__LH8ew {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeleft__LH8ew {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.button__Rpxqe:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__25DXj:hover {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

label,
input, .button__Rpxqe,
button,
input[type=button],
input[type=submit],
.ant-button__25DXj {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contentContainer__s2jLn,
.heroContainer__2mHqb, .container__2-92H, #app__2nknB {
  background-image: url("/assets/bg6.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes fadein__1eI0r {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@keyframes fadein2__uzfZc {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadein3__1x1RU {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes fadeup__2JZho {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeleft__LH8ew {
  0% {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #eaeaea;
  font-family: "Poppins", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#app__2nknB {
  background-color: #f7f7f7;
  margin: 0 auto;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  #app__2nknB {
    padding-bottom: 88px;
  }
}

::-moz-selection {
  color: #ffffff;
  background: #f83939;
}

::selection {
  color: #ffffff;
  background: #f83939;
}

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

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

p,
ul,
li {
  font-size: 12px;
}

.button__Rpxqe,
button,
input[type=button],
input[type=submit],
.ant-button__25DXj {
  background-color: #0ba244;
  border-radius: 1.5rem;
  color: #ffffff;
  font-weight: 500;
  height: auto;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.button__Rpxqe:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.ant-button__25DXj:hover {
  background-color: #0d1c2d;
  color: #ffffff;
}

input,
input[type=text],
input[type=password],
input[type=email],
input[type=name],
input[type=password],
input[type=tel],
textarea,
select {
  border: 1px solid #d7dbd8;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: text;
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
}
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=name]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #0e2d51;
}

label,
input {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

::-webkit-input-placeholder {
  color: #8a8f95;
  opacity: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form > div {
  position: relative;
}

form > div > label {
  position: absolute;
}

form.shrinkLabel__2weTA label {
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0.2rem 0.25rem 0.3rem;
  padding: 0.7rem 1rem;
  width: 100%;
}
form.shrinkLabel__2weTA input {
  width: 100%;
}
form.shrinkLabel__2weTA input:focus {
  padding: 1rem 1rem 0.4rem;
  outline: none;
}
form.shrinkLabel__2weTA input:focus + label {
  color: #8a8f95;
  font-size: 0.6rem;
  bottom: inherit;
  margin-top: -4px;
}
form.shrinkLabel__2weTA input:valid:not(:focus) + label {
  display: none;
}

.container__2-92H {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2-92H {
    min-height: 100vh;
  }
}

.contentContainer__s2jLn {
  width: 100%;
  margin: 15px auto;
  max-width: 1100px;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .contentContainer__s2jLn {
    min-height: 100vh;
    margin-top: 0;
  }
}

.hidden__3TzDg {
  display: none !important;
}

.gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u .gm-style-iw-d__3RM8D {
  overflow: hidden !important;
}
@media screen and (max-width: 991px) {
  .gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u .gm-style-iw-d__3RM8D {
    width: calc(100vw - 25px) !important;
    max-width: unset !important;
  }
}
.gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u .gm-style-iw-d__3RM8D .ant-card-cover__1AVeb {
  overflow: hidden !important;
  height: 140px !important;
}
.gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u .gm-style-iw-d__3RM8D .ant-card-body__E8d2n {
  padding: 15px !important;
}
.gm-style-iw__1L5Ja.gm-style-iw-c__3nj1u .gm-style-iw-d__3RM8D .ant-card-body__E8d2n h4 {
  color: #0ba244;
  font-family: "Poppins";
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.container__2-92H {
  width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 991px) {
  .container__2-92H {
    min-height: 100vh;
  }
}
.container__2-92H.special__2412b .features__u-xHZ .feature__1setr i {
  color: #f9c015;
}
.container__2-92H.special__2412b .imageContainer__2EECa:before {
  -webkit-box-shadow: 0px 75px 0 0 #f9c015;
          box-shadow: 0px 75px 0 0 #f9c015;
}
.container__2-92H.special__2412b .heroContainer__2mHqb {
  border-top-color: #f9c015;
}
.container__2-92H.grandslam__3rDbw .features__u-xHZ .feature__1setr i {
  color: #ee4c4f;
}
.container__2-92H.grandslam__3rDbw .imageContainer__2EECa:before {
  -webkit-box-shadow: 0px 75px 0 0 #ee4c4f;
          box-shadow: 0px 75px 0 0 #ee4c4f;
}
.container__2-92H.grandslam__3rDbw .heroContainer__2mHqb {
  border-top-color: #ee4c4f;
}
.container__2-92H.satellite__1AeP_ .features__u-xHZ .feature__1setr i {
  color: #39c2ec;
}
.container__2-92H.satellite__1AeP_ .imageContainer__2EECa:before {
  -webkit-box-shadow: 0px 75px 0 0 #39c2ec;
          box-shadow: 0px 75px 0 0 #39c2ec;
}
.container__2-92H.satellite__1AeP_ .heroContainer__2mHqb {
  border-top-color: #39c2ec;
}

.contentContainer__s2jLn,
.heroContainer__2mHqb {
  width: 100%;
  margin: 0px auto;
  max-width: 1100px;
}
.contentContainer__s2jLn .eventType__33289 i,
.heroContainer__2mHqb .eventType__33289 i {
  font-size: 26px;
}
@media screen and (max-width: 991px) {
  .contentContainer__s2jLn .eventType__33289 i,
.heroContainer__2mHqb .eventType__33289 i {
    font-size: 18px;
  }
}
.contentContainer__s2jLn .eventType__33289 p,
.heroContainer__2mHqb .eventType__33289 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8a8f95;
  margin-bottom: 20px;
}
.contentContainer__s2jLn .eventType__33289 p span,
.heroContainer__2mHqb .eventType__33289 p span {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contentContainer__s2jLn .eventType__33289 p,
.heroContainer__2mHqb .eventType__33289 p {
    margin-bottom: 16px;
  }
  .contentContainer__s2jLn .eventType__33289 p span,
.heroContainer__2mHqb .eventType__33289 p span {
    font-size: 10px;
  }
}

.contentContainer__s2jLn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contentContainer__s2jLn {
    background-color: transparent;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .contentContainer__s2jLn {
    min-height: 100vh;
  }
}

.heroContainer__2mHqb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heroContainer__2mHqb {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 992px) {
  .heroContainer__2mHqb {
    border: 1px solid #d7dbd8;
    border-top: 10px solid #eaeaea;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .heroContainer__2mHqb .imageContainer__2EECa {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .heroContainer__2mHqb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroContainer__2mHqb .imageContainer__2EECa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .heroContainer__2mHqb .headerInfo__1BeDV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.imageContainer__2EECa {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.imageContainer__2EECa img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .imageContainer__2EECa {
    height: 200px;
  }
  .imageContainer__2EECa:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #ffffff;
            box-shadow: 0px 75px 0 0 #ffffff;
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 150px;
    width: 150%;
    z-index: 1;
  }
  .imageContainer__2EECa:before {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 75px 0 0 #eaeaea;
            box-shadow: 0px 75px 0 0 #eaeaea;
    position: absolute;
    bottom: 10px;
    left: -35%;
    height: 150px;
    width: 170%;
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .imageContainer__2EECa {
    width: 40%;
  }
  .imageContainer__2EECa img {
    width: 100%;
  }
  .imageContainer__2EECa:after {
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: -60px 5px 0 0 #ffffff;
            box-shadow: -60px 5px 0 0 #ffffff;
    position: absolute;
    top: -25%;
    left: 0;
    height: 150%;
    width: 150px;
    z-index: 1;
  }
}

.headerInfo__1BeDV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 1em 0;
  text-align: center;
}
.headerInfo__1BeDV button {
  display: inline-block;
  margin-top: 1rem;
  width: auto;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.headerInfo__1BeDV .eventMeta__1otQJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerInfo__1BeDV .eventMeta__1otQJ .eventType__33289,
.headerInfo__1BeDV .eventMeta__1otQJ .eventShare__20ktx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #0ba244;
}
.headerInfo__1BeDV .eventMeta__1otQJ .eventType__33289 .iconShare__3-K4w,
.headerInfo__1BeDV .eventMeta__1otQJ .eventShare__20ktx .iconShare__3-K4w {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV .eventMeta__1otQJ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerInfo__1BeDV .eventMeta__1otQJ .eventType__33289 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .headerInfo__1BeDV .eventMeta__1otQJ .eventType__33289 p {
    width: 100%;
  }
  .headerInfo__1BeDV .eventMeta__1otQJ .eventShare__20ktx {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerInfo__1BeDV h1 {
  font-family: "DINPro";
  color: #0d1c2d;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.headerInfo__1BeDV .status__2FG50 {
  margin-bottom: 1rem;
}
.headerInfo__1BeDV .address__24EiG {
  font-family: "DINPro";
  color: #0ba244;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV .address__24EiG {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.headerInfo__1BeDV .description__AArjq {
  color: #0d1c2d;
  font-family: "DINPro";
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV .description__AArjq {
    display: none;
  }
}
.headerInfo__1BeDV button {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .headerInfo__1BeDV button {
    line-height: 8px;
    font-size: 10px;
    width: 118px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .headerInfo__1BeDV {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 2em;
    text-align: left;
  }
}

#featuresHeader__3xtOS {
  display: none;
}
@media screen and (min-width: 992px) {
  #featuresHeader__3xtOS {
    display: block;
    width: 100%;
  }
}

.featuresContainer__3bJlz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .featuresContainer__3bJlz {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .featuresContainer__3bJlz {
    margin-bottom: 1em;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .featuresContainer__3bJlz {
    padding-right: 0;
  }
}

.features__u-xHZ {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .features__u-xHZ {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .features__u-xHZ {
    border: 1px solid #d7dbd8;
    border-top: none;
    border-bottom: none;
  }
}
.features__u-xHZ .feature__1setr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 1rem 0.5rem;
}
.features__u-xHZ .feature__1setr i {
  font-size: 3rem;
}
.features__u-xHZ .feature__1setr .featureTitle__3bWvo {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1rem;
}
.features__u-xHZ .feature__1setr .featureContent__2hhVZ {
  color: #8a8f95;
}
@media screen and (min-width: 992px) {
  .features__u-xHZ .feature__1setr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .features__u-xHZ .feature__1setr i {
    font-size: 4.5rem;
  }
}

.descriptionContainer__RmS0d {
  background-color: #ffffff;
  text-align: left;
  font-weight: bold;
  border: 1px solid #d7dbd8;
  border-top: none;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .descriptionContainer__RmS0d {
    border: none;
  }
}

.blindStructureContainer__haX8F,
.resultsContainer__1xIcu {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blindStructureContainer__haX8F,
.resultsContainer__1xIcu {
    margin-bottom: 1em;
  }
}

.leaderboardContainer__hyvls {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 2em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .leaderboardContainer__hyvls {
    padding-right: 1em;
  }
}

.galleryContainer__CeCor {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .galleryContainer__CeCor {
    margin: 1em auto;
  }
}

#green__LcnC9 .header__-hFc0 {
  background: #0ba244 !important;
}

.nav__3TrrH {
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* [1] */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* [1] */
  overflow-x: auto;
  /* [1] */
  -webkit-overflow-scrolling: touch;
  /* [4] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* [5] */
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
.nav__3TrrH .navLinkContainer__3-Ktv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nav__3TrrH .navLinkContainer__3-Ktv .navLink__HMMKI {
  background: #d7dbd8;
  border-radius: 4px;
  color: #8a8f95;
  display: block;
  font-weight: 500;
  margin-right: 8px;
  padding: 8px 1rem;
  text-transform: uppercase;
}
.nav__3TrrH .navLinkContainer__3-Ktv .navLink__HMMKI:hover, .nav__3TrrH .navLinkContainer__3-Ktv .navLink__HMMKI.activeLink__1oEvY {
  background-color: #0d1c2d;
  color: #ffffff;
}
.nav__3TrrH::-webkit-scrollbar {
  display: none;
}

.activeLink__1oEvY {
  background: #0d1c2d;
}
