/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .header {
    text-align: center;
  }
}
.header .button-border {
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .header .button-border {
    margin-right: 20px;
  }
}
.header .log-in-popup {
  text-align: center;
  display: inline-block;
  min-width: 130px;
}
@media (min-width: 1100px) {
  .header .log-in-popup {
    min-width: 175px;
  }
}
.header .logo {
  max-width: 221px;
}
.header .logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .header .logo {
    max-width: 180px;
  }
}
.header .sing-in-popup {
  display: inline-block;
}
@media (max-width: 1100px) {
  .header .content-right {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .header .content-right a {
    font-size: 14px;
    padding: 13px 20px;
  }
}

@font-face {
  font-family: "Segoe UI";
  src: url(../65e702c761e002d604a7.woff2) format("woff2"), url(../537eb735cbe50be684b2.woff) format("woff"), url(../17a86da2682cff9aa87e.svg#SegoeUI) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(../fc45d14837a24b996b55.woff2) format("woff2"), url(../24ca39cb63cafc153d25.woff) format("woff"), url(../7f978b0669afcb47bf73.svg#SegoeUI-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(../fe8c417a4ef1597e74d1.woff2) format("woff2"), url(../b21ac1449c16bcf0c42f.woff) format("woff"), url(../171fa27d2523fdfcf889.svg#SegoeUI-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(../eb68e29e05c55db0c3d0.woff2) format("woff2"), url(../89bf41b13f1614d44edd.woff) format("woff"), url(../143ba51949bd1a520e98.svg#SegoeUI-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #030303;
  background-image: url(../0c79b9e3805a2f7df98e.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
body.no-decor {
  background-image: none;
}

.d-none {
  display: none !important;
}

.title {
  font-family: "MortendBold", sans-serif;
}

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

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

section {
  max-width: 100vw;
  overflow-y: hidden;
}

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

.color-blue {
  color: #13E1EE;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}
.container .row-reverse {
  flex-direction: row-reverse;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
}
.container .row.flex-center {
  align-items: center;
}
.container .row.justify-center {
  justify-content: center;
}
.container .row:not(.no-gup) [class^=cell] {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.container .row.full {
  max-width: 100%;
  width: 100%;
}
.container .row.full .row {
  max-width: 100%;
  width: 100%;
}
.container .row.reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .container .row.reverse-md {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .container .row .offset-lg-1 {
    margin-left: 8.33%;
  }
}
.container .row .cell-1 {
  width: 8.3333333333%;
}
.container .row .cell-2 {
  width: 16.6666666667%;
}
.container .row .cell-3 {
  width: 25%;
}
.container .row .cell-4 {
  width: 33.3333333333%;
}
.container .row .cell-5 {
  width: 41.6666666667%;
}
.container .row .cell-6 {
  width: 50%;
}
.container .row .cell-7 {
  width: 58.3333333333%;
}
.container .row .cell-8 {
  width: 66.6666666667%;
}
.container .row .cell-9 {
  width: 75%;
}
.container .row .cell-10 {
  width: 83.3333333333%;
}
.container .row .cell-11 {
  width: 91.6666666667%;
}
.container .row .cell-12 {
  width: 100%;
}
@media (min-width: 1024px) {
  .container .row .cell-ld-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-ld-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-ld-3 {
    width: 25%;
  }
  .container .row .cell-ld-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-ld-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-ld-6 {
    width: 50%;
  }
  .container .row .cell-ld-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-ld-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-ld-9 {
    width: 75%;
  }
  .container .row .cell-ld-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-ld-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-ld-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container .row .cell-md-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-md-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-md-3 {
    width: 25%;
  }
  .container .row .cell-md-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-md-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-md-6 {
    width: 50%;
  }
  .container .row .cell-md-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-md-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-md-9 {
    width: 75%;
  }
  .container .row .cell-md-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-md-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-md-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container .row .cell-lg-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-lg-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-lg-3 {
    width: 25%;
  }
  .container .row .cell-lg-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-lg-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-lg-6 {
    width: 50%;
  }
  .container .row .cell-lg-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-lg-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-lg-9 {
    width: 75%;
  }
  .container .row .cell-lg-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-lg-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1400) {
  .container .row .cell-lgb-1 {
    width: 8.3333333333%;
  }
  .container .row .cell-lgb-2 {
    width: 16.6666666667%;
  }
  .container .row .cell-lgb-3 {
    width: 25%;
  }
  .container .row .cell-lgb-4 {
    width: 33.3333333333%;
  }
  .container .row .cell-lgb-5 {
    width: 41.6666666667%;
  }
  .container .row .cell-lgb-6 {
    width: 50%;
  }
  .container .row .cell-lgb-7 {
    width: 58.3333333333%;
  }
  .container .row .cell-lgb-8 {
    width: 66.6666666667%;
  }
  .container .row .cell-lgb-9 {
    width: 75%;
  }
  .container .row .cell-lgb-10 {
    width: 83.3333333333%;
  }
  .container .row .cell-lgb-11 {
    width: 91.6666666667%;
  }
  .container .row .cell-lgb-12 {
    width: 100%;
  }
}
.container .align-center {
  align-items: center;
}
.container .align-bottom {
  align-items: end;
}
.container .justify-center {
  justify-content: center;
}

.logo {
  display: inline-block;
}

.login-sing-link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 32px;
  background-color: rgb(22, 32, 48);
  padding: 6px;
  margin-bottom: 25px;
}
.login-sing-link a {
  display: block;
  width: calc(50% - 6px);
  border-radius: 20px;
}
.login-sing-link a:hover {
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.1);
}
.login-sing-link a img {
  width: 100%;
}

.button-border {
  padding: 16px 40px;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #030303;
  font-weight: 700;
  border-radius: 8px;
  position: relative;
}
.button-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(to right, #F8AF08 7%, #F65006 61%, #F54633 98%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.3s ease;
}
.button-border:hover {
  background: rgb(246, 80, 6);
  background: linear-gradient(117deg, rgb(246, 80, 6) 8%, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}

.h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #F8AF08;
  background: linear-gradient(117deg, #F8AF08 0%, #F4396E 12%, #C24B9D 15%, #E729D1 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient-2 {
  background: #F8AF08;
  background: linear-gradient(to right, #F8AF08 7%, #F65006 61%, #F54633 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-gradient {
  background: #F8AF08;
  background: linear-gradient(to right, #F8AF08 4%, #F65006 24%, #F54633 33%, #F4396E 59%, #C24B9D 72%, #E729D1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  padding: 16px 40px;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: rgb(246, 80, 6);
  background: linear-gradient(117deg, rgb(246, 80, 6) 8%, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}
.button:hover {
  background: linear-gradient(117deg, rgb(231, 41, 209) 8%, rgb(194, 75, 157) 47%, rgb(244, 57, 110) 82%, rgb(246, 80, 6) 100%);
}
.button.color-black {
  color: #030303;
}
.button.style-2 {
  background: linear-gradient(117deg, rgb(248, 175, 6) 0, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
}
.button.style-2:hover {
  background: linear-gradient(117deg, rgb(231, 41, 209) 8%, rgb(194, 75, 157) 47%, rgb(244, 57, 110) 82%, rgb(246, 80, 6) 100%);
}

h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h1 span {
  font-family: "MortendBold", sans-serif;
  font-size: 32px;
  padding-top: 10px;
  display: table;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    margin-bottom: 40px;
  }
  h1 span {
    font-size: 52px;
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  h1 span {
    font-size: 60px;
  }
}

.h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "MortendBold", sans-serif;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 40px;
  }
}

.h2-l {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h2-l {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  .h2-l {
    font-size: 52px;
  }
}

.h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 24px;
  }
}

.h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 32px;
  }
}

.info {
  padding-top: 70px;
  padding-bottom: 70px;
}
.info-text {
  padding-bottom: 25px;
}

.off-screen {
  position: relative;
  overflow: hidden;
}
.off-screen a {
  position: absolute;
  left: -9999px;
}

.top-banner .cell-10 {
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .top-banner .cell-10 {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .top-banner .cell-10 {
    width: 100% !important;
  }
}
.top-banner h1 {
  margin-bottom: 20px;
}
.top-banner .h4 {
  text-transform: none;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .top-banner .h4 {
    margin-bottom: 64px;
  }
}
.top-banner a {
  display: table;
}
.top-banner .container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .top-banner .container {
    padding-top: 140px;
    padding-bottom: 210px;
  }
}
@media (min-width: 1024px) {
  .top-banner .container {
    padding-top: 140px;
    padding-bottom: 160px;
  }
}
.top-banner-img {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  max-width: 40vw;
}
@media (min-width: 1024px) {
  .top-banner-img {
    max-height: 40vw;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .top-banner-img {
    top: auto;
    bottom: 0;
    max-width: 160px;
  }
}

.stars-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .stars-row-single {
    margin-bottom: 20px;
  }
}
.stars-row--in {
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.stars-row--in:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 80%;
  background: url(../596196181f84bbab540a.svg) no-repeat 100% 50%;
  opacity: 0.45;
}
@media (max-width: 1600px) {
  .stars-row--in {
    background-size: cover;
  }
}
.stars-row--in p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .stars-row--in p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .stars-row--in p {
    font-size: 20px;
    line-height: 32px;
  }
}

.info {
  background-image: url(../e2be4a13b8f1afb0bcdb.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 38% 89%;
}
@media (min-width: 1824px) {
  .info {
    background-size: 1683px 322px;
  }
}
.info .cell-12 {
  margin-bottom: 20px;
}
.info-in {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  text-align: center;
  background-color: #F3F3F3;
}
.info-in p {
  text-align: left;
  padding: 8px 35px 8px 16px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #000;
}
.info-in p:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url(../cb4b9925f9f2eb45fb05.png);
}
.info-in a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .info-in {
    padding: 10px;
  }
}
.info-in img {
  max-width: 100%;
}
.info-in img:hover {
  cursor: pointer;
}

.mb-30 {
  margin-bottom: 30px;
}

.work-with-us {
  padding-bottom: 70px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .work-with-us {
    padding-bottom: 220px;
    padding-top: 100px;
  }
}
.work-with-us.golden-star {
  padding-bottom: 70px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .work-with-us.golden-star {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
.work-with-us.golden-star li span.right {
  font-weight: 400;
}
.work-with-us.golden-star li span.right b {
  font-weight: 700;
}
.work-with-us__container {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
@media (min-width: 768px) {
  .work-with-us__container {
    border-radius: 50px;
  }
}
.work-with-us__top {
  background-color: #fff;
  border-radius: 30px;
  background-image: url(../6b0e1cd58b681598c703.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 30px 30px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .work-with-us__top {
    text-align: left;
    border-radius: 50px;
    margin-bottom: 90px;
    padding: 60px 330px 60px 90px;
  }
}
.work-with-us__top:after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 169px;
  height: 112px;
  z-index: 0;
}
@media (min-width: 768px) {
  .work-with-us__top:after {
    background: url(../782cb75fdb4fd045f37d.png) no-repeat;
    background-size: contain;
    content: "";
    width: 338px;
    height: 225px;
  }
}
.work-with-us__top h4 {
  margin-bottom: 15px;
}
.work-with-us__list {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .work-with-us__list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  .work-with-us__list {
    padding-left: 74px;
    padding-right: 74px;
  }
}
.work-with-us__list.full {
  padding-top: 30px;
}
.work-with-us__list.full li {
  width: 100%;
  max-width: 100%;
}
.work-with-us__list li {
  width: 100%;
  max-width: 503px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .work-with-us__list li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.work-with-us__list li .left {
  width: 80px;
  flex: 0 0 80px;
}
.work-with-us__list li .left img {
  max-width: 100%;
}
.work-with-us__list li .right {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  flex: 0 0 calc(100% - 80px);
}
@media (min-width: 768px) {
  .work-with-us__list li .right {
    font-size: 20px;
    line-height: 32px;
  }
}
.work-with-us__text {
  border-radius: 24px;
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding: 16px 36px;
  background: rgb(154, 255, 1);
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(129deg, rgb(154, 255, 1) 0%, rgb(77, 195, 143) 52%, rgb(16, 227, 244) 100%);
  transform: rotate(2.83deg) translateY(40px);
}
@media (max-width: 1024px) {
  .work-with-us__text {
    font-size: 18px;
    line-height: 20px;
    max-width: 80%;
  }
}

.slick-slider {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .slick-slider {
    padding-bottom: 127px;
  }
}
.slick-slider-in {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .slick-slider-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slick-slider-in .number-red {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #F54246;
  margin-bottom: 8px;
}
.slick-slider-in-box {
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 40px 34px;
}
.slick-slider-in-box h4 {
  line-height: 1.2;
}
.slick-slider-in-box p {
  font-size: 14px;
  color: #070707;
  margin-top: 10px;
}

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

.main-details--container {
  padding: 108px 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main-details--container {
    padding: 208px 100px;
  }
}
.main-details--img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 102%;
  min-height: 102%;
}
.main-details--box {
  padding: 26px 40px;
  border-radius: 12px;
  background: rgb(246, 80, 6);
  background: linear-gradient(117deg, rgb(246, 80, 6) 8%, rgb(244, 57, 110) 47%, rgb(194, 75, 157) 82%, rgb(231, 41, 209) 100%);
  max-width: 560px;
  width: 100%;
}
.main-details--box p {
  color: #fff;
  z-index: 20;
  margin-bottom: 5px;
  line-height: 1.6;
}
.main-details--box p a {
  color: #fff;
  text-decoration: underline;
}
.main-details--box p a:hover {
  color: rgb(246, 80, 6);
}
.main-details--box p:last-child {
  margin-bottom: 0;
}
.main-details--box p strong {
  font-weight: 700;
}

.footer-social {
  padding-top: 60px;
}
.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.footer-social-list li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.footer-social-list li a:hover {
  opacity: 0.8;
}

.testimonial {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .testimonial {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.testimonial .h2 {
  margin-bottom: 40px;
}
.testimonial .cell-lg-4 {
  margin-bottom: 30px;
}
.testimonial--single {
  border: 1px solid rgba(140, 140, 140, 0.3);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
@media (min-width: 1024px) {
  .testimonial--single {
    padding: 40px;
    border-radius: 25px;
  }
}
.testimonial--single p {
  font-size: 14px;
  color: #070707;
  line-height: 1.6;
}
.testimonial--single p a {
  font-size: 14px;
  color: #070707;
  line-height: 1.6;
  text-decoration: none;
  word-break: break-all;
  font-weight: 600;
}
.testimonial--single p a:hover {
  color: #13E1EE;
}
.testimonial--single .author {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.testimonial--single .author--img {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial--single .author--img img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial--single .author h5 {
  padding-left: 15px;
  margin: 0;
}

.gold_main_style {
  width: 408px;
  max-width: 85vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #0C0F15;
  text-align: left;
  overflow: auto;
  max-height: 90vh;
  display: none;
}
@media (min-width: 768px) {
  .gold_main_style {
    padding: 30px 40px;
  }
}
.gold_main_style_contain {
  position: relative;
}
.gold_main_style .close_btn {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../a1dcce9cd83827683169.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .gold_main_style .close_btn {
    top: -20px;
    right: -10px;
  }
}
.gold_main_style .close_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.gold_main_style img {
  width: 100%;
  margin-bottom: 25px;
}
.gold_main_style a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .gold_main_style a {
    font-size: 18px;
  }
}
.gold_main_style p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.gold_main_style p.site-link {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gold_main_style p {
    font-size: 18px;
  }
}
.gold_main_style p b {
  font-weight: 700;
}

.slider {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .slider {
    padding-top: 80px;
  }
}

.new-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.new-banner--main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  border-radius: 20px;
  background-image: url(../9de512a592f82f48a04e.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.new-banner--main:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../4b0e65e5fcd6c346d12b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  width: 340px;
  max-width: 30%;
  height: calc(100% - 20px);
  max-height: 100%;
}
@media (max-width: 767px) {
  .new-banner--main:after {
    max-width: 100%;
    right: 0;
    width: 100%;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .new-banner--main {
    display: block;
  }
}
@media (max-width: 768px) {
  .new-banner--main {
    padding: 20px 20px 180px 20px;
  }
}
.new-banner--main-left {
  padding-right: 30px;
  width: 52%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .new-banner--main-left {
    width: 42%;
  }
}
@media (max-width: 1024px) {
  .new-banner--main-left {
    width: 70%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .new-banner--main-left {
    width: 100%;
  }
}
.new-banner--main-left p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.new-banner--main-right {
  position: relative;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .new-banner--main-right {
    margin-top: 30px;
  }
}

.rocket {
  margin-bottom: 15px;
}

.slider-bg {
  position: relative;
}
@media (max-width: 1100px) {
  .slider-bg {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 760px) {
  .slider-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slider-bg:after {
  content: "";
  position: absolute;
  background-image: url(../08c3850f9d6bf7b77549.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  width: 100%;
  height: 299px;
  z-index: -1;
}

.slider + .bottom-banner {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .slider + .bottom-banner {
    margin-top: 50px;
  }
}

.your-slider {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
}

.bottom-banner {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1800px) and (min-width: 1600px) {
  .bottom-banner .container {
    max-width: 1441px;
  }
}
@media (min-width: 768px) {
  .bottom-banner {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.bottom-banner-in {
  position: relative;
  padding: 30px 30px 10px 30px;
  background-size: cover;
  background-image: url(../b3bcc2923d45e42dfe07.svg);
  border-radius: 50px;
}
@media (min-width: 768px) {
  .bottom-banner-in {
    padding: 50px 150px 10px 150px;
  }
}
.bottom-banner-in::before, .bottom-banner-in::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 18vw;
}
.bottom-banner-in::before {
  background-image: url(../872a0796fd0ab644837f.png);
  left: -10px;
  top: -20px;
  width: 154px;
  height: 204px;
}
@media (max-width: 700px) {
  .bottom-banner-in::before {
    top: 40%;
  }
}
@media (min-width: 1500px) {
  .bottom-banner-in::before {
    left: -50px;
    top: -130px;
    width: 254px;
    height: 304px;
  }
}
.bottom-banner-in::after {
  background-image: url(../41f87f477aa8977ad39f.png);
  right: -10px;
  top: -5px;
  width: 203px;
  height: 200px;
}
@media (max-width: 700px) {
  .bottom-banner-in::after {
    top: 40%;
  }
}
@media (min-width: 1500px) {
  .bottom-banner-in::after {
    right: -96px;
    top: -51px;
    width: 303px;
    height: 305px;
  }
}
.bottom-banner-in-content {
  text-align: center;
  position: relative;
  z-index: 5;
}
.bottom-banner-in-content .button {
  padding: 21px 45px;
  transform: translateY(40px);
  display: inline-block;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .bottom-banner-in-content .button {
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  .bottom-banner-in-content .h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bottom-banner-in-content .h2-l {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .bottom-banner-in-content .h2-l {
    font-size: 64px;
    margin-top: 20px;
  }
}

.logo-images {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .logo-images {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.logo-images-row {
  padding-top: 40px;
  flex-direction: row-reverse;
}
.logo-images-custom {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(129deg, rgb(154, 255, 1) 0%, rgb(77, 195, 143) 52%, rgb(16, 227, 244) 100%);
  padding: 28px 30px 30px 22px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 230px;
}
@media (min-width: 768px) {
  .logo-images-custom {
    margin-top: 0;
  }
}
.logo-images-custom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  background-image: url(../c0b68bbea5dad96362c7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 225px;
  z-index: -1;
  left: 0;
}
.logo-images-custom p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1601px) {
  .logo-images-custom p {
    font-size: 20px;
    line-height: 24px;
  }
}
.logo-images-custom h3 {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
@media (min-width: 1601px) {
  .logo-images-custom h3 {
    font-size: 50px;
  }
}
.logo-images-box {
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .logo-images-box {
    margin-bottom: 40px;
  }
}
.logo-images-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.logo-images-box--long {
  height: 250px;
}
@media (min-width: 768px) {
  .logo-images-box--long {
    height: 500px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--long {
    height: 740px;
  }
}
.logo-images-box--long-extra {
  height: 250px;
}
@media (min-width: 768px) {
  .logo-images-box--long-extra {
    height: 600px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--long-extra {
    height: 910px;
  }
}
.logo-images-box--short {
  height: 350px;
}
@media (min-width: 768px) {
  .logo-images-box--short {
    height: 280px;
  }
}
@media (min-width: 1601px) {
  .logo-images-box--short {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .h2-l {
    font-size: 52px;
    margin-top: 15px;
  }
}

.footer {
  padding-top: 135px;
}
@media (max-width: 768px) {
  .footer {
    text-align: center;
    padding-top: 30px;
  }
}
.footer-title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .footer-link {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .footer .button {
    font-size: 16px;
    padding: 15px 20px;
  }
}
.footer .foo-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #030303;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .footer .foo-link {
    font-size: 18px;
  }
}
.footer .foo-link:hover {
  color: #13E1EE;
}
@media (min-width: 768px) {
  .footer .foo-link {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.footer .copyright {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .footer .copyright {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.footer .copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.header--blog {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-left: 50px;
  padding-top: 12px;
}
@media (max-width: 1100px) {
  .header--blog {
    margin-left: 30px;
    font-size: 16px;
  }
}
.header--blog:hover {
  opacity: 0.8;
  cursor: pointer;
}

.header--event {
  margin-left: 15px;
}
@media (min-width: 1400px) {
  .header--event {
    margin-left: 40px;
  }
}

.flex-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.container-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

.form-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #0C0F15;
  padding: 40px 15px 27px 15px;
  color: #fff;
  width: 370px;
  max-width: 94vw;
  font-family: "Open Sans", sans-serif;
  overflow: auto;
  max-height: 90vh;
}
@media (min-width: 768px) {
  .form-container {
    padding: 40px 40px 27px 40px;
  }
}
.form-container form {
  display: none;
}
.form-container #log-in-affiliate-error {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.form-container .password-show {
  background-image: url(../605b346a26dd2d7785a7.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: 11.5px;
  right: 10px;
  font-size: 0;
}
.form-container .password-show:hover {
  cursor: pointer;
}
.form-container h3 {
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.31px;
  font-family: "Open Sans", sans-serif;
}
.form-container textarea {
  min-height: 96px;
}
.form-container textarea:-moz-placeholder,
.form-container textarea::-moz-placeholder,
.form-container textarea:-ms-input-placeholder,
.form-container textarea::-webkit-input-placeholder,
.form-container textarea::placeholder { /* Modern browsers */
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container a {
  color: #ED3C75;
  text-decoration: none;
}
.form-container input, .form-container textarea {
  background-color: #162030;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
  color: #e1e4e6;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::placeholder, .form-container textarea::placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-webkit-input-placeholder, .form-container textarea::-webkit-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-moz-placeholder, .form-container textarea::-moz-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input:-ms-input-placeholder, .form-container textarea:-ms-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container input::-ms-input-placeholder, .form-container textarea::-ms-input-placeholder {
  color: #8F9DB1;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.form-container .button {
  border: none;
  width: 100%;
  padding: 16px 10px;
  margin-top: 24px;
  margin-bottom: 4px;
}
.form-container .button:hover {
  cursor: pointer;
}
.form-container p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.form-container .forget-password {
  margin-top: 20px;
  display: inline-block;
}
.form-container .form-group {
  position: relative;
}
.form-container .form-group.hide-label label {
  display: none;
}
.form-container .error-text {
  display: none;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 4px 10px;
  color: red;
}
.form-container .form {
  position: relative;
}
.form-container .form h4 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #e34772;
}
.form-container .form .close {
  position: absolute;
  top: -25px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../a1dcce9cd83827683169.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .form-container .form .close {
    top: -10px;
    right: -10px;
  }
}
.form-container .form .close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.form-container .checkbox-custom {
  display: block;
  margin-top: 15px;
}
.form-container .checkbox-custom label {
  color: #CBCDD1;
  font-size: 12px;
  letter-spacing: 0.01em;
  position: relative;
  cursor: pointer;
}
.form-container .checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #CBCDD1;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
}
.form-container .checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-container .checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #CBCDD1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lng {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #030303;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (max-width: 1024px) {
  .lng {
    font-size: 14px;
  }
  .lng svg {
    max-width: 26px;
  }
}
.lng svg {
  margin-right: 15px;
}
.lng:is(a) {
  margin-bottom: 15px;
}
.lng:is(a):last-child {
  margin-bottom: 0;
}
.lng:is(a):hover {
  color: #13E1EE;
}
.lng-container {
  position: relative;
  display: table;
  min-width: 200px;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .lng-container {
    min-width: 215px;
    transform: translateY(10px);
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.lng-container:hover {
  cursor: pointer;
}
.lng-container .list-in {
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 20;
  background-color: #EEEEEE;
}
.lng-container .list-in a {
  padding: 0;
}
@media (max-width: 1024px) {
  .lng-container .list-in a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.lng-container .current {
  padding: 11.5px 30px 11.5px 16px;
  text-align: center;
  position: relative;
}
.lng-container .current:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../a301f741065437249996.svg);
  background-size: contain;
  background-position: 50% 50%;
  transition: all ease 0.2s;
}
.lng-container .current.open:after {
  transform: translate(-50%, -50%) rotate(0);
}

.main-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.main-content p {
  font-size: 18px;
  margin-bottom: 15px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.main-content h1 {
  font-size: 38px;
}
.main-content h2 {
  font-size: 30px;
}
.main-content h3 {
  font-size: 28px;
}

.top-banner-label {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .top-banner-label .cell-12 {
    text-align: center;
  }
  .top-banner-label .title-gradient {
    margin: auto;
  }
  .top-banner-label .text-right {
    margin-top: 35px;
    text-align: center;
  }
}
.top-banner-label img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .top-banner-label {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-banner-label h1 {
    font-size: 52px;
  }
  .top-banner-label h1 span {
    font-size: 60px;
  }
}

.main-container-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .main-container-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-container-grid .h3 {
  margin-bottom: 15px;
}
.main-container-grid b {
  font-weight: 700;
}
.main-container-grid .cell-12 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-container-grid .cell-12 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .main-container-grid + .bottom-banner {
    padding-top: 120px;
  }
}

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

.content-with-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-with-bg .content-with-bg--bg {
  border-radius: 20px;
  padding: 35px 5px 15px;
  margin: 0 !important;
  background-image: url(../a542043ce5f631698b66.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  .content-with-bg .content-with-bg--bg {
    padding: 75px 15px 20px;
  }
}
.content-with-bg .content-with-bg--bg .cell-12 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .content-with-bg .content-with-bg--bg .cell-12 {
    margin-bottom: 60px;
  }
}
.content-with-bg .content-with-bg--bg p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}

.event-slider {
  padding-top: 20px;
  padding-bottom: 20px;
}
.event-slider-btn {
  margin-top: 20px;
}
.event-slider-top {
  padding-bottom: 40px;
}

.event-info .event-slid {
  margin-bottom: 20px;
}
.event-info .event-slid-box-img {
  padding-bottom: 0;
  min-height: 300px;
}
.event-info .event-slid-box-img-lable {
  bottom: auto;
  top: 30px;
  transform: none;
}
@media (min-width: 1024px) {
  .event-info .event-slid-box-text {
    padding-left: 40px;
  }
}

.end-event {
  margin-top: 50px;
}

.end-event-slid-init {
  padding-top: 20px;
  padding-bottom: 40px;
}
.end-event-slid-init .end-event-slid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .end-event-slid-init .end-event-slid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.end-event-slid-init .end-event-slid img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.end-event-slid-init .end-event-slid.slick-current {
  opacity: 1 !important;
}

.upcoming-event {
  padding-top: 80px;
  padding-bottom: 40px;
}

.event-slid {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .event-slid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-slid-box {
  border: 1px solid rgba(140, 140, 140, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.event-slid-box-img {
  position: relative;
  padding-bottom: 50%;
}
.event-slid-box-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-slid-box-img-lable {
  position: absolute;
  left: 15px;
  bottom: 0;
  transform: translateY(50%);
  max-width: 160px;
  width: 36%;
  border-radius: 10px;
  max-height: 100px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1500px) {
  .event-slid-box-img-lable {
    left: 40px;
  }
}
.event-slid-box-mark {
  text-transform: uppercase;
  border-radius: 15px;
  margin-bottom: 23px;
  margin-left: auto;
  display: table;
  font-size: 14px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 5px 8px;
}
.event-slid-box-mark.upcoming {
  color: #1C1C1A;
  background-color: #fff;
  border: 1px solid #1C1C1A;
}
.event-slid-box-text {
  padding: 20px 40px 40px;
}
@media (max-width: 1500px) {
  .event-slid-box-text {
    padding: 20px 15px 20px;
  }
}
.event-slid-box .date {
  margin-bottom: 8px;
  color: #070707;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.4;
}
.event-slid-box h3 {
  font-size: 22px;
  color: #030303;
  margin-bottom: 8px;
}
.event-slid-box p {
  font-size: 16px;
}

#slider-container {
  border-radius: 16px;
  background-color: #F8F8F8;
  background-image: url(../4c427c4325a690fdd6bc.svg);
  padding: 52px 24px;
}
#slider-container .slider-contain {
  text-align: center;
}
#slider-container .slick-arrow {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: 50% 50%;
  transition: all ease 0.2s;
}
#slider-container .slick-arrow:before {
  display: none;
}
#slider-container .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../1a08bbcb99c3e18ab8b7.svg);
}
#slider-container .slick-arrow.slick-next {
  right: 15px;
  background-image: url(../d562526b1e58c83f82cb.svg);
}
#slider-container .slick-arrow:hover {
  opacity: 0.85;
}
#slider-container .title-gradient a:hover {
  background: #E729D1;
  background: linear-gradient(to right, #E729D1 4%, #C24B9D 24%, #F54633 33%, #F4396E 59%, #F65006 72%, #F8AF08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#slider-container .slick-dots {
  bottom: 12px;
}
#slider-container .slick-dots li {
  text-align: center;
}
#slider-container .slick-dots li.slick-active button {
  width: 20px;
  background: #F8AF08;
  background: linear-gradient(117deg, #F8AF08 0%, #F4396E 12%, #C24B9D 15%, #E729D1 35%);
  transform: translateX(-50%);
}
#slider-container .slick-dots li button {
  opacity: 1;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  transition: all linear 0.2s;
  padding: 0;
}
#slider-container .slick-dots li button:before {
  display: none !important;
}
#slider-container img {
  max-width: 100%;
}
#slider-container .top {
  margin-bottom: 20px;
  text-align: center;
}
#slider-container .top img {
  margin: auto;
}
#slider-container .bottom {
  text-align: left;
}
#slider-container .title-gradient {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  #slider-container .title-gradient {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #slider-container .title-gradient {
    font-size: 32px;
  }
}

.more-post-link {
  padding-top: 24px;
}
.more-post-link .button {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 8px;
}

.post-info-list {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.post-info-list .d-flex {
  align-items: center;
}
.post-info-list .d-flex .left {
  background-color: #F8F8F8;
  background-image: url(../4c427c4325a690fdd6bc.svg);
  border-radius: 12px;
  padding: 7px;
  max-width: 30%;
}
.post-info-list .d-flex .left img {
  max-width: 100%;
}
.post-info-list .right {
  padding-left: 15px;
}
.post-info-list .right .top-info {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.post-info-list .right .top-info .ellipse {
  background-color: #858585;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}
.post-info-list .right h3 a {
  text-decoration: none;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #000;
}
.post-info-list .right h3 a:hover {
  color: #F4396E;
}

.main-blog {
  padding-top: 10px;
  padding-bottom: 50px;
}

.main-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .main-content p {
    font-size: 20px;
  }
}
.main-content .img-container {
  background-color: #F8F8F8;
  background-image: url(../4c427c4325a690fdd6bc.svg);
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.main-content .img-container img {
  max-width: 100%;
}
.main-content.single-blog {
  position: relative;
  font-family: "Segoe UI", sans-serif;
}
.main-content.single-blog h1, .main-content.single-blog h2, .main-content.single-blog h3, .main-content.single-blog h4, .main-content.single-blog h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.main-content.single-blog h1 span, .main-content.single-blog h2 span, .main-content.single-blog h3 span, .main-content.single-blog h4 span, .main-content.single-blog h5 span {
  font-weight: 700 !important;
}
.main-content.single-blog p {
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
}
.main-content.single-blog p b, .main-content.single-blog p strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-content.single-blog p {
    font-size: 16px;
  }
}
.main-content.single-blog h1 {
  font-weight: 800;
}
.main-content.single-blog ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}
.main-content.single-blog ul li {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-content.single-blog ul li {
    font-size: 16px;
  }
}
.main-content.single-blog ol {
  list-style-type: none;
  counter-reset: ordered;
  padding-left: 15px;
  margin-bottom: 15px;
}
.main-content.single-blog ol li {
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .main-content.single-blog ol li {
    font-size: 16px;
  }
}
.main-content.single-blog ol li::before {
  color: #000;
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  margin-top: -5px;
  padding: 5px 12px;
  position: absolute;
  left: -30px;
  font-weight: 700;
}
.main-content.single-blog a {
  color: #000;
  font-weight: 600;
}
.main-content.single-blog a:hover {
  color: #F4396E;
}
@media (max-width: 767px) {
  .main-content.single-blog .side-bar {
    padding-top: 35px;
  }
}
.main-content.single-blog .side-bar h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
.main-content.single-blog .side-bar .post-info-list .right h3 a {
  font-size: 14px;
  display: block;
}
.main-content .main-content-top-info {
  align-items: center;
  margin-bottom: 16px;
}
.main-content .main-content-top-info p {
  margin: 0;
  color: #858585;
  font-size: 14px;
  font-weight: 500;
}
.main-content .main-content-top-info p .ellipse {
  background-color: #858585;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}
.main-content .main-content-top-info .left {
  flex: 1;
}
.main-content .main-content-top-info .right {
  text-align: right;
}

.pagination button {
  background: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  border: none;
  vertical-align: middle;
}
.pagination button.btn-pag {
  font-size: 0;
  display: inline-block;
  width: 40px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.pagination button.btn-pag:disabled {
  opacity: 0.5;
}
.pagination button.btn-pag:hover:enabled {
  opacity: 0.7;
}
.pagination button.btn-pag.next {
  margin-left: 8px;
  background-image: url(../ef1806559b05cfc321ab.svg);
}
.pagination button.btn-pag.previous {
  margin-right: 8px;
  background-image: url(../e82259ea1767af31197c.svg);
}
.pagination button:hover:enabled {
  cursor: pointer;
}
.pagination button.active {
  color: #E729D1;
}

.back-btn-style {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-left: 50px;
  background-image: url(../e82259ea1767af31197c.svg);
  background-size: 40px 20px;
  background-position: 7px 50%;
  background-repeat: no-repeat;
  transition: 0.2s all ease;
  display: table;
  margin-bottom: 20px;
}
.back-btn-style:hover {
  background-position: 0px 50%;
  color: #000 !important;
}

.post-list {
  padding: 13px;
}
.post-list .top-info {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.post-list .top-info .ellipse {
  background-color: #858585;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}
.post-list .left {
  border-radius: 16px;
  background-color: #F8F8F8;
  background-image: url(../4c427c4325a690fdd6bc.svg);
  padding: 16px;
  margin-bottom: 16px;
}
.post-list h2 {
  margin-top: 16px;
}
.post-list h2 a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.post-list h2 a:hover {
  background: #F8AF08;
  background: linear-gradient(to right, #F8AF08 7%, #F65006 61%, #F54633 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-blog {
  padding-top: 40px;
  padding-bottom: 50px;
}
.banner-blog--inner {
  border-radius: 16px;
  background-color: #F8F8F8;
  background-image: url(../a66866f5bfbb084b837a.png);
  background-size: cover;
  background-position: 50%;
  display: block;
  width: 100%;
  padding: 25px 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .banner-blog--inner {
    padding: 25px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-size: 100% 100%;
  }
}
.banner-blog--inner .left {
  text-align: center;
  max-width: 100%;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 15px 0;
}
@media (min-width: 767px) {
  .banner-blog--inner .left {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    max-width: 320px;
    padding: 0;
  }
}
.banner-blog--inner .left h4 {
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.banner-blog--inner .left h3 {
  font-weight: 700;
  color: #FF4D00;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}
