.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #012c5f, #002c65);background-image: -moz-linear-gradient(90deg, #012c5f, #002c65);background-image: -ms-linear-gradient(90deg, #012c5f, #002c65);background-image: -o-linear-gradient(90deg, #012c5f, #002c65);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c5f', endColorstr='#002c65' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c5f', endColorstr='#002c65' );";background-image: linear-gradient(90deg, #012c5f, #002c65);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container { background-color: transparent; background-image: none; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container > .video-iframe-container { display: none; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row > .video-iframe-container { display: none; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container { border-width: 0; border-radius: 0; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container { font-size:14px;font-family:arial;height:231px;width:1200px;position:relative;display:block; }#TpxmPesF58zoPxrEvXlI6WAURoi5czW5 { position:absolute;display:block;z-index:15000;height:124px;width:1200px;top:88px;left:0px;display:block; }
#SUnCZ5PVpXFGW5ea1qJRC7rWT3OSC8Ja { position:absolute;display:block;z-index:15019;background-color:#012c5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:1060px;top:74px;left:70px;display:block; }
#b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:36px;left:987px; }
#b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 > img { max-width: 100%;max-height:100%; width:29px; height:29px; }#MVwAeKAcOx8IUElevry2a0P7iHOl5fBm { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35px;left:1101px; }
#MVwAeKAcOx8IUElevry2a0P7iHOl5fBm > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#UESJ1E5yIcfRHQxy5plQPCq7afzODxcS { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:23.9844px;width:23.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:38px;left:1030px; }
#UESJ1E5yIcfRHQxy5plQPCq7afzODxcS > img { max-width: 100%;max-height:100%; width:23.9844px; height:23.9844px; }#wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:38px;left:1066px; }
#wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 > img { max-width: 100%;max-height:100%; width:24px; height:24px; }#KkwcLm0AzqiySmSK3g273BkHFN82Hb73 { color:#012c5f;display:block;width:274px;position:absolute;font-family:hyundai;font-size:14px;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:39px;left:73px;height:22.4006px;font-style:normal;display:block; }
#oLP6oep5918zINBSTdW2gL5Ov6Ie0tRy { position:absolute;display:block;z-index:15048;height:59px;width:105px;top:21px;left:13px;display:block; }
#Z0eNe1pB4JFva5VCd7NWrDlOpiuB1rMb { color:#012c5f;display:block;width:479px;position:absolute;font-family:hyundai;font-size:16px;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:21px;left:117px;height:0;font-style:normal;display:block; }
#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container { background-color: transparent; background-image: none; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container > .video-iframe-container { display: none; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row > .video-iframe-container { display: none; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container { border-width: 0; border-radius: 0; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container { font-size:14px;font-family:arial;height:578px;width:1200px;position:relative;display:block; }#wHGtn7ofFV1eqLXKsNhfMw3qtDeJKMU1 { color:#ff0000;display:block;width:685px;position:absolute;font-family:play;font-size:48px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:76px;left:68px;height:187.1874px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQVs8UtLDfU8ukKxt5wMz78VpauLg8tU { color:#000000;display:block;width:567px;position:absolute;font-family:play;font-size:26px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:294.1875px;left:68px;height:67.5833px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2NHqltyz859GgbJRSfKvuxCqHq6ygTG { color:#012c5f;display:block;width:461px;position:absolute;font-family:play;font-size:16px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:393px;left:68px;height:102.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC { box-sizing:content-box;height:578px;width:595px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdbe23e5-0f54-497c-9d6f-89f4500073ea/yamaha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:601px;display:block; }#i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.adaptive-delivery-prevent-bg, #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.lazyload, #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.lazyloading { background-image: none; }
#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(216,9,9,0.91);background-image:url("https://images.assets-landingi.com/uc/ed97aa20-97f6-406e-a003-53a9ed9380f3/tlp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.adaptive-delivery-prevent-bg, #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.lazyload, #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.lazyloading { background-image: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { background-color: transparent; background-image: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container > .video-iframe-container { display: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row > .video-iframe-container { display: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { border-width: 0; border-radius: 0; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { font-size:14px;font-family:arial;height:421px;width:1200px;position:relative;display:block; }#TQvWT91IXRuuSAxkXxwLdlI6wAyoc1f9 { display:block;width:328px;position:absolute;font-family:play;font-size:36px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:55px;left:66px;height:46.7917px;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt5V3z1EcghgFqc1MRtLnNcVdvQPpHJo { display:block;width:200px;position:absolute;font-family:play;font-size:28px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:209px;left:66px;height:72.7917px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i2q9fa73u8zlTl3UrO5xF17eDTRFxzvL { display:block;width:200px;position:absolute;font-family:play;font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:212px;left:505px;height:36.3958px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABVyUayWRCv9A8UpqrF6JgSXUOyuO4i9 { display:block;width:209px;position:absolute;font-family:play;font-size:16px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:296px;left:66px;height:38.3958px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqG0qBzTJxbaEuNJlmiGixeLEeqU4z7T { display:block;width:218px;position:absolute;font-family:play;font-size:16px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:295px;left:505px;height:38.3958px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aq0mDs2vN4ZOMr8CVEqs9VLpAkwvgfTV { display:block;width:235px;position:absolute;font-family:play;font-size:28px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:217px;left:935px;height:72.7916px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pw1HtKzvSeqlxHIp1OcJO84bH2psSmBP { display:block;width:215px;position:absolute;font-family:play;font-size:16px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:302px;left:935px;height:38.3958px;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvEFqTpitbLSNuOdAltRyb76XExDx0FS { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:138px;left:66px; }
#wfbo80ARzeEcki6rNHOBvJ3pQzLQpAhr { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:53px;width:53px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:146px;left:505px; }
#My8DnGvvyDThQwukQr0EPIqIwoFXJHiN { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:53px;width:53px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:152px;left:935px; }
#wUIzM0KsR7d8xfknAi5CnnFJz0KNS08M { box-sizing:content-box;color:#5d92ff;font-size:50px;font-weight:400;line-height:1;height:53px;width:53px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:147px;left:57px;display:none; }
#exctTKsQT4HVMc4ctz9D296tXB5gEpfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container { background-color: transparent; background-image: none; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container > .video-iframe-container { display: none; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row > .video-iframe-container { display: none; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container { border-width: 0; border-radius: 0; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container { font-size:14px;font-family:arial;height:568px;width:1200px;position:relative;display:block; }#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-form-header {  }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-regular-label { height:auto;display:block;font-family:play;font-size:14px;font-weight:bold;color:#f40c32;width:498px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:498px;box-sizing:border-box;height:38px;color:#161616;font-size:14px;overflow:hidden;font-family:hyundai; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:498px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:hyundai; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:498px;box-sizing:border-box;height:40px;color:#012c5f;font-family:hyundai;font-size:14px;overflow:hidden; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:19px;font-weight:bold;color:#ffffff;width:498px;height:58px;font-family:play;overflow:hidden;line-height:1.4; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:play;font-size:14px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:play;font-size:14px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:play;font-size:14px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:play;font-size:14px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:play;line-height:1.3;font-size:12px;font-weight:400;color:#012c5f;vertical-align:top;width:475px;overflow:hidden;font-style:normal; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-container { padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;width:100%;font-size:0;height:auto; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-container:first-of-type{padding-top:0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-container:last-of-type{padding-bottom:0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:498px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.395874023438px;left:627.97912597656px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:498px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf {display:block;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:498px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.395874023438px;left:627.97912597656px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Ze6WbPkDT3eqbT09BFCukEPxrsPzc4db { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #HL3OZEi6WlsnuJSsS2FVBcvyoU3GBhqE { position:relative;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #awT8a0wdSxVHOazr6zq3EwfpIMdJaUDk { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #XmqXkAu1M1930bMusu4uzqaDgpqJvlDw { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #R3ETJ0zZIZsu69cINRcpDMNhRwcSGnAT { position:relative;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #DGLBPsoaoJ4sT5A57S5dAgXTdKbqEaMB { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #MzrLGWDLEv9ZLBh82ZRiHX5bCGwTkEb6 { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #FJTJ76VhnBJ1htPWVUcMl29Au2rDd291 { position:relative;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #PBIeZVokKMEhJbqi0W5qd0dVuiHOc1JT { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #J0UAyFdEG8FrOcCHIww6ebqbvHyLUNN6 { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #IxiNDanE2EK2dwMFPIymIvZ3aMOvpnWJ { position:relative;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #dhgKmreCwyEVQbFgrZI1GwZcWqqUllTE { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Knd0BoOmRevkbaDLJpB0aEMGDS03pkUo { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZkwTWanAFBQlvymXsSZ6kQ6c6asrwMzT { position:relative;z-index:2; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #TKT9l9Tdfgme5w8rosKzfTNyel987lf1 { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZCsdD77tcKuEJqntSZSONEi0wXKqTEgI { position:relative; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #m5XL3VaqFr5W6fyDE2xU10itS2e7OkIk { position:relative; }
#MCH6GPMGfEVXJSKoAloJxIEweyV0csP6 { display:block;width:447px;position:absolute;font-family:play;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:53.395843505859px;left:57px;height:93.5833px;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x { box-sizing:content-box;height:233px;width:499px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c10cbfa-f383-41e3-a0b3-115c68784170/bike.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:291.25px;left:57px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.adaptive-delivery-prevent-bg, #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.lazyload, #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.lazyloading { background-image: none; }
#y2pXxDgA5Rws26AHRmhtbigsQoC4BcP5 { display:block;width:478px;position:absolute;font-family:play;font-size:28px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:193.53125px;left:57px;height:67.1875px;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { background-color: transparent; background-image: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container > .video-iframe-container { display: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row > .video-iframe-container { display: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { border-width: 0; border-radius: 0; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { font-size:14px;font-family:arial;height:173px;width:1200px;position:relative;display:block; }#Kss07VSU5mrQH7ZbNmM4qahI3KKviz1P { color:#373737;display:block;width:340px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:29px;left:59px;height:126px;text-align:left;text-align-last:left;display:block; }
#H1baZ4s5WcTrwNXmpGMypCT11J1IWGEA { color:#373737;display:block;width:239px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:29px;left:650px;height:84px;text-align:left;text-align-last:left;display:block; }
#fyMl429zk9BOssCbfZcn0aUSdX8EUOGf { color:#373737;display:block;width:234px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:29px;left:908px;height:63px;text-align:left;text-align-last:left;display:block; }
#ihRrThKhgz3FoQLIyzdrDin0dsX3TgL4 { color:#373737;display:block;width:240px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:29px;left:395px;height:84px;text-align:left;text-align-last:left;display:block; }
#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.adaptive-delivery-prevent-bg, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyload, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyloading { background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { background-color: transparent; background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { border-width: 0; border-radius: 0; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { font-size:14px;font-family:arial;height:;width:1200px;position:relative;display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.adaptive-delivery-prevent-bg, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyload, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyloading { background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { background-color: transparent; background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { border-width: 0; border-radius: 0; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { font-size:14px;font-family:arial;height:;width:1200px;position:relative;display:block; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca0404;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container { background-color: transparent; background-image: none; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container > .video-iframe-container { display: none; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row > .video-iframe-container { display: none; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container { border-width: 0; border-radius: 0; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container { font-size:14px;font-family:arial;height:123px;width:1200px;position:relative;display:block; }#obqLQlLL1EHcQU1pEQGAI2ydVLUAwC1t { color:#ffffff;display:block;width:369px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.791625976562px;left:60px;height:54.5937px;text-align:left;text-align-last:left;display:block; }
#ioJe6qH5mUvuoOvFw2F97oeU2rZ05y5U { color:#ffffff;display:block;width:214px;position:absolute;font-family:play;font-size:14px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.197875976562px;left:920.00006103516px;height:54.5937px;text-align:right;text-align-last:right;display:block; }
#i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31.9922px;width:31.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:45px;left:560px; }
#i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; }#iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31.9922px;width:31.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:45px;left:615px; }
#iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; }#SUsk97gwbyS4sr84ceW25TXDsMZD0feO { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:31.9922px;width:31.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:45px;left:666px; }
#SUsk97gwbyS4sr84ceW25TXDsMZD0feO > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; }#heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31.9922px;width:31.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:45px;left:503px; }
#heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container { background-color: transparent; background-image: none; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container > .video-iframe-container { display: none; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row > .video-iframe-container { display: none; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container { border-width: 0; border-radius: 0; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container { font-size:14px;font-family:arial;height:49px;width:1200px;position:relative;display:block; }#ORANMhqafIudyOyd6A2KgVhrITsvZqlB { z-index:15018;top:16.5px;left:323px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:play;font-size:12px;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:169px;height:16px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#phmprk6LHh2UOkGukoDat3Gsd2NiVurZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rHFXCyVZzntTUyze9ryaiCG5vb8qS1hT { z-index:15019;top:16.5px;left:525px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:play;font-size:12px;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:169px;height:16px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LPKBc2R1VVNGfg38GBzHs7VwfXvJmntK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ukrzFBFIWikWtJgmgmypi96dUKeeEBD1 { z-index:15020;top:16.5px;left:714.00006103516px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:play;font-size:12px;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:169px;height:16px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qsLEatBc0pixk61wpK5LM6U51qQCdoSA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB { display:block; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxmPesF58zoPxrEvXlI6WAURoi5czW5 { top:88px;left:0px;width:764px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #SUnCZ5PVpXFGW5ea1qJRC7rWT3OSC8Ja { top:74px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 { top:36px;left:735px;width:29px;height:29px;display:block; }
#b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 > img { max-width: 100%;max-height:100%; width:29px; height:29px; } }@media only screen and (max-width: 763px) { #MVwAeKAcOx8IUElevry2a0P7iHOl5fBm { top:35px;left:734px;width:30px;height:30px;display:block; }
#MVwAeKAcOx8IUElevry2a0P7iHOl5fBm > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #UESJ1E5yIcfRHQxy5plQPCq7afzODxcS { top:38px;left:741px;width:23px;height:23px;display:block; }
#UESJ1E5yIcfRHQxy5plQPCq7afzODxcS > img { max-width: 100%;max-height:100%; width:23px; height:23px; } }@media only screen and (max-width: 763px) { #wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 { top:38px;left:740px;width:24px;height:24px;display:block; }
#wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #KkwcLm0AzqiySmSK3g273BkHFN82Hb73 { top:39px;left:0px;width:274px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oLP6oep5918zINBSTdW2gL5Ov6Ie0tRy { top:21px;left:0px;width:105px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0eNe1pB4JFva5VCd7NWrDlOpiuB1rMb { top:21px;left:0px;width:479px;height:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW { display:block; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHGtn7ofFV1eqLXKsNhfMw3qtDeJKMU1 { top:76px;left:0px;width:685px;height:187px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #FQVs8UtLDfU8ukKxt5wMz78VpauLg8tU { top:294px;left:0px;width:567px;height:67px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #A2NHqltyz859GgbJRSfKvuxCqHq6ygTG { top:393px;left:0px;width:461px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC { top:0px;left:169px;width:595px;height:578px;display:block; }
 }@media only screen and (max-width: 763px) { #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja { display:block; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQvWT91IXRuuSAxkXxwLdlI6wAyoc1f9 { width:328px;height:46px;top:55px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5V3z1EcghgFqc1MRtLnNcVdvQPpHJo { width:200px;height:72px;top:209px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #i2q9fa73u8zlTl3UrO5xF17eDTRFxzvL { width:200px;height:72px;top:212px;left:287px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ABVyUayWRCv9A8UpqrF6JgSXUOyuO4i9 { width:209px;height:38px;top:296px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qqG0qBzTJxbaEuNJlmiGixeLEeqU4z7T { width:218px;height:38px;top:295px;left:287px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0mDs2vN4ZOMr8CVEqs9VLpAkwvgfTV { width:235px;height:72px;top:217px;left:529px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #pw1HtKzvSeqlxHIp1OcJO84bH2psSmBP { width:215px;height:38px;top:302px;left:549px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XvEFqTpitbLSNuOdAltRyb76XExDx0FS { top:138px;left:0px;width:59px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #wfbo80ARzeEcki6rNHOBvJ3pQzLQpAhr { top:146px;left:287px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #My8DnGvvyDThQwukQr0EPIqIwoFXJHiN { top:152px;left:711px;width:53px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #wUIzM0KsR7d8xfknAi5CnnFJz0KNS08M { top:147px;left:0px;width:53px;height:53px;display:none; }
 }@media only screen and (max-width: 763px) { #exctTKsQT4HVMc4ctz9D296tXB5gEpfN { display:block; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-regular-label { width:498px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text { width:498px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-textarea { width:498px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select { width:498px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-button { width:498px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-checkbox-label { width:476px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf  { width:498px;height:auto;top:39px;left:226px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .radio-container { width:498px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf {display:block;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf { width:498px;height:auto;top:39px;left:226px; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Ze6WbPkDT3eqbT09BFCukEPxrsPzc4db {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #HL3OZEi6WlsnuJSsS2FVBcvyoU3GBhqE { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #awT8a0wdSxVHOazr6zq3EwfpIMdJaUDk {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #XmqXkAu1M1930bMusu4uzqaDgpqJvlDw {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #R3ETJ0zZIZsu69cINRcpDMNhRwcSGnAT { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #DGLBPsoaoJ4sT5A57S5dAgXTdKbqEaMB {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #MzrLGWDLEv9ZLBh82ZRiHX5bCGwTkEb6 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #FJTJ76VhnBJ1htPWVUcMl29Au2rDd291 { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #PBIeZVokKMEhJbqi0W5qd0dVuiHOc1JT {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #J0UAyFdEG8FrOcCHIww6ebqbvHyLUNN6 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #IxiNDanE2EK2dwMFPIymIvZ3aMOvpnWJ {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #dhgKmreCwyEVQbFgrZI1GwZcWqqUllTE {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Knd0BoOmRevkbaDLJpB0aEMGDS03pkUo {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZkwTWanAFBQlvymXsSZ6kQ6c6asrwMzT {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #TKT9l9Tdfgme5w8rosKzfTNyel987lf1 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZCsdD77tcKuEJqntSZSONEi0wXKqTEgI {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #m5XL3VaqFr5W6fyDE2xU10itS2e7OkIk {  }
 }@media only screen and (max-width: 763px) { #MCH6GPMGfEVXJSKoAloJxIEweyV0csP6 { width:447px;height:93px;top:53px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x { top:291px;left:0px;width:499px;height:233px;display:block; }
 }@media only screen and (max-width: 763px) { #y2pXxDgA5Rws26AHRmhtbigsQoC4BcP5 { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA { display:block; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kss07VSU5mrQH7ZbNmM4qahI3KKviz1P { top:29px;left:0px;width:340px;height:126px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #H1baZ4s5WcTrwNXmpGMypCT11J1IWGEA { top:29px;left:432px;width:239px;height:84px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fyMl429zk9BOssCbfZcn0aUSdX8EUOGf { top:29px;left:530px;width:234px;height:63px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ihRrThKhgz3FoQLIyzdrDin0dsX3TgL4 { top:29px;left:177px;width:240px;height:84px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { display:block; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES { display:block; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obqLQlLL1EHcQU1pEQGAI2ydVLUAwC1t { top:25px;left:0px;width:369px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ioJe6qH5mUvuoOvFw2F97oeU2rZ05y5U { top:28px;left:550px;width:214px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ { top:45px;left:342px;width:31px;height:31px;display:block; }
#i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO { top:45px;left:397px;width:31px;height:31px;display:block; }
#iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #SUsk97gwbyS4sr84ceW25TXDsMZD0feO { top:45px;left:448px;width:31px;height:31px;display:block; }
#SUsk97gwbyS4sr84ceW25TXDsMZD0feO > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 { top:45px;left:285px;width:31px;height:31px;display:block; }
#heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 > img { max-width: 100%;max-height:100%; width:31px; height:31px; } }@media only screen and (max-width: 763px) { #DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 { display:block; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORANMhqafIudyOyd6A2KgVhrITsvZqlB { top:16px;left:105px;width:169px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #phmprk6LHh2UOkGukoDat3Gsd2NiVurZ { display:block; }
 }@media only screen and (max-width: 763px) { #rHFXCyVZzntTUyze9ryaiCG5vb8qS1hT { top:16px;left:307px;width:169px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LPKBc2R1VVNGfg38GBzHs7VwfXvJmntK { display:block; }
 }@media only screen and (max-width: 763px) { #ukrzFBFIWikWtJgmgmypi96dUKeeEBD1 { top:16px;left:496.00006103516px;width:169px;height:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qsLEatBc0pixk61wpK5LM6U51qQCdoSA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002c65, #002c65);background-image: -moz-linear-gradient(90deg, #002c65, #002c65);background-image: -ms-linear-gradient(90deg, #002c65, #002c65);background-image: -o-linear-gradient(90deg, #002c65, #002c65);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c65', endColorstr='#002c65' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c65', endColorstr='#002c65' );";background-image: linear-gradient(90deg, #002c65, #002c65);background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB { display:block; }#PhLT9uXZxcXlrnJ2lRHsiLNolD35o1EB > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxmPesF58zoPxrEvXlI6WAURoi5czW5 { width:320px;height:77px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SUnCZ5PVpXFGW5ea1qJRC7rWT3OSC8Ja { width:320px;height:2px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 { display:flex;width:29px;height:29px;top:-18px;left:291px;display:none; }
#b2GXvD5lVIisq7CCy9dZ7EFFxZTNNTJ6 > img { max-width: 100%;max-height:100%; width:29px; height:29px; } }@media only screen and (max-width: 763px) { #MVwAeKAcOx8IUElevry2a0P7iHOl5fBm { display:flex;width:30px;height:30px;top:-19px;left:290px;display:none; }
#MVwAeKAcOx8IUElevry2a0P7iHOl5fBm > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #UESJ1E5yIcfRHQxy5plQPCq7afzODxcS { display:flex;width:23px;height:23px;top:-16px;left:297px;display:none; }
#UESJ1E5yIcfRHQxy5plQPCq7afzODxcS > img { max-width: 100%;max-height:100%; width:23px; height:23px; } }@media only screen and (max-width: 763px) { #wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 { display:flex;width:24px;height:24px;top:-16px;left:296px;display:none; }
#wz5HgxyzWZZ1JaofLb01NHtS7Xcdwb99 > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #KkwcLm0AzqiySmSK3g273BkHFN82Hb73 { width:274px;height:0;top:117px;left:23px;font-size:14px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oLP6oep5918zINBSTdW2gL5Ov6Ie0tRy { width:105px;height:59px;top:14.53125px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Z0eNe1pB4JFva5VCd7NWrDlOpiuB1rMb { width:320px;height:0;top:97px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW { display:block; }#oJZ1CWxHPq7pzf4AwitflLQIBw6VMTvW > .row .container { width:320px;height:792px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHGtn7ofFV1eqLXKsNhfMw3qtDeJKMU1 { width:300px;height:109.1874px;top:19px;left:10px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQVs8UtLDfU8ukKxt5wMz78VpauLg8tU { width:293px;height:78px;top:150.1875px;left:13.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2NHqltyz859GgbJRSfKvuxCqHq6ygTG { width:320px;height:127.969px;top:257.5625px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC { width:320px;height:368px;top:422.5625px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdbe23e5-0f54-497c-9d6f-89f4500073ea/yamaha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.adaptive-delivery-prevent-bg, #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.lazyload, #i9g8DK6TsVd1wDqCqiFosTSZBJEm5xdC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja { background-color:#ff0000;background-image:url("https://images.assets-landingi.com/uc/ed97aa20-97f6-406e-a003-53a9ed9380f3/tlp.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.adaptive-delivery-prevent-bg, #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.lazyload, #EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja.lazyloading { background-image: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { background-color: transparent; background-image: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container > .video-iframe-container { display: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row > .video-iframe-container { display: none; }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfORRuWwdZUTkHpTTn9QCFmNBbWVJ7Ja > .row .container { width:320px;height:791px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQvWT91IXRuuSAxkXxwLdlI6wAyoc1f9 { width:320px;height:28.5938px;top:34px;left:0px;text-align:center;text-align-last:center;font-size:26px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5V3z1EcghgFqc1MRtLnNcVdvQPpHJo { width:207px;height:52px;top:153px;left:56.500001907349px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #i2q9fa73u8zlTl3UrO5xF17eDTRFxzvL { width:222px;height:26px;top:403.66668701172px;left:49.000001907349px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ABVyUayWRCv9A8UpqrF6JgSXUOyuO4i9 { width:239px;height:38.3958px;top:221px;left:40.500001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qqG0qBzTJxbaEuNJlmiGixeLEeqU4z7T { width:255px;height:19.1979px;top:446px;left:32.500001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0mDs2vN4ZOMr8CVEqs9VLpAkwvgfTV { width:228px;height:52px;top:618px;left:46.000001907349px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pw1HtKzvSeqlxHIp1OcJO84bH2psSmBP { width:242px;height:38.3958px;top:685px;left:39.000001907349px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XvEFqTpitbLSNuOdAltRyb76XExDx0FS { display:flex;width:53px;height:53px;top:87.666687011719px;left:133.50000953674px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #wfbo80ARzeEcki6rNHOBvJ3pQzLQpAhr { display:flex;width:53px;height:53px;top:332.66667175293px;left:133.50000953674px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #My8DnGvvyDThQwukQr0EPIqIwoFXJHiN { display:flex;width:53px;height:53px;top:1135.9896240234px;left:133.50000953674px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #wUIzM0KsR7d8xfknAi5CnnFJz0KNS08M { display:flex;width:53px;height:53px;top:546px;left:133.50000953674px;font-size:30px;z-index:15025; }
 }@media only screen and (max-width: 763px) { #exctTKsQT4HVMc4ctz9D296tXB5gEpfN { display:block; }#exctTKsQT4HVMc4ctz9D296tXB5gEpfN > .row .container { width:320px;height:1099px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-text {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-select {padding-top: 0; padding-bottom: 0;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-input-button { width:112px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:84px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf  { width:279.969px;height:auto;top:559.59375px;left:0px; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf {display:block;}#b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf { width:279.969px;height:auto;top:559.59375px;left:0px; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Ze6WbPkDT3eqbT09BFCukEPxrsPzc4db {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #HL3OZEi6WlsnuJSsS2FVBcvyoU3GBhqE { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #awT8a0wdSxVHOazr6zq3EwfpIMdJaUDk {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #XmqXkAu1M1930bMusu4uzqaDgpqJvlDw {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #R3ETJ0zZIZsu69cINRcpDMNhRwcSGnAT { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #DGLBPsoaoJ4sT5A57S5dAgXTdKbqEaMB {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #MzrLGWDLEv9ZLBh82ZRiHX5bCGwTkEb6 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #FJTJ76VhnBJ1htPWVUcMl29Au2rDd291 { display:block; }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #PBIeZVokKMEhJbqi0W5qd0dVuiHOc1JT {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #J0UAyFdEG8FrOcCHIww6ebqbvHyLUNN6 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #IxiNDanE2EK2dwMFPIymIvZ3aMOvpnWJ {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #dhgKmreCwyEVQbFgrZI1GwZcWqqUllTE {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #Knd0BoOmRevkbaDLJpB0aEMGDS03pkUo {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZkwTWanAFBQlvymXsSZ6kQ6c6asrwMzT {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #TKT9l9Tdfgme5w8rosKzfTNyel987lf1 {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #ZCsdD77tcKuEJqntSZSONEi0wXKqTEgI {  }
 }@media only screen and (max-width: 763px) { #b2DUTf8NZv8dfrh9qhu7CdIlbnKhwBMf #m5XL3VaqFr5W6fyDE2xU10itS2e7OkIk {  }
 }@media only screen and (max-width: 763px) { #MCH6GPMGfEVXJSKoAloJxIEweyV0csP6 { width:278.99px;height:62.3958px;top:27.96875px;left:20.500000953674px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x { width:320px;height:299px;top:108.9375px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c10cbfa-f383-41e3-a0b3-115c68784170/bike.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.adaptive-delivery-prevent-bg, #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.lazyload, #wX21JvgMF4qUmy8Mc0h4REOEFmhOce2x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y2pXxDgA5Rws26AHRmhtbigsQoC4BcP5 { width:320px;height:48.3958px;top:480.6875px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA { background-color:#ffffff;background-image:none;display:block; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { background-color: transparent; background-image: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container > .video-iframe-container { display: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row > .video-iframe-container { display: none; }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk3qe67S96q0OBiT4rH1ZWiCRPUn4EpA > .row .container { width:320px;height:526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kss07VSU5mrQH7ZbNmM4qahI3KKviz1P { width:320px;height:126px;top:52px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1baZ4s5WcTrwNXmpGMypCT11J1IWGEA { width:239px;height:84px;top:284px;left:40px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyMl429zk9BOssCbfZcn0aUSdX8EUOGf { width:234px;height:63px;top:387px;left:43px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihRrThKhgz3FoQLIyzdrDin0dsX3TgL4 { width:196px;height:84px;top:181px;left:62px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.adaptive-delivery-prevent-bg, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyload, #eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3.lazyloading { background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { background-color: transparent; background-image: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row > .video-iframe-container { display: none; }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGhKOryAV2rrPp0TZLHxHty4F9q6y7B3 > .row .container { width:320px;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60d55d0e-6a11-4ba0-8be9-c1d41e5db20a/bglight.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.adaptive-delivery-prevent-bg, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyload, #uX5wiIXhXGFTezqDAKoafDwRzRTr4teM.lazyloading { background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { background-color: transparent; background-image: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row > .video-iframe-container { display: none; }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX5wiIXhXGFTezqDAKoafDwRzRTr4teM > .row .container { width:320px;height:undefined;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES { display:block; }#Gv7LrBzICmmw2e1zwxb7Oih0HTNZWEES > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obqLQlLL1EHcQU1pEQGAI2ydVLUAwC1t { width:244px;height:54.5937px;top:40px;left:38.000000953674px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioJe6qH5mUvuoOvFw2F97oeU2rZ05y5U { width:214px;height:54.5937px;top:100.677734375px;left:53.000004768372px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ { display:flex;width:31.9922px;height:31.9922px;top:191px;left:119px; }
#i0XwXwu2Nf09liczE1hTTpBu8z67PtVZ > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; } }@media only screen and (max-width: 763px) { #iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO { display:flex;width:31.9922px;height:31.9922px;top:191px;left:173px; }
#iKJzx944i5Uu8NxH3TOW7Tnh1wbhmZpO > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; } }@media only screen and (max-width: 763px) { #SUsk97gwbyS4sr84ceW25TXDsMZD0feO { display:flex;width:32px;height:32px;top:191px;left:221px; }
#SUsk97gwbyS4sr84ceW25TXDsMZD0feO > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 { display:flex;width:31.9922px;height:31.9922px;top:191px;left:68px; }
#heGHesg99PRM0rHbOg6xq6c8y7BWnrV4 > img { max-width: 100%;max-height:100%; width:31.9922px; height:31.9922px; } }@media only screen and (max-width: 763px) { #DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 { display:block; }#DtuQAybwbthc7PvOH7xZzrt27KzHWuC8 > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORANMhqafIudyOyd6A2KgVhrITsvZqlB { top:20px;left:75px;width:169px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #phmprk6LHh2UOkGukoDat3Gsd2NiVurZ { display:block; }
 }@media only screen and (max-width: 763px) { #rHFXCyVZzntTUyze9ryaiCG5vb8qS1hT { top:56px;left:75px;width:169px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LPKBc2R1VVNGfg38GBzHs7VwfXvJmntK { display:block; }
 }@media only screen and (max-width: 763px) { #ukrzFBFIWikWtJgmgmypi96dUKeeEBD1 { top:92px;left:75px;width:169px;height:16px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qsLEatBc0pixk61wpK5LM6U51qQCdoSA { display:block; }
 }