* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

a {
  color: unset;
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@font-face {
  font-family: "SportsWorld";
  font-display: swap;
  src: url("../fonts/SportsWorld.woff") format("woff"), url("../fonts/SportsWorld.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sofachrome";
  font-display: swap;
  src: url("../fonts/sofachrome_italic.woff") format("woff"), url("../fonts/sofachrome_italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Sofachrome_mod";
  font-display: swap;
  src: url("../fonts/sofachrome_mod.woff") format("woff"), url("../fonts/sofachrome_mod.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
main {
  margin-top: 66px;
  min-height: calc(100vh - 66px);
}

section {
  padding: 5% 0;
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

img {
  max-width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}

body {
  line-height: 1.35;
}

a {
  color: #F7131B;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:focus {
  color: #747474;
  text-decoration: none;
}

h1 {
  font-size: 36px;
  margin: 30px 0;
  text-transform: uppercase;
  color: #F7131B;
}

p,
li,
h3,
h4,
h5,
h6 {
  margin: 10px 0 0 0;
}

.title {
  font-family: "Sofachrome", sans-serif;
  letter-spacing: -5px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  font-size: 32px;
  text-transform: uppercase;
  color: #F7131B;
  margin: 0 0 40px 0;
}

.title {
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
  line-height: 1;
}

@media (max-width: 768px) {
  .title {
    font-size: 34px;
  }
}
@media (max-width: 375px) {
  .title {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .title {
    font-size: 1em;
  }
}
.title:after {
  background-color: #FAD20E;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  width: 14px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

.grid-1col {
  display: grid;
  grid-template-columns: 1fr;
}

.grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-4col {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .grid-5col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .grid-1col,
  .grid-2col,
  .grid-3col,
  .grid-4col {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.social {
  margin: 0 auto;
}

.social .icon {
  display: inline-block;
}
.social .icon svg {
  height: 30px;
  max-width: 28px;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s, color 0.5s;
  transition: opacity 0.5s, color 0.5s;
}
.social .icon svg:hover {
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F7131B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn {
  display: inline-block;
  background: #F7131B;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn:hover {
  background: #000207;
  color: #fff;
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  color: #fff;
  background-color: #747474;
}

.btn:active,
.btn.active {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

a.link {
  display: inline-block;
  background: transparent;
  border-bottom: 1px solid #F7131B;
  position: relative;
  padding-bottom: 3px;
}

a.link:before {
  content: " ";
  background: #747474;
  position: absolute;
  height: 1px;
  bottom: -1px;
  right: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a.link:hover:before {
  left: 0;
  right: 0;
}

.buttons-head {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.buttons-head > * {
  width: 270px;
  height: 110px;
  border-radius: 15px 15px 0px 0px;
  background: rgba(252, 253, 253, 0.9);
  -webkit-box-shadow: 2px -2px 15px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 2px -2px 15px 4px rgba(0, 0, 0, 0.6);
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.buttons-head > *:hover {
  height: 140px;
  background: rgba(252, 253, 253, 0.75);
}
.buttons-head > *#time:hover {
  height: 110px;
  background: rgb(252, 253, 253);
}
.buttons-head > * > img {
  max-width: 66px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.buttons-head > * h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.buttons-head > *#time {
  text-align: center;
  padding: 15px 5px 0;
}
.buttons-head > *#time h5 {
  color: #000;
  font-size: 17px;
  margin-bottom: 10px;
}
.buttons-head > *#time h4 {
  color: #F7131B;
  font-size: 28px;
}

ul.fa-own-list li:before {
  content: "\f058";
  font-family: "FontAwesome";
  float: left;
  margin-left: -20px;
  color: #000207;
}

ul.fa-own-list {
  list-style: none;
  padding-left: 20px;
}

ul.time-list {
  list-style: none;
  padding-left: 0px;
  list-style-position: outside;
}
ul.time-list li:before {
  content: attr(time);
  float: left;
  color: #F7131B;
  padding: 0 5px 0px 5px;
  font-weight: 600;
  font-size: 13px;
}
ul.time-list > li {
  margin-bottom: 20px;
}
ul.time-list > li > * {
  margin-left: 110px;
}

@media (max-width: 991px) {
  ul.time-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.time-list > li > * {
    margin-left: 0px;
  }
  ul.time-list li:before {
    margin: 0;
    padding: 0;
  }
}
.slider__control {
  z-index: 500;
}

.background-alt {
  background-color: #000207;
}
.background-alt .title {
  color: #eee;
}
.background-alt .title:after {
  background-color: #eee;
}

.red {
  color: #F7131B;
}

.drive-wave {
  position: absolute;
  bottom: -250px;
  left: 0;
  z-index: 1;
}

@media (max-width: 1221px) {
  .drive-wave {
    bottom: -150px;
  }
}
@media (max-width: 661px) {
  .drive-wave {
    bottom: -75px;
  }
}
@media (max-width: 441px) {
  .drive-wave {
    max-width: 100vw;
    overflow: hidden;
  }
  .drive-wave img {
    width: 150%;
    max-width: unset;
  }
}
section {
  position: relative;
}

section .container {
  position: relative;
  z-index: 10;
}

section .title {
  position: relative;
  z-index: 10;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

@-webkit-keyframes outerRotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes outerRotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes outerRotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes outerRotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes textColour {
  0% {
    color: #333;
  }
  100% {
    color: #000207;
  }
}
@keyframes textColour {
  0% {
    color: #333;
  }
  100% {
    color: #000207;
  }
}
.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #000207;
  border-radius: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}

.e-loadholder:after {
  width: 100px;
  height: 200%;
  -webkit-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}

.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #000207;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}

.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}

.e-loadholder .m-loader .e-text {
  font-size: 14px;
  font-size: 1.1rem;
  line-height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #000207;
  border-radius: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
}

.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}

.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}

.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 110%;
  -webkit-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  height: 50%;
  opacity: 0.1;
}

#particleCanvas-Blue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 300px;
  height: 300px;
}

.nodisplay {
  display: none !important;
}

#agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 342px;
  height: 262px;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: #323233;
  z-index: 9990;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
#agreement .agreement_title {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
#agreement .agreement_desk {
  font-weight: 400;
  font-size: 14px;
}
#agreement .link {
  font-weight: bold;
}
#agreement .agreement_button {
  width: 100%;
  height: 48px;
  background: #F7131B;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 20px;
  outline: none;
  border: none;
  color: #fff;
}
#agreement .agreement_button:hover {
  background-color: #fff;
  color: #F7131B;
}

.preloader-wrapper {
  display: none;
}

#head {
  min-height: calc(100vh - 66px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.head-section {
  width: 100%;
  min-height: inherit;
  background: #000000;
  background-image: url(/templates/driveexpo/images/driveexpo-main.webp);
  background-size: cover;
  background-position: center;
}

.masked:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.head-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#000, rgba(255, 255, 255, 0));
  padding: 60px 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-main > div {
  -webkit-transform: rotate(-7deg) skewX(-7deg);
      -ms-transform: rotate(-7deg) skewX(-7deg);
          transform: rotate(-7deg) skewX(-7deg);
}
.head-main .head-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
.head-main .hr-top {
  margin: 0 0 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(#f7131b));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, #f7131b 100%);
  padding: 2px;
  border: 0;
}
.head-main .hr-bottom {
  margin: 30px 0 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f7131b));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f7131b 100%);
  padding: 2px;
  border: 0;
  width: 53%;
}
.head-main h2 {
  font-family: "Sofachrome", sans-serif;
  letter-spacing: -3px;
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
  text-align: right;
  margin: 0;
  line-height: 1;
}
.head-main h2#drive {
  font-size: 82px;
  color: #F7131B;
  margin: 0 0 20px 0;
  -webkit-transform: scaleY(1.5) translateX(10px) skewX(7deg);
      -ms-transform: scaleY(1.5) translateX(10px) skewX(7deg);
          transform: scaleY(1.5) translateX(10px) skewX(7deg);
}
.head-main h2#expo {
  font-size: 62px;
  color: #ffffff;
  -webkit-transform: scaleY(1.5) skewX(7deg);
      -ms-transform: scaleY(1.5) skewX(7deg);
          transform: scaleY(1.5) skewX(7deg);
}
.head-main .date {
  -webkit-transform: scaleY(1.5) skewX(-7deg);
      -ms-transform: scaleY(1.5) skewX(-7deg);
          transform: scaleY(1.5) skewX(-7deg);
  padding: 5px 10px;
  background: #F7131B;
  margin: 30px 0 0 0;
}
.head-main .date h3 {
  font-family: "Sofachrome", sans-serif;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  -webkit-transform: skewX(7deg);
      -ms-transform: skewX(7deg);
          transform: skewX(7deg);
}
.head-main .location {
  font-size: 24px;
  text-transform: unset;
}
.head-main h3.sub-title {
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 36px;
  text-align: right;
}
.head-main > * {
  font-style: italic;
  color: #fff;
}

