html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  scroll-behavior: smooth !important;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: none;
  font-feature-settings: none;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "HyundaiSansHead-Regular", sans-serif !important;
}

button {
  border: none;
  background: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: white;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
}

.sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 10000;
  color: white;
  background-color: #002c5f;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.04), 0 2px 55px 0 rgba(0, 0, 0, 0.13);
}

@media screen and (min-width: 768px) {
  .sidebar {
    bottom: 0;
    left: 50vw;
    width: fit-content;
    height: 9.1rem;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .sidebar {
    right: 0;
    top: 13rem;
    flex-direction: column !important;
    padding-top: 1.5rem;
    max-width: 9.1rem;
    height: auto;
    left: auto;
    bottom: auto;
    width: 9.1rem;
    transform: none;
    max-height: calc(100vh - 22rem);
  }
}

.sidebar-item {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: inherit;
  cursor: pointer;
  flex: 1;
}

.sidebar-item:hover {
  background-color: #004489;
}

.sidebar-item:last-of-type:hover {
  background-color: #f2f2f2;
}

.sidebar-item span {
  font-size: 1rem;
  line-height: 1.2rem;
}

@media screen and (min-width: 768px) {
  .sidebar-item {
    width: auto;
    width: 10rem;
  }

  .sidebar-item span {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

.sidebar-item a {
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 1.1rem;
  gap: 0.5rem;
  height: 100%;
}

.sidebar-item .icon {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .sidebar-item .icon {
    font-size: 4rem;
  }
}

.sidebar-item .is-font-icon-configurator::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f119";
}

.sidebar-item .is-font-icon-brochure::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f117";
}

.sidebar-item .is-font-icon-test-drive::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f123";
}

.sidebar-item .is-font-icon-find-a-dealer::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f11d";
}

.sidebar-item .is-font-icon-quote::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f120";
}

.sidebar-item .is-font-icon-livechat::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f11e";
}

