@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yellowtail&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://use.typekit.net/jht3upd.css");
a,
button {
  transition: 0.3s all;
}

img {
  display: block;
}

.container {
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
    padding: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.text-green {
  color: #5FB2A4 !important;
}

.text-navy-blue {
  color: red;
}

.osw_40 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  color: #F4F0EC;
}
@media (max-width: 767px) {
  .osw_40 {
    font-size: 30px;
    line-height: 34px;
  }
}

.osw_50 {
  font-size: 50px;
  line-height: 64px;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1199px) {
  .osw_50 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .osw_50 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .osw_50 {
    font-size: 40px;
    line-height: 42px;
  }
}

.osw_60 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  color: #F4F0EC;
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .osw_60 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .osw_60 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .osw_60 {
    font-size: 30px;
    line-height: 34px;
  }
}

.osw_80 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1199px) {
  .osw_80 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  .osw_80 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .osw_80 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .osw_80 {
    font-size: 25px;
    line-height: 25px;
  }
}

.slick-arrow {
  width: 65px;
  height: 65px;
  position: absolute;
  border: none;
  font-size: 0;
  box-shadow: none;
  z-index: 1;
  outline: none;
}
@media (min-width: 768px) {
  .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    bottom: -90px;
  }
}

.slick-prev {
  background-image: url(../images/left_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -20px;
  }
}
@media (min-width: 1890px) {
  .slick-prev {
    left: -100px;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    right: 50%;
    margin-right: 25px;
  }
}