.head-buttons {
  margin: 20px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 26px;
  padding: 20px 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent);
}

.head-btn {
  background: #F7131B;
  -webkit-box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.4);
  padding: 6px 16px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

.head-btn:hover,
.head-btn:focus {
  color: #F7131B;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 70px 20px #162281;
          box-shadow: 0 0 70px 20px #162281;
}

.head-about {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
}

@media (max-width: 991px) {
  .head-main h2#drive {
    font-size: 62px;
  }
  .head-main h2#expo {
    font-size: 42px;
  }
  .head-main .date h3 {
    font-size: 24px;
  }
  .head-main .location {
    font-size: 18px;
  }
  .head-main h3.sub-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .head-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 5%;
  }
  .location {
    text-align: right;
  }
  .head-main .hr-bottom {
    margin: 30px 5% 0 25%;
    width: 70%;
  }
  .head-main .hr-top {
    margin: 0 5% 30px 0px;
  }
  .head-main h3.sub-title {
    margin: 20px 5% 0 0;
  }
  .head-main .date h3 {
    text-align: right;
    font-size: 18px;
  }
  .head-buttons {
    width: 100%;
    margin-right: 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
  }
}
@media (max-width: 461px) {
  .head-main h2#drive {
    font-size: 46px;
  }
  .head-main h2#expo {
    font-size: 36px;
  }
}
@media (max-height: 750px) {
  .head-main {
    padding: 5% 0 5%;
  }
}
nav {
  height: 66px;
  position: fixed;
  top: 0;
  padding-top: 0px;
  width: 100%;
  z-index: 1000;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  /*&.position-top {
    .navbar-toggle {
      position: absolute;
      top: 5px;
      right: 5px;
    }
  }*/
}
nav .navbar-toggle {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2000;
  padding: 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  border-color: #000207;
}
nav .navbar-toggle:focus, nav .navbar-toggle:hover {
  background-color: #000207;
  outline: 0;
}
nav .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
nav .navbar-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
nav .navbar-toggle .icon-bar {
  background-color: #000207;
}
nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
@media (min-width: 769px) {
  nav .navbar-toggle {
    display: none;
  }
}

