.page-template-home .header {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.page-template-home .home-banner {
  color: #fff;
  height: 715px;
  position: relative;
  margin-top: -112px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .page-template-home .home-banner {
    height: auto;
  }
}
@media (max-width: 990px) {
  .page-template-home .home-banner .container {
    max-width: 100%;
    padding: 0;
  }
}
.page-template-home .home-banner-content {
  position: relative;
  z-index: 1;
  padding-top: 112px;
}
.page-template-home .home-banner-content h1 {
  padding: 34px 0 0 59px;
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  line-height: 117%;
  max-width: 100%;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-content h1 {
    margin: 0 auto;
    text-align: center;
    padding: 34px 0 0 0;
  }
}
.page-template-home .home-banner-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  max-width: 400px;
  padding: 5px 0 0 57px;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-text {
    max-width: 100%;
    padding: 5px 0;
  }
}
.page-template-home .home-banner-text p {
  color: #fff;
  font-size: clamp(12px, 3vw, 16px);
}
@media (max-width: 990px) {
  .page-template-home .home-banner-text p {
    text-align: center;
  }
}
.page-template-home .home-banner-video {
  display: none;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-video {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    aspect-ratio: 16/9;
    max-height: 220px;
    overflow: hidden;
    background-color: #00263E;
  }
  .page-template-home .home-banner-video:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../img/home-top-banner-texture.svg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
  }
}
.page-template-home .home-banner-video__el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 990px) {
  .page-template-home .home-banner--has-video .home-banner-image {
    background-image: none;
    margin-top: 0;
  }
}
.page-template-home .home-banner-image {
  margin-top: 67px;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-image {
    background-image: url("../../img/top-banner-bg.webp");
    background-size: cover;
    text-align: center;
  }
}
.page-template-home .home-banner-image img {
  margin: 4px 0 0 58px;
  width: 100%;
  height: auto;
  max-width: 590px;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-image img {
    margin: 50px auto;
  }
}
.page-template-home .home-banner-buttons {
  padding: 23px 0 0 60px;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-buttons {
    text-align: center;
    padding: 5px 0 0;
  }
}
.page-template-home .home-banner-buttons a {
  margin: 0 15px 15px 0;
}
.page-template-home .home-banner-next {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 61px 23px 30px;
  width: 45%;
  z-index: 1;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-next {
    position: relative;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .page-template-home .home-banner-next {
    padding: 0 15px;
  }
}
.page-template-home .home-banner-next a {
  color: #13BCFF;
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-home .home-banner-next-img {
  padding-right: 15px;
}
.page-template-home .home-banner-next-text {
  font-weight: 400;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media (max-width: 500px) {
  .page-template-home .home-banner-next-text {
    font-size: clamp(12px, 3vw, 16px);
  }
}
.page-template-home .home-banner-next-text-location {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .page-template-home .home-banner-next-text-location {
    text-align: left;
  }
  .page-template-home .home-banner-next-text-location a {
    display: block;
  }
}
.page-template-home .home-banner-next-text .top-border {
  display: block;
  width: 100%;
  border-bottom: 2px solid rgb(19, 188, 255);
  box-shadow: 0 0 13.8px 0 rgb(95, 210, 255);
}
@media (max-width: 768px) {
  .page-template-home .home-banner-next-text .top-border {
    display: none;
  }
}
.page-template-home .home-banner-next-text .location-divider {
  color: #13BCFF;
  margin: 0 5px;
}
.page-template-home .home-banner-bg-left {
  position: absolute;
  width: 40%;
  height: 100%;
  background: linear-gradient(180deg, #04709E 0%, #00263E 100%);
}
@media (max-width: 990px) {
  .page-template-home .home-banner-bg-left {
    width: 100%;
  }
}
.page-template-home .home-banner-bg-right {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.page-template-home .home-banner-bg-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/home-top-banner-texture.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 990px) {
  .page-template-home .home-banner-bg-right {
    display: none;
  }
}
.page-template-home .home-banner-bg-right__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.page-template-home .home-banner-bg-right__play {
  position: absolute;
  left: auto;
  right: 54px;
  bottom: 101px;
  z-index: 2;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
@media (max-width: 768px) {
  .page-template-home .home-banner-bg-right__play {
    display: none;
  }
}
.page-template-home .home-banner-bg-right__play img {
  display: block;
}

.page-template-home .home-follow {
  color: #fff;
}
.page-template-home .home-follow__inner {
  display: flex;
  max-height: 484px;
}
@media (max-width: 768px) {
  .page-template-home .home-follow__inner {
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
  }
}
.page-template-home .home-follow__media {
  flex: 0 0 39%;
  max-width: 39%;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
@media (max-width: 768px) {
  .page-template-home .home-follow__media {
    flex: none;
    max-width: 100%;
    width: 100%;
    min-height: 280px;
  }
}
.page-template-home .home-follow__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 100%;
  object-position: 100% 20%;
}
.page-template-home .home-follow__panel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: stretch;
  background-image: url("../../img/home-footer-bg.svg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.page-template-home .home-follow__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 87px 48px 75px 96px;
  box-sizing: border-box;
}
@media (max-width: 1025px) {
  .page-template-home .home-follow__content {
    padding: 48px 32px 48px 28px;
  }
}
@media (max-width: 768px) {
  .page-template-home .home-follow__content {
    max-width: 100%;
    padding: 40px 24px 48px;
  }
}
.page-template-home .home-follow__title {
  margin: 0;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.1;
  color: #fff;
}
.page-template-home .home-follow__subtitle {
  margin: 23px 0 0;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.35;
  color: #FFCC00;
}
.page-template-home .home-follow__accounts {
  margin: 31px 0 0 -8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .page-template-home .home-follow__accounts {
    margin-top: 32px;
  }
}
.page-template-home .home-follow__account {
  display: flex;
  align-items: center;
  padding: 7px 21px;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}
.page-template-home .home-follow__account:hover, .page-template-home .home-follow__account:focus-visible {
  background: #004162;
}
.page-template-home .home-follow__account:hover .home-follow__account-name, .page-template-home .home-follow__account:focus-visible .home-follow__account-name {
  color: #13BCFF;
}
@media (max-width: 768px) {
  .page-template-home .home-follow__account {
    gap: 14px;
    padding: 12px 10px;
  }
}
.page-template-home .home-follow__account-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 29px;
}
.page-template-home .home-follow__account-icon img,
.page-template-home .home-follow__account-icon .home-follow__account-icon-svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.page-template-home .home-follow__account-divider {
  flex: 0 0 2px;
  align-self: stretch;
  max-height: 59px;
  width: 2px;
  background: #13BCFF;
  box-shadow: 0 0 13.8px 0 #5fd2ff;
  margin-top: 4px;
}
.page-template-home .home-follow__account-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  margin: 5px 0 0 18px;
}
.page-template-home .home-follow__account-name {
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.page-template-home .home-follow__account-categories {
  font-weight: 400;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.page-template-home .home-follow__account-handle {
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.3;
  color: #FFCC00;
}

.page-template-home .home-news-title {
  color: #00263E;
  max-width: 1179px;
  margin: auto;
}
.page-template-home .home-news-title .container {
  max-width: 1200px;
}
.page-template-home .home-news-title-shadow {
  position: absolute;
  color: #E3F7FF;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, 3vw, 97px);
  bottom: 0;
  left: 7px;
  top: auto;
  line-height: clamp(34px, 3vw, 97px);
}
.page-template-home .home-news-title-content {
  z-index: 0;
  position: relative;
}
.page-template-home .home-news-title-content h2 {
  margin: 0;
  padding-top: 60px;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(32px, 3vw, 27px);
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.page-template-home .home-news-items {
  max-width: 1179px;
  margin: 37px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-home .home-news-items-left {
  width: 50%;
}
@media (max-width: 1025px) {
  .page-template-home .home-news-items-left {
    width: 100%;
    order: 1;
  }
}
.page-template-home .home-news-items-left .home-news-item:last-child {
  margin-top: 67px;
}
.page-template-home .home-news-items-right {
  width: 50%;
}
@media (max-width: 1025px) {
  .page-template-home .home-news-items-right {
    width: 100%;
    order: 0;
  }
}
.page-template-home .home-news-item {
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .page-template-home .home-news-item {
    flex-wrap: wrap;
  }
}
.page-template-home .home-news-item-main {
  margin: 10px 0 0 25px;
  background-size: cover;
  background-position: center right 150%;
  position: relative;
  height: 100%;
  max-height: 467px;
}
@media (max-width: 1025px) {
  .page-template-home .home-news-item-main {
    margin: 10px 0 67px 0;
    height: auto;
  }
}
.page-template-home .home-news-item-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 40px solid transparent;
  border-left: 40px solid #fff;
  border-top: 40px solid #fff;
}
@media (max-width: 768px) {
  .page-template-home .home-news-item-main {
    flex-wrap: wrap;
  }
}
.page-template-home .home-news-item-main .home-news-item-content {
  width: 63%;
  background: linear-gradient(180deg, #04709E 0%, #00263E 100%);
  padding: 57px 35px 29px;
}
@media (max-width: 460px) {
  .page-template-home .home-news-item-main .home-news-item-content {
    width: 100%;
  }
}
.page-template-home .home-news-item-main .home-news-item-content .home-news-item-image-text {
  width: 88%;
  top: 15px;
  position: relative;
  left: -14px;
  bottom: auto;
  margin: 0;
  justify-content: center;
  padding: 0 7%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .page-template-home .home-news-item-main .home-news-item-content .home-news-item-image-text {
    width: 100%;
  }
}
.page-template-home .home-news-item-main .home-news-item-content-title {
  font-size: 24px;
  line-height: 133%;
  width: 100%;
  padding-bottom: 27px;
  margin-top: 32px;
}
.page-template-home .home-news-item-main .home-news-item-content-title a {
  color: #fff;
}
@media (max-width: 768px) {
  .page-template-home .home-news-item-main .home-news-item-content-title {
    width: 100%;
    margin-top: 20px;
  }
}
.page-template-home .home-news-item-main .home-news-item-content-text {
  max-height: 130px;
  color: #fff;
}
.page-template-home .home-news-item-main .home-news-item-content a.post-link {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(12px, 3vw, 17px);
  margin-top: 40px;
}
.page-template-home .home-news-item-main .home-news-item-content a.post-link .arrow-icon {
  background-image: url("../../img/arrow-white.svg");
}
.page-template-home .home-news-item-image {
  width: 100%;
  height: 280px;
  max-width: 280px;
  margin: 0 15px 0 0;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .page-template-home .home-news-item-image {
    max-width: 100%;
    margin: 0;
  }
}
.page-template-home .home-news-item-image a {
  display: block;
  height: 100%;
}
.page-template-home .home-news-item-image-text {
  width: 252px;
  height: 24px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: auto;
  margin-left: 5px;
  background: linear-gradient(120deg, transparent 24px, #00263E 24px);
  font-weight: 700;
  font-size: clamp(8px, 5.5cqw, 11.5px);
  line-height: 135%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-template-home .home-news-item-image {
    width: 100%;
    padding: 0;
  }
}
.page-template-home .home-news-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.page-template-home .home-news-item-content {
  width: 47%;
  padding-left: 6px;
}
@media (max-width: 768px) {
  .page-template-home .home-news-item-content {
    width: 100%;
    padding-left: 0;
  }
}
.page-template-home .home-news-item-content-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 9px;
  font-family: "Eurostile Text Bold", sans-serif;
}
.page-template-home .home-news-item-content-title a {
  color: #00263E;
}
@media (max-width: 768px) {
  .page-template-home .home-news-item-content-title {
    width: 100%;
    margin-top: 20px;
  }
}
.page-template-home .home-news-item-content-text {
  max-height: 84px;
  overflow: hidden;
  line-height: 23px;
}
.page-template-home .home-news-item-content a.post-link {
  background: linear-gradient(270deg, #004360 -83.8%, #13BCFF 137.71%);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(12px, 3vw, 16px);
  line-height: 80%;
  text-align: center;
  padding: 5px 25px;
  border-radius: 3px;
  margin-top: 33px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  min-width: 180px;
  font-family: "Eurostile Text Bold", sans-serif;
}
.page-template-home .home-news-item-content a.post-link:hover {
  background: #FFCC00;
  color: #000;
  transition: 0.3s;
}
.page-template-home .home-news-item-content a.post-link:hover .arrow-icon {
  background-image: url("../../img/arrow-black.svg");
}
.page-template-home .home-news-item-content a.post-link .arrow-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 24px;
  background-image: url("../../img/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.page-template-home .home-news-button {
  width: 100%;
  text-align: center;
  padding: 33px 0 41px;
}
.page-template-home .home-news-button a {
  width: 264px;
}
.page-template-home .home-race {
  padding-bottom: 79px;
}
@media (max-width: 768px) {
  .page-template-home .home-race {
    padding-bottom: 0;
  }
}
.page-template-home .home-race-title {
  color: #fff;
  background: #00263E;
  height: 379px;
}
@media (max-width: 1025px) {
  .page-template-home .home-race-title {
    height: auto;
  }
}
.page-template-home .home-race-title-shadow {
  position: absolute;
  color: #003150;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, 3vw, 77px);
  height: auto;
  top: auto;
  left: 0;
  content: "";
  line-height: clamp(34px, 3vw, 77px);
  bottom: 0;
}
@media (max-width: 500px) {
  .page-template-home .home-race-title-shadow {
    right: 0;
    margin: auto;
    bottom: 5px;
  }
}
.page-template-home .home-race-title-text {
  z-index: 1;
  position: relative;
}
.page-template-home .home-race-title-content {
  padding: 9px 10px 0;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 576px) {
  .page-template-home .home-race-title-content {
    max-width: 540px;
    padding: 9px 0 0 0;
  }
}
@media (min-width: 768px) {
  .page-template-home .home-race-title-content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-template-home .home-race-title-content {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .home-race-title-content {
    max-width: 1179px;
  }
}
.page-template-home .home-race-title-content h2 {
  margin: 0;
  padding-top: 58px;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-home .home-race-title-content h2 {
    text-align: center;
  }
}
.page-template-home .home-race-content {
  max-width: 1179px;
  margin: -227px auto 0;
  position: relative;
  display: block;
  height: 641px;
}
@media (max-width: 1025px) {
  .page-template-home .home-race-content {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .page-template-home .home-race-content {
    display: none;
  }
}
.page-template-home .home-race-content-mobile {
  display: none;
}
@media (max-width: 1025px) {
  .page-template-home .home-race-content-mobile {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-template-home .home-race-content-mobile-next {
  background: #00263E;
}
.page-template-home .home-race-content-mobile-next-item {
  margin: 25px 0;
  min-height: 272px;
}
.page-template-home .home-race-content-mobile-next-item-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(19, 188, 255, 0) 0%, rgba(0, 67, 96, 0.8) 79.83%, #00263E 114.53%);
}
.page-template-home .home-race-content-mobile-next-item a {
  display: inline-flex;
  width: 100%;
  min-height: 272px;
  position: relative;
}
.page-template-home .home-race-content-mobile-next-item a img {
  width: 100%;
  height: auto;
}
.page-template-home .home-race-content-mobile-next-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
}
@media (max-width: 460px) {
  .page-template-home .home-race-content-mobile-next-item-content {
    width: 100%;
    padding: 25px;
  }
}
.page-template-home .home-race-content-mobile-next-item-content .title {
  font-weight: 700;
  font-style: italic;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 100%;
}
.page-template-home .home-race-content-mobile-next-item-content .date {
  margin-top: 15px;
}
.page-template-home .home-race-content-mobile-next-item-content .location {
  margin-bottom: 25px;
}
.page-template-home .home-race-content-mobile-past-title {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 100%;
  color: #00263E;
  padding-top: 35px;
}
.page-template-home .home-race-content-mobile-past-item {
  margin: 25px 0;
  min-height: 272px;
}
.page-template-home .home-race-content-mobile-past-item-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(0, 67, 96, 0) 30.3%, rgba(0, 38, 62, 0.9) 85.5%);
}
.page-template-home .home-race-content-mobile-past-item a {
  display: inline-flex;
  width: 100%;
  min-height: 272px;
  position: relative;
}
.page-template-home .home-race-content-mobile-past-item a img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
}
.page-template-home .home-race-content-mobile-past-item-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .page-template-home .home-race-content-mobile-past-item-content {
    padding: 25px;
  }
}
.page-template-home .home-race-content-mobile-past-item-content .title {
  font-weight: 700;
  font-style: italic;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 100%;
  width: 50%;
}
.page-template-home .home-race-content-mobile-past-item-content .date {
  width: 50%;
  text-align: right;
}
.page-template-home .home-race-content-mobile-past-item-content .date span {
  display: block;
  width: 100%;
  font-weight: 700;
}
.page-template-home .home-race-content-mobile-past-item .button-blue {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 25px;
}
@media (max-width: 460px) {
  .page-template-home .home-race-content-mobile-past-item .button-blue {
    margin: 25px;
  }
}
.page-template-home .home-race-content-left-border {
  width: 2px;
  height: 490px;
  background: #13BCFF;
  box-shadow: 0 0 13.8px 0 #5FD2FF;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -34px;
}
.page-template-home .home-race-content-right-border {
  width: 2px;
  height: 490px;
  background: #13BCFF;
  box-shadow: 0 0 13.8px 0 #5FD2FF;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -39px;
}
.page-template-home .home-race-content-img {
  max-height: 576px;
  height: 100%;
  overflow: hidden;
}
.page-template-home .home-race-content-img .carousel-inner {
  height: 100%;
  min-height: 576px;
}
.page-template-home .home-race-content-img .carousel-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 50px solid transparent;
  border-top: 50px solid #00263d;
  border-left: 50px solid #00263d;
  z-index: 1;
}
.page-template-home .home-race-content-img .carousel {
  height: 100%;
}
.page-template-home .home-race-content-img .carousel-item {
  max-height: 576px;
  object-fit: cover;
  height: 100%;
  position: relative;
}
.page-template-home .home-race-content-img .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 67, 96, 0) 0%, rgba(0, 38, 62, 0.9) 100%);
  z-index: 1;
}
.page-template-home .home-race-content-img .carousel-item {
  min-height: 576px;
}
.page-template-home .home-race-content-img .carousel-item > .image {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-home .home-race-content-img .carousel-item > .image.active {
  filter: grayscale(0);
}
.page-template-home .home-race-content-img-bottom {
  position: absolute;
  bottom: 37px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.page-template-home .home-race-content-img-bottom-name {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 100%;
  width: 35%;
  margin-top: 6px;
  text-align: left;
  padding: 0 0 5px 25px;
}
.page-template-home .home-race-content-img-bottom-calendar {
  width: 30%;
  margin: 0 25px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .page-template-home .home-race-content-img-bottom-calendar {
    padding: 0 15px;
  }
}
.page-template-home .home-race-content-img-bottom-calendar-img {
  padding-right: 15px;
  flex-shrink: 0;
}
.page-template-home .home-race-content-img-bottom-calendar-img img {
  width: 46px;
  height: 32px;
  object-fit: contain;
}
.page-template-home .home-race-content-img-bottom-calendar-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.page-template-home .home-race-content-img-bottom-calendar-text-location {
  margin-top: 9px;
  font-size: clamp(12px, 4vw, 16px);
}
.page-template-home .home-race-content-img-bottom-calendar-text .top-border {
  display: block;
  width: 100%;
  border-bottom: 2px solid rgb(19, 188, 255);
  box-shadow: 0 0 13.8px 0 rgb(95, 210, 255);
}
.page-template-home .home-race-content-img-bottom-calendar-text .location-divider {
  color: #13BCFF;
  margin: 0 5px;
}
.page-template-home .home-race-content-img-bottom-button {
  margin: 0 36px 0 0;
  text-align: right;
}
.page-template-home .home-race-content-img-bottom-button a {
  width: 318px;
}
.page-template-home .home-race-content-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.page-template-home .home-race-content-navigation img {
  margin: 0 25px;
}
.page-template-home .home-race-content-navigation a {
  font-size: 16px;
  line-height: 80%;
  height: 32px;
}
.page-template-home .home-technology {
  position: relative;
  background: #00263d;
  overflow: hidden;
  padding-bottom: 58px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology {
    background: linear-gradient(180deg, #00263E 0%, #004360 100%);
  }
}
.page-template-home .home-technology-bg {
  position: absolute;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #fff 15px, #fff 30px);
  height: 150%;
  width: 100%;
  opacity: 0.005;
  z-index: 0;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-bg {
    display: none;
  }
}
.page-template-home .home-technology-title {
  color: #00263E;
  max-width: 1179px;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.page-template-home .home-technology-title .container {
  max-width: 1200px;
}
.page-template-home .home-technology-title-shadow {
  position: absolute;
  color: #003150;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, 3vw, 97px);
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  line-height: clamp(34px, 3vw, 97px);
}
.page-template-home .home-technology-title-content {
  z-index: 0;
  position: relative;
}
.page-template-home .home-technology-title-content h2 {
  margin: 0;
  padding-top: 60px;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(32px, 3vw, 27px);
  line-height: 100%;
  z-index: 1;
  position: relative;
  color: #fff;
}
.page-template-home .home-technology-content {
  z-index: 1;
  position: relative;
  display: flex;
  color: #fff;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content {
    flex-wrap: wrap;
  }
}
.page-template-home .home-technology-content-blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -180px;
  margin: auto;
  border-radius: 50%;
  background: rgba(19, 188, 255, 0.15);
  background-blend-mode: screen;
  filter: blur(40px);
  width: 527px;
  height: 427px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-blur {
    display: none;
  }
}
.page-template-home .home-technology-content-bg {
  width: 117px;
  min-width: 117px;
  height: 117px;
  background: linear-gradient(270deg, #004360 -83.8%, #13BCFF 137.71%);
  border-radius: 50%;
  z-index: 1;
}
.page-template-home .home-technology-content-image {
  min-height: 230px;
  height: 100%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
    height: auto;
  }
}
.page-template-home .home-technology-content-image .mobile {
  display: none;
  position: absolute;
  left: 0;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-image .mobile {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
  }
}
.page-template-home .home-technology-content-img {
  position: absolute;
  margin: auto;
  top: 28px;
  left: -182px;
  bottom: 0;
  right: 0;
  max-width: 715px;
  height: auto;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-img {
    display: none;
  }
}
.page-template-home .home-technology-content-img-mobile {
  display: none;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-img-mobile {
    display: flex;
    justify-content: flex-end;
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page-template-home .home-technology-content-img-mobile img {
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    display: block;
  }
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-img {
    position: relative;
    margin-left: -50%;
  }
}
.page-template-home .home-technology-content-title {
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 8px;
  font-size: clamp(14px, 3vw, 16px);
}
.page-template-home .home-technology-content-text {
  font-weight: 400;
  line-height: clamp(16px, 3vw, 17px);
  font-size: clamp(10px, 3vw, 12px);
}
.page-template-home .home-technology-content-left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left {
    width: 100%;
  }
}
.page-template-home .home-technology-content-left-top {
  height: 205px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-top {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}
.page-template-home .home-technology-content-left-top-img {
  margin: 57px 0 0 58px;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-top-img {
    margin: 0;
  }
}
.page-template-home .home-technology-content-left-top-img img {
  margin-top: -26px;
  max-height: 151px;
}
.page-template-home .home-technology-content-left-top-desc {
  width: 46%;
  padding: 43px 0 0 20px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-top-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
  }
}
.page-template-home .home-technology-content-left-top-nav {
  position: absolute;
  bottom: -48px;
  right: -46px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-top-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-left-top-nav img {
  margin: 0 0 0 39px;
}
.page-template-home .home-technology-content-left-middle {
  height: 180px;
  width: 100%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle {
    height: auto;
    margin: 40px 0;
  }
}
.page-template-home .home-technology-content-left-middle-img {
  margin: 61px 0 0 -41px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle-img {
    margin: 0;
  }
}
.page-template-home .home-technology-content-left-middle-img img {
  margin-top: -49px;
  max-height: 160px;
}
.page-template-home .home-technology-content-left-middle-title {
  width: 50%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle-title {
    width: 100%;
  }
}
.page-template-home .home-technology-content-left-middle-text {
  width: 66%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle-text {
    width: 100%;
  }
}
.page-template-home .home-technology-content-left-middle-desc {
  width: 62%;
  padding: 3px 0 0 16px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
  }
}
.page-template-home .home-technology-content-left-middle-nav {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-middle-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-left-middle-nav img {
  margin: 0 0 0 62px;
}
.page-template-home .home-technology-content-left-bottom {
  height: 180px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}
.page-template-home .home-technology-content-left-bottom-img {
  margin: 72px 0 0 56px;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom-img {
    margin: 0;
  }
}
.page-template-home .home-technology-content-left-bottom-img img {
  margin-top: -13px;
  max-height: 160px;
}
.page-template-home .home-technology-content-left-bottom-title {
  width: 78%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom-title {
    width: 100%;
  }
}
.page-template-home .home-technology-content-left-bottom-text {
  width: 78%;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom-text {
    width: 100%;
  }
}
.page-template-home .home-technology-content-left-bottom-desc {
  width: 60%;
  padding: 57px 0 0 20px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
  }
}
.page-template-home .home-technology-content-left-bottom-nav {
  position: absolute;
  top: -50px;
  right: -17px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-left-bottom-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-left-bottom-nav img {
  margin: 0 0 0 5px;
}
.page-template-home .home-technology-content-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right {
    width: 100%;
  }
}
.page-template-home .home-technology-content-right-top {
  height: 210px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-top {
    width: 100%;
    height: auto;
    margin: 40px 0;
  }
}
.page-template-home .home-technology-content-right-top-img {
  margin: 57px 0 0 20px;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-top-img {
    margin: 0;
    order: 0;
  }
}
.page-template-home .home-technology-content-right-top-img img {
  margin-top: -13px;
  max-height: 160px;
}
.page-template-home .home-technology-content-right-top-desc {
  width: 70%;
  padding: 43px 0 0 166px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-top-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
    order: 1;
  }
}
.page-template-home .home-technology-content-right-top-nav {
  position: absolute;
  top: 187px;
  right: 193px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-top-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-right-middle {
  height: 180px;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-middle {
    width: 100%;
    height: auto;
    margin: 40px 0;
    justify-content: flex-start;
  }
}
.page-template-home .home-technology-content-right-middle-img {
  margin: 44px 57px 0 0;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-middle-img {
    margin: 0;
    order: 0;
  }
}
.page-template-home .home-technology-content-right-middle-img img {
  margin-top: -16px;
  max-height: 160px;
}
.page-template-home .home-technology-content-right-middle-title {
  width: 70%;
  line-height: 18px;
}
.page-template-home .home-technology-content-right-middle-text {
  width: 94%;
}
.page-template-home .home-technology-content-right-middle-desc {
  width: 80%;
  padding: 28px 0 0 245px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-middle-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
    order: 1;
  }
}
.page-template-home .home-technology-content-right-middle-nav {
  position: absolute;
  bottom: -3px;
  right: 147px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-middle-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-right-middle-nav img {
  margin: 0 46px 5px 0;
}
.page-template-home .home-technology-content-right-bottom {
  height: 180px;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-bottom {
    width: 100%;
    height: auto;
    margin: 40px 0;
    justify-content: flex-start;
  }
}
.page-template-home .home-technology-content-right-bottom-img {
  margin: 67px 57px 0 0;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-bottom-img {
    margin: 0;
    order: 0;
  }
}
.page-template-home .home-technology-content-right-bottom-img img {
  margin-top: -16px;
  max-height: 136px;
}
.page-template-home .home-technology-content-right-bottom-title {
  width: 80%;
}
.page-template-home .home-technology-content-right-bottom-text {
  width: 98%;
}
.page-template-home .home-technology-content-right-bottom-desc {
  width: 77%;
  padding: 53px 0 0 167px;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-bottom-desc {
    width: 85%;
    padding: 0 0 0 26px;
    align-content: center;
    order: 1;
  }
}
.page-template-home .home-technology-content-right-bottom-nav {
  position: absolute;
  top: 15px;
  right: 76px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-technology-content-right-bottom-nav {
    display: none;
  }
}
.page-template-home .home-technology-content-right-bottom-nav img {
  margin: -51px 0 0px 44px;
}
.page-template-home .home-technology-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -37px;
  padding-bottom: 50px;
}
@media (max-width: 1025px) {
  .page-template-home .home-technology-buttons {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-template-home .home-technology-buttons {
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.page-template-home .home-technology-buttons a {
  z-index: 1;
  height: 30px;
  margin: 0 15px 15px;
}
.page-template-home .home-media {
  padding-bottom: 45px;
}
.page-template-home .home-media-title {
  color: #00263E;
  max-width: 1179px;
  margin: auto;
}
.page-template-home .home-media-title .container {
  max-width: 1200px;
}
.page-template-home .home-media-title-shadow {
  position: absolute;
  color: #E3F7FF;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, 3vw, 97px);
  top: 30px;
  left: 0;
  line-height: clamp(34px, 3vw, 97px);
}
.page-template-home .home-media-title-content {
  z-index: 0;
  position: relative;
}
.page-template-home .home-media-title-content h2 {
  margin: 0;
  padding-top: 60px;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(32px, 3vw, 27px);
  line-height: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 500px) {
  .page-template-home .home-media-title-content h2 {
    text-align: center;
  }
}
.page-template-home .home-media-title-content p {
  margin-top: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00263E;
}
.page-template-home .home-media-items {
  display: flex;
  height: 450px;
}
.page-template-home .home-media-items .home-media-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  max-height: 450px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .page-template-home .home-media-items .home-media-gallery {
    max-width: 80%;
  }
}
@media (max-width: 1025px) {
  .page-template-home .home-media-items .home-media-gallery {
    max-width: 70%;
  }
}
@media (max-width: 1025px) {
  .page-template-home .home-media-items .home-media-gallery {
    max-width: 100%;
  }
}
.page-template-home .home-media-items #galleryCarousel {
  position: relative;
  z-index: 2;
  max-width: 780px;
  width: 100%;
  max-height: 450px;
  height: 100%;
}
.page-template-home .home-media-items #galleryCarousel .carousel-inner {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 38, 62, 0.35);
  height: 100%;
  margin-top: 25px;
}
.page-template-home .home-media-items #galleryCarousel .carousel-inner .carousel-item {
  height: 100%;
}
.page-template-home .home-media-items #galleryCarousel .carousel-inner .carousel-item .gallery-image-container {
  display: flex;
  height: 100%;
}
.page-template-home .home-media-items #galleryCarousel .carousel-inner .carousel-item .gallery-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-home .home-media-items #galleryCarousel.carousel-fade .carousel-item {
  transition: opacity 0.3s ease-in-out;
}
.page-template-home .home-media-items .gallery-image-container {
  width: 100%;
}
.page-template-home .home-media-items .gallery-img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-home .home-media-items .gallery-nav {
  position: absolute;
  top: 49%;
  transform: translateY(-46%);
  width: 220px;
  height: 271px;
  max-width: 26%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 1;
  background-size: cover;
  border-radius: 3px;
  filter: grayscale(0.7);
  opacity: 0.9;
  transform-origin: center center;
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.page-template-home .home-media-items .gallery-nav span {
  width: 2px;
  height: 71px;
  background: #13BCFF;
  box-shadow: 0 0 13.8px 0 #5FD2FF;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.page-template-home .home-media-items .gallery-nav-prev {
  left: -78px;
}
.page-template-home .home-media-items .gallery-nav-prev img {
  transform: rotateY(180deg);
  margin-left: -265px;
}
@media (max-width: 1025px) {
  .page-template-home .home-media-items .gallery-nav-prev img {
    margin-left: -225px;
  }
}
.page-template-home .home-media-items .gallery-nav-prev span {
  left: -46px;
}
.page-template-home .home-media-items .gallery-nav-next {
  right: -78px;
}
.page-template-home .home-media-items .gallery-nav-next img {
  margin-right: -265px;
}
@media (max-width: 1025px) {
  .page-template-home .home-media-items .gallery-nav-next img {
    margin-right: -225px;
  }
}
.page-template-home .home-media-items .gallery-nav-next span {
  right: -46px;
}
.page-template-home .home-media-items .gallery-nav:hover {
  opacity: 0.9;
  filter: grayscale(0.1);
}
.page-template-home .home-media-items .gallery-nav-mobile {
  display: none;
}
@media (max-width: 1030px) {
  .page-template-home .home-media-items .home-media-gallery {
    margin: 30px auto 40px;
  }
  .page-template-home .home-media-items .gallery-nav--thumb {
    display: none;
  }
  .page-template-home .home-media-items .gallery-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 100%;
    max-height: 280px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    z-index: 3;
  }
  .page-template-home .home-media-items .gallery-nav-mobile img {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  .page-template-home .home-media-items .gallery-nav-mobile span {
    width: 2px;
    height: 71px;
    background: #13BCFF;
    box-shadow: 0 0 13.8px 0 #5FD2FF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page-template-home .home-media-items .gallery-nav-mobile-prev {
    left: -5px;
  }
  .page-template-home .home-media-items .gallery-nav-mobile-prev img {
    right: 8px;
    left: auto;
    transform: translateY(-50%) rotateY(180deg);
  }
  .page-template-home .home-media-items .gallery-nav-mobile-prev span {
    right: 0;
  }
  .page-template-home .home-media-items .gallery-nav-mobile-next {
    right: -5px;
  }
  .page-template-home .home-media-items .gallery-nav-mobile-next img {
    left: 8px;
    right: auto;
    transform: translateY(-50%);
  }
  .page-template-home .home-media-items .gallery-nav-mobile-next span {
    left: 0;
  }
  .page-template-home .home-media-items #galleryCarousel {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-template-home .home-media-items .home-media-gallery {
    margin: 10px auto 40px;
  }
  .page-template-home .home-media-items .gallery-nav-mobile {
    width: 40px;
    max-height: 220px;
  }
}
.page-template-home .home-media-item .gallery-nav {
  transition: 0.3s;
}
.page-template-home .home-media-button a {
  margin-top: 46px;
  z-index: 1;
  width: 265px;
}
.page-template-home .home-partners {
  background: #00263E;
  padding-bottom: 117px;
}
.page-template-home .home-partners-title {
  color: #fff;
  text-align: center;
}
.page-template-home .home-partners-title-shadow {
  position: absolute;
  color: #003150;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, 3vw, 77px);
  height: auto;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  content: "";
  line-height: clamp(34px, 3vw, 77px);
}
.page-template-home .home-partners-title-content {
  padding-top: 9px;
  max-width: 1179px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.page-template-home .home-partners-title-content h2 {
  margin: 0;
  padding-top: 58px;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.page-template-home .home-partners-items {
  padding-top: 50px;
  max-width: 1225px;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .page-template-home .home-partners-items {
    flex-wrap: wrap;
  }
}
.page-template-home .home-partners-item {
  width: 25%;
  position: relative;
  padding: 0 22px 47px;
  box-sizing: border-box;
}
@media (max-width: 1025px) {
  .page-template-home .home-partners-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-template-home .home-partners-item-top {
  width: 69%;
  height: 128px;
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .page-template-home .home-partners-item-top {
    width: 180px;
    height: 180px;
  }
}
.page-template-home .home-partners-item-top img {
  width: 100%;
  height: auto;
}
@media (max-width: 1025px) {
  .page-template-home .home-partners-item-top img {
    width: 80%;
  }
}
.page-template-home .home-partners-item-bottom {
  color: #fff;
  padding-top: 104px;
}
@media (max-width: 1025px) {
  .page-template-home .home-partners-item-bottom {
    padding-top: 5px;
  }
}
.page-template-home .home-partners-item-bottom h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
}
.page-template-home .home-partners-item-bottom-text {
  padding-top: 21px;
}
.page-template-home .home-partners-item span {
  width: 2px;
  height: 100%;
  background: #13BCFF;
  box-shadow: 0 0 13.8px 0 #5FD2FF;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-home .home-discover {
  padding-bottom: 59px;
}
.page-template-home .home-discover-title {
  color: #00263E;
  max-width: 1179px;
  margin: auto;
}
.page-template-home .home-discover-title .container {
  max-width: 1200px;
}
.page-template-home .home-discover-title-shadow {
  position: absolute;
  color: #E3F7FF;
  font-family: "Eurostile Text Bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(32px, 3vw, 47px);
  top: 30px;
  left: 0;
  line-height: clamp(34px, 3vw, 97px);
}
.page-template-home .home-discover-title-content {
  z-index: 0;
  position: relative;
}
.page-template-home .home-discover-title-content h2 {
  margin: 0;
  padding-top: 60px;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(32px, 3vw, 27px);
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.page-template-home .home-discover-title-content p {
  margin-top: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00263E;
}
.page-template-home .home-discover-items {
  padding-top: 25px;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-home .home-discover-items {
    flex-wrap: wrap;
  }
}
.page-template-home .home-discover-item {
  width: 32%;
  background: linear-gradient(180deg, #046F9C 0%, #022A42 100%);
  color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 3px;
}
@media (max-width: 1025px) {
  .page-template-home .home-discover-item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .page-template-home .home-discover-item {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }
}
.page-template-home .home-discover-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 50px solid transparent;
  border-left: 50px solid #fff;
  border-top: 50px solid #fff;
  z-index: 0;
}
.page-template-home .home-discover-item-image-container {
  width: 100%;
  height: 253px;
  overflow: hidden;
  position: relative;
}
.page-template-home .home-discover-item-image-container .home-discover-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-home .home-discover-item img {
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.page-template-home .home-discover-item-title {
  font-weight: 700;
  font-style: italic;
  font-size: clamp(16px, 3vw, 24px);
  line-height: 100%;
  margin: 39px 0 0 4px;
  min-height: 44px;
  font-family: "Eurostile Text Bold", sans-serif;
}
.page-template-home .home-discover-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 6px 0 0 4px;
  height: 66px;
  overflow: hidden;
}
.page-template-home .home-discover-item-button {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.page-template-home .home-discover-item-button a {
  width: 63%;
  height: 30px;
  font-size: clamp(11px, 3vw, 14px);
  padding: 5px 15px;
}
@media (max-width: 1025px) {
  .page-template-home .home-discover-item-button a {
    width: 100%;
    padding: 5px 5px;
  }
}
@media (max-width: 768px) {
  .page-template-home .home-discover-item-button a {
    padding: 5px 15px;
    width: auto;
  }
}
.page-template-home .home-discover-item-button-arrows {
  margin-right: 11px;
}
.page-template-home .home-discover-item-button-arrows img {
  margin-left: 7px;
}
@media (max-width: 1100px) {
  .page-template-home .home-discover-item-button-arrows img:nth-child(2), .page-template-home .home-discover-item-button-arrows img:nth-child(3) {
    display: none;
  }
}