@keyframes customFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes motionRotate {
  0% {
    opacity: 0.3;
    transform: rotate(0deg);
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.3;
    transform: rotate(360deg);
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.header--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.is--vertical div {
  display: flex;
}

.is--nav .et_mobile_nav_menu {
  display: none;
}
.is--nav .header-cta {
  display: inline-block;
}
.is--nav .et_pb_button_module_wrapper {
  display: inline !important;
}

body {
  background-color: white;
  font-family: "Gotham";
  font-weight: normal;
}

@media screen and (max-width: 991.98px) {
  .custom--hero .Hero--logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.custom--hero .hero--heading {
  background-color: transparent;
  min-width: 70%;
}
.custom--hero .hero--heading h1 {
  font-size: 60px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .custom--hero .hero--heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .custom--hero .hero--heading h1 {
    font-size: 36px;
    line-height: 42px !important;
  }
}
.custom--hero .hero--heading h1 strong {
  color: #FBC343;
  font-weight: bold;
}
.custom--hero .hero--heading h2 {
  font-size: 26px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 34px;
}
@media screen and (max-width: 991.98px) {
  .custom--hero .hero--heading h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .custom--hero .hero--heading h2 {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 26px;
  }
}

.text--block p {
  color: #FFFFFF;
  font-size: 18px;
  max-width: 670px;
}

.marquee-container {
  overflow: hidden;
}
.marquee-container .et_pb_code_inner {
  min-width: 100%;
}

.custom--marquee {
  width: 100%;
}
.custom--marquee span {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #D1A030;
  padding: 0 35px;
}

.heading-2.text--block h2 {
  font-size: 50px;
  color: #111337;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading-2.text--block p {
  color: #111337 !important;
}

.social--row .et_pb_column {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.custom--form .forminator-label {
  color: #111337 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}
.custom--form .forminator-input {
  background: #111337 !important;
  color: #FFFFFF !important;
  border: #111337 !important;
  padding: 15px !important;
}
.custom--form .forminator-input::-moz-placeholder {
  color: #FFFFFF !important;
}
.custom--form .forminator-input::placeholder {
  color: #FFFFFF !important;
}
.custom--form .forminator-title {
  color: #111337 !important;
  font-size: 30px !important;
  font-weight: bold !important;
}
.custom--form .forminator-rating-item {
  transition: all 0.4s ease;
  border: 1px solid #111337;
  width: 22px;
  height: 22px;
  border-radius: 30px;
}
.custom--form .forminator-rating-item .forminator-icon-star::before {
  display: none;
}
.custom--form .forminator-error-message {
  display: none !important;
}
.custom--form .forminator-button {
  background-color: #FBC343;
  color: #111337 !important;
  margin: 0 auto !important;
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 40px !important;
  border-radius: 0;
}
.custom--form .forminator-row-last .forminator-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.forminator-rating-item.forminator-rating-selected,
.forminator-rating-item.forminator-rating-hover {
  transition: all 0.4s ease;
  color: #FBC343 !important;
  background-color: #FBC343 !important;
  border: 1px solid #D1A030 !important;
}

.forminator-has_error .forminator-input {
  background: #E04562 !important;
}

@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/Divi-child");
  src: url("/wp-content/themes/Divi-child?#iefix") format("embedded-opentype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Bold.woff2") format("woff2"), url("/wp-content/themes/Divi-child/fonts/Gotham-Bold.woff") format("woff"), url("/wp-content/themes/Divi-child/fonts/Gotham-Bold.ttf") format("truetype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.eot");
  src: url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.woff2") format("woff2"), url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.woff") format("woff"), url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.ttf") format("truetype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/Divi-child/fonts/Gotham-Book.eot");
  src: url("/wp-content/themes/Divi-child/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Book.woff2") format("woff2"), url("/wp-content/themes/Divi-child/fonts/Gotham-Book.woff") format("woff"), url("/wp-content/themes/Divi-child/fonts/Gotham-Book.ttf") format("truetype"), url("/wp-content/themes/Divi-child/fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FBC343;
}
body::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 10px;
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  transition: all 0.3s ease 0s;
}

#main-content #left-area {
  width: 100%;
  padding: 0;
}
#main-content .container #sidebar {
  display: none;
}
#main-content .container:before {
  display: none;
}/*# sourceMappingURL=style.css.map */