nav.position-top .navbar-container {
  margin: 0 auto 0;
}
nav.position-top .navbar-container .vent-partner {
  bottom: 20px;
}
nav.position-top .navbar-container .vent-partner.no-background {
  bottom: 35px;
}
@media (max-width: 991px) and (orientation: landscape) {
  nav.position-top .navbar-container .vent-partner {
    bottom: -65px;
  }
}
nav.position-top .navbar-header {
  visibility: visible;
  opacity: 1;
}

.navbar-container {
  display: grid;
  grid-template-columns: 370px 1fr 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin: 0px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 65px;
}
.navbar-container .logo {
  padding: 0 10px;
}
.navbar-container .vent-logo {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-container .vent-logo h2 {
  font-family: "Sofachrome", sans-serif;
  letter-spacing: -3px;
  font-weight: 500;
  text-transform: unset;
  color: #000207;
  font-size: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-container .vent-logo .vent-partner, .navbar-container .vent-logo .logo {
  width: 100%;
}
.navbar-container .vent-logo .vent-partner {
  margin-top: 10px;
}
@media (max-width: 792px) {
  .navbar-container .vent-logo {
    padding: 0 0 0 10px;
    grid-template-columns: 60px 1fr;
  }
}
.navbar-container .vent-logo:hover h2 {
  color: #4B5473;
}
.navbar-container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
}
.navbar-container .social .icon {
  display: inline-block;
  font-size: 28px;
}
@media (max-width: 768px) {
  .navbar-container .social {
    gap: 30px;
  }
  .navbar-container .social .icon {
    font-size: 38px;
  }
}
@media (max-width: 350px) {
  .navbar-container .social {
    gap: 10px;
  }
  .navbar-container .social .icon {
    font-size: 24px;
  }
}

.navbar-collapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.navbar-collapse > ul > li {
  margin: 16px 0 10px 0;
  padding: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-family: "Onest-Black", sans-serif;
  height: 100%;
  white-space: nowrap;
}
.navbar-collapse > ul > li:hover > a {
  color: #fff;
}
.navbar-collapse > ul > li:hover {
  cursor: pointer;
  background: #F7131B;
  margin: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.navbar-collapse > ul > li > a {
  text-transform: uppercase;
  color: #000207;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-collapse > ul > li > .nav-child {
  visibility: collapse;
  opacity: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  z-index: 1000;
  margin: 16px 0px 0px -10px;
  padding: 10px;
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .navbar-collapse > ul > li > .nav-child {
    margin: 16px 0px 0px 0px;
  }
}
.navbar-collapse > ul > li > .nav-child.open {
  visibility: visible;
  opacity: 1;
}
.navbar-collapse > ul > li > .nav-child > li {
  padding: 10px 0;
}
.navbar-collapse > ul > li > .nav-child > li > a {
  font-weight: 500;
  color: #000207;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.navbar-collapse > ul > li > .nav-child > li > a:hover {
  text-decoration: underline;
}
.navbar-collapse .nav-child {
  display: none;
}

@media (max-width: 1421px) {
  .navbar-collapse > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1221px) {
  .navbar-collapse > ul > li {
    padding: 0 4px;
  }
  .navbar-collapse > ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .navbar-container {
    gap: 10px;
  }
  .navbar-collapse > ul > li {
    padding: 0px;
    margin: 26px 0 10px 0;
  }
  .navbar-collapse > ul > li > a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .navbar-collapse > ul > li {
    padding: 10px;
    background: #4B5473;
    text-align: center;
    margin: auto 0;
  }
  .navbar-collapse > ul > li:hover {
    padding: 10px 50px;
    background: #000207;
  }
  .navbar-collapse > ul > li > a {
    font-size: 18px;
    color: #fff;
  }
  .navbar-collapse > ul > li:hover > a {
    color: #fff;
  }
}
.nav.menu {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 768px) {
  nav {
    /*background: #fff0;*/
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse {
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .navbar-collapse .nav-child {
    width: 100%;
  }
  .navbar-container {
    padding: 0;
  }
  .nav.menu {
    display: block;
    margin-top: -235px;
  }
  .nav.menu > li {
    cursor: pointer;
  }
  .position-top .nav.menu.open {
    margin-top: 0;
  }
  .nav.menu.open {
    margin-top: 0;
  }
}
@media (max-width: 551px) {
  .navbar-container {
    grid-template-columns: 200px 1fr 60px;
  }
}
@media (max-width: 382px) {
  .navbar-container {
    grid-template-columns: 170px 1fr 60px;
  }
}
@media (max-width: 350px) {
  .navbar-container {
    grid-template-columns: 160px 1fr 55px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  nav {
    height: unset;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  nav .navbar-toggle {
    top: 10px;
  }
  nav .navbar-collapse {
    bottom: 0;
  }
  .navbar-container {
    margin: 0px auto 0 !important;
  }
  .position-top .nav.menu.open {
    margin-top: 0;
    padding: 0;
  }
  .nav.menu.open {
    margin-top: 0;
  }
}
#about h3 {
  font-size: 32px;
}
#about .about-main h3 {
  font-size: 40px;
  text-transform: unset;
}
#about .about-main h4 {
  text-transform: unset;
  font-weight: 400;
}
#about .about-more h3 {
  font-size: 40px;
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
}
#about .about-more h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), to(#f7131b));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 30%, #f7131b 100%);
  padding: 3px;
  border-radius: 1px;
}
#about .about-more > * {
  margin: 60px 0;
}
#about .about-more ul {
  padding-left: 20px;
  list-style: unset;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