.sidebar-item:last-of-type {
  background-color: white;
  width: 10rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .sidebar-item:last-of-type {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .sidebar-item:last-of-type {
    padding-bottom: 3rem;
  }
}

.sidebar-item:last-of-type a {
  color: #002c5f;
}

.brand-carousel {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 8.3rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-slider::before {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-slider {
  width: 100%;
  position: relative;
  z-index: 9997;
  height: auto;
}

.tns-ah {
  transition: height 0s !important;
}

@media screen and (min-width: 1379px) {
  .header-slider {
    height: 100vh;
  }
}

.header-slider .header-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100vw;
  position: relative;
  z-index: 9997;
}

.header-slider img {
  object-fit: contain;
  width: 100%;
  position: relative;
  max-height: 83vh;
}

.header-slider-backdrop {
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5%;
  padding-top: 83px;
  padding-bottom: 12rem;
}

@media screen and (min-width: 768px) {
  .header-slider-backdrop {
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-slider-backdrop {
    padding-top: 83px;
    padding-bottom: 83px;
    height: 100vh;
  }
}

.header-slider .discover-button {
  border: none;
  background-color: #002c5f;
  width: 90%;
  height: 54px;
  color: white;
  cursor: pointer;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  z-index: 9999;
  cursor: pointer !important;
  position: relative;
}

.header-slider-item .discover-button a {
  width: 100%;
  height: 54px;
  color: white;
  position: relative;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0;
  color: #fff;
  background: #002c5f;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 5.7rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out,
    background 0.3s ease-in-out, border 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header-slider-item .discover-button a {
    width: 270px;
  }

  .header-slider-item .discover-button {
    width: 270px;
  }
}

.header-slider-item .discover-button:hover a::before {
  transform: translate3d(0, 0, 0);
  outline: none !important;
  text-decoration: none;
}

.header-slider-item .discover-button a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  transform: translate3d(-101%, 0, 0);
  display: block;
  background: #003c78;
  border: 0;
  box-shadow: none;
  z-index: 9999;
  transition: transform 0.5s cubic-bezier(0.7, -0.02, 0, 1);
}

.header-slider-item .text {
  display: flex;
  flex-direction: column;
  width: 90%;
  text-shadow: 0 5px 15px black;
  font-size: 4.5rem;
  line-height: 4.8rem;
  z-index: 9999;
  color: white;
  font-family: "HyundaiSansHead-Bold", sans-serif;
}

.header-slider-item .text .small {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 768px) {
  .header-slider-item .text {
    font-size: 6.4rem;
    line-height: 6.8rem;
    width: auto;
  }
}

.slide-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .slide-overlay {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    width: 80%;
    bottom: 5rem;
  }
}

.control-left,
.control-right {
  height: 66px;
  width: 33px;
  display: none;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: opacity;
  cursor: none !important;
  right: 10px;
  z-index: 9999;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.show-controls {
  display: none;
}

@media screen and (min-width: 1024px) {
  .show-controls {
    display: block;
  }
}

.header-slider button:hover .icon {
  opacity: 1;
  transform: translate3d(calc(135px - 50%), -125%, 0);
}

.header-slider .icon {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
  opacity: 0;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  transform: translate3d(-270px, -50%, 0) rotate(90deg);
  transition: opacity 0.2s ease-in 0.1s, transform 0.2s ease-in 0.1s;
}

.header-slider .icon::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f101";
}

.control-left::before,
.control-right::before {
  background-color: rgba(255, 255, 255, 1);
  height: 42px;
  width: 8px;
  transform: rotate(-45deg);
  top: 0;
  content: "";
  left: 9px;
  position: absolute;
  border: 0 solid;
}

.control-left::after,
.control-right::after {
  background-color: rgba(255, 255, 255, 1);
  height: 42px;
  width: 8px;
  transform: rotate(45deg);
  top: 25px;
  content: "";
  left: 9px;
  position: absolute;
  border: 0 solid;
}

.control-left {
  transform: scaleX(-1);
}

.control-right {
  top: 0;
  left: 0;
}

.slider-nav {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  cursor: pointer !important;
  z-index: 9999;
}

.slider-nav-item {
  width: 3rem;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out;
}

.slider-nav .active {
  background-color: rgba(255, 255, 255, 1);
  height: 3px;
}

.new-models-outer::after {
  content: "";
  display: table;
  clear: both;
}

.new-models-wrapper {
  max-width: 1387px;
}

.new-models {
  margin: 0 4%;
  float: left;
}

.new-models-inner {
  width: calc(100% - 24px);
  margin-left: 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .new-models-inner {
    width: 92%;
    margin-left: 4%;
  }
}

.new-models-item {
  margin-bottom: 5rem;
  float: left;
  display: flex;
  flex-grow: 0;
}

@media screen and (min-width: 1024px) {
  .new-models-item {
    width: 91.30435%;
    margin-left: 4.34783%;
  }
}

.new-models-item .left {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .new-models-item .left {
    width: 47.82609%;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .left {
    width: 52.38095%;
  }
}

.new-models-item .with-margin {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .new-models-item .with-margin {
    margin-right: 4.34783%;
  }
}

.new-models-item .right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .new-models-item .right {
    width: 47.82609%;
    margin-left: 4.34783%;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .right {
    width: 38.09524%;
    margin-left: 4.7619%;
  }
}

.new-models-item img {
  object-fit: contain;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.new-models-item picture {
  overflow: hidden;
  line-height: 0;
  width: 100%;
}

.new-models-item .title {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .new-models-item .title {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    margin-left: 4.54545%;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .title {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
}

.new-models-item .title h3 {
  font-size: 24px;
  line-height: 29px;
  color: rgb(28, 27, 27);
  font-family: "HyundaiSansHead-Medium", sans-serif;
}

@media screen and (min-width: 768px) {
  .new-models-item .title h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .title h3 {
    font-size: 34px;
    line-height: 42px;
  }
}

.new-models-item .sub-title {
  font-size: 16px;
  line-height: 22.4px;
  color: rgb(50, 50, 50);
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .new-models-item .sub-title {
    margin-left: 9.09091%;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .sub-title {
    margin-left: 6.25%;
  }
}

.new-models-item .learn-more {
  margin-top: 2.5rem;
  margin-left: 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  color: #002c5f;
  align-self: flex-start;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .new-models-item .learn-more {
    margin-left: 9.09091%;
  }
}

@media screen and (min-width: 1024px) {
  .new-models-item .learn-more {
    margin-left: 6.25%;
  }
}

.new-models-item .learn-more div {
  margin-left: 10px;
  transition: all 0.2s ease-in;
}

.new-models-item .learn-more .icon {
  position: relative;
  width: 28px;
  height: 8px;
}

.new-models-item .learn-more:hover .icon::before {
  right: -3px;
}

.new-models-item .learn-more:hover .icon::after {
  width: 30.8px;
}

.new-models-item .learn-more:hover div {
  margin-left: 13px;
}

.new-models-item:has(.learn-more:hover) img {
  transform: scale(1.1);
}

.new-models-item .learn-more .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}

.new-models-item .learn-more .icon::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 0;
  border-width: 2px 0 0;
  transition: all 0.2s ease-in;
}

.options-section {
  max-width: 1387px;
  margin: 0 auto;
  display: none;
}

@media screen and (min-width: 768px) {
  .options-section {
    display: block;
  }
}

.options-section::after {
  content: "";
  display: table;
  clear: both;
}

.options-section-inner {
  margin: 0 4%;
}

.options-section-wrapper {
  width: calc(100% - 24px);
  float: left;
  margin-left: 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .options-section-wrapper {
    width: 92%;
    float: left;
    margin-left: 4%;
  }
}

.options-section-inner-wrapper {
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .options-section-inner-wrapper {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 1024px) {
  .options-section-inner-wrapper {
    margin-bottom: 11rem;
  }
}

.options-section-items {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .options-section-item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 60%;
  }

  .options-section-item {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .options-section-items {
    flex-direction: row;
  }

  .options-section-item a {
    max-width: 100%;
  }
}

.options-section-item {
  width: 100%;
  position: relative;
  float: left;
}

@media screen and (min-width: 1024px) {
  .options-section-item {
    width: 30.43478%;
    margin-bottom: 5.5rem;
  }
}

.options-section-item a {
  text-decoration: none;
  color: #002c5f;
}

.options-section-item .top {
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.options-section-item img {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  transition: 0.2s ease-in;
}

.options-section-item .bottom {
  color: #323232;
  text-align: center;
}

.options-section-item .bottom h3 {
  font-size: 24px;
  line-height: 29px;
  color: #002c5f;
  font-family: "HyundaiSansHead-Medium", sans-serif;
}

.options-section-item .bottom p {
  font-family: "HyundaiSansText-Medium", sans-serif;
}

@media screen and (min-width: 768px) {
  .options-section-item .bottom h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .options-section-item .bottom h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
}

.options-section-item .bottom p {
  font-size: 16px;
  line-height: 22.4px;
  color: #999;
}

@media screen and (min-width: 1024px) {
  .options-section-item .bottom p {
    font-size: 1.6rem;
  }
}

.options-section-item:hover img {
  transform: scale(1.1);
}

.slider-header {
  width: 85.18519%;
  margin: 0 auto 4rem;
}

@media screen and (min-width: 768px) {
  .slider-header {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .slider-header {
    margin-bottom: 6rem;
  }
}

.slider-header h2 {
  font-size: 31px;
  line-height: 36px;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  color: #1c1b1b;
  margin: 2rem auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .slider-header h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 2rem;
    margin: 0 auto;
    width: 82.6087%;
  }
}

@media screen and (min-width: 1024px) {
  .slider-header h2 {
    font-size: 50px;
    line-height: 54px;
    width: 65.21739%;
  }
}

.charge-slider-outer::after {
  content: "";
  display: table;
  clear: both;
}

.charge-slider-wrapper {
  max-width: 1387px;
  height: auto;
  margin: 0 auto 9rem;
}

.charge-slider-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.charge-slider {
  margin: 0 4%;
  color: #002c5f;
}

.charge-slider-top {
  margin-left: 12px;
  width: calc(100% - 24px);
  float: left;
  position: relative;
}

@media screen and (min-width: 320px) {
  .charge-slider-top {
    width: 92%;
    margin-left: 4%;
  }
}

.charge-slider-bottom {
  margin-left: 12px;
  width: calc(100% - 24px);
  float: left;
  position: relative;
  color: #002c5f;
}

@media screen and (min-width: 320px) {
  .charge-slider-bottom {
    width: 92%;
    margin-left: 4%;
  }
}

@media screen and (min-width: 768px) {
  .charge-slider-bottom {
    width: 76%;
    margin-left: 12%;
  }
}

@media screen and (min-width: 1024px) {
  .charge-slider-bottom {
    width: 60%;
    margin-left: 20%;
  }
}

.charge-slider-bottom .upper-text {
  font-size: 16px;
  line-height: 27px;
}

.charge-slider-bottom hr {
  border-top: 1px solid #002c5f !important;
  opacity: 1;
  margin: 0;
  margin-top: 20px;
}

.charge-slider-bottom .lower-text-items {
  list-style-type: none;
  font-size: 14px;
  line-height: 19.6px;
  padding: 0;
}

.charge-slider-bottom .lower-text-item strong {
  font-weight: 700;
  font-family: "HyundaiSansText-Medium", sans-serif;
}

.charge-slider-bottom .lower-text-item {
  display: flex;
}

.charge-slider-top .slider-calculator-controls-intro h2 {
  margin-bottom: 3rem;
  font-size: 31px;
  line-height: 36px;
  font-family: "HyundaiSansHead-Medium", sans-serif;
}

@media screen and (min-width: 768px) {
  .charge-slider-top .slider-calculator-controls-intro h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1024px) {
  .charge-slider-top .slider-calculator-controls-intro h2 {
    font-size: 50px;
    line-height: 54px;
  }
}

.charge-slider-top .slider-calculator-controls {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .charge-slider-top .slider-calculator-controls {
    width: 40%;
  }
}

.charge-slider-top .slider-calculator-controls-intro p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 4rem;
}

.slider {
  background-image: repeating-linear-gradient(
    to left,
    #002c5f 0,
    #002c5f 1px,
    transparent 0,
    transparent 5px
  );
  height: 10px;
  position: relative;
  width: 100%;
  margin-top: 3rem;
  user-select: none;
}

.slider-rail {
  background-image: linear-gradient(90deg, #004489, #002c5f 90%);
  display: flex;
  height: 10px;
  justify-content: flex-end;
  position: absolute;
}

.slider-thumb {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDEyQzVGO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTE4LDMuOWM3LjgsMCwxNC4xLDYuMywxNC4xLDE0LjFTMjUuOCwzMi4xLDE4LDMyLjFTMy45LDI1LjgsMy45LDE4UzEwLjIsMy45LDE4LDMuOSBNMTgsMi4xCgkJQzkuMywyLjEsMi4xLDkuMywyLjEsMThTOS4zLDMzLjksMTgsMzMuOVMzMy45LDI2LjcsMzMuOSwxOFMyNi43LDIuMSwxOCwyLjFMMTgsMi4xeiIvPgo8L2c+CjxnPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTkuNCwxOGw2LjIsNC45di05LjhMOS40LDE4eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIwLjUsMTMuMXY5LjhsNi4yLTQuOUwyMC41LDEzLjF6Ii8+CjwvZz4KPC9zdmc+Cg==")
    no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
  width: 32px;
  height: 32px;
}

.slider-text {
  display: block;
  position: absolute;
  right: 0;
  text-align: center;
  top: -32px;
  transform: translate(50%);
  font-size: 19px;
  line-height: 24px;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  min-width: 44px;
  font-size: 14px;
  line-height: 27px;
}

.slider-calculator-info {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: 7%;
  padding-top: 48px;
}

@media screen and (min-width: 768px) {
  .slider-calculator-info {
    margin-left: 0;
    padding-top: 60px;
    width: 60%;
  }
}

.slider-calculator-info .info-item {
  border-left: 1px solid #002c5f;
  height: 240px;
  margin-left: auto;
  width: 115px;
  padding-left: 15px;
  padding-right: 14px;
  color: #002c5f;
}

.slider-calculator-info .info-item:first-child {
  height: 200px;
}

@media screen and (min-width: 768px) {
  .slider-calculator-info .info-item:first-child {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  .slider-calculator-info .info-item {
    height: 320px;
    width: 120px;
    margin-left: 14%;
  }
}

@media screen and (min-width: 1024px) {
  .slider-calculator-info .info-item {
    width: 145px;
    margin-left: 18%;
  }
}

.slider-calculator-info .info-item:last-child {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .slider-calculator-info .info-item:last-child {
    margin-top: 50px;
  }
}

.slider-calculator-info .info-item p:first-child {
  font-size: 18px;
  line-height: 20px;
  margin-top: -2px;
}

@media screen and (min-width: 768px) {
  .slider-calculator-info .info-item p:first-child {
    margin-top: -6px;
    line-height: 27px;
  }
}

.slider-calculator-info .info-item h2 {
  font-size: 45px;
  line-height: 58px;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .slider-calculator-info .info-item h2 {
    font-size: 50px;
    line-height: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .slider-calculator-info .info-item h2 {
    font-size: 60px;
    line-height: 68px;
  }
}

.slider-calculator-info .info-item h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  .slider-calculator-info .info-item h4 {
    font-size: 26px;
  }
}

.slider-calculator-info .info-item p:last-child {
  font-size: 14px;
  line-height: 17px;
}

.slider-calculator-info .info-item p:last-child span {
  font-size: 12px;
  position: relative;
  top: -5px;
}

.slider-calculator-image {
  width: 100%;
  margin-top: -30%;
}

@media screen and (min-width: 768px) {
  .slider-calculator-image {
    margin-left: 30%;
    margin-right: -5%;
    margin-top: -27%;
  }
}

@media screen and (min-width: 1024px) {
  .slider-calculator-image {
    margin-top: -24%;
  }
}

.slider-calculator-image img {
  max-width: 100%;
  vertical-align: top;
  margin-right: -10%;
}

.video-banner {
  position: relative;
  width: 100%;
  background-color: #000;
  margin-bottom: 7rem;
}

.video-banner::after {
  content: "";
  display: block;
  clear: both;
}

.video-banner-wrapper {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .video-banner-wrapper {
    width: 85%;
    max-width: 85%;
    padding: 8rem 0;
    margin: 0 auto;
  }
}

.video-container {
  width: 100%;
  position: relative;
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .video-container {
    margin: 6rem auto;
  }
}

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

.video-message {
  width: 100%;
  padding: 1rem 2rem;
  margin: 2rem auto 0;
  text-align: center;
  padding: 2rem 4rem;
  background: #fff;
}

@media screen and (min-width: 576px) {
  .video-message {
    width: 100%;
    padding: 2rem 4rem;
    margin: 6rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .video-message {
    width: 80%;
    padding: 4rem 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .video-message {
    width: 60%;
  }
}

.video-message h4 {
  margin-bottom: 1.2rem;
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .video-message h4 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

.video-message p {
  font-weight: 400;
  margin-bottom: 1.2rem;
  color: #000;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .video-message p {
    font-size: 20px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1024px) {
  .video-message p {
    font-size: 24px;
    line-height: 29px;
  }
}

.video-banner-wrapper .special h4 {
  color: white;
  font-size: 24px;
  line-height: 29px;
}

@media screen and (min-width: 768px) {
  .video-banner-wrapper .special h4 {
    font-size: 5rem;
    line-height: 5.4rem;
    margin: 0 auto 1.6rem;
  }
}

.video-banner-wrapper .special p {
  color: white;
}

@media screen and (min-width: 576px) {
  .video-banner-wrapper .special p {
    margin-bottom: 6.8rem;
  }
}

.video-message .learn-more {
  position: relative;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  color: #002c5f;
  cursor: pointer;
}

.video-message .learn-more .icon {
  position: relative;
  width: 28px;
  height: 8px;
}

.video-message .learn-more div {
  margin-left: 10px;
  transition: all 0.2s ease-in;
  font-size: 16px;
}

.video-message .learn-more:hover .icon::before {
  right: -3px;
}

.video-message .learn-more:hover .icon::after {
  width: 30.8px;
}

.video-message .learn-more:hover div {
  margin-left: 13px;
}

.video-message .learn-more .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}

.video-message .learn-more .icon::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: inherit;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 0;
  border-width: 2px 0 0;
  transition: all 0.2s ease-in;
}

.video-message .discover-button {
  border: none;
  background-color: #e63312;
  width: 80%;
  height: 54px;
  color: white;
  cursor: pointer;
  font-family: "HyundaiSansHead-Medium", sans-serif;
  z-index: 9999;
  cursor: pointer !important;
  position: relative;
}

.video-message .discover-button a {
  width: 80%;
  height: 54px;
  color: white;
  position: relative;
  margin: 0;
  display: inline-block;
  position: relative;
  padding: 0;
  color: #fff;
  background: #e63312;
  border: 0;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 5.7rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  outline: 0;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out,
    background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.video-message .discover-button:hover a::before {
  transform: translate3d(0, 0, 0);
  outline: none !important;
  text-decoration: none;
}

.video-message .discover-button a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  transform: translate3d(-101%, 0, 0);
  display: block;
  background: #f13b1a;
  border: 0;
  box-shadow: none;
  z-index: 9999;
  transition: transform 0.5s cubic-bezier(0.7, -0.02, 0, 1);
}

@media screen and (min-width: 768px) {
  .video-message .discover-button a {
    width: 270px;
  }

  .video-message .discover-button {
    width: 270px;
  }
}

.video-message .special .icon {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
  opacity: 0;
  z-index: 9999;
  color: #fff;
  font-size: 20px;
  transform: translate3d(-270px, -50%, 0) rotate(90deg);
  transition: opacity 0.2s ease-in 0.1s, transform 0.2s ease-in 0.1s;
}

.video-message .special .icon::before {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
  content: "\f101";
}

.video-message .special:hover .icon {
  opacity: 1;
  transform: translate3d(calc(135px - 50%), -125%, 0);
}