.slick-next {
  background-image: url(../images/right_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media (min-width: 768px) {
  .slick-next {
    right: -20px;
  }
}
@media (min-width: 1890px) {
  .slick-next {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .slick-next {
    left: 50%;
    margin-left: 25px;
  }
}

img {
  max-width: 100%;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #707070;
}

.map-block-tabs .map-block-tab .map-block-tab-body p {
  max-width: 85%;
}

.sponsorContainer {
  max-width: 75%;
  margin: 1.5em auto;
  padding: 1em;
  background-color: #675146;
  text-align: center;
}

.home .sponsorContainer {
  max-width: 60%;
}

.sponsorContainer h5 {
  color: #EDE0CB;
  font-size: clamp(16px, 2vw, 24px);
}

.eventSponsor {
  width: 50%;
  max-width: 379px;
  margin: 0.5em auto;
}

.events_section .events_wrap .event_col_wrapper .left_col {
  padding-bottom: 0;
}

.home .events_section {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .home .events_section {
    padding-bottom: 0;
  }
  .home .sponsorContainer {
    max-width: 80%;
  }
  .home .sponsorContainer img {
    width: 100%;
  }
}
/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
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;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}

p {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 300;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

@font-face {
  font-family: "Varsity";
  src: url("../fonts/VarsityRegular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/VarsityRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/VarsityRegular.woff2") format("woff2"), url("../fonts/VarsityRegular.woff") format("woff"), url("../fonts/VarsityRegular.ttf") format("truetype"), url("../fonts/VarsityRegular.svg#VarsityRegular") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OLD SPORT 01 COLLEGE NCV";
  src: url("../fonts/OLDSPORT01COLLEGENCV.eot");
  src: url("../fonts/OLDSPORT01COLLEGENCV.eot?#iefix") format("embedded-opentype"), url("../fonts/OLDSPORT01COLLEGENCV.woff2") format("woff2"), url("../fonts/OLDSPORT01COLLEGENCV.woff") format("woff"), url("../fonts/OLDSPORT01COLLEGENCV.ttf") format("truetype"), url("../fonts/OLDSPORT01COLLEGENCV.svg#OLDSPORT01COLLEGENCV") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html body:before {
  display: none !important;
}
html .post,
html .page {
  margin: 0;
}

.site-header {
  padding: 32px 0 32px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
@media (max-width: 991px) {
  .site-header {
    padding: 11px 0;
  }
}
.site-header .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .site-header {
    padding: 16px 0 16px 0;
  }
}
.site-header .header-wrapper {
  display: grid;
  grid-template-columns: 158px 1fr 158px;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header .header-wrapper {
    grid-template-columns: 35px 1fr 35px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrapper {
    position: relative;
  }
}
.site-header .header-wrapper .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .site-header .header-wrapper .site-branding {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    max-width: 114px;
    margin: auto;
  }
}
.site-header .header-wrapper .site-branding .custom-logo-link {
  width: 100%;
  max-width: 276px;
  line-height: 0;
}
@media (max-width: 991px) {
  .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 162px;
    min-width: 162px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 114px;
    min-width: 114px;
  }
}
.site-header .header-wrapper .site-branding .custom-logo-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.site-header .header-wrapper .site-branding .site-title {
  display: none;
}
.site-header .header-wrapper .show-sidebar {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .site-header .header-wrapper .show-sidebar {
    gap: 0;
  }
}
.site-header .header-wrapper .show-sidebar:hover {
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.site-header .header-wrapper .show-sidebar svg {
  width: 44px;
  height: 30px;
}
@media (max-width: 991px) {
  .site-header .header-wrapper .show-sidebar svg {
    width: 30px;
    height: 19px;
  }
}
.site-header .header-wrapper .show-sidebar span {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #3E452E;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 45px;
}
@media (max-width: 991px) {
  .site-header .header-wrapper .show-sidebar span {
    font-size: 0 !important;
  }
}
.site-header .main-navigation .menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.site-header .main-navigation .menu li {
  width: 100%;
  padding-left: 132px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .site-header .main-navigation .menu li {
    padding-left: 55px;
  }
}
.site-header .main-navigation .menu li a {
  font-size: 48px;
  line-height: 1.3;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  color: #F4F0EC;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 124px;
}
@media (max-width: 1280px) {
  .site-header .main-navigation .menu li a {
    font-size: 45px;
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation .menu li a {
    font-size: 30px;
    min-height: 70px;
  }
}
.site-header .main-navigation .menu li a::before {
  content: "";
  transition: all 0.5s ease-in-out;
  background-image: url(../images/menu-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -54px;
  opacity: 0;
}
@media (max-width: 767px) {
  .site-header .main-navigation .menu li a::before {
    width: 26px;
    height: 26px;
    left: -38px;
  }
}
.site-header .main-navigation .menu li:hover, .site-header .main-navigation .menu li.current-menu-item {
  background-color: #707070;
  transition: all 0.5s ease-in-out;
}
.site-header .main-navigation .menu li:hover a, .site-header .main-navigation .menu li.current-menu-item a {
  transition: all 0.5s ease-in-out;
}
.site-header .main-navigation .menu li:hover a::before, .site-header .main-navigation .menu li.current-menu-item a::before {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.site-header .sidebar {
  position: absolute;
  left: 0;
  top: 0;
  background: #675146;
  width: 100%;
  max-width: 630px;
  padding: 56px 0px 20px 0px;
  z-index: 9;
  height: 100vh;
  overflow: auto;
  transform: translateX(-100%);
  transition: 0.35s ease;
}
.site-header .sidebar .btn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  padding-left: 90px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .site-header .sidebar .btn {
    padding-left: 15px;
    gap: 15px;
  }
}
.site-header .sidebar .btn:hover {
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.site-header .sidebar .btn svg {
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .site-header .sidebar .btn svg {
    width: 26px;
    height: 26px;
  }
}
.site-header .sidebar span {
  font-size: 40px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .site-header .sidebar span {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.site-header .sidebar.show {
  transform: translateX(0);
}
.site-header .sidebar .menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .site-header .container {
    padding: 0 20px;
    width: 100%;
  }
}

html body.landing-page {
  padding: 0;
}
html body.landing-page .site-header {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 0;
}
html body.landing-page .site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body.landing-page .site-header .header-wrapper .show-sidebar {
  display: none;
}
@media (max-width: 767px) {
  html body.landing-page .site-header .header-wrapper .site-branding {
    position: unset;
    transform: none;
    max-width: inherit;
  }
}
html body.landing-page .site-header .header-wrapper .site-branding .custom-logo-link {
  max-width: 376px;
  width: 100%;
}
@media (max-width: 1199px) {
  html body.landing-page .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  html body.landing-page .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  html body.landing-page .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  html body.landing-page .site-header .header-wrapper .site-branding .custom-logo-link {
    max-width: 250px;
  }
}

.site-footer {
  padding: 65px 0 51px 0;
}
.site-footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-wrapper .img-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 49px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .img-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.site-footer .footer-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.site-footer .footer-wrapper .left-col {
  width: 27%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .left-col {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.site-footer .footer-wrapper .left-col .col-inner .content {
  max-width: 79%;
}
@media (max-width: 768px) {
  .site-footer .footer-wrapper .left-col .col-inner .content {
    max-width: 100%;
  }
}
.site-footer .footer-wrapper .left-col .col-inner .content P {
  font-size: 19px;
  font-weight: normal;
  font-family: "din-2014", sans-serif;
  line-height: 27px;
  margin: 0 0 2.4rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-wrapper .left-col .col-inner .content P {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .left-col .col-inner .content P {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-wrapper .left-col .col-inner .content P {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.site-footer .footer-wrapper .left-col .col-inner .content P:empty, .site-footer .footer-wrapper .left-col .col-inner .content P:last-child {
  margin-bottom: 0;
}
.site-footer .footer-wrapper .left-col .col-inner .content P a {
  color: #ffffff;
}
.site-footer .footer-wrapper .left-col .col-inner .content P a:hover {
  text-decoration: underline;
}
.site-footer .footer-wrapper .right-col {
  width: 66.34%;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-wrapper .right-col {
    width: 100%;
  }
}
.site-footer .footer-wrapper .right-col .content P {
  font-size: 18px;
  font-weight: normal;
  font-family: "din-2014", sans-serif;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-wrapper .right-col .content P {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-wrapper .right-col .content P {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.site-footer .footer-wrapper .right-col .content P:empty, .site-footer .footer-wrapper .right-col .content P:last-child {
  margin-bottom: 0;
}
.site-footer .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-bottom-wrapper {
    margin-top: 45px;
    justify-content: center;
  }
}
.site-footer .footer-bottom-wrapper .img-wrapper a img {
  max-width: 35px;
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-bottom-wrapper .menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom-wrapper .menu {
    gap: 13px;
  }
}
.site-footer .footer-bottom-wrapper .menu li a {
  font-size: 18px;
  font-weight: normal;
  font-family: "din-2014", sans-serif;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-bottom-wrapper .menu li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-bottom-wrapper .menu li a {
    font-size: 12px;
    line-height: 18px;
  }
}
.site-footer .footer-bottom-wrapper .menu li a:hover {
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}

.btn {
  padding: 8px 60px;
  font-size: 25px;
  line-height: 45px;
  color: #675146;
  border-radius: 39px;
  font-weight: 300;
  border: 3px solid #675146;
  font-family: "Bebas Neue", sans-serif;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  min-width: unset;
  letter-spacing: 2.5px;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.btn.btn-primary {
  background: red;
  color: #ffffff;
  border-color: red;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: red;
}
.btn.btn-primary.btn-white-bg {
  border-color: red;
}
.btn.btn-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: red;
}
.btn:hover {
  background: #675146;
  border: 3px solid #675146;
  color: #ffffff;
}

a:visited {
  color: #413230;
}

.timing_block {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
}
@media (max-width: 1024px) {
  .timing_block {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .timing_block {
    padding-top: 30px;
  }
}

.timing_slider {
  position: relative;
}
.timing_slider:before {
  content: "";
  height: 130px;
  display: block;
  background: grey;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .timing_slider:before {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .timing_slider:before {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .timing_slider:before {
    height: 75px;
  }
}

.unpack-prizes-section {
  padding-bottom: 129px;
  background-repeat: no-repeat;
  background-position: right center;
  background-position: 109%;
}
@media (max-width: 1890px) {
  .unpack-prizes-section {
    background-size: 430px;
  }
}
@media (max-width: 1400px) {
  .unpack-prizes-section {
    background-size: 350px;
  }
}
@media (max-width: 1199px) {
  .unpack-prizes-section {
    background-size: 300px;
  }
}
@media (max-width: 1199px) {
  .unpack-prizes-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .unpack-prizes-section {
    background-image: url(../images/bag-mobile.svg) !important;
    background-position: bottom center;
    padding-bottom: 120px;
  }
}

.unpack-with-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 94px;
  align-items: center;
  margin-top: 75px;
}
@media (max-width: 1400px) {
  .unpack-with-card {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .unpack-with-card {
    flex-direction: column-reverse;
    margin-top: 39px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .unpack-with-card {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.card-section {
  text-align: center;
  max-width: 327px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .card-section {
    max-width: 300px;
  }
}
@media (max-width: 345px) {
  .card-section {
    max-width: 100%;
  }
}
.card-section .swiper-container-flip .swiper-slide img {
  padding-bottom: 10px;
  /* padding-top: 10px; */
}

.unpack-prizes {
  width: calc(100% - 421px);
}
@media (max-width: 1400px) {
  .unpack-prizes {
    width: calc(100% - 333px);
  }
}
@media (max-width: 991px) {
  .unpack-prizes {
    width: 100%;
  }
}

.card-image-item {
  border-radius: 90px;
  overflow: hidden;
}

.unpack-prizes-content {
  text-align: center;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1600px) {
  .unpack-prizes-content {
    max-width: 645px;
  }
}
@media (max-width: 1280px) {
  .unpack-prizes-content {
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .unpack-prizes-content {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .unpack-prizes-content {
    max-width: 100%;
  }
}
.unpack-prizes-content .unpack-title {
  color: #707070;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1600px) {
  .unpack-prizes-content .unpack-title {
    font-size: 45px;
    line-height: 60px;
  }
}
.unpack-prizes-content .unpack-title:after {
  content: "";
  background-image: url(../images/devider.svg);
  width: 100%;
  height: 7px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 27px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .unpack-prizes-content .unpack-title:after {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .unpack-prizes-content .unpack-title:after {
    width: 115px;
    background-size: 100%;
  }
}
.unpack-prizes-content p {
  font-size: 32px;
  color: #707070;
  font-weight: normal;
  line-height: 53px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .unpack-prizes-content p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .unpack-prizes-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .unpack-prizes-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
.unpack-prizes-content .prizes-content {
  margin-bottom: 69px;
}
@media (max-width: 991px) {
  .unpack-prizes-content .prizes-content {
    margin-bottom: 38px;
  }
}

.download-text {
  font-size: 30px;
  line-height: 50px;
  color: #707070;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  margin-bottom: 27px;
  display: block;
}
@media (max-width: 991px) {
  .download-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .download-text {
    font-size: 14px;
    line-height: 28px;
  }
}

.appstore-img {
  display: inline-flex;
  gap: 15px;
}

.your_plan {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: auto;
  flex-flow: column;
  text-align: center;
}
@media (max-width: 991px) {
  .your_plan {
    display: inline;
  }
}
.your_plan .plan-title {
  color: #ffffff;
  font-family: "Yellowtail", cursive;
}
@media (max-width: 767px) {
  .your_plan .plan-title {
    font-size: 32px;
  }
}
.your_plan .plan-sub-title {
  color: #ffffff;
  letter-spacing: 5.5px;
}
@media (max-width: 767px) {
  .your_plan .plan-sub-title {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}
.your_plan .plan-description {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .your_plan .plan-description {
    margin-top: 15px;
    gap: 15px;
  }
}
.your_plan .plan-description p {
  font-size: 23px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .your_plan .plan-description p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .your_plan .plan-description p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .your_plan .plan-description p {
    font-size: 15px;
  }
}
.your_plan .plan-description p b {
  font-weight: bold;
}

.chooose-your_plan {
  position: relative;
  overflow-x: clip;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .chooose-your_plan {
    padding: 30px 20px;
  }
}
.chooose-your_plan .star-img {
  position: absolute;
  top: -140px;
  left: 0;
  width: 285px;
  height: 285px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .chooose-your_plan .star-img {
    width: 250px;
    height: 250px;
    top: -125px;
  }
}
@media (max-width: 1400px) {
  .chooose-your_plan .star-img {
    width: 220px;
    height: 220px;
    top: -110px;
  }
}
@media (max-width: 1199px) {
  .chooose-your_plan .star-img {
    width: 180px;
    height: 180px;
    top: -90px;
  }
}
@media (max-width: 1024px) {
  .chooose-your_plan .star-img {
    width: 160px;
    height: 160px;
    top: -80px;
  }
}
@media (max-width: 991px) {
  .chooose-your_plan .star-img {
    width: 132px;
    height: 132px;
    top: -66px;
  }
}
@media (max-width: 767px) {
  .chooose-your_plan .star-img {
    left: -67px;
  }
}
@media (max-width: 389px) {
  .chooose-your_plan .star-img {
    width: 100px;
    height: 100px;
    top: -49px;
    left: -51px;
  }
}
.chooose-your_plan .star-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.winners-section {
  padding-bottom: 100px;
  padding-top: 100px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .winners-section {
    padding-bottom: 70px;
    padding-top: 70px;
    margin-bottom: 30px;
  }
}
.winners-section .winners-badge {
  margin-bottom: 30px;
}
.winners-section .winners-badge .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.winners-section .winners-slider-items {
  margin: 0 8px;
}
.winners-section .bag-box {
  position: relative;
}
.winners-section .bag-box .winner-names {
  color: #EDE0CB;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Bebas Neue";
  letter-spacing: 3px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 184px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1700px) {
  .winners-section .bag-box .winner-names {
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .winners-section .bag-box .winner-names {
    bottom: 13%;
  }
}
@media (max-width: 767px) {
  .winners-section .bag-box .winner-names {
    font-size: 25px;
    letter-spacing: 2.5px;
    bottom: 9%;
  }
}
.winners-section .bag-box .winner-date {
  color: #675146;
  font-family: "Yellowtail";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.72px;
  position: absolute;
  top: 10%;
  right: 35%;
  width: 100%;
  max-width: 61px;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .winners-section .bag-box .winner-date {
    right: 33%;
  }
}
@media (max-width: 1399px) {
  .winners-section .bag-box .winner-date {
    top: 11%;
    right: 35%;
  }
}
@media (max-width: 1199px) {
  .winners-section .bag-box .winner-date {
    top: 10%;
    right: 34%;
  }
}
@media (max-width: 1099px) {
  .winners-section .bag-box .winner-date {
    top: 12%;
    right: 36%;
  }
}
@media (max-width: 800px) {
  .winners-section .bag-box .winner-date {
    top: 8%;
    right: 32%;
  }
}
@media (max-width: 767px) {
  .winners-section .bag-box .winner-date {
    right: 35%;
    top: 10%;
  }
}
@media (max-width: 585px) {
  .winners-section .bag-box .winner-date {
    right: 38%;
    top: 13%;
  }
}
@media (max-width: 480px) {
  .winners-section .bag-box .winner-date {
    right: 33%;
    top: 9%;
  }
}
.winners-section .bag-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.winners-section .margin-top {
  margin-top: 150px;
}
@media (max-width: 1600px) {
  .winners-section .margin-top {
    margin-top: 130px;
  }
}
@media (max-width: 1440px) {
  .winners-section .margin-top {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .winners-section .margin-top {
    margin-top: 90px;
  }
}
@media (max-width: 1024px) {
  .winners-section .margin-top {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .winners-section .margin-top {
    margin-top: 60px;
  }
}
.winners-section .container {
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}
.winners-section .container .slick-list {
  margin: 0 8%;
}
@media (max-width: 1800px) {
  .winners-section .container .slick-list {
    margin: 0 5%;
  }
}
@media (max-width: 991px) {
  .winners-section .container .slick-list {
    margin: 0 8%;
  }
}
@media (max-width: 767px) {
  .winners-section .container .slick-list {
    margin: 0;
  }
}
.winners-section .container .slick-prev {
  left: 0;
}
@media (max-width: 767px) {
  .winners-section .container .slick-prev {
    left: calc(50% - 90px);
    right: auto;
    bottom: 0;
  }
}
.winners-section .container .slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .winners-section .container .slick-next {
    right: calc(50% - 90px);
    left: auto;
    bottom: 0;
  }
}
@media (max-width: 1399px) {
  .winners-section .container .slick-arrow {
    background-size: contain;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .winners-section .container .slick-arrow {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .winners-section .container .daily-winners-slider {
    padding-bottom: 100px;
  }
}

.map-block-tabs {
  display: flex;
}
@media (max-width: 767px) {
  .map-block-tabs {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 0 30px 30px;
  }
}
.map-block-tabs .map-block-tab {
  width: 33.33%;
  color: red;
  font-size: 30px;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  line-height: 1.5;
  padding: 1.8rem 5px 2.8rem;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-block-tabs .map-block-tab:after {
  height: 23px;
  width: 100%;
  background: #3D867A;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .map-block-tabs .map-block-tab:after {
    display: none;
  }
}
.map-block-tabs .map-block-tab:nth-child(2):after {
  background: #987335;
}
.map-block-tabs .map-block-tab:nth-child(3):after {
  background: #A55917;
}
.map-block-tabs .map-block-tab .map-block-tab-body {
  text-align: center;
}
.map-block-tabs .map-block-tab .map-block-tab-body h3 {
  margin: 0;
  font-size: 33px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 3.3px;
  color: #ffffff;
  line-height: normal;
}
@media (max-width: 1400px) {
  .map-block-tabs .map-block-tab .map-block-tab-body h3 {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .map-block-tabs .map-block-tab .map-block-tab-body h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2px;
  }
}
.map-block-tabs .map-block-tab .map-block-tab-body p {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.6px;
  max-width: 68%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .map-block-tabs .map-block-tab .map-block-tab-body p {
    font-size: 14px;
    line-height: normal;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .map-block-tabs .map-block-tab .map-block-tab-body p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.6px;
    max-width: 226px;
  }
}
.map-block-tabs .map-block-tab:last-child {
  color: #ffffff;
}
@media (max-width: 767px) {
  .map-block-tabs .map-block-tab:last-child .map-block-tab-body p br,
  .map-block-tabs .map-block-tab:last-child .map-block-tab-body h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .map-block-tabs .map-block-tab {
    width: 100%;
    border-radius: 11px;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.map-block-tabs [data-index="0"] {
  background: #60B2A4;
}
.map-block-tabs [data-index="1"] {
  background: #A0A155;
}
@media (max-width: 767px) {
  .map-block-tabs [data-index="1"] .map-block-tab-body h3 {
    max-width: 200px;
    margin: auto;
  }
}
.map-block-tabs [data-index="2"] {
  background: #BD651A;
}
.map-block-tabs .active {
  opacity: 0.9;
}

.infowindow {
  height: 100% !important;
}
.infowindow a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
  max-width: 100%;
}

.info-window-single {
  height: 100% !important;
}
.info-window-single a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
  max-width: 100%;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style-iw.gm-style-iw-c {
  padding-right: 12px !important;
  padding-bottom: 12px !important;
}

.gm-ui-hover-effect {
  width: auto !important;
  height: auto !important;
}
.gm-ui-hover-effect span {
  margin: 7px 0 !important;
}

.section-home_map {
  background-color: #24566E;
}

@media (max-width: 576px) {
  .filterable-listings-wrapper {
    overflow: hidden;
  }
}

.no-listings-found h3 {
  margin: 60px 0;
  text-align: center;
  color: #707070;
  font-size: 40px;
  line-height: 45px;
}

.filtered-listings-filters-wrapper {
  background: #675146;
  border: none;
  border-radius: 0;
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper {
    background: #F4F0EC;
  }
  .filtered-listings-filters-wrapper .container {
    max-width: 100%;
    width: 100%;
  }
}
.filtered-listings-filters-wrapper .search-bar {
  border: none;
  padding: 36px 0px 43px;
  background: none;
  border-radius: 0;
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper .search-bar {
    background: #675146;
    padding: 31px 37px 50px;
  }
}
.filtered-listings-filters-wrapper .search-bar form {
  display: flex;
  gap: 0px 20px;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1600px) {
  .filtered-listings-filters-wrapper .search-bar form {
    gap: 0px 10px;
  }
}
@media (max-width: 1400px) {
  .filtered-listings-filters-wrapper .search-bar form {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.filtered-listings-filters-wrapper .search-bar form .search-bar-field,
.filtered-listings-filters-wrapper .search-bar form button {
  width: 15.86%;
}
@media (max-width: 1400px) {
  .filtered-listings-filters-wrapper .search-bar form .search-bar-field,
  .filtered-listings-filters-wrapper .search-bar form button {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper .search-bar form .search-bar-field,
  .filtered-listings-filters-wrapper .search-bar form button {
    width: 100%;
  }
}
.filtered-listings-filters-wrapper .search-bar form .reset-field {
  display: inline-flex;
  gap: 10px;
}
.filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
  padding: 12px 8px;
  font-size: 18px;
  line-height: 1;
  color: #675146;
  border-radius: 39px;
  font-weight: 400;
  border: 3px solid transparent;
  font-family: "Bebas Neue", sans-serif;
  width: 100%;
  background: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}
.filtered-listings-filters-wrapper .search-bar form button:hover, .filtered-listings-filters-wrapper .search-bar form .reset-btn:hover {
  background: #675146;
  color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 1499px) {
  .filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
    font-size: 18px;
    line-height: 1;
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper .search-bar form button, .filtered-listings-filters-wrapper .search-bar form .reset-btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.filtered-listings-filters-wrapper .search-bar form select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 11px;
  height: 48px;
  padding: 0 2rem 0 1rem;
  font-family: "Lexend", sans-serif;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  background: url("../images/dropdown-triangle.svg") #ffffff no-repeat 95% 56%;
  background-size: 18px auto;
  color: rgba(65, 50, 48, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper .search-bar form select {
    height: 44px;
  }
}
.filtered-listings-filters-wrapper .search-bar form label {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .filtered-listings-filters-wrapper .search-bar form label {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .filtered-listings-filters-wrapper .search-bar form label {
    font-size: 17px;
    letter-spacing: 1.7px;
  }
}

.how-builder-section {
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .how-builder-section {
    padding-top: 50px;
    padding-bottom: 170px;
  }
}
@media (max-width: 576px) {
  .how-builder-section {
    padding-top: 50px;
  }
}

.how-builder-data {
  display: grid;
  -moz-column-gap: 78px;
       column-gap: 78px;
  row-gap: 63px;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 1800px) {
  .how-builder-data {
    gap: 50px;
  }
}
@media (max-width: 1600px) {
  .how-builder-data {
    gap: 30px;
  }
}
@media (max-width: 1499px) {
  .how-builder-data {
    gap: 20px;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 1280px) {
  .how-builder-data {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .how-builder-data {
    grid-template-columns: auto;
  }
}
.how-builder-data .slick-track {
  display: flex;
}
@media (max-width: 1400px) {
  .how-builder-data {
    gap: 20px;
  }
}
.how-builder-data.builder_data_slide {
  display: block;
}
.how-builder-data.builder_data_slide .builder-col {
  margin: 30px;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 1600px) {
  .how-builder-data.builder_data_slide .builder-col {
    margin: 15px;
  }
}
@media (max-width: 1499px) {
  .how-builder-data.builder_data_slide .builder-col {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .how-builder-data.builder_data_slide .builder-col {
    margin: 0 1px;
  }
}
.how-builder-data.builder_data_slide .builder-col.slick-slide {
  height: 100%;
}
.how-builder-data.builder_data_slide .builder-col.slick-slide .build-name {
  height: auto;
}
.how-builder-data.filtered-listings {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1600px) {
  .how-builder-data.filtered-listings {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  .how-builder-data.filtered-listings {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .how-builder-data.filtered-listings {
    grid-template-columns: auto;
  }
}
@media (max-width: 767px) {
  .how-builder-data.filtered-listings .builder-col {
    margin: 0 1px;
  }
}
.how-builder-data.filtered-listings.slick-initialized {
  display: block !important;
}
.how-builder-data.filtered-listings.slick-initialized .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1800px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 1600px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-list {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 1499px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.how-builder-data.filtered-listings.slick-initialized .slick-track .builder-col {
  margin: 0 31px;
}
@media (max-width: 1800px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-track .builder-col {
    margin: 0 25px;
  }
}
@media (max-width: 1600px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-track .builder-col {
    margin: 0 15px;
  }
}
@media (max-width: 1499px) {
  .how-builder-data.filtered-listings.slick-initialized .slick-track .builder-col {
    margin: 0 10px;
  }
}

.builder-col {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  transition: all 0.25s ease-in;
}
@media (min-width: 768px) {
  .builder-col:hover {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
  }
}
.builder-col .buil-type {
  padding: 15px;
  text-align: center;
  color: #675146;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  background-color: #E0CBA9;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
}
.builder-col .build-name {
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  height: 100%;
  display: flex;
  flex: 1;
  justify-content: center;
  text-transform: uppercase;
}
.builder-col .build-name.bg-blue {
  background: #60B2A4;
}
.builder-col .build-name.bg-yellow {
  background: #A0A155;
}
.builder-col .builde-photo {
  position: relative;
}
.builder-col .builde-photo .wake-image-badges {
  padding: 5px 25px 5px 10px;
}
.builder-col .builde-photo .wake-image-badges .badges-text {
  font-size: 14px;
  line-height: 20px;
  color: #F4F0EC;
}
@media (max-width: 380px) {
  .builder-col .builde-photo .wake-image-badges .badges-text {
    font-size: 12px;
    line-height: 20px;
  }
}
.builder-col .builde-photo .builde-photo-wrapper {
  top: 10px;
  right: 10px;
}
.builder-col .builde-photo-wrapper {
  width: 73px;
  position: absolute;
  top: -8px;
  right: 15px;
}
.builder-col .builde-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.community-name {
  border-top: 2px solid #ffffff;
  width: 100%;
  display: flex;
  background-color: #E0CBA9;
}
.community-name .name {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #707070;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  border-right: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  width: 130px;
  font-family: "Bebas Neue", sans-serif;
  justify-content: center;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .community-name .name {
    padding: 10px 5px;
  }
}

.build-name {
  line-height: 1.3;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
}

.build-size {
  padding: 10px;
  text-align: center;
  letter-spacing: 2px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 130px);
  justify-content: center;
}
@media (max-width: 576px) {
  .build-size {
    padding: 10px 5px;
  }
}
.build-size .size-type {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}
.build-size span {
  display: block;
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 400;
}

.builde-photo-main {
  position: relative;
}
.builde-photo-main img {
  height: 208px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.builde-photo-main span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #F702BE;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 5.6px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_find_your_fit {
  overflow: hidden;
}
.sec_find_your_fit .inner_content {
  position: relative;
  min-height: 517px;
}
@media (max-width: 1199px) {
  .sec_find_your_fit .inner_content {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .sec_find_your_fit .inner_content {
    min-height: 300px;
    padding-bottom: unset;
  }
}
.sec_find_your_fit .inner_content .mobile_banner_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .sec_find_your_fit .inner_content .mobile_banner_image {
    display: none;
  }
}
.sec_find_your_fit .inner_content .mobile_banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.sec_find_your_fit .inner_content .desktop_banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .sec_find_your_fit .inner_content .desktop_banner {
    display: none;
  }
}
.sec_find_your_fit .inner_content .desktop_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_find_your_fit .inner_content .content {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50%;
  margin: auto;
}
@media (max-width: 1700px) {
  .sec_find_your_fit .inner_content .content {
    top: 45%;
    left: 30%;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .sec_find_your_fit .inner_content .content {
    top: 53%;
    left: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .sec_find_your_fit .inner_content .content {
    top: 27%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .sec_find_your_fit .inner_content .content {
    top: 31%;
    max-width: 280px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 389px) {
  .sec_find_your_fit .inner_content .content {
    max-width: 240px;
  }
}
.sec_find_your_fit .inner_content .content .content_box {
  display: flex;
  flex-flow: column;
  gap: 45px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .sec_find_your_fit .inner_content .content .content_box {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .sec_find_your_fit .inner_content .content .content_box {
    gap: 20px;
  }
}
.sec_find_your_fit .inner_content .content .title_mobile_image {
  display: none;
}
@media (max-width: 991px) {
  .sec_find_your_fit .inner_content .content .title_mobile_image {
    display: block;
    max-width: 282px;
  }
}
@media (max-width: 767px) {
  .sec_find_your_fit .inner_content .content .title_mobile_image {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .sec_find_your_fit .inner_content .content .title_image {
    display: none;
  }
}
.sec_find_your_fit .inner_content .content h3 {
  color: #5FB2A4;
  font-size: 45px;
  letter-spacing: 3.38px;
  width: 598px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .sec_find_your_fit .inner_content .content h3 {
    width: 100%;
    font-size: 30px;
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .sec_find_your_fit .inner_content .content h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .sec_find_your_fit .inner_content .content h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 389px) {
  .sec_find_your_fit .inner_content .content h3 {
    font-size: 17px;
  }
}
.sec_find_your_fit .inner_content .content img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .contact-us .sec_find_your_fit .inner_content .content {
    left: 0;
    margin: auto;
    right: 0;
  }
}

section.sec_wake_forest {
  background: #EDE0CB;
  padding-bottom: 50px;
}
section.sec_wake_forest .inner-content {
  max-width: 1640px;
  margin: 0 auto;
}
section.sec_wake_forest .inner-content .wake_forest_heading {
  padding: 40px 0;
  text-align: center;
}
section.sec_wake_forest .inner-content .wake_forest_heading .osw_80 {
  color: #3E452E;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1199px) {
  section.sec_wake_forest .inner-content .wake_forest_heading .osw_80 {
    letter-spacing: 6px;
  }
}
@media (max-width: 1024px) {
  section.sec_wake_forest .inner-content .wake_forest_heading .osw_80 {
    letter-spacing: 4px;
  }
}
@media (max-width: 991px) {
  section.sec_wake_forest .inner-content .wake_forest_heading .osw_80 {
    letter-spacing: 2.5px;
  }
}

.wake_forest_images .img-wrap {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
.wake_forest_images .img-wrap img {
  width: 100%;
}
.wake_forest_images .img-wrap .winner_logo {
  position: absolute;
  top: 40px;
  right: 40px;
  max-width: 322px;
}
@media (max-width: 1600px) {
  .wake_forest_images .img-wrap .winner_logo {
    max-width: 300px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 1440px) {
  .wake_forest_images .img-wrap .winner_logo {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .wake_forest_images .img-wrap .winner_logo {
    max-width: 200px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .wake_forest_images .img-wrap .winner_logo {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .wake_forest_images .img-wrap .winner_logo {
    max-width: 80px;
  }
}
.wake_forest_images .img-wrap span {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .wake_forest_images .img-wrap span {
    font-size: 13px;
    line-height: 20px;
  }
}

.wake_forest_description {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 3px solid #3D452E;
  margin-top: 35px;
  background: #ffffff;
  flex-flow: wrap;
  border-radius: 68px;
}
@media (max-width: 991px) {
  .wake_forest_description {
    flex-flow: column;
    border: 2px solid #3D452E;
    margin-top: 30px;
    border-radius: 22px;
  }
}
.wake_forest_description > div {
  border-right: 3px solid #3E452E;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .wake_forest_description > div {
    width: 100%;
    padding: 15px;
    border-right: 0px;
    border-top: 2px solid #3D452E;
  }
  .wake_forest_description > div:first-child {
    border-top: 0;
  }
}
.wake_forest_description > div:last-child {
  border-right: 0;
}
.wake_forest_description .title {
  width: 44%;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .wake_forest_description .title {
    width: 41%;
  }
}
@media (max-width: 1199px) {
  .wake_forest_description .title {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wake_forest_description .title {
    width: 100%;
  }
}
.wake_forest_description .title .osw_60 {
  color: #3E452E;
  font-weight: 400;
  letter-spacing: 6px;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .wake_forest_description .title .osw_60 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .title .osw_60 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2.5px;
  }
}
.wake_forest_description .store_numbers {
  width: 36%;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 1600px) {
  .wake_forest_description .store_numbers {
    width: 39%;
  }
}
@media (max-width: 1199px) {
  .wake_forest_description .store_numbers {
    width: 50%;
    border-right: none;
  }
}
@media (max-width: 991px) {
  .wake_forest_description .store_numbers {
    width: 100%;
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .store_numbers {
    width: 100%;
    gap: 0 15px;
  }
}
.wake_forest_description .store_numbers .numbers p {
  font-size: 85px;
  line-height: 1;
  color: #3E452E;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .wake_forest_description .store_numbers .numbers p {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wake_forest_description .store_numbers .numbers p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .store_numbers .numbers p {
    font-size: 47px;
  }
}
.wake_forest_description .store_numbers .names {
  max-width: 235px;
}
@media (max-width: 1199px) {
  .wake_forest_description .store_numbers .names {
    max-width: 100%;
  }
}
.wake_forest_description .store_numbers .names p {
  font-size: 32px;
  line-height: 39px;
  color: #3E452E;
  font-weight: 400;
  letter-spacing: 1.36px;
}
@media (max-width: 1440px) {
  .wake_forest_description .store_numbers .names p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wake_forest_description .store_numbers .names p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .store_numbers .names p {
    font-size: 19px;
    line-height: 21px;
    letter-spacing: 0.76px;
  }
}
.wake_forest_description .facilities {
  width: 20%;
}
@media (max-width: 1199px) {
  .wake_forest_description .facilities {
    width: 100%;
    border-top: 3px solid #3D452E;
  }
}
@media (max-width: 991px) {
  .wake_forest_description .facilities {
    border-top: 2px solid #3D452E;
  }
}
.wake_forest_description .facilities ul {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
@media (max-width: 1199px) {
  .wake_forest_description .facilities ul {
    justify-content: space-between;
    flex-flow: row;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .facilities ul {
    flex-flow: wrap;
    gap: 5px;
  }
}
.wake_forest_description .facilities ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .wake_forest_description .facilities ul li {
    width: 33.33%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .facilities ul li {
    width: 100%;
    justify-content: flex-start;
  }
}
.wake_forest_description .facilities ul li .icon {
  line-height: 0;
  width: 100%;
  max-width: 36px;
}
.wake_forest_description .facilities ul li .text p {
  color: #3E452E;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  letter-spacing: 1.68px;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1440px) {
  .wake_forest_description .facilities ul li .text p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wake_forest_description .facilities ul li .text p {
    font-size: 20px;
  }
}

.sub_forest_description {
  border: 3px solid #3D452E;
  padding: 17px 30px;
  margin-top: 8px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .sub_forest_description {
    border-width: 2px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .sub_forest_description {
    padding: 15px;
  }
}
.sub_forest_description .weke-des {
  color: #707070;
  font-size: 48px;
  line-height: 50px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sub_forest_description .weke-des {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .sub_forest_description .weke-des {
    font-size: 25px;
    line-height: 31px;
  }
}
.sub_forest_description .weke-des .weke-des-inner {
  font-weight: 400;
}

.wake-image-badges {
  background: #3E452E;
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.wake-image-badges:after {
  content: "";
  background: #3E452E;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  right: -39px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
}
@media (max-width: 576px) {
  .wake-image-badges {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .wake-image-badges {
    padding: 10px;
  }
}
.wake-image-badges .badges-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .wake-image-badges .badges-text {
    font-size: 13px;
    line-height: 20px;
  }
}

.sec_built_home .inner-content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}
.sec_built_home .inner-content > div {
  width: 50%;
  padding-top: 75px;
  padding-bottom: 140px;
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1600px) {
  .sec_built_home .inner-content > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .sec_built_home .inner-content > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content > div {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content > div {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.sec_built_home .inner-content .owner_info {
  background-color: #24566E;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .owner_info {
    gap: 50px;
  }
}
.sec_built_home .inner-content .owner_info .owner_icon {
  flex-flow: wrap;
}
@media (min-width: 1920px) {
  .sec_built_home .inner-content .owner_info .owner_icon {
    max-width: 792px;
    min-width: 792px;
    margin-left: auto;
    margin-right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.sec_built_home .inner-content .owner_info .owner_icon img {
  width: calc(17% - 20px);
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .owner_info .owner_icon img {
    width: 55px;
  }
}
.sec_built_home .inner-content .owner_info .owner_icon span {
  width: calc(41.5% - 20px);
  border: 4px solid #EDE0CB;
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .owner_info .owner_icon span {
    width: calc(38% - 18px);
  }
}
@media (min-width: 1920px) {
  .sec_built_home .inner-content .owner_info .owner_name {
    max-width: 792px;
    min-width: 792px;
    margin-left: auto;
    margin-right: 0;
  }
}
.sec_built_home .inner-content .owner_info .owner_name p {
  font-size: 39px;
  line-height: 50px;
  color: #F4F0EC;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .sec_built_home .inner-content .owner_info .owner_name p {
    font-size: 34px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content .owner_info .owner_name p {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .owner_info .owner_name p {
    font-size: 20px;
    line-height: 1;
  }
}
.sec_built_home .inner-content .owner_info .owner_name .osw_50 {
  color: #F4F0EC;
  text-align: center;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 500;
}
@media (max-width: 1800px) {
  .sec_built_home .inner-content .owner_info .owner_name .osw_50 {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .owner_info .owner_name .osw_50 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .sec_built_home .inner-content .owner_info .owner_name .osw_50 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .owner_info .owner_name .osw_50 {
    font-size: 40px;
  }
}
.sec_built_home .inner-content .owner_info .border_line {
  margin-top: 35px;
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .owner_info .border_line {
    margin-top: 0;
  }
}
@media (min-width: 1920px) {
  .sec_built_home .inner-content .owner_info .border_line {
    max-width: 792px;
    min-width: 792px;
    margin-left: auto;
    margin-right: 0;
  }
}
.sec_built_home .inner-content .owner_info .border_line span {
  border: 4px solid #EDE0CB;
}
.sec_built_home .inner-content .property_info {
  background-color: #BD651A;
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content .property_info {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .property_info {
    padding-bottom: 80px;
  }
}
.sec_built_home .inner-content .property_info .description {
  padding-top: 30px;
}
@media (min-width: 1920px) {
  .sec_built_home .inner-content .property_info .description {
    max-width: 792px;
    min-width: 792px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content .property_info .description {
    padding-top: 0;
  }
}
.sec_built_home .inner-content .property_info .description p {
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 26px;
  line-height: 47px;
  max-width: 674px;
  margin: auto;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .property_info .description p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .sec_built_home .inner-content .property_info .description p {
    font-size: 20px;
    line-height: 24px;
  }
}
.sec_built_home .inner-content .property_info .property_details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  flex-flow: wrap;
  gap: 70px;
}
@media (min-width: 1920px) {
  .sec_built_home .inner-content .property_info .property_details {
    max-width: 792px;
    min-width: 792px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 1800px) {
  .sec_built_home .inner-content .property_info .property_details {
    gap: 30px;
  }
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .property_info .property_details {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content .property_info .property_details {
    margin-top: 50px;
    justify-content: center;
    gap: 50px;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .property_info .property_details {
    gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.sec_built_home .inner-content .property_info .property_details .pro_detail,
.sec_built_home .inner-content .property_info .property_details .comm_detail,
.sec_built_home .inner-content .property_info .property_details .builder_detail {
  position: relative;
  width: calc(33.33% - 47px);
  text-align: center;
}
@media (max-width: 1800px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail,
  .sec_built_home .inner-content .property_info .property_details .comm_detail,
  .sec_built_home .inner-content .property_info .property_details .builder_detail {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail,
  .sec_built_home .inner-content .property_info .property_details .comm_detail,
  .sec_built_home .inner-content .property_info .property_details .builder_detail {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 1024px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail,
  .sec_built_home .inner-content .property_info .property_details .comm_detail,
  .sec_built_home .inner-content .property_info .property_details .builder_detail {
    width: calc(33.33% - 35px);
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail,
  .sec_built_home .inner-content .property_info .property_details .comm_detail,
  .sec_built_home .inner-content .property_info .property_details .builder_detail {
    width: 100%;
    max-width: 190px;
  }
}
.sec_built_home .inner-content .property_info .property_details .pro_detail a,
.sec_built_home .inner-content .property_info .property_details .comm_detail a,
.sec_built_home .inner-content .property_info .property_details .builder_detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  border: 4px solid #4C563D;
  background-color: #E5D6B9;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap,
.sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap,
.sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap {
  text-align: center;
}
.sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap p,
.sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap p,
.sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap p {
  font-weight: 400;
  color: #4C563D;
  font-size: 26px;
  line-height: 1.2;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 2.6px;
  max-width: 90%;
  margin: auto;
}
@media (max-width: 1700px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap p {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap p {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .inner-content .property_info .property_details .pro_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .comm_detail .txt_wrap p,
  .sec_built_home .inner-content .property_info .property_details .builder_detail .txt_wrap p {
    font-size: 26px;
  }
}
.sec_built_home .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  max-width: 89% !important;
  height: auto;
  max-height: 90%;
  margin: auto;
  pointer-events: painted;
}
@media (min-width: 1920px) {
  .sec_built_home .modal {
    max-width: 1708px !important;
  }
}
.sec_built_home .modal::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  .sec_built_home .modal {
    max-width: 95% !important;
  }
}
.sec_built_home .modal .modal-dialog {
  max-width: 100%;
  height: auto;
  margin: 0;
  pointer-events: painted;
}
.sec_built_home .modal .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 {
  padding: 0;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:first-child {
  width: 40%;
}
@media (max-width: 991px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:first-child {
    width: 100%;
  }
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
  width: 60%;
  padding: 100px 89px;
}
@media (max-width: 1600px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
    padding: 90px 60px;
  }
}
@media (max-width: 1440px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
    padding: 80px 50px;
  }
}
@media (max-width: 1200px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
    padding: 60px 30px;
  }
}
@media (max-width: 991px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6:last-child {
    width: 100%;
    padding: 30px 15px;
  }
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #413230;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 h3 {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 p {
  font-size: 32px;
  line-height: 53px;
  font-weight: normal;
  color: #413230;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1200px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 p {
    font-size: 20px;
  }
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 p:last-child {
  margin-bottom: 0;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-body .row .col-sm-6 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_built_home .modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .sec_built_home .modal .modal-dialog .modal-content .modal-header {
    top: 20px;
    right: 20px;
  }
}
.sec_built_home .modal .modal-dialog .modal-content .modal-header .btn-close {
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  opacity: 1;
  color: #413330;
}

.owner_icon,
.border_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .owner_icon,
  .border_line {
    gap: 20px;
  }
}
.owner_icon span,
.border_line span {
  width: 30%;
  border: 2px dashed #dfa350;
}

section {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.modal-open header {
  display: none;
}

.location_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  top: -80px;
}
@media (max-width: 1440px) {
  .location_heading {
    top: -52px;
  }
}
@media (max-width: 1024px) {
  .location_heading {
    top: -47px;
  }
}
@media (max-width: 991px) {
  .location_heading {
    top: -42px;
  }
}
@media (max-width: 767px) {
  .location_heading {
    padding: 0 20px;
  }
}
.location_heading .location_bg {
  background-color: #675146;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  font-family: "Bebas Neue";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
  padding: 55px 30px;
  max-width: 760px;
}
@media (max-width: 1440px) {
  .location_heading .location_bg {
    padding: 30px;
  }
}
.location_heading .osw_60 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Bebas Neue";
  font-size: 55px;
  line-height: 1;
  letter-spacing: 5.5px;
}
@media (max-width: 1440px) {
  .location_heading .osw_60 {
    font-size: 45px;
    letter-spacing: 4.5px;
  }
}
@media (max-width: 1024px) {
  .location_heading .osw_60 {
    font-size: 35px;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 991px) {
  .location_heading .osw_60 {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}

.sec_location {
  position: relative;
}
.sec_location .map_part {
  line-height: 0;
}
@media (max-width: 1600px) {
  .sec_location .map_part iframe {
    max-height: 650px;
  }
}
@media (max-width: 1440px) {
  .sec_location .map_part iframe {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .sec_location .map_part iframe {
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .sec_location .map_part iframe {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .sec_location .map_part iframe {
    max-height: 430px;
  }
}

section.section-download_the_app_before_you_tour {
  background: #BD651A;
  padding: 48px 0;
}
@media (max-width: 767px) {
  section.section-download_the_app_before_you_tour {
    padding: 30px 0;
  }
}
section.section-download_the_app_before_you_tour .inner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  section.section-download_the_app_before_you_tour .inner_content {
    flex-flow: column;
  }
}
section.section-download_the_app_before_you_tour .inner_content .text_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap {
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap {
    flex-flow: column;
  }
}
section.section-download_the_app_before_you_tour .inner_content .text_wrap img {
  text-align: center;
  margin: auto;
  width: 105px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1439px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap img {
    width: 75px;
  }
}
section.section-download_the_app_before_you_tour .inner_content .text_wrap .inner-download-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap .inner-download-text {
    flex-flow: column;
  }
}
section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_42 {
  letter-spacing: 0;
  color: #F4F0EC;
  font-size: 39px;
  line-height: 52px;
  font-family: "Yellowtail", cursive;
  font-weight: 400;
}
@media (max-width: 1800px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_42 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 1439px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_42 {
    font-size: 24px;
  }
}
section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_60 {
  letter-spacing: 4.5px;
  color: #F4F0EC;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 52px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media (max-width: 1800px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_60 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 1439px) {
  section.section-download_the_app_before_you_tour .inner_content .text_wrap .osw_60 {
    font-size: 25px;
  }
}
section.section-download_the_app_before_you_tour .inner_content .logo_wrap {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  section.section-download_the_app_before_you_tour .inner_content .logo_wrap {
    width: 100%;
    text-align: center;
  }
}
section.section-download_the_app_before_you_tour .inner_content .logo_wrap a {
  max-width: calc(50% - 5px);
}

.section-contact_us_form {
  background: #24566E;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .section-contact_us_form {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .container {
    width: 100%;
    padding: 0 10px;
  }
}
.section-contact_us_form .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .section-contact_us_form .row > * {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-contact_us_form .contact-form {
  max-width: 1558px;
  margin: 0 auto;
}
.section-contact_us_form .contact-form .gform_wrapper .gform_heading {
  display: none;
}
.section-contact_us_form .contact-form .gform_wrapper form {
  display: flex;
  flex-flow: column;
  gap: 40px;
  background: #EDE0CB;
  border-radius: 24px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1607843137);
  padding: 80px;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .gform_wrapper form {
    padding: 70px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .gform_wrapper form {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form {
    padding: 40px 25px;
    gap: 32px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 {
  grid-column-gap: 70px;
  grid-row-gap: 0;
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 {
    grid-column-gap: 60px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 {
    grid-column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 {
    grid-column-gap: 20px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #675146;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h2,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_no_follows_desc h5 {
    margin-top: 15px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_label {
  font-size: 20px;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_label {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_label {
    font-size: 15px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield_label .gfield_required {
  font-size: 20px;
  line-height: 1;
  color: #707070;
  font-weight: 600;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .ginput_container span {
  padding: 0 !important;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield {
    width: 100%;
    grid-column: 12 span;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield.gfield--width-full {
  margin-bottom: 0;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield.required-text {
  font-size: 20px;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield:empty {
  display: none;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
  border-radius: 12px;
  outline: none;
  padding: 25px 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    padding: 22px 30px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield input,
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    padding: 7px 15px;
    border-radius: 4px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
  height: 296px;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 260px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield textarea {
    height: 180px;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  background-size: 4%;
  height: 82px;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    height: 76px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    height: 72px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    height: 62px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    background-position: top 50% right 10px;
    height: 46px;
  }
}
@media (max-width: 640px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .gfield select {
    background-size: 6%;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform-body #gform_fields_2 .contact-form-spacing {
  display: none;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.section-contact_us_form .contact-form .gform_wrapper form .gform_footer input {
  margin: 0;
  background: #ffffff;
  border: 3px solid #675146;
  border-radius: 39px;
  padding: 18px 65px;
  text-transform: uppercase;
  color: #675146;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s linear;
  letter-spacing: 2.5px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .gform_wrapper form .gform_footer input {
    padding: 18px 20px;
    width: 100%;
    min-height: auto !important;
    line-height: 1 !important;
  }
}
.section-contact_us_form .contact-form .gform_wrapper form .gform_footer input:hover {
  background: #675146;
  color: #ffffff;
}
.section-contact_us_form .contact-form .disclaimer {
  background: rgba(0, 0, 0, 0.3);
  padding: 22px 80px;
  border-radius: 10px;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .section-contact_us_form .contact-form .disclaimer {
    padding: 22px 70px;
  }
}
@media (max-width: 1440px) {
  .section-contact_us_form .contact-form .disclaimer {
    padding: 22px 60px;
  }
}
@media (max-width: 1199px) {
  .section-contact_us_form .contact-form .disclaimer {
    padding: 22px 50px;
  }
}
@media (max-width: 1024px) {
  .section-contact_us_form .contact-form .disclaimer {
    padding: 22px 40px;
  }
}
@media (max-width: 991px) {
  .section-contact_us_form .contact-form .disclaimer {
    padding: 24px;
  }
}
.section-contact_us_form .contact-form .disclaimer p {
  font-size: 17px;
  line-height: 25px;
  color: #F4F0EC;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-contact_us_form .contact-form .disclaimer p {
    font-size: 15px;
  }
}
.section-contact_us_form .contact-form .disclaimer p a {
  color: #ffffff;
}

.validation_message {
  margin: 0 !important;
  border-radius: 12px;
  padding: 10px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
@media (max-width: 767px) {
  .validation_message {
    border-radius: 4px;
  }
}

@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0 !important;
  }
}
.gform_confirmation_wrapper {
  background: #F4F0EC;
  box-shadow: 0 10px 8px #000000;
  border-radius: 10px;
  padding: 80px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gform_confirmation_wrapper {
    padding: 50px;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 10px;
  color: #3E452E;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
    line-height: 1;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}
.gform_confirmation_wrapper .gform_confirmation_message strong {
  font-size: 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .gform_confirmation_wrapper .gform_confirmation_message strong {
    font-size: 30px;
    line-height: 1;
  }
}

article.page {
  padding-top: 170px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  article.page {
    padding-top: 100px;
  }
}

.site-main .entry-header .entry-title {
  color: #3E452E;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .site-main .entry-header .entry-title {
    letter-spacing: 3px;
  }
}
.site-main .entry-content p {
  color: #707070;
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .site-main .entry-content p {
    font-size: 14px;
    line-height: 28px;
  }
}
.site-main .entry-content p a {
  color: #3E452E;
  text-decoration: underline;
}
.site-main .entry-content p a:hover {
  color: #000000;
}
.site-main .entry-content h2 {
  font-size: 55px;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .site-main .entry-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .site-main .entry-content h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
.site-main .entry-content h3 {
  font-size: 45px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .site-main .entry-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .site-main .entry-content h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.site-main .entry-content h4 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1024px) {
  .site-main .entry-content h4 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .site-main .entry-content h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .site-main .entry-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.site-main .entry-content h5 {
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .site-main .entry-content h5 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .site-main .entry-content h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .site-main .entry-content h5 {
    font-size: 20px;
  }
}
.site-main .entry-content h6 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .site-main .entry-content h6 {
    font-size: 22px;
    line-height: 1;
  }
}
.site-main .entry-content h2, .site-main .entry-content h3, .site-main .entry-content h4, .site-main .entry-content h5, .site-main .entry-content h6 {
  text-transform: uppercase;
  color: #3E452E;
  margin-bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.site-main .entry-content ul {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 25px;
}
.site-main .entry-content ul li {
  color: #707070;
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .site-main .entry-content ul li {
    font-size: 14px;
    line-height: 28px;
  }
}
.site-main .entry-content ul li a {
  color: #3E452E;
  text-decoration: underline;
}
.site-main .entry-content ul li a:hover {
  color: #000000;
}
.site-main .entry-content table {
  font-family: "Bebas Neue", sans-serif;
  color: #707070;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .site-main .entry-content table {
    font-size: 14px;
    line-height: 28px;
  }
}
.site-main .entry-content table th {
  color: #707070;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .site-main .entry-content table th {
    font-size: 14px;
    line-height: 28px;
  }
}
.site-main .entry-content table td {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .site-main .entry-content table td {
    font-size: 14px;
    line-height: 28px;
  }
}

.entry-footer {
  margin-bottom: 40px;
}
.entry-footer .edit-link .post-edit-link {
  color: #3E452E;
  text-decoration: underline;
}
.entry-footer .edit-link .post-edit-link:hover {
  color: #000000;
}

.your_destination_awaits_wrapper {
  background-color: #BD651A;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .your_destination_awaits_wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .your_destination_awaits_wrapper {
    padding: 20px 0;
  }
}
.your_destination_awaits_wrapper .row {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 991px) {
  .your_destination_awaits_wrapper .row {
    gap: 20px;
  }
}
.your_destination_awaits_wrapper .row .col {
  padding: 0 !important;
  width: 100%;
  max-width: calc(33.33% - 20px);
}
@media (max-width: 991px) {
  .your_destination_awaits_wrapper .row .col {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .your_destination_awaits_wrapper .row .col {
    max-width: 100%;
  }
}
.your_destination_awaits_wrapper .row .col .img-wrapper {
  width: 100%;
  height: 100%;
}
.your_destination_awaits_wrapper .row .col .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.your_destination_awaits_wrapper .row .star {
  position: absolute;
  right: 157px;
  bottom: -164px;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
}
@media (max-width: 1500px) {
  .your_destination_awaits_wrapper .row .star {
    right: 80px;
    bottom: -146px;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .your_destination_awaits_wrapper .row .star {
    right: 50px;
    bottom: -98px;
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .your_destination_awaits_wrapper .row .star {
    bottom: -73px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .your_destination_awaits_wrapper .row .star {
    right: 30px;
    bottom: -48px;
    max-width: 100px;
  }
}
.your_destination_awaits_wrapper .row .star img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-page .home-coming {
  padding: 100px 0;
}
.landing-page .home-coming .count-down {
  flex-flow: column;
  margin: 0 auto;
  gap: 50px;
  padding: 0;
}
.landing-page .home-coming .count-down .home-count-title:after, .landing-page .home-coming .count-down .home-count-title:before {
  display: none;
}

.crown_your_new_home {
  padding: 40px 0 140px;
  position: relative;
  z-index: 0;
  background-size: 100% 101%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .crown_your_new_home {
    padding: 40px 0 120px;
  }
}
.crown_your_new_home:After {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/wp-content/themes/jagparade/assets/images/crown-shed.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.crown_your_new_home .inner-html {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  text-align: center;
}
.crown_your_new_home .img-wrapper {
  width: 100%;
  max-width: 216px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .crown_your_new_home .img-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .crown_your_new_home .img-wrapper {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .crown_your_new_home .img-wrapper {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .crown_your_new_home .img-wrapper {
    max-width: 106px;
  }
}
.crown_your_new_home .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.crown_your_new_home .text-wrapper {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 22px;
}
.crown_your_new_home .text-wrapper .title {
  display: flex;
  flex-flow: column;
  max-width: 500px;
  margin: 0 auto;
  gap: 5px;
}
.crown_your_new_home .text-wrapper .title h3 {
  font-family: "Yellowtail", cursive;
  color: #F4F0EC;
}
.crown_your_new_home .text-wrapper .title h5 {
  font-family: "Bebas Neue", sans-serif;
  color: #F4F0EC;
  letter-spacing: 3.5px;
}
.crown_your_new_home .text-wrapper .description {
  display: flex;
  flex-flow: column;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .crown_your_new_home .text-wrapper .description {
    gap: 20px;
  }
}
.crown_your_new_home .text-wrapper .description p {
  margin: 0;
  color: #F4F0EC;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .crown_your_new_home .text-wrapper .description p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .crown_your_new_home .text-wrapper .description p {
    font-size: 18px;
  }
}
.crown_your_new_home .text-wrapper .description p:nth-child(1), .crown_your_new_home .text-wrapper .description p:nth-child(2) {
  max-width: 1144px;
  margin: 0 auto;
}
.crown_your_new_home .appstore-title {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .crown_your_new_home .appstore-title {
    margin-top: 40px;
  }
}

.tour-to-win .crown_your_new_home {
  padding: 60px 0 140px;
}
@media (max-width: 991px) {
  .tour-to-win .crown_your_new_home {
    padding: 60px 0 120px;
  }
}
@media (max-width: 767px) {
  .tour-to-win .crown_your_new_home {
    padding: 40px 0 85px;
  }
}
.tour-to-win .crown_your_new_home:before {
  position: absolute;
  top: -19%;
  right: 5%;
  width: 230px;
  height: 230px;
  content: "";
  background-image: url(../images/win-star.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .tour-to-win .crown_your_new_home:before {
    top: -11%;
    right: auto;
    left: 3%;
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 767px) {
  .tour-to-win .crown_your_new_home:before {
    top: -16%;
  }
}
.tour-to-win .crown_your_new_home .appstore-title {
  margin-top: 35px;
  gap: 5px;
}
@media (max-width: 767px) {
  .tour-to-win .crown_your_new_home .appstore-title {
    margin-top: 20px;
    gap: 15px;
  }
}

.tour_home_badge {
  margin-top: -85px;
  margin-bottom: -85px;
  min-height: 170px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tour_home_badge {
    margin-top: -50px;
    margin-bottom: -83px;
    min-height: 122px;
  }
}

.ribbon {
  background-color: #8ABDB2;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
}
@media (max-width: 767px) {
  .ribbon {
    padding: 10px 20px;
  }
}
.ribbon .main-text {
  text-transform: uppercase;
  letter-spacing: 5.5px;
  color: #ffffff;
  line-height: 1.1;
  font-size: 55px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .ribbon .main-text {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
  }
}
.ribbon .highlight-text {
  font-family: "Yellowtail", cursive;
  color: #ffffff;
  line-height: 1.1;
  font-size: 55px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .ribbon .highlight-text {
    font-size: 25px;
    line-height: 1;
  }
}
@media (min-width: 1440px) {
  .ribbon .highlight-text span {
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  .ribbon .highlight-text span {
    font-size: 32px;
    line-height: 1;
  }
}

.hero-section-wrapper .hero-slider-bg {
  height: auto;
  height: 885px;
  max-height: none;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg {
    height: 480px;
  }
}
.hero-section-wrapper .hero-slider-bg .desktop_banner {
  position: absolute;
  inset: 0;
  width: 100%;
}
.hero-section-wrapper .hero-slider-bg .desktop_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: left top;
     object-fit: left top;
}
@media (max-width: 1500px) {
  .hero-section-wrapper .hero-slider-bg .desktop_banner img {
    -o-object-position: 15% 0;
       object-position: 15% 0;
  }
}
@media (max-width: 1024px) {
  .hero-section-wrapper .hero-slider-bg .desktop_banner img {
    -o-object-position: 25% 0;
       object-position: 25% 0;
  }
}
.hero-section-wrapper .hero-slider-bg .mobile_banner_image {
  position: absolute;
  inset: 0;
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .mobile_banner_image {
    display: block;
  }
}
.hero-section-wrapper .hero-slider-bg .mobile_banner_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: left top;
     object-fit: left top;
  -o-object-position: left 21% center;
     object-position: left 21% center;
}
.hero-section-wrapper .hero-slider-bg .content {
  position: relative;
  top: 0;
  bottom: 0;
  right: 14%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  top: 9%;
}
@media (max-width: 1800px) {
  .hero-section-wrapper .hero-slider-bg .content {
    right: 10%;
  }
}
@media (max-width: 1700px) {
  .hero-section-wrapper .hero-slider-bg .content {
    right: 5%;
  }
}
@media (max-width: 1600px) {
  .hero-section-wrapper .hero-slider-bg .content {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .hero-section-wrapper .hero-slider-bg .content {
    max-width: 60%;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content {
    max-width: 450px;
    left: auto;
    transform: none;
    right: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content {
    max-width: calc(100% - 40px);
    right: 0px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.hero-section-wrapper .hero-slider-bg .content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 196px;
    margin: auto auto;
  }
}
.hero-section-wrapper .hero-slider-bg .content h3 {
  color: #5FB2A4;
  letter-spacing: 3.75px;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 690px;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .hero-section-wrapper .hero-slider-bg .content h3 {
    max-width: 550px;
    font-size: 39px;
  }
}
@media (max-width: 1199px) {
  .hero-section-wrapper .hero-slider-bg .content h3 {
    max-width: 462px;
    font-size: 31px;
  }
}
@media (max-width: 1024px) {
  .hero-section-wrapper .hero-slider-bg .content h3 {
    max-width: 446px;
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content h3 {
    max-width: 450px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content h3 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1.5px;
    max-width: 285px;
  }
}
@media (min-width: 992px) {
  .hero-section-wrapper .hero-slider-bg .content .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content .desktop {
    display: none;
  }
}
.hero-section-wrapper .hero-slider-bg .content .content_box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content .content_box {
    gap: 27px;
  }
}
.hero-section-wrapper .hero-slider-bg .content .content_box .title_image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 932px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content .content_box .title_image {
    display: none;
  }
}
.hero-section-wrapper .hero-slider-bg .content .content_box .title_mobile_image {
  display: none;
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content .content_box .title_mobile_image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 196px;
    margin: 0 auto;
    display: block;
  }
}
.hero-section-wrapper .hero-slider-bg .content .app_icon_box {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content .app_icon_box {
    row-gap: 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.hero-section-wrapper .hero-slider-bg .content .app_icon_box .icon_title {
  width: 100%;
  font-size: 30px;
  color: #3E452E;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content .app_icon_box .icon_title {
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
  }
}
.hero-section-wrapper .hero-slider-bg .content .app_icon_box .icon_box {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content .app_icon_box .icon_box {
    max-width: 120px;
  }
}
.hero-section-wrapper .hero-slider-bg .content-full {
  position: relative;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  gap: 40px;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content-full {
    flex-flow: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .hero-section-wrapper .hero-slider-bg .content-full {
    padding: 0;
  }
}
.hero-section-wrapper .hero-slider-bg .content-full h3 {
  color: #ffffff;
}
.hero-section-wrapper .hero-slider-bg .content-full .content_box {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content-full .content_box {
    max-width: 100%;
  }
}
.hero-section-wrapper .hero-slider-bg .content-full .content_box img {
  max-width: 491px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hero-section-wrapper .hero-slider-bg .content-full .content_box img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content-full .content_box img {
    max-width: 200px;
  }
}
.hero-section-wrapper .hero-slider-bg .content-full .app_icon_box {
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .hero-section-wrapper .hero-slider-bg .content-full .app_icon_box {
    max-width: 100%;
    justify-content: center;
  }
}
.hero-section-wrapper .hero-slider-bg .content-full .app_icon_box img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .hero-slider-bg:has(.content-full) .desktop_banner img {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media (max-width: 767px) {
  .hero-slider-bg:has(.content-full) .mobile_banner_image img {
    -o-object-position: right top;
       object-position: right top;
  }
}

.daily-prizes {
  background-color: #BD651A;
  padding: 40px 0 130px;
}
@media (max-width: 991px) {
  .daily-prizes {
    padding: 40px 0 110px;
  }
}
@media (max-width: 767px) {
  .daily-prizes {
    padding: 25px 0 40px;
  }
}
.daily-prizes .inner-html {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .daily-prizes .inner-html {
    align-items: stretch;
  }
}
.daily-prizes .inner-html .prizes_box_item {
  border-right: 1px solid #ffffff;
  padding-right: 115px;
  padding-left: 115px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 40%;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 1700px) {
  .daily-prizes .inner-html .prizes_box_item {
    padding-right: 95px;
    padding-left: 95px;
    gap: 30px;
  }
}
@media (max-width: 1600px) {
  .daily-prizes .inner-html .prizes_box_item {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1500px) {
  .daily-prizes .inner-html .prizes_box_item {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 1400px) {
  .daily-prizes .inner-html .prizes_box_item {
    padding: 40px;
    gap: 20px;
  }
}
@media (max-width: 1300px) {
  .daily-prizes .inner-html .prizes_box_item {
    padding: 30px 15px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .daily-prizes .inner-html .prizes_box_item {
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .daily-prizes .inner-html .prizes_box_item {
    justify-content: flex-start;
    flex-flow: column;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item {
    max-width: 100%;
    border-right: none;
    gap: 0;
  }
}
.daily-prizes .inner-html .prizes_box_item:last-child {
  border: none;
  padding-right: 0;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .daily-prizes .inner-html .prizes_box_item:last-child {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item:last-child {
    max-width: 100%;
    padding: 15px;
  }
  .daily-prizes .inner-html .prizes_box_item:last-child img {
    max-width: 54px;
  }
}
.daily-prizes .inner-html .prizes_box_item:first-child {
  padding-left: 0;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .daily-prizes .inner-html .prizes_box_item:first-child {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item:first-child {
    max-width: 100%;
    padding: 15px;
  }
  .daily-prizes .inner-html .prizes_box_item:first-child img {
    max-width: 57px;
  }
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item img {
    max-width: 65px;
  }
}
.daily-prizes .inner-html .prizes_box_item h5 {
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
  letter-spacing: 3.5px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item h5 {
    font-size: 25px;
    margin-top: 20px;
  }
}
.daily-prizes .inner-html .prizes_box_item h5 span {
  font-family: "Yellowtail", cursive;
  display: block;
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item h5 span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .daily-prizes .inner-html .prizes_box_item h5 br {
    display: none;
  }
}

.badge_slider {
  margin-top: -90px;
  margin-bottom: -236px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1225px) {
  .badge_slider {
    margin-top: -90px;
    margin-bottom: -229px;
  }
}
@media (max-width: 1199px) {
  .badge_slider {
    margin-top: -78px;
    margin-bottom: -190px;
  }
}
@media (max-width: 1024px) {
  .badge_slider {
    margin-top: -74px;
    margin-bottom: -185px;
  }
}
@media (max-width: 991px) {
  .badge_slider {
    margin-top: -56px;
    margin-bottom: -138px;
  }
}
@media (max-width: 767px) {
  .badge_slider {
    margin-top: -45px;
    margin-bottom: -118px;
  }
}
@media (max-width: 599px) {
  .badge_slider {
    margin-top: -36px;
    margin-bottom: -92px;
  }
}
@media (max-width: 479px) {
  .badge_slider {
    margin-top: -30px;
    margin-bottom: -83px;
  }
}
@media (max-width: 429px) {
  .badge_slider {
    margin-top: -29px;
    margin-bottom: -72px;
  }
}
@media (max-width: 389px) {
  .badge_slider {
    margin-top: -22px;
    margin-bottom: -60px;
  }
}
.badge_slider .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge_slider .img-wrapper img {
  width: 100%;
  max-width: 1128px;
}
@media (max-width: 1225px) {
  .badge_slider .img-wrapper img {
    max-width: 1100px;
  }
}
@media (max-width: 1199px) {
  .badge_slider .img-wrapper img {
    max-width: 925px;
  }
}
@media (max-width: 1024px) {
  .badge_slider .img-wrapper img {
    max-width: 892px;
  }
}
@media (max-width: 991px) {
  .badge_slider .img-wrapper img {
    max-width: 668px;
  }
}
@media (max-width: 767px) {
  .badge_slider .img-wrapper img {
    max-width: 560px;
  }
}
@media (max-width: 599px) {
  .badge_slider .img-wrapper img {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .badge_slider .img-wrapper img {
    max-width: 390px;
  }
}
@media (max-width: 429px) {
  .badge_slider .img-wrapper img {
    max-width: 350px;
  }
}
@media (max-width: 389px) {
  .badge_slider .img-wrapper img {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .badge_slider {
    z-index: 3;
  }
  .badge_slider .container {
    width: 100%;
  }
  .badge_slider .container .row {
    margin: 0;
  }
  .badge_slider .container .row .col {
    padding: 0;
  }
}

.fight_song {
  padding-top: 310px;
  padding-bottom: 140px;
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
@media (max-width: 1400px) {
  .fight_song {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .fight_song {
    padding-bottom: 80px;
    padding-top: 200px;
  }
}
@media (max-width: 1024px) {
  .fight_song {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .fight_song {
    padding-bottom: 60px;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .fight_song {
    padding: 0;
  }
}
.fight_song:After {
  position: absolute;
  top: -11.6%;
  right: -7%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/wp-content/themes/jagparade/assets/images/fight_song_star.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  z-index: 0;
}
@media (max-width: 1500px) {
  .fight_song:After {
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  .fight_song:After {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fight_song:After {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .fight_song:After {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .fight_song:After {
    max-width: 100px;
  }
}
.fight_song .inner-html {
  max-width: 1548px;
  margin: 0 auto;
}
.fight_song .inner-html .fight_song_box {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box {
    max-width: 100%;
    margin: auto;
    flex-direction: column-reverse;
    margin-top: -150px;
  }
}
.fight_song .inner-html .fight_song_box .text-wrapper {
  width: 100%;
  height: 100%;
  padding: 60px;
  text-align: center;
  max-width: 566px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .text-wrapper {
    padding: 50px 20px;
    max-width: 100%;
  }
}
.fight_song .inner-html .fight_song_box .text-wrapper:before {
  background: #60B2A4;
  border: 5px solid #fff;
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: perspective(100px) rotateY(1deg) skew(0deg, -2deg);
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .text-wrapper:before {
    border-radius: 0;
    border-left: none;
    border-right: none;
    transform: skew(0deg, -4deg);
  }
}
.fight_song .inner-html .fight_song_box .text-wrapper h3 {
  color: #ffffff;
  margin-bottom: 35px;
  font-family: "Yellowtail", cursive;
  position: relative;
}
.fight_song .inner-html .fight_song_box .text-wrapper p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 23px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1024px) {
  .fight_song .inner-html .fight_song_box .text-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fight_song .inner-html .fight_song_box .text-wrapper p {
    font-size: 15px;
  }
}
.fight_song .inner-html .fight_song_box .text-wrapper p:last-child {
  margin: 0;
}
.fight_song .inner-html .fight_song_box .audio-player {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .audio-player {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.fight_song .inner-html .fight_song_box .audio-player .playpause {
  width: 100px;
  height: 100px;
  background-color: #24566e;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0;
  border: 3px solid #60B2A4;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .audio-player .playpause {
    width: 60px;
    height: 60px;
  }
}
.fight_song .inner-html .fight_song_box .audio-player .play::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 7px;
  height: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 38%;
  border-radius: 4px;
}
.fight_song .inner-html .fight_song_box .audio-player .play::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 7px;
  height: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 60%;
  border-radius: 4px;
}
.fight_song .inner-html .fight_song_box .audio-player .pause::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/jagparade/assets/images/play_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .audio-player .pause::before {
    background-size: 50%;
    margin-left: 3px;
  }
}
.fight_song .inner-html .fight_song_box .audio-player .play.pause:after, .fight_song .inner-html .fight_song_box .audio-player .play.pause:before {
  background: transparent;
}
.fight_song .inner-html .fight_song_box .audio-player .progress-container {
  width: 275px;
  height: 48px;
  background-color: #60B2A4;
  overflow: hidden;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .fight_song .inner-html .fight_song_box .audio-player .progress-container {
    width: 180px;
    height: 30px;
  }
}
.fight_song .inner-html .fight_song_box .audio-player .progress-container .progress-bar {
  width: 0%;
  height: 100%;
  background-color: rgb(36, 86, 110);
  transition: width 0.2s linear;
}
.fight_song .inner-html .img-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .fight_song .inner-html .img-wrapper {
    position: relative;
  }
}
.fight_song .inner-html .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 450px;
}
@media (max-width: 767px) {
  .fight_song .container {
    width: 100%;
  }
  .fight_song .container .row {
    margin: 0;
  }
  .fight_song .container .row .col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fight_song {
    z-index: 2;
  }
}

.celebrate {
  position: relative;
  background: #B82E20;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .celebrate {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .celebrate {
    margin-top: -30px;
    padding-top: 28%;
  }
}
.celebrate .col {
  overflow: hidden;
}
.celebrate .inner-html {
  width: 100%;
  max-width: 907px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .celebrate .inner-html {
    gap: 50px;
  }
}
.celebrate .inner-html .heading-part {
  max-width: 632px;
  margin: 0 auto;
}
.celebrate .inner-html .heading-part h3 {
  font-family: "Yellowtail", cursive;
  text-align: center;
  color: #F4F0EC;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .celebrate .inner-html .heading-part h3 {
    margin-bottom: 10px;
  }
}
.celebrate .inner-html .heading-part h5 {
  color: #F4F0EC;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3.5px;
}
@media (max-width: 767px) {
  .celebrate .inner-html .heading-part {
    gap: 5px;
    display: flex;
    flex-flow: column;
    gap: 7px;
    justify-content: center;
    align-items: center;
  }
}
.celebrate .inner-html .content-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 632px;
  margin: 0 auto;
  width: 100%;
}
.celebrate .inner-html .content-part h4 {
  color: #F4F0EC;
  letter-spacing: 4.5px;
}
.celebrate .inner-html .content-part img {
  max-width: 154px;
}
@media (max-width: 767px) {
  .celebrate .inner-html .content-part img {
    width: 100%;
    max-width: 100px;
  }
}
.celebrate .inner-html .footer-part p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .celebrate .inner-html .footer-part p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .celebrate .inner-html .footer-part p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .celebrate .inner-html .footer-part p {
    font-size: 15px;
  }
}
.celebrate .left_img {
  position: absolute;
  top: 0;
  left: -8%;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1700px) {
  .celebrate .left_img {
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .celebrate .left_img {
    max-width: 100%;
    top: -2.5%;
    left: -23%;
    z-index: 1;
  }
}
.celebrate .left_img img {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .celebrate .left_img img.desktop {
    display: block;
  }
  .celebrate .left_img img.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .celebrate .left_img img.desktop {
    display: none;
  }
  .celebrate .left_img img.mobile {
    display: block;
  }
}
.celebrate .right_img {
  position: absolute;
  top: 0;
  right: -8%;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1700px) {
  .celebrate .right_img {
    max-width: 35%;
  }
}
@media (max-width: 767px) {
  .celebrate .right_img {
    max-width: 100%;
    top: -0.5%;
    right: -31%;
  }
}
.celebrate .right_img img {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .celebrate .right_img img.desktop {
    display: block;
  }
  .celebrate .right_img img.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .celebrate .right_img img.desktop {
    display: none;
  }
  .celebrate .right_img img.mobile {
    display: block;
  }
}

.jim_allen_group {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.meet_our_team {
  padding: 120px 0 70px;
}
@media (max-width: 1199px) {
  .meet_our_team {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .meet_our_team {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .meet_our_team {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .meet_our_team {
    position: relative;
  }
  .meet_our_team:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/wp-content/themes/jagparade/assets/images/group_mobile.png);
    background-position: right center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.meet_our_team .col {
  overflow: hidden;
}
.meet_our_team .inner-html {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 95px;
  max-width: 1455px;
}
@media (max-width: 1400px) {
  .meet_our_team .inner-html {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .meet_our_team .inner-html {
    max-width: calc(100% - 60px);
    z-index: 1;
    position: relative;
  }
}
.meet_our_team .inner-html .img-wrapper {
  width: 100%;
  max-width: calc(45% - 47px);
}
@media (max-width: 1400px) {
  .meet_our_team .inner-html .img-wrapper {
    max-width: calc(45% - 30px);
  }
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html .img-wrapper {
    max-width: calc(45% - 25px);
  }
}
@media (max-width: 991px) {
  .meet_our_team .inner-html .img-wrapper {
    max-width: 100%;
  }
}
.meet_our_team .inner-html .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet_our_team .inner-html .content_wrapper {
  width: 100%;
  max-width: calc(55% - 48px);
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .meet_our_team .inner-html .content_wrapper {
    padding-top: 30px;
    max-width: calc(55% - 30px);
  }
}
@media (max-width: 1300px) {
  .meet_our_team .inner-html .content_wrapper {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html .content_wrapper {
    max-width: calc(55% - 25px);
  }
}
@media (max-width: 991px) {
  .meet_our_team .inner-html .content_wrapper {
    max-width: 100%;
  }
}
.meet_our_team .inner-html .content_wrapper h3 {
  color: #675146;
  max-width: 600px;
  letter-spacing: 5.5px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html .content_wrapper h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .meet_our_team .inner-html .content_wrapper h3 {
    font-size: 25px;
    letter-spacing: 2.5px;
    max-width: 75%;
  }
}
@media (max-width: 389px) {
  .meet_our_team .inner-html .content_wrapper h3 {
    max-width: 218px;
  }
}
.meet_our_team .inner-html .content_wrapper .desc {
  margin-bottom: 60px;
  max-width: 691px;
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html .content_wrapper .desc {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.meet_our_team .inner-html .content_wrapper .desc p {
  color: #707070;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .meet_our_team .inner-html .content_wrapper .desc p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .meet_our_team .inner-html .content_wrapper .desc p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .meet_our_team .inner-html .content_wrapper .desc p {
    font-size: 18px;
  }
}

.jim_allen_footer .col {
  overflow: hidden;
}
.jim_allen_footer .inner-html {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  max-width: 1455px;
  padding: 70px 0;
  border-top: 2px solid #707070;
  gap: 50px;
}
@media (max-width: 1199px) {
  .jim_allen_footer .inner-html {
    flex-flow: column;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .jim_allen_footer .inner-html {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .jim_allen_footer .inner-html {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .jim_allen_footer .inner-html {
    border: none;
    flex-flow: column-reverse;
  }
}
.jim_allen_footer .inner-html .content_wrapper {
  width: 100%;
  max-width: calc(100% - 360px);
  text-align: center;
}
@media (max-width: 1199px) {
  .jim_allen_footer .inner-html .content_wrapper {
    max-width: 100%;
  }
}
.jim_allen_footer .inner-html .content_wrapper p {
  font-size: 18px;
  line-height: 1.8;
  color: #707070;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .jim_allen_footer .inner-html .content_wrapper p {
    font-size: 13px;
    line-height: 21px;
    max-width: 250px;
    margin: auto auto 20px;
  }
}
.jim_allen_footer .inner-html .content_wrapper a {
  text-decoration: underline;
  color: #707070;
}
.jim_allen_footer .inner-html .content_wrapper a:hover {
  color: #675146;
}
.jim_allen_footer .inner-html .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .jim_allen_footer .inner-html .img-wrapper {
    max-width: 212px;
  }
}
.jim_allen_footer .inner-html .img-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(50% - 10px);
}
.jim_allen_footer .inner-html .img-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-page .home-coming {
  padding: 103px 0 84px;
  background: #fff !important;
}
@media (max-width: 767px) {
  .landing-page .home-coming {
    padding: 63px 0 40px;
  }
}
@media (max-width: 767px) {
  .landing-page .home-coming .count-down {
    gap: 15px;
  }
}

.landing-page .home-coming .home-count-title + div {
  width: 100% !important;
  max-width: 100% !important;
}

.countdown-wrapper .countdown .ycd-time-circle {
  width: 100% !important;
  max-width: 100% !important;
}
.countdown-wrapper .countdown #ycd-circle-3647 canvas {
  display: none !important;
}
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes {
  position: relative !important;
  inset: 0 !important;
  display: flex;
  flex-flow: column-reverse;
  width: 100% !important;
}
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days h4,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours h4,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes h4 {
  font-size: 36px !important;
  margin: 0px 0px 0px 0px !important;
  color: #3E452E !important;
  font-family: "Yellowtail" !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days h4,
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours h4,
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes h4 {
    font-size: 20px !important;
  }
}
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days span,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours span,
.countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes span {
  font-size: 146px !important;
  font-weight: bold !important;
  font-family: "Lexend" !important;
  font-family: "proxima-nova" !important;
  color: #B82E20 !important;
  font-family: "OLD SPORT 01 COLLEGE NCV" !important;
  font-weight: normal !important;
  font-style: normal !important;
}
@media (max-width: 767px) {
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days span,
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours span,
  .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes span {
    font-size: 46px !important;
  }
}
.countdown-wrapper .countdown #ycd-circle-3647 .time_circles {
  display: flex;
  width: 100%;
  max-width: 750px;
  justify-content: center;
  margin: 0 auto;
}
.countdown-wrapper .countdown .home-count-title {
  color: #3E452E;
  text-align: center;
  font-family: "Bebas Neue";
  letter-spacing: 3.5px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.play_to_win_section {
  position: relative;
  z-index: 0;
}
.play_to_win_section .play_to_win_wrap {
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .play_to_win_section .play_to_win_wrap {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.play_to_win_section .play_to_win_wrap .container {
  position: relative;
}
.play_to_win_section .play_to_win_wrap .play_bg_box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.play_to_win_section .play_to_win_wrap .play_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .play_to_win_section .play_to_win_wrap .play_bg_box img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}
@media (max-width: 767px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content {
    max-width: 91%;
    margin: 0 auto;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content h2 {
  letter-spacing: 5.5px;
  color: #3E452E;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  line-height: 66px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content h2 {
    letter-spacing: 2.5px;
    font-size: 25px;
    line-height: 36px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content h3 {
  letter-spacing: 0;
  color: #B82E20;
  margin-bottom: 0;
  margin-top: 30px;
  font-family: "Yellowtail", cursive;
  font-size: 47px;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content h3 {
    font-size: 32px;
    line-height: 64px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content p {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 23px;
  line-height: 40px;
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content p {
    font-size: 15px;
    line-height: 25px;
  }
  .play_to_win_section .play_to_win_wrap .play_to_win_content p br {
    display: none;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  margin-top: 78px;
}
@media (max-width: 767px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content {
    margin-top: 50px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box {
    row-gap: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .icon_title {
  width: 100%;
  font-size: 32px;
  color: #3E452E;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .icon_title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .icon_box {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .icon_box {
    max-width: calc(50% - 5px);
    width: 154px;
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .icon_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .app_icon_box .arrow_img {
  position: absolute;
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .arrow_img {
  width: 402px;
  height: 222px;
  left: auto;
  right: 70%;
  position: absolute;
  top: -70px;
}
@media (max-width: 1199px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .arrow_img {
    width: 302px;
    height: 122px;
  }
}
@media (max-width: 767px) {
  .play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .arrow_img {
    right: 92%;
    top: -75%;
    width: 129px;
    height: 70px;
    transform: rotate(15deg);
  }
}
.play_to_win_section .play_to_win_wrap .play_to_win_content .bottom_content .arrow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.events_section {
  position: relative;
  padding-top: 214px;
  padding-bottom: 135px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .events_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.events_section .events_wrap .event_col_wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: -130px;
}
@media (max-width: 767px) {
  .events_section .events_wrap .event_col_wrapper {
    margin-bottom: 0;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col {
  width: 100%;
  max-width: 54%;
  padding-bottom: 180px;
}
@media (max-width: 1600px) {
  .events_section .events_wrap .event_col_wrapper .left_col {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .events_section .events_wrap .event_col_wrapper .left_col {
    padding: 30px 15px;
    max-width: 100%;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: 5.5px;
  color: #3E452E;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .events_section .events_wrap .event_col_wrapper .left_col h2 {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2.5px;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col P {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .events_section .events_wrap .event_col_wrapper .left_col P {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .events_section .events_wrap .event_col_wrapper .left_col P {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col ul {
  list-style: disc;
  list-style-position: outside;
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 20px;
}
.events_section .events_wrap .event_col_wrapper .left_col ul li {
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .events_section .events_wrap .event_col_wrapper .left_col ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .events_section .events_wrap .event_col_wrapper .left_col ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col table {
  margin-top: 40px;
  width: 100%;
}
.events_section .events_wrap .event_col_wrapper .left_col table td {
  font-weight: 400;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 23px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .events_section .events_wrap .event_col_wrapper .left_col table td {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .events_section .events_wrap .event_col_wrapper .left_col table td {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .events_section .events_wrap .event_col_wrapper .left_col table td {
    display: block;
    text-align: center;
  }
}
.events_section .events_wrap .event_col_wrapper .left_col table td:last-child {
  color: #24566E;
  font-weight: bold;
  font-size: 23px;
  line-height: 40px;
  padding-left: 10px;
}
@media (max-width: 1200px) {
  .events_section .events_wrap .event_col_wrapper .left_col table td:last-child {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .events_section .events_wrap .event_col_wrapper .left_col table td:last-child {
    font-size: 15px;
    line-height: 25px;
  }
}
.events_section .events_wrap .event_col_wrapper .right_col {
  width: 100%;
  max-width: 46%;
}
@media (max-width: 1600px) {
  .events_section .events_wrap .event_col_wrapper .right_col {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .events_section .events_wrap .event_col_wrapper .right_col {
    display: none;
  }
}
.events_section .events_wrap .event_col_wrapper .right_col .img_box {
  margin-top: 50px;
  max-width: 100%;
}
.events_section .event_slider_wrap .event_slider_col {
  display: flex;
  flex-flow: wrap;
  gap: 68px;
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item {
  width: 100%;
  max-width: calc((100% - 136px) / 3);
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_img_box {
  position: relative;
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_img_box img {
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_img_box img {
    height: 220px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_img_box .img_title {
  position: absolute;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 5.6px;
  color: #F702BE;
  inset: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_img_box .img_title {
    font-size: 39px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content {
  background-color: #7E7B70;
  padding: 28px 45px 75px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 85%, 0 100%);
  width: 100%;
  max-width: calc(100% - 52px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}
@media (max-width: 1200px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content {
    padding: 28px 25px 95px;
  }
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content {
    padding: 28px 30px 75px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .event_title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .event_title {
    font-size: 25px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .event_title a {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .event_title a {
    font-size: 25px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .event_item_date {
  text-align: center;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 2.5px;
  color: #C4E2C9;
  margin-bottom: 25px;
  font-family: "Bebas Neue", sans-serif;
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .item_info {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col .event_slider_item .event_item_content .item_info {
    font-size: 15px;
    line-height: 25px;
  }
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item:nth-child(3n+1) .event_item_content {
  background-color: #7E7B70;
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item:nth-child(3n+2) .event_item_content {
  background-color: #A0A155;
}
.events_section .event_slider_wrap .event_slider_col .event_slider_item:nth-child(3n+3) .event_item_content {
  background-color: #675146;
}
.events_section .event_slider_wrap .event_slider_col.slick-initialized {
  padding-bottom: 48px;
  position: relative;
}
.events_section .event_slider_wrap .event_slider_col.slick-initialized .slick-list {
  margin-left: -34px;
  margin-right: -34px;
}
@media (max-width: 1200px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.events_section .event_slider_wrap .event_slider_col.slick-initialized button.slick-prev.slick-arrow {
  background-color: transparent;
  position: absolute;
  left: calc(50% - 90px);
  transform: translateX(-50%);
  top: auto;
  bottom: -48px;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized button.slick-prev.slick-arrow {
    left: calc(50% - 90px) !important;
    right: auto !important;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    margin: 0 !important;
  }
}
.events_section .event_slider_wrap .event_slider_col.slick-initialized button.slick-next.slick-arrow {
  transform: translateX(-50%);
  top: auto;
  right: calc(50% - 90px);
  background-color: transparent;
  bottom: -48px;
}
@media (max-width: 767px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized button.slick-next.slick-arrow {
    right: calc(50% - 90px) !important;
    left: auto !important;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    margin: 0 !important;
  }
}
.events_section .event_slider_wrap .event_slider_col.slick-initialized .event_slider_item {
  max-width: 100%;
  margin: 0 34px;
}
@media (max-width: 1200px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized .event_slider_item {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .events_section .event_slider_wrap .event_slider_col.slick-initialized .event_slider_item {
    margin: 0 10px;
  }
}

@media (min-width: 1601px) {
  .homepage .events_section .events_wrap .container {
    max-width: 87%;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}

.small-badge {
  max-width: 1000px;
  margin: 40px auto 0;
  width: 100%;
  padding: 0 25px 25px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .small-badge {
    margin: 30px auto 0;
    padding: 0 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .small-badge {
    margin: 20px auto 0;
  }
}
.small-badge:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 980px;
  height: 114px;
  content: "";
  background-color: #7A6458;
  padding: 30px 80px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .small-badge:after {
    max-width: 850px;
    height: 94px;
  }
}
@media (max-width: 991px) {
  .small-badge:after {
    height: 94px;
    bottom: 5px;
    max-width: 97%;
  }
}
.small-badge .badge-inner {
  background-color: #C6442E;
  width: 100%;
  padding: 30px 80px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
}
@media (max-width: 991px) {
  .small-badge .badge-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
  }
}
.small-badge h4 {
  font-size: 30px;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1199px) {
  .small-badge h4 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .small-badge h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .small-badge h4 {
    font-size: 22px;
  }
}
.small-badge h4.badge-sub-title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .small-badge h4.badge-sub-title {
    font-size: 20px;
  }
}
.small-badge h4.badge-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .small-badge h4.badge-title {
    font-size: 18px;
  }
}

.zig-zag-with-badge-heading {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .zig-zag-with-badge-heading {
    padding: 50px 0;
  }
}
.zig-zag-with-badge-heading .inner-html {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .inner-html {
    gap: 30px;
  }
}
.zig-zag-with-badge-heading .inner-html .img-wrap {
  position: relative;
  width: 100%;
  max-width: 50%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap {
    max-width: 100%;
    order: 2;
  }
}
.zig-zag-with-badge-heading .inner-html .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 1/0.65;
}
.zig-zag-with-badge-heading .inner-html .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Bebas Neue";
  font-size: 260px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 26px;
  color: #F702BE;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap span {
    font-size: 200px;
    letter-spacing: 20px;
  }
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap span {
    font-size: 150px;
    letter-spacing: 15px;
  }
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap span {
    font-size: 100px;
    letter-spacing: 10px;
  }
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap span {
    font-size: 80px;
    letter-spacing: 6px;
  }
}
.zig-zag-with-badge-heading .inner-html .img-wrap .winner_logo {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 160px;
  height: 160px;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap .winner_logo {
    top: 20px;
    right: 20px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap .winner_logo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap .winner_logo {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .inner-html .img-wrap .winner_logo {
    width: 50px;
    height: 50px;
  }
}
.zig-zag-with-badge-heading .inner-html .text-wrap {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0 50px;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .inner-html .text-wrap {
    gap: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .inner-html .text-wrap {
    max-width: 100%;
    order: 3;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .inner-html .text-wrap .small-badge {
    display: none;
  }
}
.zig-zag-with-badge-heading.reverse .inner-html {
  flex-direction: row-reverse;
}
.zig-zag-with-badge-heading.red .small-badge .badge-inner {
  background-color: #C6442E;
}
.zig-zag-with-badge-heading.green .small-badge .badge-inner {
  background-color: #A0A155;
}
.zig-zag-with-badge-heading.blue .small-badge .badge-inner {
  background-color: #24566E;
}
.zig-zag-with-badge-heading.brown .small-badge .badge-inner {
  background-color: #675146;
}
.zig-zag-with-badge-heading.violate .small-badge .badge-inner {
  background-color: #3E452E;
}
.zig-zag-with-badge-heading .small-badge {
  max-width: 628px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .small-badge {
    padding: 0 20px 20px 0;
  }
}
.zig-zag-with-badge-heading .small-badge .badge-inner {
  justify-content: center;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner {
    padding: 20px;
  }
}
.zig-zag-with-badge-heading .small-badge .badge-inner .badge-heading {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner .badge-heading {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner .badge-heading {
    font-size: 30px;
    letter-spacing: 4px;
  }
}
@media (max-width: 1024px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner .badge-heading {
    font-size: 25px;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  .zig-zag-with-badge-heading .small-badge .badge-inner .badge-heading {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.zig-zag-with-badge-heading .small-badge::after {
  max-width: 97%;
}
@media (max-width: 1199px) {
  .zig-zag-with-badge-heading .small-badge::after {
    height: 70px;
    max-width: 96%;
  }
}
@media (min-width: 992px) {
  .zig-zag-with-badge-heading .small-badge.mobile {
    display: none;
    order: 1;
  }
}
.zig-zag-with-badge-heading .description {
  width: 100%;
  max-width: 398px;
  margin: 0 auto;
}
.zig-zag-with-badge-heading .description .small-title {
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
  color: #3E452E;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .description .small-title {
    font-size: 15px;
  }
}
.zig-zag-with-badge-heading .description p {
  margin: 30px auto 20px;
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  color: #3E452E;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .zig-zag-with-badge-heading .description p {
    margin: 20px auto 15px;
  }
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .description p {
    font-size: 15px;
  }
}
.zig-zag-with-badge-heading .description .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .description .btn {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 389px) {
  .zig-zag-with-badge-heading .description .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .zig-zag-with-badge-heading .container {
    width: calc(100% - 74px);
  }
}

.download-app {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .download-app {
    padding-bottom: 58px;
  }
}

.download-text-link {
  display: flex;
  align-items: center;
  padding-left: 328px;
  gap: 50px;
  justify-content: flex-end;
}
@media (max-width: 1600px) {
  .download-text-link {
    padding-left: 120px;
  }
}
@media (max-width: 1280px) {
  .download-text-link {
    padding-left: 20px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .download-text-link {
    flex-direction: column-reverse;
    padding-top: 45px;
    padding-left: 0;
  }
}

.download-app-img {
  width: 50%;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .download-app-img {
    margin: 0;
    padding-left: 30px;
    width: 100%;
    margin-top: -140px;
    overflow: hidden;
  }
}
.download-app-img img {
  max-width: 100%;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .download-app-img img {
    position: relative;
    right: -35px;
  }
}

.download-app-link {
  width: 50%;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .download-app-link {
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
}
.download-app-link .appstore-img {
  margin-top: 35px;
}
.download-app-link .countdown-wrapper {
  margin-top: 55px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .download-app-link .countdown-wrapper {
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
.download-app-link .countdown-wrapper .home-count-title {
  font-size: 46px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .download-app-link .countdown-wrapper .home-count-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .download-app-link .countdown-wrapper .home-count-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes span {
    font-size: 100px !important;
  }
}
@media (max-width: 767px) {
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes span {
    font-size: 80px !important;
  }
}
@media (max-width: 389px) {
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours span,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes span {
    font-size: 60px !important;
  }
}
@media (max-width: 1199px) {
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days h4,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours h4,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes h4 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Days h4,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Hours h4,
  .download-app-link .countdown-wrapper .countdown #ycd-circle-3647 .textDiv_Minutes h4 {
    font-size: 20px !important;
  }
}

.route-details {
  display: grid;
  gap: 40px;
}

.section-content p {
  font-size: 23px;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .section-content p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .section-content p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .section-content p br {
    display: none;
  }
}
.section-content p:empty {
  display: none;
}
.section-content strong {
  font-weight: bold;
}

.page-section-title {
  color: #3E452E;
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  line-height: 64px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5.5px;
}
@media (max-width: 1400px) {
  .page-section-title {
    font-size: 54px;
    line-height: 62px;
  }
}
@media (max-width: 1100px) {
  .page-section-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 991px) {
  .page-section-title {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 767px) {
  .page-section-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .play-top-content {
    text-align: left;
    max-width: 240px;
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .play-top-content .page-section-title {
    max-width: 150px;
  }
}

.ready-for-adventure {
  padding: 150px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .ready-for-adventure {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .ready-for-adventure {
    padding-top: 45px;
    padding-bottom: 58px;
  }
}
.ready-for-adventure::before {
  content: "";
  background-image: url(../images/star-icon-1.png);
  background-repeat: no-repeat;
  left: 0;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 30%;
  background-position: -60px 0;
  pointer-events: none;
  background-size: 257px;
}
@media (max-width: 768px) {
  .ready-for-adventure::before {
    display: none;
  }
}
.ready-for-adventure:after {
  content: "";
  background-image: url(../images/star-icon.png);
  background-repeat: no-repeat;
  right: 0;
  width: 196px;
  height: 180px;
  position: absolute;
  top: 15%;
  background-position: 50px;
  pointer-events: none;
  background-size: 166px;
}
@media (max-width: 768px) {
  .ready-for-adventure:after {
    display: none;
  }
}
.ready-for-adventure .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ready-for-adventure {
    background-image: url(../images/mb-bg.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
}

.adventure-content {
  margin-top: 38px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .adventure-content {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

.adventure-top-content {
  text-align: center;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}
.adventure-top-content .adventure-title {
  color: #707070;
  font-size: 65px;
  line-height: 53px;
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .adventure-top-content .adventure-title {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .adventure-top-content .adventure-title {
    font-size: 30px;
    line-height: 34px;
    color: pink-2;
  }
}
.adventure-top-content .adventure-title:after {
  content: "";
  background-image: url(../images/star-icon.png);
  width: 432px;
  height: 6px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 62px auto 65px auto;
}
@media (max-width: 1280px) {
  .adventure-top-content .adventure-title:after {
    margin: 37px auto 37px auto;
  }
}
@media (max-width: 768px) {
  .adventure-top-content .adventure-title:after {
    width: 254px;
    height: 3px;
    background-size: contain;
  }
}

.adventure-list {
  position: relative;
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
.adventure-list::after {
  content: "";
  background-image: url(../images/arrow-curved-red.png);
  width: 321px;
  height: 344px;
  display: block;
  position: absolute;
  right: -220px;
  bottom: -265px;
  pointer-events: none;
  transform: rotate(17deg);
}
@media (max-width: 1600px) {
  .adventure-list::after {
    right: -80px;
    bottom: -295px;
  }
}
@media (max-width: 1280px) {
  .adventure-list::after {
    right: 0;
    bottom: -180px;
    width: 201px;
    height: 195px;
  }
}
@media (max-width: 1024px) {
  .adventure-list::after {
    bottom: -170px;
    height: 175px;
  }
}
@media (max-width: 991px) {
  .adventure-list::after {
    display: none;
  }
}

.adventure-box {
  padding: 28px 20px 28px 40px;
  border-radius: 16px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 90px auto;
  align-items: flex-start;
  gap: 47px;
}
.adventure-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .adventure-box {
    padding: 20px;
    grid-template-columns: 50px auto;
    gap: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .adventure-box {
    padding: 20px 15px;
    gap: 15px;
    align-items: flex-start;
    grid-template-columns: 40px auto;
  }
}

.adventure-list-content h4 {
  font-size: 37px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .adventure-list-content h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .adventure-list-content h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.adventure-list-content p {
  font-size: 23px;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .adventure-list-content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .adventure-list-content p {
    font-size: 15px;
    line-height: 25px;
  }
}

.adventure-img {
  min-width: 90px;
}
@media (max-width: 1024px) {
  .adventure-img {
    min-width: 50px;
  }
}
@media (max-width: 768px) {
  .adventure-img {
    min-width: 40px;
  }
}
.adventure-img img {
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .adventure-img img {
    margin: -15px auto auto;
  }
}

.teal-green-bg {
  background: #60B2A4;
}

.moss-green-bg {
  background: #A0A155;
}

.light-pink-bg {
  background: #E69A89;
}

.blue-bg {
  background: #24566E;
}

.orange-bg {
  background: #BD651A;
}

.brown-bg {
  background: #675146;
}

.heres-how-it-works {
  background: #60B2A4;
  padding-top: 113px;
  padding-bottom: 157px;
}
@media (max-width: 1280px) {
  .heres-how-it-works {
    padding: 65px 0;
  }
}
@media (max-width: 991px) {
  .heres-how-it-works {
    padding: 43px 0 150px;
  }
}
.heres-how-it-works .appstore-img {
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .heres-how-it-works .appstore-img > div {
    display: inline-flex;
    justify-content: center;
    max-width: 152px;
  }
}
@media (max-width: 767px) {
  .heres-how-it-works .container {
    width: calc(100% - 80px);
  }
}

.appstore-title {
  display: grid;
  gap: 16px;
  text-align: center;
}
.appstore-title h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .appstore-title h5 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1;
  }
}

.works-content {
  text-align: center;
  max-width: 1270px;
  margin: auto;
}
.works-content p {
  font-size: 32px;
  line-height: 53px;
  color: #F4F0EC;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .works-content p {
    font-size: 22px;
    line-height: 43px;
  }
}
@media (max-width: 991px) {
  .works-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .works-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 19px;
  }
}
.works-content .works-title {
  font-size: 82px;
  line-height: 64px;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.82px;
  font-weight: 400;
  margin-bottom: 33px;
}
@media (max-width: 1280px) {
  .works-content .works-title {
    font-size: 55px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .works-content .works-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .works-content .works-title {
    font-size: 32px;
    line-height: 64px;
    margin-bottom: 8px;
  }
}
.works-content .works-title span {
  font-family: "Yellowtail", cursive;
}
.works-content .page-section-title {
  color: #EDE0CB;
  margin-top: 48px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .works-content .page-section-title {
    margin-top: 20px;
  }
}

.how-it-works-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
  margin-bottom: 95px;
  justify-content: center;
  gap: 140px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .how-it-works-items {
    gap: 80px;
    max-width: 1030px;
  }
}
@media (max-width: 1199px) {
  .how-it-works-items {
    gap: 60px;
    max-width: 880px;
  }
}
@media (max-width: 991px) {
  .how-it-works-items {
    gap: 120px;
    grid-template-columns: auto;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.how-it-works-badge-boxs {
  width: 100%;
  text-align: center;
  padding: 50px 34px 90px;
  margin: auto;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 544px;
}
@media (max-width: 1400px) {
  .how-it-works-badge-boxs {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs {
    min-height: 360px;
    background-size: contain;
    display: flex;
    background-position: center;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .how-it-works-badge-boxs {
    min-height: 420px;
    background-size: cover;
    border-radius: 75px;
  }
  .how-it-works-badge-boxs:before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 75px;
    border: 5px solid #EDE0CB;
  }
  .how-it-works-badge-boxs .how-it-works-badge-inner {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs .how-it-works-badge-inner {
    max-width: 220px;
    margin: auto;
  }
}
.how-it-works-badge-boxs:last-child::after {
  display: none;
}
.how-it-works-badge-boxs:after {
  content: "";
  background-image: url(../images/arrow-right-icon.svg);
  width: 96px;
  height: 71px;
  position: absolute;
  top: 50%;
  right: calc(-50% + 11px);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media (max-width: 1400px) {
  .how-it-works-badge-boxs:after {
    right: calc(-50% - 9px);
    background-size: 56px;
  }
}
@media (max-width: 1199px) {
  .how-it-works-badge-boxs:after {
    right: calc(-50% - 25px);
    background-size: 45px;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs:after {
    right: 0;
    left: 0;
    background-size: 80px;
    transform: translateY(-50%) rotate(90deg);
    bottom: -140px;
    top: auto;
    margin: auto;
  }
}
.how-it-works-badge-boxs .badge-boxs-title {
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  margin: auto auto 50px;
  letter-spacing: 4.5px;
  max-width: 204px;
}
@media (max-width: 1400px) {
  .how-it-works-badge-boxs .badge-boxs-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .how-it-works-badge-boxs .badge-boxs-title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs .badge-boxs-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
.how-it-works-badge-boxs p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .how-it-works-badge-boxs p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .how-it-works-badge-boxs p {
    font-size: 15px;
    line-height: 25px;
  }
}

.works-badge-icon {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .works-badge-icon {
    margin-bottom: 20px;
  }
}
.works-badge-icon img {
  margin: auto;
}
@media (max-width: 1400px) {
  .works-badge-icon img {
    max-width: 100px;
  }
}

.happy-adv-section {
  background: #EDE0CB;
  padding-bottom: 70px;
}
@media (max-width: 1499px) {
  .happy-adv-section {
    padding: 40px 0;
  }
}

.happy-adv-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .happy-adv-row {
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  .happy-adv-row {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .happy-adv-row {
    text-align: center;
    gap: 20px;
    padding: 0 47px;
  }
}
.happy-adv-row img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .happy-adv-row img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 30px;
  }
}
.happy-adv-row .page-section-title {
  color: #24566E;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .happy-adv-row .happy-adv-content-inner {
    align-items: center;
  }
}
.happy-adv-row.left-image {
  position: relative;
  margin-bottom: 25px;
}
.happy-adv-row.left-image .happy-adv-content-inner {
  gap: 50px;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .happy-adv-row.left-image .happy-adv-content-inner {
    gap: 20px;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.happy-adv-row.left-image .happy-adv-img {
  margin-left: -215px;
  margin-top: -70px;
}
@media (max-width: 1400px) {
  .happy-adv-row.left-image .happy-adv-img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .happy-adv-row.left-image .happy-adv-img {
    margin-top: -130px;
  }
}
.happy-adv-row.left-image::after {
  content: "";
  background-image: url(../images/the-jim-aillen-gp.svg);
  width: 689px;
  height: 687px;
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 110%;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .happy-adv-row.left-image::after {
    display: none;
  }
}
.happy-adv-row.right-image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .happy-adv-row.right-image {
    flex-direction: column-reverse;
  }
}
.happy-adv-row.right-image .happy-adv-img {
  margin-right: -215px;
}
@media (max-width: 1400px) {
  .happy-adv-row.right-image .happy-adv-img {
    margin: 0;
  }
}
.happy-adv-row.right-image .happy-adv-content-inner {
  gap: 30px;
}
@media (max-width: 991px) {
  .happy-adv-row.right-image .happy-adv-content-inner .btn {
    margin-top: 30px;
  }
}
.happy-adv-row.right-image .page-section-title {
  max-width: 560px;
}
@media (max-width: 1499px) {
  .happy-adv-row.right-image .page-section-title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .happy-adv-row.right-image .page-section-title {
    max-width: 90%;
  }
}

.happy-adv-content-inner {
  flex-direction: column;
  display: flex;
}

.happy-adv-img {
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .happy-adv-img {
    width: 100%;
  }
}

.happy-adv-content {
  width: calc(50% - 30px);
  padding: 20px 100px;
}
@media (max-width: 1499px) {
  .happy-adv-content {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .happy-adv-content {
    width: 100%;
    padding-bottom: 0;
  }
}

.adv-content-top {
  max-width: 620px;
}
@media (max-width: 991px) {
  .adv-content-top {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-intro_section_with_left_and_right_image_option + .section-intro_section_with_left_and_right_image_option .happy-adv-section {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

.hero-banner-inner {
  align-items: self-start;
  display: flex;
  flex-direction: column;
  height: 820px;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .hero-banner-inner {
    align-items: center;
    justify-content: flex-start;
    height: 600px;
  }
}
.hero-banner-inner.banner-caption-center {
  align-items: center;
}
.hero-banner-inner.banner-caption-center .inner_content {
  padding: 200px 30px 0 145px;
}
@media (max-width: 1499px) {
  .hero-banner-inner.banner-caption-center .inner_content {
    padding: 100px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .hero-banner-inner.banner-caption-center .inner_content {
    padding: 100px 30px 30px;
  }
}
.hero-banner-inner .inner_content {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 200px 30px 0 145px;
  text-align: center;
  position: relative;
}
@media (max-width: 1499px) {
  .hero-banner-inner .inner_content {
    padding: 100px 30px 0 40px;
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .hero-banner-inner .inner_content {
    max-width: 630px;
  }
}
@media (max-width: 768px) {
  .hero-banner-inner .inner_content {
    gap: 24px;
    padding: 100px 30px 30px;
  }
}
.hero-banner-inner .inner_content .mobile-logo {
  display: none;
}
@media (max-width: 768px) {
  .hero-banner-inner .inner_content .mobile-logo {
    display: block;
    max-width: 196px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .hero-banner-inner .inner_content .desktop-logo {
    display: none;
  }
}
.hero-banner-inner .inner_content h3 {
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 3.3px;
  line-height: 55px;
  margin: auto;
  max-width: 600px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-banner-inner .inner_content h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 26px;
    max-width: 280px;
  }
}

.desktop-inner-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.desktop-inner-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .desktop-inner-banner {
    display: none;
  }
}

.mobile-inner-banner {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .mobile-inner-banner {
    display: block;
  }
}
.mobile-inner-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .crown_your_new_home .text-wrapper .title h5 br {
    display: none;
  }
}

.how-it-work-section {
  position: relative;
  background-size: contain;
  background-position: center;
  padding-bottom: 340px;
}
@media (max-width: 1280px) {
  .how-it-work-section {
    padding-bottom: 380px;
  }
}
@media (max-width: 991px) {
  .how-it-work-section {
    padding-bottom: 320px;
  }
}
.how-it-work-section .adventure-list {
  max-width: 1110px;
}
.how-it-work-section .adventure-list::after {
  right: -340px;
  bottom: -110px;
  background-size: contain;
  transform: rotate(1deg);
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 1890px) {
  .how-it-work-section .adventure-list::after {
    right: -280px;
    bottom: -110px;
    width: 270px;
    height: 304px;
  }
}
@media (max-width: 1890px) {
  .how-it-work-section .adventure-list::after {
    right: -170px;
    bottom: -110px;
    width: 250px;
    height: 244px;
  }
}
@media (max-width: 1499px) {
  .how-it-work-section .adventure-list::after {
    right: -70px;
    bottom: -80px;
    width: 160px;
    height: 154px;
  }
}
@media (max-width: 1280px) {
  .how-it-work-section .adventure-list::after {
    right: -40px;
    bottom: -130px;
    width: 160px;
    height: 154px;
  }
}
@media (max-width: 768px) {
  .how-it-work-section .adventure-list::after {
    right: -10px;
    bottom: -140px;
  }
}

.how-it-work-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  top: -80px;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 60px);
}
@media (max-width: 1440px) {
  .how-it-work-heading {
    top: -52px;
  }
}
@media (max-width: 1024px) {
  .how-it-work-heading {
    top: -47px;
  }
}
@media (max-width: 991px) {
  .how-it-work-heading {
    top: -42px;
  }
}
@media (max-width: 767px) {
  .how-it-work-heading {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
.how-it-work-heading .how-it-work-bg {
  background-color: #B82E20;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%);
  padding: 55px 30px;
  max-width: 760px;
}
@media (max-width: 1440px) {
  .how-it-work-heading .how-it-work-bg {
    padding: 30px;
  }
}
.how-it-work-heading .how-it-work-title {
  color: #ffffff;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 5.5px;
}
@media (max-width: 1440px) {
  .how-it-work-heading .how-it-work-title {
    font-size: 45px;
    letter-spacing: 4.5px;
  }
}
@media (max-width: 1024px) {
  .how-it-work-heading .how-it-work-title {
    font-size: 35px;
    letter-spacing: 3.5px;
  }
}
@media (max-width: 991px) {
  .how-it-work-heading .how-it-work-title {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}

.how-it-work-content {
  max-width: 1140px;
  margin: auto auto 50px;
  text-align: center;
}

.how-it-work-list-content p {
  color: #707070;
  font-size: 23px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .how-it-work-list-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.how-it-work-list-content h5 {
  font-size: 23px;
  line-height: 40px;
  color: #3E452E;
  font-weight: bold;
}
@media (max-width: 767px) {
  .how-it-work-list-content h5 {
    font-size: 15px;
    line-height: 25px;
  }
}

.how-it-work-list {
  display: flex;
  gap: 30px;
  text-align: left;
  margin-bottom: 35px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .how-it-work-list {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.how-it-work-list:last-child {
  margin-bottom: 0;
}

.how-it-work-icon {
  min-width: 80px;
}
@media (max-width: 767px) {
  .how-it-work-icon {
    min-width: 50px;
  }
}

.section-tour_to_win_events {
  overflow-x: clip;
}

.events_section.tour_to_win_event-section {
  padding-top: 450px;
  padding-bottom: 270px;
  overflow: visible;
}
@media (max-width: 1199px) {
  .events_section.tour_to_win_event-section {
    padding-top: 300px;
  }
}
@media (max-width: 991px) {
  .events_section.tour_to_win_event-section {
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .events_section.tour_to_win_event-section {
    padding-bottom: 130px;
    padding-top: 270px;
  }
}
.events_section.tour_to_win_event-section .tour_to_win-col {
  gap: 136px;
}
@media (max-width: 1440px) {
  .events_section.tour_to_win_event-section .tour_to_win-col {
    gap: 40px;
  }
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col {
  max-width: 100%;
  width: calc(65% - 68px);
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .events_section.tour_to_win_event-section .tour_to_win-col .left_col {
    width: calc(55% - 20px);
  }
}
@media (max-width: 991px) {
  .events_section.tour_to_win_event-section .tour_to_win-col .left_col {
    width: 100%;
    padding-bottom: 0;
  }
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col ul {
  list-style: disc;
  padding-left: 20px;
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col ul li {
  font-weight: 300;
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col ul li:not(:last-child) {
  margin-bottom: 25px;
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col table {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 1440px) {
  .events_section.tour_to_win_event-section .tour_to_win-col .left_col table {
    max-width: 100%;
  }
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col table td:first-child {
  font-weight: 300;
}
.events_section.tour_to_win_event-section .tour_to_win-col .left_col table td:last-child {
  color: #707070;
}
.events_section.tour_to_win_event-section .tour_to_win-col .right_col {
  max-width: 100%;
  width: calc(35% - 68px);
  display: block;
}
@media (max-width: 1440px) {
  .events_section.tour_to_win_event-section .tour_to_win-col .right_col {
    width: calc(45% - 20px);
  }
}
@media (max-width: 991px) {
  .events_section.tour_to_win_event-section .tour_to_win-col .right_col {
    width: 100%;
  }
}
.events_section.tour_to_win_event-section .tour_to_win-col .slick-initialized button.slick-prev.slick-arrow {
  left: calc(50% - 50px);
}
.events_section.tour_to_win_event-section .tour_to_win-col .slick-initialized button.slick-next.slick-arrow {
  right: calc(50% - 120px);
}

.star-shape {
  position: absolute;
  bottom: -188px;
  left: 0;
  width: 392px;
  height: 382px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .star-shape {
    bottom: -148px;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .star-shape {
    bottom: -100px;
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .star-shape {
    bottom: -90px;
    width: 170px;
    height: 170px;
    left: -86px;
  }
}

@media (min-width: 1601px) {
  .tour-to-win .events_section.tour_to_win_event-section .tour_to_win-col .left_col {
    padding-left: 3%;
  }
}

.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: -740px;
}
@media (max-width: 1280px) {
  .card-container {
    gap: 36px;
  }
}
@media (max-width: 991px) {
  .card-container {
    grid-template-columns: auto;
    margin-top: -670px;
  }
}

.tour-to-win-video-with-card {
  padding-top: 500px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .tour-to-win-video-with-card {
    background-position: 30% 50%;
    padding-bottom: 310px;
  }
  .tour-to-win-video-with-card .container {
    width: 100%;
  }
}

.custom-card {
  padding: 50px 30px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 15px solid #ffffff;
}
@media (max-width: 1499px) {
  .custom-card {
    padding: 30px 25px;
  }
}
@media (max-width: 1440px) {
  .custom-card {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .custom-card {
    max-width: 285px;
    margin: auto;
    border: 10px solid #ffffff;
    padding-bottom: 65px;
  }
}
.custom-card .card-icon {
  display: inline-flex;
  min-height: 143px;
}
@media (max-width: 1440px) {
  .custom-card .card-icon {
    max-width: 100px;
    min-height: 100px;
  }
}
@media (max-width: 991px) {
  .custom-card .card-icon {
    max-width: 80px;
    min-height: 80px;
  }
}
.custom-card .card-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-card .card-title {
  font-size: 74px;
  line-height: 64px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: "Yellowtail", cursive;
  color: #ffffff;
  transform: matrix(0.99, -0.16, 0.16, 0.99, 0, 0);
}
@media (max-width: 1400px) {
  .custom-card .card-title {
    font-size: 44px;
    line-height: 44px;
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 95px;
  }
}
@media (max-width: 1280px) {
  .custom-card .card-title {
    font-size: 36px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  .custom-card .card-title {
    font-size: 30px;
    line-height: 32px;
  }
}
.custom-card .section-content p {
  color: #ffffff;
}
@media (max-width: 1400px) {
  .custom-card .section-content p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .custom-card .section-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.custom-card .section-content p strong {
  display: block;
}

.video-wrapper {
  display: none;
}
.video-wrapper video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1010px;
  height: 740px;
  margin-left: 150px;
  margin-top: 110px;
}
@media (max-width: 1600px) {
  .video-wrapper video {
    max-width: 650px;
    height: 540px;
    margin-left: 100px;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .video-wrapper video {
    max-width: 460px;
    height: 360px;
    margin-left: 70px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .video-wrapper video {
    max-width: 350px;
    height: 280px;
    margin-left: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .video-wrapper video {
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    inset: 0;
    margin: 0;
  }
}

.video-section {
  margin-top: 260px;
  margin-bottom: -555px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .video-section {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .video-section {
    margin-top: 20px;
  }
}

.video-frame-wrapper {
  position: relative;
}
@media (max-width: 1600px) {
  .video-frame-wrapper {
    max-width: 1100px;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .video-frame-wrapper {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .video-frame-wrapper {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .video-frame-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
}

.video-frame-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin: auto;
}

.video-frame {
  position: relative;
  z-index: 1;
}

.video-play-button {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(-90%, -50%);
  background: transparent;
  border: 0;
  z-index: 1;
  width: 190px;
  height: 190px;
  margin: auto;
  padding: 0;
}
@media (max-width: 1600px) {
  .video-play-button {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1280px) {
  .video-play-button {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .video-play-button {
    width: 113px;
    height: 113px;
    transform: unset;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
  }
}

.video-frame img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .video-frame img.desktop-img {
    display: none;
  }
}
.video-frame img.mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .video-frame img.mobile-img {
    display: block;
  }
}

.frame-image {
  height: 100%;
  margin: auto;
}
.frame-image img {
  margin: auto;
  height: 100%;
}
.frame-image img.desktop-img {
  display: block;
}
@media (max-width: 767px) {
  .frame-image img.desktop-img {
    display: none;
  }
}
.frame-image img.mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .frame-image img.mobile-img {
    display: block;
  }
}

.gravity_form_section {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .gravity_form_section {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .gravity_form_section {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
.gravity_form_section .gravity_form {
  background: #EDE0CB;
  border-radius: 24px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1607843137);
  padding: 80px;
  max-width: 1558px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1600px) {
  .gravity_form_section .gravity_form {
    padding: 70px;
  }
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .gravity_form_section .gravity_form {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form {
    padding: 40px 25px;
  }
}
.gravity_form_section .gravity_form .gform_heading {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin: 0px auto 50px;
  text-align: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form .gform_heading {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form .gform_heading {
    margin: 0 auto 30px;
  }
}
.gravity_form_section .gravity_form .gform_heading .gform_title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #675146;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1600px) {
  .gravity_form_section .gravity_form .gform_heading .gform_title {
    font-size: 55px;
  }
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form .gform_heading .gform_title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form .gform_heading .gform_title {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .gravity_form_section .gravity_form .gform_heading .gform_title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form .gform_heading .gform_title {
    font-size: 25px;
    letter-spacing: 2.5px;
  }
}
.gravity_form_section .gravity_form .gform_heading .gform_description {
  color: #707070;
  font-size: 23px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .gravity_form_section .gravity_form .gform_heading .gform_description {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form .gform_heading .gform_description {
    font-size: 18px;
  }
}
.gravity_form_section .gravity_form .gform_heading p {
  margin-bottom: 0;
}
.gravity_form_section .gravity_form .gform_heading p:empty {
  display: none;
}
.gravity_form_section .gravity_form .gform-footer {
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center;
}
.gravity_form_section .gravity_form .gform-footer input {
  margin: 0;
  background: #ffffff;
  border: 3px solid #675146;
  border-radius: 39px;
  padding: 18px 65px;
  text-transform: uppercase;
  color: #675146;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s linear;
  letter-spacing: 2.5px;
  font-family: "Bebas Neue", sans-serif;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .gravity_form_section .gravity_form .gform-footer input {
    padding: 18px 20px;
    width: 100%;
    min-height: auto !important;
    line-height: 1 !important;
  }
}
.gravity_form_section .gravity_form .gform-footer input:hover {
  background: #675146;
  color: #ffffff;
}
.gravity_form_section .gravity_form form {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form form {
    gap: 32px;
  }
}
.gravity_form_section .gravity_form form .gform_fields {
  grid-column-gap: 70px;
  grid-row-gap: 0;
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form form .gform_fields {
    grid-column-gap: 60px;
  }
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form form .gform_fields {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .gravity_form_section .gravity_form form .gform_fields {
    grid-column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form form .gform_fields {
    grid-column-gap: 20px;
  }
}
.gravity_form_section .gravity_form form .gform_fields .gfield--width-half {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form form .gform_fields .gfield--width-half {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gravity_form_section .gravity_form form .gform_fields .gfield--width-half {
    width: 100%;
    grid-column: 12 span;
  }
}
.gravity_form_section .gravity_form form .gform_fields .gfield--type-html {
  font-size: 20px;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0;
}
.gravity_form_section .gravity_form form .gform_fields label {
  font-size: 20px;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form form .gform_fields label {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .gravity_form_section .gravity_form form .gform_fields label {
    font-size: 15px;
  }
}
.gravity_form_section .gravity_form form .gform_fields input,
.gravity_form_section .gravity_form form .gform_fields textarea,
.gravity_form_section .gravity_form form .gform_fields select {
  border-radius: 12px;
  outline: none;
  padding: 25px 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  color: #707070;
}
@media (max-width: 1600px) {
  .gravity_form_section .gravity_form form .gform_fields input,
  .gravity_form_section .gravity_form form .gform_fields textarea,
  .gravity_form_section .gravity_form form .gform_fields select {
    padding: 22px 30px;
  }
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form form .gform_fields input,
  .gravity_form_section .gravity_form form .gform_fields textarea,
  .gravity_form_section .gravity_form form .gform_fields select {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form form .gform_fields input,
  .gravity_form_section .gravity_form form .gform_fields textarea,
  .gravity_form_section .gravity_form form .gform_fields select {
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form form .gform_fields input,
  .gravity_form_section .gravity_form form .gform_fields textarea,
  .gravity_form_section .gravity_form form .gform_fields select {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .gravity_form_section .gravity_form form .gform_fields input,
  .gravity_form_section .gravity_form form .gform_fields textarea,
  .gravity_form_section .gravity_form form .gform_fields select {
    padding: 7px 15px;
    border-radius: 4px;
  }
}
.gravity_form_section .gravity_form_disclaimer_content {
  background: rgb(239, 232, 220);
  padding: 22px 80px;
  border-radius: 10px;
  margin-top: 40px;
  max-width: 1558px;
  margin: 40px auto 0;
  width: 100%;
}
@media (max-width: 1600px) {
  .gravity_form_section .gravity_form_disclaimer_content {
    padding: 22px 70px;
  }
}
@media (max-width: 1440px) {
  .gravity_form_section .gravity_form_disclaimer_content {
    padding: 22px 60px;
  }
}
@media (max-width: 1199px) {
  .gravity_form_section .gravity_form_disclaimer_content {
    padding: 22px 50px;
  }
}
@media (max-width: 1024px) {
  .gravity_form_section .gravity_form_disclaimer_content {
    padding: 22px 40px;
  }
}
@media (max-width: 991px) {
  .gravity_form_section .gravity_form_disclaimer_content {
    padding: 24px;
  }
}
.gravity_form_section .gravity_form_disclaimer_content p {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400;
}
.gravity_form_section .gravity_form_disclaimer_content p br {
  display: none;
}
@media (max-width: 767px) {
  .gravity_form_section .gravity_form_disclaimer_content p {
    font-size: 15px;
  }
}
.gravity_form_section .gravity_form_disclaimer_content p a {
  color: #000000;
}
.gravity_form_section .gravity_form_disclaimer_content p a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=custom-theme.css.map */