#about .about-more li {
  font-size: 24px;
}
#about .about-more li strong {
  text-transform: uppercase;
}

#about_more .pat_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 80px 0;
}
#about_more .pat_container > div {
  padding: 20px;
  border-radius: 40px;
  -webkit-box-shadow: inset 0px 0px 20px 2px #162281;
          box-shadow: inset 0px 0px 20px 2px #162281;
  background: #fff;
}
#about_more .pat_container > div .icon {
  padding: 5px;
  text-align: center;
}
#about_more .pat_container > div .icon img {
  height: 140px;
}
#about_more .pat_container > div h4 {
  color: #162281;
  text-align: center;
  font-size: 21px;
  text-transform: unset;
}
#about_more .cust_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: inset 0px 0px 20px 2px #000;
          box-shadow: inset 0px 0px 20px 2px #000;
  padding: 20px;
  margin: 80px 0;
}
#about_more .cust_container > div {
  padding: 20px;
}
#about_more .cust_container > div .icon {
  padding: 5px;
  text-align: center;
}
#about_more .cust_container > div .icon img {
  height: 140px;
}
#about_more .cust_container > div h4 {
  color: #000;
  text-align: center;
  text-transform: unset;
}
@media (max-width: 992px) {
  #about_more .pat_container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #about_more .pat_container > div {
    padding: 15px;
    border-radius: 30px;
  }
  #about_more .pat_container > div .icon img {
    height: 100px;
  }
  #about_more .pat_container > div h4 {
    font-size: 16px;
  }
  #about_more .cust_container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
  }
  #about_more .cust_container > div {
    padding: 5px;
  }
  #about_more .cust_container > div .icon img {
    height: 90px;
  }
  #about_more .cust_container > div h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #about_more .title {
    font-size: 28px;
  }
}
@media (max-width: 441px) {
  #about_more .title {
    font-size: 24px;
  }
}

