html, body, h1, h2, h3, h4, h5, h6, p, ul, li, a, div {
  padding: 0;
  margin: 0;
}

.bc1 {
  color: #A0A0A0;
}

.bg-1 {
  background-color: #A0A0A0;
}
.bg-1 h1, .bg-1 h2, .bg-1 h3, .bg-1 h4, .bg-1 h5, .bg-1 h6, .bg-1 p, .bg-1 li, .bg-1 a {
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #0D1B2A;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #0D1B2A;
}

.bg-bc1 {
  background-color: #A0A0A0;
}

.font-rg {
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-bd {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 74px;
  line-height: 0.9em;
  margin-bottom: 0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  h1 {
    font-size: 120px;
    line-height: 0.9em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 155px;
    line-height: 1.1em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 190px;
    line-height: 1em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 220px;
    line-height: 0.8em;
  }
}
h1 span {
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 10px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}

h3 {
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 14px;
  line-height: 1.4em;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 19px;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 0;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 13px;
  line-height: 1.45em;
  margin-bottom: 15px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 16px;
  }
}

ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

p, label, li {
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  p, label, li {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  p, label, li {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  p, label, li {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.first-p p:first-of-type {
  font-size: 16px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .first-p p:first-of-type {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .first-p p:first-of-type {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .first-p p:first-of-type {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.last-p p:last-of-type {
  margin-bottom: 0;
}

.last-p-btn p:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .last-p-btn p:last-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .last-p-btn p:last-of-type {
    margin-bottom: 30px;
  }
}

li {
  margin: 0 0 10px 0;
}

.highlight {
  background-color: #0D1B2A;
  display: inline-block;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .highlight {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
  }
}

strong {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-size: 12px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0D1B2A;
  box-sizing: border-box;
  background-color: #0D1B2A;
}

.fw {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.rd-corners {
  border-radius: 22px;
}

.block {
  padding: 30px;
  border-radius: 22px;
}

.relative {
  position: relative;
}

.resp-img {
  width: 100%;
  height: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Buttons ================================================================== */
.btn2 {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0 25px 0 25px;
  color: #A0A0A0;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  height: 44px;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: solid 2px #A0A0A0;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .btn2 {
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    min-width: 160px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .btn2 {
    font-size: 26px;
  }
}
.btn2:hover {
  background-color: #A0A0A0;
  color: #0D1B2A;
}

.btn3 {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0 25px 0 25px;
  color: #0D1B2A;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  height: 44px;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: solid 2px #0D1B2A;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .btn3 {
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    min-width: 160px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .btn3 {
    font-size: 26px;
  }
}
.btn3:hover {
  background-color: #0D1B2A;
  color: #A0A0A0;
}

.btn, .navbar-expand-lg .navbar-nav .btn, .leform-form-6 .leform-element .leform-button.btn {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0 30px 0 0;
  color: #A0A0A0;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  height: 40px;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .btn, .navbar-expand-lg .navbar-nav .btn, .leform-form-6 .leform-element .leform-button.btn {
    font-size: 24px;
    padding: 0 26px 0 0;
  }
}
@media (min-width: 992px) {
  .btn, .navbar-expand-lg .navbar-nav .btn, .leform-form-6 .leform-element .leform-button.btn {
    font-size: 28px;
    padding: 0 36px 0 0;
  }
}
@media (min-width: 1200px) {
  .btn, .navbar-expand-lg .navbar-nav .btn, .leform-form-6 .leform-element .leform-button.btn {
    font-size: 32px;
  }
}
.btn::before, .navbar-expand-lg .navbar-nav .btn::before, .leform-form-6 .leform-element .leform-button.btn::before {
  content: "";
  width: 32px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right-bc1.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
@media (min-width: 768px) {
  .btn::before, .navbar-expand-lg .navbar-nav .btn::before, .leform-form-6 .leform-element .leform-button.btn::before {
    height: 20px;
    background-size: 16px auto;
  }
}
@media (min-width: 992px) {
  .btn::before, .navbar-expand-lg .navbar-nav .btn::before, .leform-form-6 .leform-element .leform-button.btn::before {
    height: 25px;
    background-size: 18px auto;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .btn::before, .navbar-expand-lg .navbar-nav .btn::before, .leform-form-6 .leform-element .leform-button.btn::before {
    height: 30px;
    background-size: 20px auto;
  }
}
.btn::after, .navbar-expand-lg .navbar-nav .btn::after, .leform-form-6 .leform-element .leform-button.btn::after {
  content: "";
  width: 32px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right-wo.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}
@media (min-width: 768px) {
  .btn::after, .navbar-expand-lg .navbar-nav .btn::after, .leform-form-6 .leform-element .leform-button.btn::after {
    height: 30px;
    background-size: 16px auto;
  }
}
@media (min-width: 992px) {
  .btn::after, .navbar-expand-lg .navbar-nav .btn::after, .leform-form-6 .leform-element .leform-button.btn::after {
    background-size: 20px auto;
    top: 50%;
  }
}
.btn:hover, .navbar-expand-lg .navbar-nav .btn:hover, .leform-form-6 .leform-element .leform-button.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn:hover::before, .navbar-expand-lg .navbar-nav .btn:hover::before, .leform-form-6 .leform-element .leform-button.btn:hover::before {
  right: -20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
.btn:hover::after, .navbar-expand-lg .navbar-nav .btn:hover::after, .leform-form-6 .leform-element .leform-button.btn:hover::after {
  right: 0px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}

.back-btn {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0 30px 0 0;
  color: #A0A0A0;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  vertical-align: middle;
  box-sizing: border-box;
  height: 40px;
  line-height: 42px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: transparent;
  border: transparent;
  min-width: 0;
  color: #A0A0A0;
  background-image: url("../images/chev-left-bc1.html");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left 11px;
  padding-left: 20px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .back-btn {
    font-size: 24px;
    padding: 0 26px 0 0;
  }
}
@media (min-width: 992px) {
  .back-btn {
    font-size: 28px;
    padding: 0 36px 0 0;
  }
}
@media (min-width: 1200px) {
  .back-btn {
    font-size: 32px;
  }
}
.back-btn::before {
  content: "";
  width: 32px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right-bc1.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
@media (min-width: 768px) {
  .back-btn::before {
    height: 20px;
    background-size: 16px auto;
  }
}
@media (min-width: 992px) {
  .back-btn::before {
    height: 25px;
    background-size: 18px auto;
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .back-btn::before {
    height: 30px;
    background-size: 20px auto;
  }
}
.back-btn::after {
  content: "";
  width: 32px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
  background-image: url("../images/arrow-right-wo.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}
@media (min-width: 768px) {
  .back-btn::after {
    height: 30px;
    background-size: 16px auto;
  }
}
@media (min-width: 992px) {
  .back-btn::after {
    background-size: 20px auto;
    top: 50%;
  }
}
.back-btn:hover {
  text-decoration: none;
  color: #fff;
}
.back-btn:hover::before {
  right: -20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
.back-btn:hover::after {
  right: 0px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.back-btn:hover {
  background-color: transparent;
  color: #A0A0A0;
}

.underline-link {
  color: #0D1B2A;
  border-color: #0D1B2A;
}
.underline-link:hover {
  color: #0D1B2A;
  border-color: #0D1B2A;
}

.box-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.sect-pad-top-sm {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .sect-pad-top-sm {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top-sm {
    padding-top: 30px;
  }
}

.sect-pad-bot-sm {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sect-pad-bot-sm {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot-sm {
    padding-bottom: 30px;
  }
}

.sect-pad-top {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .sect-pad-top {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top {
    padding-top: 100px;
  }
}

.sect-pad-bot {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .sect-pad-bot {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot {
    padding-bottom: 100px;
  }
}

.sect-pad-top-lg {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .sect-pad-top-lg {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .sect-pad-top-lg {
    padding-top: 180px;
  }
}

.sect-pad-bot-lg {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sect-pad-bot-lg {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .sect-pad-bot-lg {
    padding-bottom: 180px;
  }
}

.sect-mar-top {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sect-mar-top {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .sect-mar-top {
    margin-top: 100px;
  }
}

.sect-mar-bot {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sect-mar-bot {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .sect-mar-bot {
    margin-bottom: 100px;
  }
}

/* Placeholder ============================================================== */
.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}

/* Breadcrumbs ============================================================== */
.breadcrumbs {
  text-align: left;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    font-size: 11px;
  }
}
.breadcrumbs li a {
  display: block;
  padding: 15px 20px 14px 0px;
  margin-right: 10px;
  color: #0D1B2A;
  background-image: url("../images/chev-right-white.html");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: right center;
}
@media (min-width: 768px) {
  .breadcrumbs li a {
    padding: 15px 25px 14px 0px;
    margin-right: 16px;
  }
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

/* Carousel ================================================================= */
.carousel-control-prev {
  background-image: url("../images/chev-left-white.html");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

.carousel-control-next {
  background-image: url("../images/chev-right-white.html");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
}

/* Utilities ================================================================ */
.hide-mob {
  display: none;
}
@media (min-width: 768px) {
  .hide-mob {
    display: block;
  }
}
@media (min-width: 992px) {
  .hide-mob {
    display: block;
  }
}

.hide-tab {
  display: block;
}
@media (min-width: 768px) {
  .hide-tab {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-tab {
    display: block;
  }
}

.hide-desk {
  display: block;
}
@media (min-width: 768px) {
  .hide-desk {
    display: block;
  }
}
@media (min-width: 992px) {
  .hide-desk {
    display: none !important;
  }
}

/* Simple Lightbox Overides ================================================= */
.sl-wrapper .sl-navigation button {
  overflow: hidden;
  text-indent: -100px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .sl-wrapper .sl-navigation button {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}
.sl-wrapper .sl-navigation button.sl-prev {
  background-image: url(../images/chev-left-white.html);
}
.sl-wrapper .sl-navigation button.sl-next {
  background-image: url(../images/chev-right-white.html);
}
.sl-wrapper button.sl-close {
  overflow: hidden;
  text-indent: -100px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url(../images/close-icon-white.html);
  background-position: center center;
  width: 20px;
  height: 20px;
  margin: -9px -12px 0 0;
}
@media (min-width: 768px) {
  .sl-wrapper button.sl-close {
    background-size: 25px 25px;
    width: 30px;
    height: 30px;
    margin: -4px -10px 0 0;
  }
}
.sl-wrapper .sl-counter {
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  left: 20px;
  top: 20px;
}
@media (min-width: 768px) {
  .sl-wrapper .sl-counter {
    left: 30px;
    top: 30px;
  }
}

.sl-overlay {
  background: #0D1B2A;
  opacity: 0.95;
}

body.hidden-scroll {
  overflow-y: scroll;
  padding-right: 0 !important;
}

.gallery a:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-image: url("../images/zoom-in.html");
  background-size: 30px 30px;
  background-position: center center;
}

/* Masonry Gallery ========================================================== */
.grid {
  width: 100%;
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-item {
  height: 240px;
  float: left;
  background: #eee;
  border-top: 7px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .grid-item {
    height: 270px;
    border: 15px solid #fff;
  }
}

.grid-sizer,
.grid-item {
  width: 100%;
}
@media (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}

.grid-item--width2 {
  width: 100%;
  height: 240px;
}
@media (min-width: 992px) {
  .grid-item--width2 {
    width: 66.666%;
    height: 540px;
  }
}

/* Iphone Tel No Links ====================================================== */
a[href^=tel] {
  color: #fff;
}

.hw {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .hw {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .hw {
    min-height: 600px;
  }
}
.hw .hw-txt {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .hw .hw-txt {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .hw .hw-txt {
    padding-right: 60px;
  }
}

.form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
  border-radius: 10px;
  border: none;
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email], .leform-form-9 .leform-element div.leform-input input[type=textarea] {
    margin-bottom: 28px;
  }
}

input[type=text].form-control, .leform-form-9 .leform-element div.leform-input input[type=text], .leform-form-9 .leform-element div.leform-input input[type=email] {
  padding: 15px 15px 13px 15px !important;
}

.row {
  --bs-gutter-x: 40px;
}
@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1400px) {
  .row {
    --bs-gutter-x: 56px;
  }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 40px;
}
@media (min-width: 768px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 992px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1400px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 56px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100px;
}
@media (min-width: 768px) {
  .header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 130px;
  }
}

.logo {
  position: fixed;
  left: 20px;
  top: 21px;
  z-index: 100;
  width: 146px;
  height: auto;
}
@media (min-width: 768px) {
  .logo {
    width: 184px;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 226px;
    left: 28px;
    top: 30px;
  }
}

.menu-wrap {
  width: 80%;
  background-color: #A0A0A0;
  position: fixed;
  right: -80%;
  top: 0;
  bottom: 0;
  z-index: 201;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .menu-wrap {
    width: 550px;
    right: -700px;
  }
}
.menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-wrap ul li {
  padding: 0;
  margin: 0;
  line-height: 34px;
}
@media (min-width: 768px) {
  .menu-wrap ul li {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .menu-wrap ul li {
    line-height: 42px;
  }
}
.menu-wrap ul li.active a {
  position: relative;
  transition: all 0.8s ease-in-out;
  transition-delay: 1.5s;
}
.menu-wrap ul li.active a:hover {
  color: rgba(0, 0, 0, 0.1);
}
.menu-wrap ul li.active a::before {
  content: "";
  width: 0;
  height: 6px;
  background-color: #0D1B2A;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease-in-out;
  transition-delay: 2.3s;
}
@media (min-width: 768px) {
  .menu-wrap ul li.active a::before {
    left: -10px;
    height: 8px;
  }
}
.menu-wrap ul li a {
  color: #0D1B2A;
  text-decoration: none;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 46px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .menu-wrap ul li a {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .menu-wrap ul li a {
    font-size: 62px;
  }
}
.menu-wrap ul li a:hover {
  color: rgba(0, 0, 0, 0.2);
}
.menu-wrap ul li a.btn {
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  height: 48px;
  line-height: 52px;
  margin-top: 30px;
}
.menu-wrap ul li:nth-child(8)::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all 1.2s ease-in;
  transition-delay: 1.8s;
}
@media (min-width: 768px) {
  .menu-wrap ul li:nth-child(8)::after {
    margin-bottom: 30px;
  }
}
.menu-wrap.is-open {
  right: 0;
  opacity: 1;
}
.menu-wrap.is-open hr {
  width: 100%;
}
.menu-wrap.is-open ul li {
  opacity: 1;
  animation: fade-up 1.2s ease-out both;
}
.menu-wrap.is-open ul li.active a {
  color: rgba(0, 0, 0, 0.1);
}
.menu-wrap.is-open ul li.active a::before {
  width: calc(100% + 12px);
}
@media (min-width: 768px) {
  .menu-wrap.is-open ul li.active a::before {
    width: calc(100% + 20px);
  }
}
.menu-wrap.is-open ul li:nth-child(1) {
  animation-delay: 0.7s;
}
.menu-wrap.is-open ul li:nth-child(2) {
  animation-delay: 0.8s;
}
.menu-wrap.is-open ul li:nth-child(3) {
  animation-delay: 0.9s;
}
.menu-wrap.is-open ul li:nth-child(4) {
  animation-delay: 1s;
}
.menu-wrap.is-open ul li:nth-child(5) {
  animation-delay: 1.1s;
}
.menu-wrap.is-open ul li:nth-child(6) {
  animation-delay: 1.2s;
}
.menu-wrap.is-open ul li:nth-child(7) {
  animation-delay: 1.3s;
}
.menu-wrap.is-open ul li:nth-child(8) {
  animation-delay: 1.4s;
}
.menu-wrap.is-open ul li:nth-child(9) {
  animation-delay: 1.5s;
}
.menu-wrap.is-open ul li:nth-child(10) {
  animation-delay: 1.6s;
}
.menu-wrap.is-open ul li:nth-child(11) {
  animation-delay: 1.7s;
}
.menu-wrap.is-open ul li:nth-child(12) {
  animation-delay: 1.8s;
}
.menu-wrap.is-open ul li:nth-child(8)::after {
  width: 100%;
}
.menu-wrap .sub-menu {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .menu-wrap .sub-menu {
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .menu-wrap .sub-menu {
    margin-bottom: 8px;
  }
}
.menu-wrap .sub-menu li {
  line-height: 26px;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .menu-wrap .sub-menu li {
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .menu-wrap .sub-menu li {
    line-height: 40px;
  }
}
.menu-wrap .sub-menu li a {
  font-size: 26px;
}
@media (min-width: 768px) {
  .menu-wrap .sub-menu li a {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .menu-wrap .sub-menu li a {
    font-size: 40px;
  }
}
.menu-wrap .sub-menu li a::before {
  content: none !important;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hamburger {
  text-align: center;
  position: fixed;
  z-index: 202;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .hamburger {
    top: 35px;
    right: 28px;
  }
}
.hamburger p {
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 5px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #0D1B2A;
}

.hero-slider {
  height: 100svh;
  position: relative;
  background-color: #0D1B2A;
}
.hero-slider::after {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .hero-slider::after {
    height: 300px;
  }
}
.hero-slider .hero-slider-img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-slider .hero-slider-img-bg.slide1 {
  background-position: -300px top;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-img-bg.slide1 {
    background-position: center top;
  }
}
.hero-slider .hero-slider-img-bg.slide2 {
  background-position: -540px top;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-img-bg.slide2 {
    background-position: center top;
  }
}
.hero-slider .hero-slider-img-bg.slide3 {
  background-position: right -180px top;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-img-bg.slide3 {
    background-position: center top;
  }
}
.hero-slider .hero-slider-img-bg.slide4 {
  background-position: -200px top;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-img-bg.slide4 {
    background-position: center top;
  }
}
.hero-slider .hero-slider-img-bg {
  animation-name: hero-slider-transform-mob;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media (min-width: 768px) {
  .hero-slider .hero-slider-img-bg {
    animation-name: hero-slider-transform;
  }
}

.next-section {
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}
.next-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-down-bc1.png");
  background-size: 24px auto;
  background-repeat: no-repeat;
}

.doac-page .hero-slider {
  background: none;
}
.doac-page .hero-slider::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 14%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .doac-page .hero-slider::before {
    height: 350px;
  }
}
.doac-page .hero-slider .hero-slider-img-bg {
  animation: none;
}

@keyframes hero-slider-transform {
  0% {
    height: calc(100% - 190px);
    width: calc(100% - 190px);
    margin-top: 95px;
    margin-left: 95px;
  }
  15% {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  85% {
    height: calc(100% - 190px);
    width: calc(100% - 190px);
    margin-top: 95px;
    margin-left: 95px;
  }
  100% {
    height: calc(100% - 190px);
    width: calc(100% - 190px);
    margin-top: 95px;
    margin-left: 95px;
  }
}
@keyframes hero-slider-transform-mob {
  0% {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
  }
  15% {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  85% {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
  }
  100% {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
.intro-section {
  position: relative;
  background-color: #0D1B2A;
  overflow: hidden;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .intro-section {
    height: auto;
  }
}
@media (min-width: 992px) {
  .intro-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.intro-section h2 {
  color: #fff;
  margin: 0;
  font-size: 34px;
}
@media (min-width: 768px) {
  .intro-section h2 {
    padding-left: 25px;
    padding-right: 15px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .intro-section h2 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: zuume, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .intro-section h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .intro-section h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .intro-section h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .intro-section h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}
.intro-section h2 a {
  color: #A0A0A0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.intro-section h2 a:hover {
  color: #A0A0A0;
}
@media (min-width: 768px) {
  .intro-section .btn {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .intro-section .btn {
    margin-left: 50px;
  }
}
.intro-section .cutout {
  width: auto;
  height: 52%;
  position: absolute;
  right: -27px;
  bottom: 0;
  z-index: 12;
}
@media (max-width: 767px) and (max-height: 667px) {
  .intro-section .cutout {
    height: 42%;
  }
}
@media (min-width: 768px) {
  .intro-section .cutout {
    right: 2%;
    height: calc(100% - 30px);
    width: auto;
  }
}
@media (min-width: 992px) {
  .intro-section .cutout {
    right: 10%;
    height: calc(100% - 30px);
    width: auto;
  }
}
.intro-section .pattern {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
}
@media (min-width: 768px) {
  .intro-section .pattern {
    width: 55%;
  }
}
.intro-section .pattern2 {
  width: 120%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 9;
}
@media (max-width: 767px) and (max-height: 667px) {
  .intro-section .pattern2 {
    width: 100%;
    bottom: 20px;
  }
}

.key-blocks {
  background-color: #0D1B2A;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .key-blocks {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .key-blocks {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .key-blocks {
    padding-top: 0;
  }
}

.swiper-key-blocks {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .swiper-key-blocks {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.swiper-key-blocks .swiper-slide {
  height: 340px;
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-slide {
    height: 320px;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .swiper-key-blocks .swiper-slide {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .swiper-key-blocks .swiper-slide {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .swiper-key-blocks .swiper-slide {
    height: 600px;
  }
}
.swiper-key-blocks .swiper-slide h2 {
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-slide h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: zuume, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    left: 20px;
    bottom: 17px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .swiper-key-blocks .swiper-slide h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .swiper-key-blocks .swiper-slide h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .swiper-key-blocks .swiper-slide h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .swiper-key-blocks .swiper-slide h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}
@media (min-width: 992px) {
  .swiper-key-blocks .swiper-slide h2 {
    left: 25px;
    bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .swiper-key-blocks .swiper-slide h2 {
    left: 30px;
    bottom: 30px;
  }
}
.swiper-key-blocks .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #0D1B2A;
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.swiper-key-blocks .swiper-slide img.arrow {
  position: absolute;
  left: 21px;
  bottom: 105px;
  z-index: 4;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
  width: 25px;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-slide img.arrow {
    bottom: 110px;
    width: 30px;
    left: 22px;
  }
}
@media (min-width: 992px) {
  .swiper-key-blocks .swiper-slide img.arrow {
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .swiper-key-blocks .swiper-slide img.arrow {
    bottom: 160px;
    left: 33px;
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .swiper-key-blocks .swiper-slide img.arrow {
    bottom: 180px;
  }
}
.swiper-key-blocks .swiper-slide img.arrow.arrow-bc1 {
  opacity: 0;
  left: -2px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
.swiper-key-blocks .swiper-slide .img-block {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
}
.swiper-key-blocks .swiper-slide:hover h2 {
  color: #e1dddd;
}
.swiper-key-blocks .swiper-slide:hover .overlay {
  opacity: 0.6;
}
.swiper-key-blocks .swiper-slide:hover img.arrow {
  left: 56px;
  opacity: 0;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-slide:hover img.arrow {
    left: 68px;
  }
}
@media (min-width: 992px) {
  .swiper-key-blocks .swiper-slide:hover img.arrow {
    left: 68px;
  }
}
.swiper-key-blocks .swiper-slide:hover img.arrow.arrow-bc1 {
  left: 21px;
  opacity: 1;
  transition-delay: 0.4s;
}
@media (min-width: 768px) {
  .swiper-key-blocks .swiper-slide:hover img.arrow.arrow-bc1 {
    left: 22px;
  }
}
@media (min-width: 992px) {
  .swiper-key-blocks .swiper-slide:hover img.arrow.arrow-bc1 {
    left: 33px;
  }
}
.swiper-key-blocks .swiper-slide:hover img.img-block {
  filter: saturate(0%);
  transform: scale(1.1);
}

.timeline-wrap {
  background-color: #0D1B2A;
  overflow: hidden;
}
.timeline-wrap h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline-wrap h2 {
    font-size: 68px;
    text-align: left;
    line-height: 0.9em;
  }
}
@media (min-width: 992px) {
  .timeline-wrap h2 {
    font-size: 100px;
    line-height: 0.95em;
  }
}
.timeline-wrap h2 span {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.timeline-wrap p {
  color: #fff;
}
.timeline-wrap .timeline-fade-out {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 100;
  padding-top: 50px;
}

.timeline-wrap-mob {
  /*min-height: 100vh; */
}
.timeline-wrap-mob h2 {
  color: #fff;
  margin-bottom: 40px;
}
.timeline-wrap-mob h2 span {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.timeline-wrap-mob p {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.timeline-wrap-mob p:last-of-type {
  margin-bottom: 40px;
}
.timeline-wrap-mob .timeline-mob {
  position: relative;
}
.timeline-wrap-mob .timeline-mob .timeline-line-mob {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
}
.timeline-wrap-mob .timeline-mob h3, .timeline-wrap-mob .timeline-mob h4, .timeline-wrap-mob .timeline-mob p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.timeline-wrap-mob .timeline-mob h4.icon-loc {
  padding-left: 12px;
  background-image: url("../images/timeline/icon-loc.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: left 3px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .timeline-img-mob {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob h2 {
  color: #A0A0A0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .tl-mob-text-box {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .tl-mob-text-box h3 {
  color: #fff;
  font-size: 23px;
  text-align: center;
  margin-bottom: 6px;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .tl-mob-text-box p {
  color: #fff;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 0 !important;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .tl-mob-text-box.tl-mob-text-box-top {
  align-items: center;
  justify-content: flex-end;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob::before {
  content: "";
  width: 29%;
  height: 10px;
  background-color: #0D1B2A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob.timeline-first-item::before {
  content: "";
  width: calc(50% + 160px);
  height: 10px;
  background-color: #0D1B2A;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  display: block;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob.timeline-last-item::before {
  content: "";
  width: calc(50% + 160px);
  height: 10px;
  background-color: #0D1B2A;
  position: absolute;
  top: 50%;
  right: -100px;
  left: initial;
  transform: translateY(-50%);
  display: block;
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .blur-img1 {
  position: absolute;
  left: 40%;
  bottom: 20px;
  width: 80px;
  height: auto;
  transform: translateX(-50%);
  top: initial;
  filter: blur(4px);
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .blur-img2 {
  position: absolute;
  top: 30px;
  left: 230px;
  width: 120px;
  height: auto;
  transform: translateX(-50%);
  filter: blur(4px);
}
.timeline-wrap-mob .timeline-mob .timeline-item-mob .btn2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  background-color: #0D1B2A;
}

.news-bg {
  background-color: #fff;
}

.news-section {
  background-color: #fff;
}
.news-section .swiper-button-prev {
  margin: 0;
  top: 1px;
  right: 67px;
  left: initial;
}
@media (min-width: 768px) {
  .news-section .swiper-button-prev {
    right: 65px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .news-section .swiper-button-prev {
    right: 95px;
    top: 1px;
  }
}
.news-section .swiper-button-prev::after {
  content: none;
}
.news-section .swiper-button-next {
  margin: 0;
  top: 1px;
  right: 20px;
  left: initial;
}
@media (min-width: 768px) {
  .news-section .swiper-button-next {
    right: 15px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .news-section .swiper-button-next {
    right: 28px;
    top: 1px;
  }
}
.news-section .swiper-button-next::after {
  content: none;
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  background-color: #A0A0A0;
  border-radius: 60px;
  position: absolute;
  background-image: url("../images/icon-chev-right.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
}
@media (min-width: 768px) {
  .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 12px auto;
  }
}
@media (min-width: 992px) {
  .swiper-button-next {
    width: 52px;
    height: 52px;
    background-size: 15px auto;
  }
}
.swiper-button-next:hover {
  background-color: #0D1B2A;
  background-image: url("../images/icon-chev-right-wo.svg");
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  background-color: #A0A0A0;
  border-radius: 60px;
  position: absolute;
  background-image: url("../images/icon-chev-left.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 12px auto;
  }
}
@media (min-width: 992px) {
  .swiper-button-prev {
    width: 52px;
    height: 52px;
    background-size: 15px auto;
  }
}
.swiper-button-prev:hover {
  background-color: #0D1B2A;
  background-image: url("../images/icon-chev-left-wo.svg");
}

.news-wrap {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .news-wrap {
    margin-left: calc((100% - 720px + 30px) * 0.5); /* 100% - container width + col gutter * 2 */
  }
}
@media (min-width: 992px) {
  .news-wrap {
    margin-left: calc((100% - 960px + 40px) * 0.5); /* 100% - container width + col gutter * 2 */
  }
}
@media (min-width: 1200px) {
  .news-wrap {
    margin-left: calc((100% - 1140px + 40px) * 0.5); /* 100% - container width + col gutter * 2 */
  }
}
@media (min-width: 1400px) {
  .news-wrap {
    margin-left: 20px;

    /*margin-left: calc((100% - 1620px + 56px) * 0.5); /* 100% - container width + col gutter * 2 */
  }
}

.news-block .news-thumb {
  width: 100%;
  height: 216px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-block .news-thumb {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .news-block .news-thumb {
    height: 232px;
  }
}
@media (min-width: 1200px) {
  .news-block .news-thumb {
    height: 262px;
  }
}
@media (min-width: 1400px) {
  .news-block .news-thumb {
    height: 320px;
  }
}
.news-block .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(100%);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.news-block .news-thumb::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #A0A0A0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.news-block .news-thumb::after {
  content: "View";
  position: absolute;
  z-index: 2;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #0D1B2A;
  background-image: url("../images/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  padding-right: 36px;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
}
.news-block .news-tags {
  list-style: none;
  margin: 20px 0 10px 0;
}
.news-block .news-tags li {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  border: solid 1px #0D1B2A;
  border-radius: 4px;
  margin: 0 5px 0 0;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  color: #0D1B2A;
}
@media (min-width: 768px) {
  .news-block .news-tags li {
    font-size: 11px;
    padding: 4px 8px 3px 8px;
  }
}
@media (min-width: 992px) {
  .news-block .news-tags li {
    font-size: 12px;
    padding: 5px 10px 4px 10px;
  }
}
@media (min-width: 1200px) {
  .news-block .news-tags li {
    font-size: 13px;
    padding: 5px 12px 4px 12px;
  }
}
.news-block h3 {
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0D1B2A;
  padding-right: 20px;
  margin-bottom: 0;
}
.news-block:hover .news-thumb img {
  filter: saturate(0%);
  transform: scale(1.05);
}
.news-block:hover .news-thumb::before {
  opacity: 0.8;
  transition-delay: 0s;
}
.news-block:hover .news-thumb::after {
  opacity: 1;
  transition-delay: 0.3s;
}

.areo-section {
  height: 100vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .areo-section {
    background-image: none !important;
  }
}
.areo-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  width: 100%;
  height: calc(100% - 40px);
  display: block;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media (min-width: 768px) {
  .areo-section::before {
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
.areo-section .areo-text-block {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 120px;
  text-align: center;
}
@media (min-width: 768px) {
  .areo-section .areo-text-block {
    top: 120px;
  }
}
.areo-section .areo-text-block .btn2 {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .areo-section .areo-text-block .btn2 {
    margin-top: 15px;
  }
}
.areo-section .doac-logo {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .areo-section .doac-logo {
    width: 180px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .areo-section .doac-logo {
    width: 220px;
    margin-bottom: 30px;
  }
}
.areo-section h3 {
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .areo-section h3 {
    width: 100%;
  }
}
.areo-section h3 br {
  display: none;
}
@media (min-width: 768px) {
  .areo-section h3 br {
    display: block;
  }
}

.speaker-section-wrap {
  background-image: url("../images/speaker-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.speaker-section {
  position: relative;
  min-height: 520px;
  height: 100vh;
}
@media (max-width: 767px) {
  .speaker-section {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .speaker-section {
    height: auto;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .speaker-section.vert-center {
    align-items: flex-start;
  }
}
.speaker-section .pattern-crop-left {
  width: 48%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
@media (min-width: 1200px) {
  .speaker-section .pattern-crop-left {
    width: 600px;
  }
}
.speaker-section .pattern-crop-right {
  width: 48%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
}
@media (min-width: 1200px) {
  .speaker-section .pattern-crop-right {
    width: 600px;
  }
}
.speaker-section h2, .speaker-section p {
  color: #f8e8e8;
}
@media (max-width: 767px) and (max-height: 667px) {
  .speaker-section h2 br {
    display: none;
  }
}
.speaker-section p {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .speaker-section p {
    max-width: none;
  }
}
.speaker-section .speaker-overlay-img {
  width: 310px;
  height: 220px;
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 60%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 767px) and (max-height: 667px) {
  .speaker-section .speaker-overlay-img {
    width: 250px;
    height: 170px;
    top: 67%;
  }
}
@media (min-width: 768px) {
  .speaker-section .speaker-overlay-img {
    width: 360px;
    height: 258px;
    left: 40px;
    top: 50%;
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .speaker-section .speaker-overlay-img {
    width: 450px;
    height: 336px;
    left: 10%;
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .speaker-section .speaker-overlay-img {
    width: 530px;
    height: 396px;
    left: 10%;
    top: 25%;
  }
}
@media (min-width: 1400px) {
  .speaker-section .speaker-overlay-img {
    width: 670px;
    height: 500px;
    left: 10%;
    top: 25%;
  }
}
.speaker-section .speaker-overlay-img2 {
  width: 140px;
  height: 100px;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 60%;
  border-radius: 10% 15% 25% 55%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
@media (max-width: 767px) and (max-height: 667px) {
  .speaker-section .speaker-overlay-img2 {
    top: 68%;
  }
}
@media (min-width: 768px) {
  .speaker-section .speaker-overlay-img2 {
    width: 250px;
    height: 122px;
    left: 24%;
    right: initial;
    top: 32%;
    border-radius: 10% 15% 25% 55%;

  }
}
@media (min-width: 992px) {
  .speaker-section .speaker-overlay-img2 {
    width: 190px;
    height: 132px;
    left: 45%;
  }
}
@media (min-width: 1200px) {
  .speaker-section .speaker-overlay-img2 {
    width: 210px;
    height: 145px;
    left: 45%;
  }
}
@media (min-width: 1400px) {
  .speaker-section .speaker-overlay-img2 {
    width: 260px;
    height: 180px;
    left: 40%;
  }
}

.speaking-section {
  background: rgba(0, 0, 0, 0.7); /* Black with 70% transparency */
  color: white; /* White text for contrast */
  padding: 20px;
  border-radius: 10px; /* Optional: Adds rounded corners */
}

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

.footer-social ul {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: space-between; /* Ensure icons are evenly spaced */
  list-style: none;
  margin: 0;
  border-bottom: solid 1px #333;
}
@media (min-width: 768px) {
  .footer-social ul {
    flex-wrap: nowrap;
  }
}
.footer-social ul li {
  flex-basis: auto; /* Let items size naturally */
  flex-grow: 1; /* Allow them to expand equally */
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  margin: 0;
  flex-basis: 33.3333%;
}
.footer-social ul li:nth-child(3) {
  border-right: none;
}
@media (min-width: 768px) {
  .footer-social ul li:nth-child(3) {
    border-right: solid 1px #333333;
  }
}
.footer-social ul li:last-of-type {
  border-right: none;
}
.footer-social ul li a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 80px;
  background-color: #0D1B2A;
  text-indent: -500px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .footer-social ul li a {
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 992px) {
  .footer-social ul li a {
    height: 120px;
    line-height: 120px;
  }
}
.footer-social ul li a.icon-fb::after {
  background-image: url("../images/icon-fb-wo.svg");
}
.footer-social ul li a.icon-li::after {
  background-image: url("../images/icon-li-wo.svg");
}
.footer-social ul li a.icon-tt::after {
  background-image: url("../images/icon-tt-wo.svg");
}
.footer-social ul li a.icon-ig::after {
  background-image: url("../images/icon-ig-wo.svg");
}
.footer-social ul li a.icon-yt::after {
  background-image: url("../images/icon-yt-wo.svg");
}
.footer-social ul li a.icon-x::after {
  background-image: url("../images/icon-x-wo.svg");
}
.footer-social ul li a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: center center;
  transition: all 0.8s ease-in-out;
}
@media (min-width: 768px) {
  .footer-social ul li a::after {
    background-size: auto 34px;
  }
}
.footer-social ul li a::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .footer-social ul li a::before {
    background-size: auto 34px;
  }
}
.footer-social ul li a:hover::before {
  width: 100%;
  background-color: #A0A0A0;
}
.footer-social ul li a:hover.icon-fb::after {
  background-image: url("../images/icon-fb.svg");
}
.footer-social ul li a:hover.icon-li::after {
  background-image: url("../images/icon-li.svg");
}
.footer-social ul li a:hover.icon-tt::after {
  background-image: url("../images/icon-tt.svg");
}
.footer-social ul li a:hover.icon-ig::after {
  background-image: url("../images/icon-ig.svg");
}
.footer-social ul li a:hover.icon-yt::after {
  background-image: url("../images/icon-yt.svg");
}
.footer-social ul li a:hover.icon-x::after {
  background-image: url("../images/icon-x.svg");
}

.main-text-ani-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 10;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .main-text-ani-wrap {
    height: 75vh;
  }
}
@media (min-width: 992px) {
  .main-text-ani-wrap {
    height: 100vh;
    transform: none;
  }
}

.text-ani-top, .text-ani-bot, .text-ani-bot2, .text-ani-mid {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  height: 90px;
}
@media (min-width: 768px) {
  .text-ani-top, .text-ani-bot, .text-ani-bot2, .text-ani-mid {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .text-ani-top, .text-ani-bot, .text-ani-bot2, .text-ani-mid {
    height: 290px;
    top: 0;
  }
}
.text-ani-top img, .text-ani-bot img, .text-ani-bot2 img, .text-ani-mid img {
  width: auto;
  height: 90px;
}
@media (min-width: 768px) {
  .text-ani-top img, .text-ani-bot img, .text-ani-bot2 img, .text-ani-mid img {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .text-ani-top img, .text-ani-bot img, .text-ani-bot2 img, .text-ani-mid img {
    height: 290px;
  }
}

.main-text-ani-wrap .text-swiper .text-ani-top {
  position: static;
  transform: none;
  height: 100%;
}

.text-ani-top .text-ani-wrap {
  animation-name: text-ani-top-mob;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 45px; /* Half the height of text-ani- */
  overflow: hidden;
}
@media (min-width: 768px) {
  .text-ani-top .text-ani-wrap {
    height: 95px; /* Half the height of text-ani- */
    animation-name: text-ani-top-tab;
  }
}
@media (min-width: 992px) {
  .text-ani-top .text-ani-wrap {
    height: 145px; /* Half the height of text-ani- */
    animation-name: text-ani-top;
  }
}

.text-ani-mid .text-ani-wrap {
  width: 100%;
  height: 90px; /* Total height of text-ani- */
  overflow: hidden;
}
@media (min-width: 768px) {
  .text-ani-mid .text-ani-wrap {
    height: 190px; /* Total height of text-ani- */
  }
}
@media (min-width: 992px) {
  .text-ani-mid .text-ani-wrap {
    height: 290px; /* Total height of text-ani- */
  }
}
.text-ani-mid .text-ani-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: text-ani-mid-img;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}

.text-ani-bot .text-ani-wrap {
  animation-name: text-ani-bot;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 90px; /* Total height of text-ani- */
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .text-ani-bot .text-ani-wrap {
    height: 190px; /* Total height of text-ani- */
  }
}
@media (min-width: 992px) {
  .text-ani-bot .text-ani-wrap {
    height: 290px; /* Total height of text-ani- */
  }
}
.text-ani-bot .text-ani-wrap img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  animation-name: text-ani-bot-img;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.text-ani-bot2 .text-ani-wrap {
  animation-name: text-ani-bot2-mob;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 45px; /* Half the height of text-ani- */
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .text-ani-bot2 .text-ani-wrap {
    height: 95px; /* Half the height of text-ani- */
    animation-name: text-ani-bot2-tab;
  }
}
@media (min-width: 992px) {
  .text-ani-bot2 .text-ani-wrap {
    height: 145px; /* Half the height of text-ani- */
    animation-name: text-ani-bot2;
  }
}
.text-ani-bot2 .text-ani-wrap img {
  position: absolute;
  left: 50%;
  top: -45px; /* Half the height of text-ani- */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .text-ani-bot2 .text-ani-wrap img {
    top: -95px; /* Half the height of text-ani- */
  }
}
@media (min-width: 992px) {
  .text-ani-bot2 .text-ani-wrap img {
    top: -145px; /* Half the height of text-ani- */
  }
}

@keyframes text-ani-top {
  0%, 45% {
    height: 145px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-top-mob {
  0%, 45% {
    height: 45px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-top-tab {
  0%, 45% {
    height: 95px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-bot {
  0%, 45% {
    top: 0;
  }
  55%, 100% {
    top: 100%;
  }
}
@keyframes text-ani-bot2 {
  0%, 45% {
    height: 145px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-bot2-mob {
  0%, 45% {
    height: 45px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-bot2-tab {
  0%, 45% {
    height: 95px; /* Half the height of text-ani- */
  }
  55%, 100% {
    height: 0;
  }
}
@keyframes text-ani-bot-img {
  0%, 45% {
    transform: translate(-50%, 0%);
    bottom: 0;
  }
  55%, 100% {
    transform: translate(-50%, -100%);
    bottom: 0;
  }
}
@keyframes text-ani-mid-img {
  0%, 45% {
    -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
            clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  }
  55%, 100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.text-ani-top.tat1, .text-ani-mid.tat1, .text-ani-bot2.tat1 {
  animation-name: tat1;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  animation-iteration-count: infinite;
  opacity: 1;
}

.text-ani-top.tat2, .text-ani-mid.tat2, .text-ani-bot2.tat2 {
  animation-name: tat2;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  animation-iteration-count: infinite;
  opacity: 0;
}

@keyframes tat1 {
  0%, 50% {
    opacity: 1;
  }
  50.00001%, 100% {
    opacity: 0;
  }
}
@keyframes tat2 {
  0%, 50% {
    opacity: 0;
  }
  50.00001%, 100% {
    opacity: 1;
  }
}
.timeline {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .timeline {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .timeline {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .timeline {
    padding-top: 100px;
  }
}
.timeline > div:nth-of-type(3), .timeline > div:nth-of-type(5), .timeline > div:nth-of-type(7), .timeline > div:nth-of-type(9), .timeline > div:nth-of-type(11) {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .timeline > div:nth-of-type(3), .timeline > div:nth-of-type(5), .timeline > div:nth-of-type(7), .timeline > div:nth-of-type(9), .timeline > div:nth-of-type(11) {
    flex-direction: unset;
  }
}
.timeline .timeline-line {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0%;
  background-color: #fff;
  transition: all 3s ease-in-out;
}
.timeline .tl-block {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .timeline .tl-block {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .timeline .tl-block {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .timeline .tl-block {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .timeline .tl-block.tl-block-first h2 {
    top: -50px;
  }
}
.timeline .tl-block h2 {
  color: #fffcfc;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0 12px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .timeline .tl-block h2 {
    top: calc(50% + 50px); /* Half sect-pad-top value */
  }
}
.timeline .tl-block h2::before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .timeline .tl-block h2::before {
    background-color: #0D1B2A;
    width: 20px;
    height: 100%;
    left: 50%;
    top: 0;
  }
}
.timeline .tl-block h2::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -20px;
}
@media (min-width: 768px) {
  .timeline .tl-block h2::after {
    content: none;
  }
}
.timeline .tl-block .tl-half {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .timeline .tl-block .tl-half {
    align-items: flex-start;
    width: 46%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
.timeline .tl-block .tl-half img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.timeline .tl-block .tl-half.tl-half-text {
  position: relative;
  padding: 20px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline .tl-block .tl-half.tl-half-text {
    padding: 0 35px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline .tl-block .tl-half.tl-half-text {
    padding: 0 45px;
  }
}
@media (min-width: 1200px) {
  .timeline .tl-block .tl-half.tl-half-text {
    padding: 0 50px;
  }
}
.timeline .tl-block .tl-half.tl-half-text h3, .timeline .tl-block .tl-half.tl-half-text h4, .timeline .tl-block .tl-half.tl-half-text p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.timeline .tl-block .tl-half.tl-half-text h3 {
  font-size: 33px;
  margin: 0;
  line-height: 1em;
}
@media (min-width: 768px) {
  .timeline .tl-block .tl-half.tl-half-text h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .timeline .tl-block .tl-half.tl-half-text h3 {
    font-size: 46px;
  }
}
.timeline .tl-block .tl-half.tl-half-text h4 {
  font-size: 20px;
  margin-top: 5px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .timeline .tl-block .tl-half.tl-half-text h4 {
    font-size: 30px;
  }
}
.timeline .tl-block .tl-half.tl-half-text p {
  margin-top: 5px;
}
.timeline .tl-block .tl-half.tl-half-text h4.icon-loc {
  padding-left: 14px;
  background-image: url("../images/timeline/icon-loc.svg");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left center;
}
@media (min-width: 992px) {
  .timeline .tl-block .tl-half.tl-half-text h4.icon-loc {
    background-size: 10px auto;
    padding-left: 20px;
    background-position: left 9px;
  }
}
.timeline .tl-block .tl-half.tl-half-text .blur-img {
  position: absolute;
  height: auto;
  top: -50%;
  right: 10%;
  z-index: 0;
  width: 80%;
  filter: blur(10px);
  opacity: 0.3;
}
.timeline .tl-block .tl-half.tl-half-text .blur-img-small {
  position: absolute;
  height: auto;
  bottom: 50%;
  right: 25%;
  z-index: 0;
  width: 50%;
  filter: blur(10px);
  opacity: 0.6;
}
.timeline .tl-block .tl-half.tl-half-text .blur-img2 {
  position: absolute;
  height: auto;
  top: 0%;
  left: -4%;
  z-index: 0;
  width: 60%;
  filter: blur(1px);
  opacity: 0.7;
}
.timeline.start-animation .timeline-line {
  height: 100%;
}

/* VENTURES PAGE ==================================== */
.ventures-page .header {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}

.inner-banner {
  background-color: #A0A0A0;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .inner-banner {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .inner-banner {
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .inner-banner {
    height: 410px;
  }
}
.inner-banner h1 {
  color: #0D1B2A;
  margin: 12px 0 0 0;
}
@media (min-width: 768px) {
  .inner-banner h1 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .inner-banner h1 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .inner-banner h1 {
    margin: 5px 0 0 0;
    font-size: 190px;
  }
}
 
.modal-dialog {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  max-width: none;
  position: relative;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    margin: 0 auto;
  }
}

.modal-content {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background-image: url(../images/modal-bg.html);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  background-color: #A0A0A0;
}
.modal-content .modal-body {
  /*padding: 0; */
}
.modal-content .modal-body img {
  width: 160px;
  height: auto;
  margin-top: 30px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .modal-content .modal-body img {
    width: 200px;
    position: absolute;
    left: 40px;
    top: 60px;
  }
}
.modal-content .modal-img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (min-width: 768px) {
  .modal-content .modal-img {
    height: 700px;
  }
}
.modal-content .modal-txt {
  position: relative;
  padding: 20px 20px 22px 20px;
}
@media (min-width: 768px) {
  .modal-content .modal-txt {
    padding: 0 40px 60px 40px;
  }
}
.modal-content .modal-txt .btn {
  color: #0D1B2A;
}
.modal-content .modal-txt .btn::before {
  background-image: url("../images/arrow-right.svg");
}
.modal-content .modal-txt .btn::after {
  background-image: url("../images/arrow-right.svg");
}
.modal-content .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  background-image: url("../images/icon-close-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-content .btn-close {
    background-image: url("../images/icon-close.svg");
    top: 30px;
    right: 30px;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}


.social-wrap {
  background-color: #0D1B2A;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
.social-wrap .show-more-btn {
  color: #A0A0A0;
}
.social-wrap h2 {
  color: #fff;
}

.truncate {
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .truncate {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .truncate {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .truncate {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .truncate {
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom: 15px;
    font-family: paralucent, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .truncate {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .truncate {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .truncate {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  .truncate {
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom: 15px;
    font-family: paralucent, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .truncate {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .truncate {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .truncate {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.show-more-btn {
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #A0A0A0;
  padding-left: 6px;
  padding-right: 0;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .show-more-btn {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .show-more-btn {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .show-more-btn {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.show-more-btn::after {
  content: "";
  width: calc(100% - 6px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 2px;
  display: block;
  background-color: #0D1B2A;
}
[aria-expanded=true] .show-more-btn {
  padding-left: 0px;
}

.media-logos-wrap {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .media-logos-wrap {
    display: flex;
  }
}
.media-logos-wrap .media-logo {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.media-logos-wrap .media-logo p {
  color: #fff;
  margin-bottom: 5px;
}
.media-logos-wrap .media-logo img {
  width: auto;
  height: 50px;
}
@media (min-width: 768px) {
  .media-logos-wrap .media-logo img {
    height: 45px;
  }
}
.media-logos-wrap .media-logo:hover {
  transform: scale(1.15);
}

.media-logos-wrap.media-logos-wrap-mob {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  padding-top: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .media-logos-wrap.media-logos-wrap-mob {
    margin-top: 40px;
    padding-top: 0;
    display: none;
  }
}
.media-logos-wrap.media-logos-wrap-mob h3 {
  width: 100%;
  font-size: 20px;
}
.media-logos-wrap.media-logos-wrap-mob .media-logo img {
  margin: 0 18px;
}
.media-logos-wrap.media-logos-wrap-mob::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
}

.areo-img-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 280px;
}
@media (min-width: 768px) {
  .areo-img-wrap {
    margin-top: 300px;
  }
}
@media (min-width: 992px) {
  .areo-img-wrap {
    margin-top: 100px;
  }
}
.areo-img-wrap .areo-img-row1, .areo-img-wrap .areo-img-row2 {
  overflow: hidden;
  height: 128px;
  position: relative;
}
@media (min-width: 768px) {
  .areo-img-wrap .areo-img-row1, .areo-img-wrap .areo-img-row2 {
    height: 167px;
  }
}
@media (min-width: 992px) {
  .areo-img-wrap .areo-img-row1, .areo-img-wrap .areo-img-row2 {
    height: 220px;
  }
}
.areo-img-wrap .areo-img-row1 .fw, .areo-img-wrap .areo-img-row2 .fw {
  position: absolute;
  white-space: nowrap;
  top: 0;
}
.areo-img-wrap .areo-img-row1 .areo-img, .areo-img-wrap .areo-img-row1 .areo-img1, .areo-img-wrap .areo-img-row2 .areo-img, .areo-img-wrap .areo-img-row2 .areo-img1 {
  border-radius: 20px;
  width: 160px;
  height: 108px;
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #0D1B2A;
  border: solid 1px #444;
}
@media (min-width: 768px) {
  .areo-img-wrap .areo-img-row1 .areo-img, .areo-img-wrap .areo-img-row1 .areo-img1, .areo-img-wrap .areo-img-row2 .areo-img, .areo-img-wrap .areo-img-row2 .areo-img1 {
    width: 220px;
    height: 147px;
  }
}
@media (min-width: 992px) {
  .areo-img-wrap .areo-img-row1 .areo-img, .areo-img-wrap .areo-img-row1 .areo-img1, .areo-img-wrap .areo-img-row2 .areo-img, .areo-img-wrap .areo-img-row2 .areo-img1 {
    width: 300px;
    height: 200px;
  }
}
.areo-img-wrap .areo-img-row1 .fw {
  left: -100px;
}
.areo-img-wrap .areo-img-row2 .fw {
  left: -250px;
}
.areo-img-wrap::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .areo-img-wrap::before {
    height: 70px;
    background: linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 992px) {
  .areo-img-wrap::before {
    height: 180px;
    background: linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  }
}
.areo-img-wrap::after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .areo-img-wrap::after {
    height: 70px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 992px) {
  .areo-img-wrap::after {
    height: 280px;
  }
}

.inner-img-banner {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  position: relative;
}
@media (min-width: 768px) {
  .inner-img-banner {
    background-position: center top;
    background-size: cover;
  }
}
.inner-img-banner h1 {
  color: #A0A0A0;
}

.inner-img-banner.about-banner {
  background-position: right -270px center !important;
}
@media (min-width: 768px) {
  .inner-img-banner.about-banner {
    background-position: center top;
  }
}

.inner-img-banner.doac-cards-banner {
  background-position: -580px center !important;
}
@media (min-width: 768px) {
  .inner-img-banner.doac-cards-banner {
    background-position: center top;
  }
}

.inner-img-banner.doac-banner {
  background-position: right -90px center !important;
}
@media (min-width: 768px) {
  .inner-img-banner.doac-banner {
    background-position: center top;
  }
}

.page-dd .inner-img-banner.about-banner {
  background-position: center !important;
}
@media (min-width: 768px) {
  .page-dd .inner-img-banner.about-banner {
    background-position: center top;
  }
}

@media (min-width: 768px) {
  .about-banner h1 br {
    display: none;
  }
}

.subscribe-wrap {
  background-color: #fff;
  display: flex;
  border-radius: 20px;
  margin: 0 10px 50px 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .subscribe-wrap {
    flex-wrap: nowrap;
    margin: 0 0 50px 0;
  }
}
.subscribe-wrap .subscribe {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px 30px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe {
    width: 50%;
    padding: 25px 10px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe {
    padding: 45px 35px;
  }
}
@media (min-width: 1200px) {
  .subscribe-wrap .subscribe {
    padding: 60px 50px;
  }
}
.subscribe-wrap .subscribe h3 {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe h3 {
    font-size: 39px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .subscribe-wrap .subscribe h3 {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
.subscribe-wrap .subscribe-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 20px 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-logos {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }
}
.subscribe-wrap .subscribe-logos .media-logo {
  width: calc(50% - 20px);
  padding: 10px 0;
  margin: 0 5px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-logos .media-logo {
    height: 86px;
    padding: 20px 0;
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe-logos .media-logo {
    height: 106px;
    padding: 20px 0;
    margin: 0 10px;
  }
}
.subscribe-wrap .subscribe-logos .media-logo img {
  height: 34px;
  width: auto;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-logos .media-logo img {
    height: 21px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe-logos .media-logo img {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-logos .media-logo:nth-child(1), .subscribe-wrap .subscribe-logos .media-logo:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe-logos .media-logo:nth-child(1), .subscribe-wrap .subscribe-logos .media-logo:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe-logos .media-logo:hover {
    transform: scale(1.05);
  }
}
.subscribe-wrap .subscribe-img {
  width: 100%;
  position: relative;
  margin-left: -15px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-img {
    width: 50%;
    padding: 0 30px;
    margin-left: 0;
  }
}
.subscribe-wrap .subscribe-img img {
  width: calc(100% + 30px);
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .subscribe-wrap .subscribe-img img {
    position: absolute;
    top: -50px;
    right: 20px;
    width: calc(100% - 20px);
    height: calc(100% + 50px);
    border-radius: 20px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .subscribe-wrap .subscribe-img img {
    top: -80px;
    right: 50px;
    width: calc(100% - 50px);
    height: calc(100% + 100px);
  }
}

@media (min-width: 768px) {
  .page-dd .subscribe-wrap {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .page-dd .subscribe-wrap {
    min-height: 345px;
  }
}
@media (min-width: 1200px) {
  .page-dd .subscribe-wrap {
    min-height: 400px;
  }
}
.page-dd .subscribe-wrap .subscribe {
  justify-content: center;
}
.page-dd .subscribe-wrap .subscribe-logos .media-logo {
  width: auto;
  height: auto;
  padding: 0 20px;
  box-shadow: none;
  margin-bottom: 0;
}
.page-dd .subscribe-wrap .subscribe-logos .media-logo img {
  height: 35px;
}
@media (min-width: 768px) {
  .page-dd .subscribe-wrap .subscribe-logos .media-logo img {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .page-dd .subscribe-wrap .subscribe-logos .media-logo img {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .page-dd .subscribe-wrap .subscribe-logos .media-logo img {
    height: 50px;
  }
}
.page-dd .subscribe h3 {
  margin-bottom: 15px;
}
.page-dd .subscribe p {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-dd .subscribe p {
    margin-bottom: 20px;
  }
}

.ep-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ep-cta p {
  margin-bottom: 0;
  color: #fff;
}
.ep-cta div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36%;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .ep-cta div {
    width: 28%;
  }
}
@media (min-width: 992px) {
  .ep-cta div {
    width: 20%;
  }
}
.ep-cta div a {
  width: 27px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .ep-cta div a {
    width: 36px;
  }
}
.ep-cta div a img {
  width: 100%;
  height: auto;
}
.ep-cta div a:hover {
  transform: scale(1.1);
}

.hero-video-banner {
  width: 100%;
  height: 100svh;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-video-banner {
    overflow: hidden;
  }
}
.hero-video-banner h1 {
  z-index: 1;
}
.hero-video-banner video {
  position: static;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100svh;
  filter: grayscale(1);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .hero-video-banner video {
    width: 100%;
  }
}

.vimeo-container {
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.vimeo-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key-blocks .video-sb .overlay {
  display: none;
}
.key-blocks .video-sb .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-blocks .video-sb .swiper-slide .img-block {
  position: absolute;
  z-index: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .key-blocks .video-sb .swiper-slide:hover .img-block {
    visibility: hidden;
    opacity: 0;
    transform: scale(1);
  }
  .key-blocks .video-sb .swiper-slide:hover video {
    filter: grayscale(0.5);
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .key-blocks .video-sb .swiper-slide.swiper-img:hover .img-block {
    visibility: visible;
    opacity: 0.5;
  }
}

/* DRAGONS DEN PAGE ================================= */
.dg-img {
  height: 320px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .dg-img {
    height: 300px;
    width: auto;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .dg-img {
    padding-right: 20px;
    height: 400px;
  }
}
.dg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.dd-banner {
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.dd-banner h1 {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0A0A0;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .dd-banner h1 br {
    display: none;
  }
}
.dd-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 350px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.dd-swiper {
  margin-top: 66px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .dd-swiper {
    margin-top: 100px;
    padding: 0;
  }
}
.dd-swiper .swiper-slide {
  border-radius: 30px;
  height: calc(100vh - 188px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -208px center;
}
@media (min-width: 768px) {
  .dd-swiper .swiper-slide {
    border-radius: 50px;
    height: calc(100vh - 200px);
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .dd-swiper .swiper-slide {
    border-radius: 50px;
    height: calc(100vh - 200px);
    background-position: center center;
  }
}

.blur-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  filter: blur(20px);
  opacity: 0.5;
}
@media (min-width: 768px) {
  .blur-bg {
    opacity: 0.3;
  }
}

.inner-dg-intro-wrap .col-md-8 {
  display: flex;
  align-items: center;
}
.inner-dg-intro-wrap hr {
  border-color: #333;
  opacity: 1;
}
.inner-dg-intro-wrap h2 {
  color: #fff;
}
.inner-dg-intro-wrap h2 span {
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #A0A0A0;
}
.inner-dg-intro-wrap h2 a {
  color: #A0A0A0;
}
.inner-dg-intro-wrap h2 a:hover {
  color: #A0A0A0;
}
.inner-dg-intro-wrap h3 {
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.inner-dg-intro-wrap p {
  color: #fff;
  font-size: 16px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  .inner-dg-intro-wrap p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .inner-dg-intro-wrap p {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .inner-dg-intro-wrap p {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.inner-dg-intro-wrap p:last-of-type {
  margin-bottom: 0;
}

.dd-episodes-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-dd .ep-cta div {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.page-dd .ep-cta div a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  height: 24px;
  width: auto;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-dd .ep-cta div a {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .page-dd .ep-cta div a {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .page-dd .ep-cta div a {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.page-dd .ep-cta div a:hover {
  transform: scale(1);
  color: #A0A0A0;
}
.page-dd .ep-cta div a img {
  margin-left: 15px;
  width: 90px;
}
@media (min-width: 768px) {
  .page-dd .ep-cta div a img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .page-dd .ep-cta div a img {
    width: auto;
  }
}

.episode-nav {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .episode-nav {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .episode-nav {
    max-width: 700px;
  }
}
.episode-nav .swiper-slide {
  text-align: center;
}
.episode-nav .swiper-slide h2 {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .episode-nav .swiper-slide h2 {
    transform: scale(0.8);
  }
}
@media (min-width: 992px) {
  .episode-nav .swiper-slide h2 {
    transform: scale(0.7);
  }
}
.episode-nav .swiper-slide h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 4px;
  width: 0%;
  background-color: #A0A0A0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .episode-nav .swiper-slide h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: zuume, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-family: zuume, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .episode-nav .swiper-slide h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .episode-nav .swiper-slide h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .episode-nav .swiper-slide h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .episode-nav .swiper-slide h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}
.episode-nav .swiper-slide.swiper-slide-thumb-active h2 {
  color: rgb(255, 255, 255);
  transform: scale(1);
  position: relative;
}
.episode-nav .swiper-slide.swiper-slide-thumb-active h2::after {
  width: 100%;
}

.episode-swiper {
  color: #fff;
}
.episode-swiper .swiper-wrapper {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .episode-swiper .swiper-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .episode-swiper .swiper-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .episode-swiper .swiper-wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .episode-swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .episode-swiper .swiper-wrapper {
    padding-bottom: 100px;
  }
}

/* ENQUIRY PAGE ================================== */
.enquiries-page .header {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.enquiries-page .hamburger-inner, .enquiries-page .hamburger-inner:after, .enquiries-page .hamburger-inner:before {
  background-color: #0D1B2A;
}
.enquiries-page .form-control, .enquiries-page .leform-form-9 .leform-element div.leform-input input[type=text] {
  border: solid 1px #fff;
  background-color: #fff;
}
.enquiries-page .form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
}
.enquiries-page .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
}
.enquiries-page .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
}
.enquiries-page .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.6);
}
.enquiries-page .btn2 {
  background-color: #0D1B2A;
  border-color: #0D1B2A;
  color: #fff;
}
.enquiries-page .btn2:hover {
  background-color: #A0A0A0;
  color: #0D1B2A;
}
.enquiries-page .enquiry-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .enquiries-page .enquiry-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .enquiries-page .enquiry-wrap {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .enquiries-page .enquiry-wrap {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .enquiries-page .enquiry-wrap {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .enquiries-page .enquiry-wrap {
    padding-bottom: 100px;
  }
}
.enquiries-page .contact-sidebar {
  padding: 25px 20px;
  border-radius: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .enquiries-page .contact-sidebar {
    margin-top: 60px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .enquiries-page .contact-sidebar {
    margin-top: 0px;
    padding: 30px;
    flex-direction: column;
  }
}
.enquiries-page .contact-sidebar h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .enquiries-page .contact-sidebar h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .enquiries-page .contact-sidebar h3 {
    font-size: 30px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .enquiries-page .contact-sidebar h3 {
    line-height: 1.2em;
  }
}
.enquiries-page .contact-sidebar p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.enquiries-page .contact-sidebar .cs-wrap {
  border-bottom: solid 1px #0D1B2A;
  padding-bottom: 18px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .enquiries-page .contact-sidebar .cs-wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .enquiries-page .contact-sidebar .cs-wrap {
    width: 100%;
  }
}
.enquiries-page .contact-sidebar div:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .enquiries-page .contact-sidebar div:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.enquiries-page .contact-sidebar a {
  color: #0D1B2A;
  text-decoration: none;
}
.enquiries-page .hw-form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.enquiries-page .hw-form-wrap input:nth-child(1), .enquiries-page .hw-form-wrap input:nth-child(3) {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .enquiries-page .hw-form-wrap input:nth-child(1), .enquiries-page .hw-form-wrap input:nth-child(3) {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .enquiries-page .hw-form-wrap input:nth-child(1), .enquiries-page .hw-form-wrap input:nth-child(3) {
    margin-right: 15px;
  }
}
.enquiries-page .hw-form-wrap input:nth-child(2), .enquiries-page .hw-form-wrap input:nth-child(4) {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .enquiries-page .hw-form-wrap input:nth-child(2), .enquiries-page .hw-form-wrap input:nth-child(4) {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .enquiries-page .hw-form-wrap input:nth-child(2), .enquiries-page .hw-form-wrap input:nth-child(4) {
    margin-left: 15px;
  }
}
.enquiries-page .hw-form-wrap .hw-form {
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .enquiries-page .hw-form-wrap .hw-form {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .enquiries-page .hw-form-wrap .hw-form {
    width: calc(50% - 15px);
  }
}

textarea.form-control, .leform-form-9 .leform-element-8 div.leform-input textarea {
  padding: 15px 15px 13px 15px !important;
  /*height: 200px !important; */
}
@media (min-width: 768px) {
  textarea.form-control, .leform-form-9 .leform-element-8 div.leform-input textarea {
    /*height: 300px !important;*/
  }
}

/* NEWS ARCHIVE PAGE ================================== */
.all-news-wrap {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .all-news-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .all-news-wrap {
    padding-bottom: 60px;
  }
}

.news-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .news-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-intro {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-intro {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-intro {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-intro {
    padding-bottom: 100px;
  }
}
.news-intro h2 {
  margin-bottom: 0;
  font-size: 34px;
}
@media (min-width: 992px) {
  .news-intro h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .news-intro h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: zuume, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .news-intro h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .news-intro h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .news-intro h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .news-intro h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}

.news-archive-page .header, .news-post-page .header {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.news-archive-page .hamburger-inner, .news-archive-page .hamburger-inner:after, .news-archive-page .hamburger-inner:before, .news-post-page .hamburger-inner, .news-post-page .hamburger-inner:after, .news-post-page .hamburger-inner:before {
  background-color: #0D1B2A;
}
.news-archive-page .news-thumb, .news-post-page .news-thumb {
  height: 250px;
}
@media (min-width: 768px) {
  .news-archive-page .news-thumb, .news-post-page .news-thumb {
    height: 220px;
  }
}
@media (min-width: 992px) {
  .news-archive-page .news-thumb, .news-post-page .news-thumb {
    height: 280px;
  }
}
.news-archive-page .news-block, .news-post-page .news-block {
  display: block;
  float: left;
  margin-bottom: 40px;
}
.news-archive-page .row > *, .news-post-page .row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.whoop-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  background-position: -590px center;
}
@media (min-width: 768px) {
  .whoop-banner {
    background-position: center center;
  }
}

.zoe-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100svh;
  background-position: right -360px center;
}
@media (min-width: 768px) {
  .zoe-banner {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .zoe-banner {
    background-position: center center;
  }
}

.event-page .event-intro h2 {
  color: white;
}
.event-page .event-intro p {
  color: white;
}
.event-page .event-intro .h15 {
  font-size: 60px;
  line-height: 0.9em;
  color: #A0A0A0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 8%;
  margin-right: 8%;
}
@media (min-width: 992px) {
  .event-page .event-intro .h15 {
    font-size: 140px;
    line-height: 0.9em;
    margin-left: 0;
    margin-right: 0;
  }
}
.event-page .event-intro .yellow-line {
  width: 30%;
  height: 2px;
  background-color: #A0A0A0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .event-page .event-intro .yellow-line {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .event-page .event-intro .yellow-line {
    width: 260px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.event-page .event-intro .text-bold {
  font-weight: bold;
}
.event-page .event_title h3 {
  color: #fff;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.event-page .events-rows {
  color: white;
  font-weight: bold;
  padding-top: 64px;
}
.event-page .events-rows h2 {
  margin-bottom: 32px;
}
.event-page .events-rows h3 {
  font-size: 22px;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}
@media (min-width: 992px) {
  .event-page .events-rows h3 {
    font-size: 42px;
    line-height: 1.2em;
  }
}
.event-page .events-rows .event_day {
  width: 125px;
  padding-right: 10px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .event-page .events-rows .event_day {
    width: 300px;
  }
}
.event-page .events-rows .event_country {
  padding-right: 10px;
  color: #A0A0A0;
  font-weight: normal;
}
@media (min-width: 992px) {
  .event-page .events-rows .event_country {
    padding-right: 100px;
  }
}
.event-page .events-rows .event_location {
  margin-bottom: 15px;
  padding-right: 10px;
}
.event-page .events-rows span {
  color: #A0A0A0;
}
.event-page .event_button {
  border-radius: 999px;
  background-color: #A0A0A0;
  color: #0D1B2A;
  text-align: center;
  text-decoration: none;
  padding: 5px 0px;
  border: 0;
  height: 100%;
  width: 150px;
  font-family: zuume, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .event-page .event_button {
    padding: 10px 30px;
    width: 300px;
    font-size: 22px;
  }
}
.event-page .event_button:hover {
  background-color: #fff;
  color: #0D1B2A;
}
.event-page .map-tab {
  background-color: white;
  padding: 10px 13px;
  width: 100%;
  justify-content: space-between;
  position: static;
}
@media (min-width: 768px) {
  .event-page .map-tab {
    width: 50%;
    padding: 16px 32px;
  }
}
@media (min-width: 992px) {
  .event-page .map-tab {
    position: absolute;
    width: 400px;
  }
}
.event-page .map-tab .event_button {
  background-color: #A0A0A0;
  border-radius: 999px;
  padding: 10px 0px;
  height: 100%;
  border: 0;
  width: 100px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .event-page .map-tab .event_button {
    width: 150px;
    padding: 10px 30px;
  }
}
.event-page .map-tab .event_button:hover {
  background-color: #0D1B2A;
  color: #fff;
}
.event-page .map-tab .map-tab_text h4 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
}
.event-page .map-tab .map-tab_text p {
  margin-bottom: 0;
  color: rgb(145, 145, 145);
}
.event-page .top-right {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .event-page .top-right {
    border-radius: 15px 0px 15px 15px;
  }
}
.event-page .top-left {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .event-page .top-left {
    border-radius: 0px 15px 15px 15px;
  }
}
.event-page .bottom-left {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .event-page .bottom-left {
    border-radius: 15px 15px 15px 0px;
  }
}
.event-page .bottom-right {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .event-page .bottom-right {
    border-radius: 15px 15px 0px 15px;
  }
}
.event-page .event_map-section {
  padding: 16px;
  gap: 15px;
}
@media (min-width: 992px) {
  .event-page .event_map-section {
    padding: 64px;
    gap: 32px;
  }
}
.event-page .event_map-section .dot-map {
  width: 100%;
  height: auto;
}
.event-page .hero-video_event {
  height: 100%;
  max-height: 100%;
  position: relative;
}
.event-page .hero-video_event h1 {
  position: absolute;
  color: #A0A0A0;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  text-align: center;
  width: 100%;
}
.event-page .event_bottom-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-page .ireland {
  right: 56%;
  top: 21%;
}
.event-page .uk {
  right: 30%;
  top: 21%;
}
.event-page .uae {
  top: 52%;
  right: 40%;
}
.event-page .aus {
  right: 20%;
  top: 65%;
}
.event-page .nzl {
  top: 84%;
  right: 10%;
}
.event-page .simPar {
  position: absolute;
  left: 25px;
  top: 14%;
  width: 50%;
  border-radius: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .event-page .simPar {
    width: 340px;
    top: 16%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .event-page .simPar {
    width: 440px;
  }
}
.event-page .simPar2 {
  position: absolute;
  right: 20px;
  top: 26%;
  width: 35%;
  border-radius: 30px;
  height: auto;
}
@media (min-width: 768px) {
  .event-page .simPar2 {
    width: 240px;
    top: 25%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .event-page .simPar2 {
    width: 340px;
  }
}

/* About Page ============================================ */
.inner-img-banner-about {
  height: 100svh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -80px center !important;
  position: relative;
}
@media (min-width: 768px) {
  .inner-img-banner-about {
    background-position: center top;
    background-size: cover;
  }
}
.inner-img-banner-about h1 {
  color: #A0A0A0;
  font-size: 160px;
  position: absolute;
  left: calc((100% - 1320px + 56px) * 0.5); /* 100% - container width + col gutter * 2 */
  bottom: 0;
  transform: translateY(50%);
  width: 1320px;
}

.about-h1 {
  position: relative;
  z-index: 2;
}
.about-h1 h1 {
  color: #A0A0A0;
  font-size: 60px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-h1 h1 {
    font-size: 86px;
  }
}
@media (min-width: 992px) {
  .about-h1 h1 {
    font-size: 140px;
  }
}
@media (min-width: 1200px) {
  .about-h1 h1 {
    font-size: 160px;
  }
}

.about-p {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .about-p {
    padding-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .about-p {
    padding-bottom: 128px;
  }
}
.about-p p {
  color: #fff;
}
.about-p p:last-of-type {
  margin-bottom: 0;
}

.about-video-wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-video-wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .about-video-wrap {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: -50px;
  }
}
.about-video-wrap video {
  width: 100%;
  height: auto;
}

.intro-section-about {
  position: relative;
  background-color: #0D1B2A;
  overflow: hidden;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .intro-section-about {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .intro-section-about {
    padding-top: 30px;
    padding-bottom: 140px;
  }
}
.intro-section-about h2 {
  color: #fff;
  margin: 0;
  font-size: 34px;
}
@media (min-width: 768px) {
  .intro-section-about h2 {
    padding-left: 25px;
    padding-right: 15px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .intro-section-about h2 {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: zuume, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .intro-section-about h2 {
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 1.05em;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .intro-section-about h2 {
    font-size: 44px;
    line-height: 1em;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .intro-section-about h2 {
    font-size: 52px;
    line-height: 1em;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .intro-section-about h2 {
    font-size: 62px;
    line-height: 0.95em;
  }
}
.intro-section-about h2 a {
  color: #A0A0A0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.intro-section-about h2 a:hover {
  color: #A0A0A0;
}
.intro-section-about .cutout {
  width: auto;
  height: 320px;
  position: relative;
  left: 22%;
  bottom: 0;
  z-index: 12;
}
@media (min-width: 768px) {
  .intro-section-about .cutout {
    position: absolute;
    left: 2%;
    height: calc(100% - 30px);
    width: auto;
  }
}
@media (min-width: 992px) {
  .intro-section-about .cutout {
    left: 10%;
    height: calc(100% - 30px);
    width: auto;
  }
}
.intro-section-about .pattern {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
@media (min-width: 768px) {
  .intro-section-about .pattern {
    width: 55%;
  }
}
.intro-section-about .pattern2 {
  width: 120%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 9;
}
@media (min-width: 768px) {
  .intro-section-about .pattern2 {
    position: absolute;
    bottom: 60px;
  }
}
.intro-section-about h3 {
  border-top: solid 1px #333;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section-about h3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .intro-section-about h3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.intro-section-about h3 span {
  color: #A0A0A0;
}
.intro-section-about h3:last-of-type {
  border-bottom: solid 1px #333;
}

.about-sect-2 h2 {
  color: #fff;
}
.about-sect-2 h2 span {
  color: #A0A0A0;
}
.about-sect-2 p {
  color: #fff;
}

.shop-page .other-ventures-section .ventures-block h2 {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.shop-page .other-ventures-section .ventures-block:hover h2 {
  color: #0D1B2A;
}

footer {
  background-color: #0D1B2A;
  width: 100%;
  float: left;
  display: block;
  padding: 15px 0;
}
footer p, footer li {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer p, footer li {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  footer p, footer li {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  footer p, footer li {
    font-size: 15px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #A0A0A0;
}
footer ul {
  list-style: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  footer ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
footer ul li {
  margin: 0 10px 8px 10px;
  color: #fff;
}
@media (min-width: 768px) {
  footer ul li {
    margin: 0 20px 0 0;
  }
}
footer ul li:first-of-type {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  footer ul li:first-of-type {
    width: auto;
    text-align: left;
  }
}

.smallprint .header {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.smallprint .hamburger-inner, .smallprint .hamburger-inner:after, .smallprint .hamburger-inner:before {
  background-color: #0D1B2A;
}
.smallprint .hamburger.is-active .hamburger-inner:before, .smallprint .hamburger.is-active .hamburger-inner {
  background-color: #fff;
}
.smallprint h1 {
  font-size: 60px;
  line-height: 0.9em;
  margin-bottom: 0;
  font-family: zuume, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .smallprint h1 {
    font-size: 90px;
    line-height: 1.1em;
  }
}
@media (min-width: 992px) {
  .smallprint h1 {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .smallprint h1 {
    font-size: 130px;
    line-height: 1em;
  }
}
@media (min-width: 1400px) {
  .smallprint h1 {
    font-size: 160px;
  }
}
.smallprint .smallprint-content h3 {
  font-size: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .smallprint .smallprint-content h3 {
    font-size: 22px;
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .smallprint .smallprint-content h3 {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .smallprint .smallprint-content h3 {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  .smallprint .smallprint-content h3 {
    font-size: 28px;
  }
}
.smallprint .smallprint-content h3:first-of-type {
  margin-top: 0;
}
.smallprint .smallprint-content h3, .smallprint .smallprint-content p {
  color: #fff;
}
.smallprint .smallprint-content ul, .smallprint .smallprint-content ol, .smallprint .smallprint-content li {
  color: #fff;
}
.smallprint .smallprint-content a {
  color: #A0A0A0;
}
.smallprint .smallprint-content strong {
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
@media (min-width: 768px) {
  .smallprint .smallprint-content strong {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .smallprint .smallprint-content strong {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .smallprint .smallprint-content strong {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.smallprint .smallprint-content table {
  margin: 30px 0;
}
.smallprint .smallprint-content td {
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  border: solid 1px #333;
  padding: 20px;
  background-color: #111;
}
@media (min-width: 768px) {
  .smallprint .smallprint-content td {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  .smallprint .smallprint-content td {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .smallprint .smallprint-content td {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.subscribe-v2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .subscribe-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .subscribe-v2 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .subscribe-v2 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .subscribe-v2 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .subscribe-v2 {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .subscribe-v2 {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .subscribe-v2 {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .subscribe-v2 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .subscribe-v2 {
    padding-bottom: 100px;
  }
}
.subscribe-v2 h3 {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subscribe-v2 h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 h3 {
    font-size: 39px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .subscribe-v2 h3 {
    font-size: 46px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .subscribe-v2 h3 br {
    display: none;
  }
}
.subscribe-v2 .subscribe-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 20px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subscribe-v2 .subscribe-logos {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.subscribe-v2 .subscribe-logos .media-logo {
  width: calc(50% - 20px);
  padding: 10px 0;
  margin: 0 5px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .subscribe-v2 .subscribe-logos .media-logo {
    height: 86px;
    padding: 20px 0;
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 .subscribe-logos .media-logo {
    height: 106px;
    padding: 20px 0;
    margin: 0 10px;
  }
}
.subscribe-v2 .subscribe-logos .media-logo img {
  height: 34px;
  width: auto;
}
@media (min-width: 768px) {
  .subscribe-v2 .subscribe-logos .media-logo img {
    height: 21px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 .subscribe-logos .media-logo img {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .subscribe-v2 .subscribe-logos .media-logo:nth-child(1), .subscribe-v2 .subscribe-logos .media-logo:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 .subscribe-logos .media-logo:nth-child(1), .subscribe-v2 .subscribe-logos .media-logo:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .subscribe-v2 .subscribe-logos .media-logo:hover {
    transform: scale(1.05);
  }
}

.contact .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.contact .form-group input,
.contact .custom-form-container input,
.contact .custom-form-container textarea {
  width: 100%;
  padding: 14px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  background: white;
  outline: none;
}
.contact .custom-form-container textarea {
margin-top: 14px;
resize: vertical;
  min-height: 100px;
}
.contact .custom-form-container button {
  margin-top: 10px;
  background: transparent;
  border: 2px solid black;
  cursor: pointer;
  font-family: zuume, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  padding: 0 25px 0 25px !important;
  text-decoration: none !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  height: 44px !important;
  line-height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  position: relative !important;
  border-radius: 40px !important;
  opacity: 1;
  background-color: #0D1B2A;
  color: white;

}
.contact .custom-form-container button:hover {
  background: white;
  color: #0D1B2A;
}

/* CONTACT FORM OVERIRDES ========================================== */
.leform-inline {
  padding: 0 !important;
}

.leform-container {
  max-width: none !important;
}

.leform-form-9 .leform-element .leform-button, .leform-form-9 .leform-element .leform-button:visited {
  overflow: visible !important;
  background-color: transparent !important;
  border: none !important;
  font-family: zuume, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  display: inline-block !important;
  padding: 0 30px 0 0 !important;
  color: #A0A0A0 !important;
  text-decoration: none !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  height: 40px !important;
  line-height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  position: relative !important;
}
@media (min-width: 768px) {
  .leform-form-9 .leform-element .leform-button, .leform-form-9 .leform-element .leform-button:visited {
    font-size: 24px !important;
    padding: 0 26px 0 0 !important;
  }
}
@media (min-width: 992px) {
  .leform-form-9 .leform-element .leform-button, .leform-form-9 .leform-element .leform-button:visited {
    font-size: 28px !important;
    padding: 0 36px 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .leform-form-9 .leform-element .leform-button, .leform-form-9 .leform-element .leform-button:visited {
    font-size: 32px !important;
  }
}
.leform-form-9 .leform-element .leform-button::before, .leform-form-9 .leform-element .leform-button:visited::before {
  content: "" !important;
  width: 32px !important;
  height: 20px !important;
  display: block !important;
  position: absolute !important;
  right: 0 !important;
  top: 52% !important;
  transform: translateY(-50%) !important;
  background-image: url("../images/arrow-right-bc1.png") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 18px auto !important;
  transition: all 0.4s ease-in-out !important;
  transition-delay: 0.4s !important;
}
@media (min-width: 768px) {
  .leform-form-9 .leform-element .leform-button::before, .leform-form-9 .leform-element .leform-button:visited::before {
    height: 20px !important;
    background-size: 16px auto !important;
  }
}
@media (min-width: 992px) {
  .leform-form-9 .leform-element .leform-button::before, .leform-form-9 .leform-element .leform-button:visited::before {
    height: 25px !important;
    background-size: 18px auto !important;
    top: 50% !important;
  }
}
@media (min-width: 1200px) {
  .leform-form-9 .leform-element .leform-button::before, .leform-form-9 .leform-element .leform-button:visited::before {
    height: 30px !important;
    background-size: 20px auto !important;
  }
}
.leform-form-9 .leform-element .leform-button::after, .leform-form-9 .leform-element .leform-button:visited::after {
  content: "" !important;
  width: 32px !important;
  height: 20px !important;
  display: block !important;
  position: absolute !important;
  right: 20px !important;
  top: 52% !important;
  transform: translateY(-50%) !important;
  background-image: url("../images/arrow-right-wo.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 18px auto !important;
  transition: all 0.4s ease-in-out !important;
  transition-delay: 0s !important;
  opacity: 0 !important;
}
@media (min-width: 768px) {
  .leform-form-9 .leform-element .leform-button::after, .leform-form-9 .leform-element .leform-button:visited::after {
    height: 30px !important;
    background-size: 16px auto !important;
  }
}
@media (min-width: 992px) {
  .leform-form-9 .leform-element .leform-button::after, .leform-form-9 .leform-element .leform-button:visited::after {
    background-size: 20px auto !important;
    top: 50% !important;
  }
}
.leform-form-9 .leform-element .leform-button:hover, .leform-form-9 .leform-element .leform-button:visited:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.leform-form-9 .leform-element .leform-button:hover::before, .leform-form-9 .leform-element .leform-button:visited:hover::before {
  right: -20px !important;
  opacity: 0 !important;
  transition: all 0.4s ease-in-out !important;
  transition-delay: 0s !important;
}
.leform-form-9 .leform-element .leform-button:hover::after, .leform-form-9 .leform-element .leform-button:visited:hover::after {
  right: 0px !important;
  opacity: 1 !important;
  transition: all 0.4s ease-in-out !important;
  transition-delay: 0.4s !important;
}

.leform-inline .leform-form-9 {
  padding: 0 !important;
  margin-top: -17px;
}

.leform-form-9 .leform-element-8 div.leform-input {
  height: auto !important;
}

.thankyou {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  margin-top: 7px;
}

.thankyou h2, .thankyou p {
  color: black;
}

.leform-form-9 .leform-element, .leform-progress-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .leform-form-9 .leform-element, .leform-progress-9 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.leform-col-6 {
  width: 100% !important;
}
@media (min-width: 768px) {
  .leform-col-6 {
    width: 50% !important;
  }
}

/* NEWS POST ============================================================ */
.news-post-page {
  background-color: #0D1B2A;
}

.related-news-wrap {
  background-color: #0D1B2A;
}
.related-news-wrap .related-news-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-news-wrap .related-news-heading h2 {
  color: #fff;
  margin-bottom: 0;
}
.related-news-wrap .news-block h3 {
  color: #fff;
}
.related-news-wrap .news-block .news-tags li {
  color: #fff;
  border-color: #fff;
}

.news-title-wrap {
  background-color: #A0A0A0;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .news-title-wrap {
    padding-top: 110px;
    padding-bottom: 230px;
  }
}
@media (min-width: 992px) {
  .news-title-wrap {
    padding-top: 180px;
    padding-bottom: 400px;
  }
}
.news-title-wrap h1 {
  font-size: 46px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news-title-wrap h1 {
    font-size: 64px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .news-title-wrap h1 {
    font-size: 80px;
    line-height: 0.95em;
  }
}
@media (min-width: 1200px) {
  .news-title-wrap h1 {
    font-size: 92px;
    line-height: 0.95em;
  }
}
.news-title-wrap h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .news-title-wrap h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .news-title-wrap h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .news-title-wrap h3 {
    font-size: 40px;
  }
}
.news-title-wrap .news-tags {
  list-style: none;
  margin: 20px 0 10px 0;
}
.news-title-wrap .news-tags li {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  border: solid 1px #0D1B2A;
  border-radius: 4px;
  margin: 0 5px 0 0;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  color: #0D1B2A;
}
@media (min-width: 768px) {
  .news-title-wrap .news-tags li {
    font-size: 11px;
    padding: 4px 8px 3px 8px;
  }
}
@media (min-width: 992px) {
  .news-title-wrap .news-tags li {
    font-size: 12px;
    padding: 5px 10px 4px 10px;
  }
}
@media (min-width: 1200px) {
  .news-title-wrap .news-tags li {
    font-size: 13px;
    padding: 5px 12px 4px 12px;
  }
}

.news-img-wrap {
  margin-top: -130px;
}
@media (min-width: 768px) {
  .news-img-wrap {
    margin-top: -200px;
  }
}
@media (min-width: 992px) {
  .news-img-wrap {
    margin-top: -340px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .related-news-list > div:last-of-type {
    display: none;
  }
}

blockquote {
  margin: 35px 10px 30px 10px;
  padding-left: 15px;
  border-left: solid 3px #A0A0A0;
}
@media (min-width: 768px) {
  blockquote {
    margin: 40px 40px 40px 30px;
    padding-left: 30px;
    border-left: solid 4px #A0A0A0;
  }
}
@media (min-width: 992px) {
  blockquote {
    margin: 40px 40px 40px 30px;
    padding-left: 30px;
  }
}
blockquote > p {
  font-family: zuume, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 1.1em !important;
}
@media (min-width: 768px) {
  blockquote > p {
    font-size: 30px !important;
    line-height: 1.1em !important;
  }
}
@media (min-width: 992px) {
  blockquote > p {
    font-size: 34px !important;
    line-height: 1.1em !important;
  }
}
@media (min-width: 1200px) {
  blockquote > p {
    font-size: 38px !important;
    line-height: 1.1em !important;
  }
}
blockquote cite {
  font-size: 14px;
  line-height: 1.35em;
  margin-bottom: 15px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  blockquote cite {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 992px) {
  blockquote cite {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
    line-height: 1.5em;
  }
}

.news-story-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .news-story-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-story-content {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-story-content {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .news-story-content {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .news-story-content {
    padding-bottom: 100px;
  }
}
.news-story-content img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-story-content img {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .news-story-content img {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.news-story-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-story-content .video-wrapper {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .news-story-content .video-wrapper {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.news-story-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kit-form-wrap {
  display: flex;
  justify-content: center;
}
.kit-form-wrap form {
  max-width: 100%;
  background-color: transparent !important;
  padding: 0;
  border: none !important;
}
.kit-form-wrap form [data-style=minimal] {
  padding: 0 !important;
}
.kit-form-wrap form h2 {
  font-size: 40px !important;
  line-height: 1em !important;
  margin-bottom: 10px !important;
  font-family: zuume, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: #0D1B2A;
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form h2 {
    font-size: 38px !important;
    margin-bottom: 12px !important;
    line-height: 1.05em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form h2 {
    font-size: 44px !important;
    line-height: 1em !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form h2 {
    font-size: 52px !important;
    line-height: 1em !important;
  }
}
@media (min-width: 1400px) {
  .kit-form-wrap form h2 {
    font-size: 62px !important;
    line-height: 0.95em !important;
  }
}
.kit-form-wrap form p {
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 25px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form p {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form p {
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form p {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
}
.kit-form-wrap form .formkit-input {
  border-radius: 10px !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 15px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  padding: 15px 15px 13px 15px !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form .formkit-input {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form .formkit-input {
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form .formkit-input {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
}
.kit-form-wrap form .formkit-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 15px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
.kit-form-wrap form .formkit-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 15px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form .formkit-input::-moz-placeholder {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
  .kit-form-wrap form .formkit-input::placeholder {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form .formkit-input::-moz-placeholder {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }
  .kit-form-wrap form .formkit-input::placeholder {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form .formkit-input::-moz-placeholder {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
  .kit-form-wrap form .formkit-input::placeholder {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
}
.kit-form-wrap form .formkit-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 15px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form .formkit-input:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form .formkit-input:-ms-input-placeholder {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form .formkit-input:-ms-input-placeholder {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
}
.kit-form-wrap form .formkit-input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(0, 0, 0);
  font-size: 14px !important;
  line-height: 1.35em !important;
  margin-bottom: 15px !important;
  font-family: paralucent, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form .formkit-input::-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 1.4em !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form .formkit-input::-ms-input-placeholder {
    font-size: 16px !important;
    line-height: 1.5em !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form .formkit-input::-ms-input-placeholder {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
}
.kit-form-wrap form button {
  font-family: zuume, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  padding: 0 25px 0 25px !important;
  color: #0D1B2A !important;
  text-decoration: none !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  height: 44px !important;
  line-height: 42px !important;
  transition: all 0.3s ease-in-out !important;
  position: relative !important;
  border: solid 2px #0D1B2A !important;
  border-radius: 40px !important;
  opacity: 1;
  background-color: #A0A0A0 !important;
  border-color: #A0A0A0 !important;
}
@media (min-width: 992px) {
  .kit-form-wrap form button {
    font-size: 24px !important;
    height: 52px !important;
    line-height: 52px !important;
    min-width: 160px !important;
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form button {
    font-size: 26px !important;
  }
}
.kit-form-wrap form button span {
  padding: 0 !important;
}
.kit-form-wrap form button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #0D1B2A !important;
  opacity: 1;
}
.kit-form-wrap form .formkit-guarantee p {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .kit-form-wrap form .formkit-guarantee p {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  .kit-form-wrap form .formkit-guarantee p {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .kit-form-wrap form .formkit-guarantee p {
    font-size: 14px !important;
  }
}
.kit-form-wrap .formkit-alert {
  padding: 30px !important;
  font-size: 18px;
  background-color: #A0A0A0 !important;
  border-color: #A0A0A0 !important;
  color: black !important;
}
@media (min-width: 992px) {
  .kit-form-wrap .formkit-alert {
    font-size: 24px;
  }
}/*# sourceMappingURL=main.css.map */