#sections h2.title {
  padding: 20px;
}
#sections .section-container {
  position: relative;
  gap: 20px;
  margin: 100px 0;
}
#sections .section-container > div {
  position: relative;
}
#sections .section-container > div .section_main {
  padding: 20px;
  background: #2a2c39;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 100px 10px #000000;
          box-shadow: 0 0 100px 10px #000000;
  z-index: 10;
  height: 100%;
}
#sections .section-container > div .tooltip {
  padding: 20px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 20;
  color: #000;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sections .section-container > div:nth-child(2n+1) .tooltip {
  right: calc(-100% - 20px);
  -webkit-box-shadow: inset -20px 0px 15px 3px #000;
          box-shadow: inset -20px 0px 15px 3px #000;
  padding-left: 30px;
}
#sections .section-container > div:nth-child(2n+1) .tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sections .section-container > div:nth-child(2n) .tooltip {
  left: calc(-100% - 20px);
  -webkit-box-shadow: inset 20px 0px 15px 3px #000;
          box-shadow: inset 20px 0px 15px 3px #000;
  padding-left: 30px;
}
#sections .section-container > div:nth-child(2n) .tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  right: -25px;
  top: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#sections .section-container > div:last-child .tooltip {
  position: relative;
  margin-top: 20px;
  -webkit-box-shadow: inset 0px -20px 15px 3px #000;
          box-shadow: inset 0px -20px 15px 3px #000;
  padding-bottom: 30px;
}
#sections .section-container > div:last-child .tooltip::before {
  content: " ";
  left: 45px;
  top: -40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sections .section-container > div:hover .tooltip {
  opacity: 1;
  z-index: 100;
}
#sections .section-container > div h4 {
  text-transform: unset;
  font-weight: 400;
}
#sections .section-container > div:nth-child(2n+1) .section_main:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(247, 19, 27, 0.8)));
  background: linear-gradient(180deg, rgb(0, 0, 0), rgba(247, 19, 27, 0.8));
  -webkit-box-shadow: 0 0 100px 20px #f7131b;
          box-shadow: 0 0 100px 20px #f7131b;
  z-index: 5;
}
#sections .section-container > div:nth-child(2n) .section_main:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(22, 34, 129, 0.8)));
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(22, 34, 129, 0.8));
  -webkit-box-shadow: 0 0 60px 15px #162281;
          box-shadow: 0 0 60px 15px #162281;
  z-index: 5;
}
#sections .section-container > div:last-child {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
}
#sections .section-container > div:last-child .section_main {
  height: auto;
}
#sections .section-container > div:last-child .tooltip {
  right: unset;
  top: unset;
  display: none;
}
#sections .section-container > div:last-child:hover .tooltip {
  position: relative;
  right: unset;
  top: unset;
  display: block;
}
@media (max-width: 768px) {
  #sections .section-container > div .section_main {
    height: auto;
  }
  #sections .section-container > div .tooltip {
    top: 0;
    right: 0;
    left: 0;
    margin-top: 20px;
    -webkit-box-shadow: inset 0 -20px 15px 3px #000;
            box-shadow: inset 0 -20px 15px 3px #000;
    padding-bottom: 30px;
  }
  #sections .section-container > div:hover .tooltip {
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    display: block;
    -webkit-box-shadow: inset 0 -20px 15px 3px #000;
            box-shadow: inset 0 -20px 15px 3px #000;
  }
  #sections .section-container > div:hover .tooltip::before {
    content: " ";
    left: 45px;
    top: -40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sections .section-container > div:last-child {
    text-align: left;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

#formats .formats_container {
  gap: 20px;
  text-align: center;
  margin: 60px 0;
}
#formats .formats_container > div {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  -webkit-box-shadow: rgb(22, 34, 129) 0px 0px 20px 2px inset;
          box-shadow: rgb(22, 34, 129) 0px 0px 20px 2px inset;
  padding: 20px;
  color: #000;
}
#formats .formats_container > div h4 {
  font-size: 20px;
  text-transform: unset;
}
#formats .btn_container {
  text-align: center;
}
#formats .reasons_container {
  margin: 60px 0;
}
#formats .reasons_container h3 {
  text-align: center;
}
#formats .reasons_container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#formats .reasons_container ul li i {
  font-size: 68px;
  color: #A1B82A;
}
#formats .reasons_container ul li {
  font-size: 28px;
}

#partners {
  background-color: #eee;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#eee), color-stop(#eee), to(#000));
  background: linear-gradient(0deg, #000, #eee, #eee, #000);
}

.partners-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.partners-container > div {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.5);
}
.partners-container > div .img {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners-container > div .img img {
  max-width: 100%;
  max-height: 200px;
}
.partners-container > div h3 {
  text-transform: unset;
  color: #000;
  margin-top: 30px;
}
.partners-container > div h4 {
  text-transform: unset;
  color: #666666;
}

@media (max-width: 991px) {
  .partners-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partners-container > div .img-double img {
    max-height: 150px;
  }
}
#map {
  padding: 5% 0;
}

.map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-container .map {
  width: 60%;
}
.map-container .map iframe {
  width: 100%;
  min-height: 400px;
  height: 100%;
  border: none;
}
.map-container .map-info {
  padding: 0px 20px;
  width: 40%;
}
.map-container .map-info p {
  font-size: 18px;
}
.map-container .map-info > div {
  margin: 20px 0;
}
.map-container .map-info h4 {
  margin: 12px 0 0 0;
}

@media (max-width: 991px) {
  .map-container .map-info {
    position: relative;
  }
}
@media (max-width: 768px) {
  .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .map-container .map {
    width: 100%;
  }
  .map-container .map-info {
    width: 100%;
  }
}
.contacts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}
.contacts-container > * {
  display: grid;
  grid-template-columns: 150px 1fr;
}
.contacts-container > *.no-img .img {
  display: none;
}
.contacts-container > *.no-img {
  grid-template-columns: 1fr;
  padding-left: 30px;
}
.contacts-container > * {
  gap: 20px;
  padding: 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
  background: #2a2c39;
}
.contacts-container > * img {
  max-height: 300px;
  border-radius: 10px;
}
.contacts-container > * h4 {
  text-transform: unset;
  font-size: 18px;
}
.contacts-container > * h3 {
  text-transform: unset;
  display: inline-block;
}
.contacts-container > * p {
  margin: 10px 0 0 0;
  white-space: nowrap;
}
.contacts-container > * i.fa {
  font-size: 28px;
  margin-right: 5px;
}
.contacts-container > * i.fa.fa-envelope {
  font-size: 20px;
}

@media (max-width: 820px) {
  .contacts-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 434px) {
  .contacts-container > * {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
#footer {
  background: #eee;
}
#footer .info {
  padding: 20px 0 5px;
  text-align: center;
}
#footer .info p {
  font-size: 14px;
  font-weight: 600;
}
#footer .social {
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 15px;
}
#footer .social .icon {
  font-size: 36px;
  color: #000207;
}
#footer .social .icon:hover {
  font-size: 36px;
  color: #F7131B;
}