.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:#ffffff;background-image:none;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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #451fef, #8a39d8);background-image: -moz-linear-gradient(180deg, #451fef, #8a39d8);background-image: -ms-linear-gradient(180deg, #451fef, #8a39d8);background-image: -o-linear-gradient(180deg, #451fef, #8a39d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#451fef', endColorstr='#8a39d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#451fef', endColorstr='#8a39d8' );";background-image: linear-gradient(180deg, #451fef, #8a39d8);background-size:auto !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; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { position:absolute;display:block;z-index:15002;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:39.125rem;width:39.8125rem;top:9.125rem;left:37.5rem;overflow:hidden;display:block; }
#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:metropolis;font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:7.5rem;height:12.5625rem;font-style:normal;display:block; }
#i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:27.125rem;left:7.5rem;height:3.125rem;display:block; }
#q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:metropolis;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5625rem;left:41.4375rem;display:block; }
#uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:metropolis;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5625rem;left:49.75rem;display:block; }
#snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:metropolis;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:59.6875rem;display:block; }
#nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:metropolis;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.5625rem;left:68.4375rem;display:block; }
#kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APRyg7wOlXV9Cw1app0NxbRkBiLlz5Ms { position:absolute;display:block;z-index:15012;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:4.125rem;width:20.625rem;top:1.8125rem;left:7.5rem;overflow:hidden;display:block; }
#v2m1MinMMWILsB4gi1vlrTUCLMAiO5bW { background-color:#f6dc66;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.15625rem;left:7.5rem;display:block; }
#R2OwMLqq6Gg09U01zKKIPPmsZJJGkpAB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { position:relative;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { position:absolute;display:block;z-index:15000;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:27.125rem;width:35.25rem;top:12.25rem;left:38.999449339207rem;overflow:hidden;display:block; }
#ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { color:#071638;display:block;width:75rem;position:absolute;font-family:metropolis;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11rem;left:7.5rem;height:6.25rem;display:block; }
#hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:metropolis;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:18.625rem;left:7.5rem;height:2.375rem;font-style:normal;display:block; }
#Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:17.6875rem;width:17.6875rem;top:16.34375rem;left:35.25rem;display:block; }
#J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { position:absolute;display:block;z-index:15004;background-color:#cae6ff;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:23.75rem;left:7.5rem;display:block; }
#VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { position:absolute;display:block;z-index:15005;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:3.25rem;width:3.25rem;top:24.4375rem;left:10rem;overflow:hidden;display:block; }
#ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { color:#071638;display:block;width:18.875rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:24.58749961853rem;left:14.5rem;height:3.125rem;display:block; }
#yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { color:#071638;display:block;width:19.6875rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:31.125rem;left:14.5625rem;height:3.125rem;display:block; }
#d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { position:absolute;display:block;z-index:15008;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:3.25rem;width:3.25rem;top:31rem;left:10rem;overflow:hidden;display:block; }
#uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { position:absolute;display:block;z-index:15007;background-color:#cae6ff;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:30.3125rem;left:7.5rem;display:block; }
#wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { color:#071638;display:block;width:24.6875rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:37.625rem;left:14.5rem;height:3.125rem;display:block; }
#Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { position:absolute;display:block;z-index:15011;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:3.25rem;width:3.25rem;top:37.5625rem;left:10rem;overflow:hidden;display:block; }
#a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { position:absolute;display:block;z-index:15010;background-color:#cae6ff;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:36.875rem;left:7.5rem;display:block; }
#HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:54.3125rem;left:43.9375rem;display:none; }
#OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #998a43;border-left:0.625rem solid #998a43;border-right:0.625rem solid #998a43;border-bottom:0.625rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5.5625rem;width:5.5625rem;top:1.09375rem;left:7.5rem;display:block; }
#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { position:relative;display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { background-color: transparent; background-image: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row > .video-iframe-container { display: none; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .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); }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { border-width: 0; border-radius: 0; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { position:absolute;display:block;z-index:15000;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:23.75rem;width:20.125rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { color:#071638;display:block;width:37.1875rem;position:absolute;font-family:metropolis;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:1rem;left:30.3125rem;height:7.125rem;font-style:normal;display:block; }
#bggWN64RRfHJ3wq6cvkPG01lumWs8luT { color:#071638;display:block;width:26.4375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.3125rem;left:30.3125rem;height:4.6875rem;display:block; }
#Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { position:absolute;display:block;z-index:15005;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:15.5rem;width:21.625rem;top:16.6875rem;left:53.259353741497rem;overflow:hidden;display:block; }
#DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid #998a43;border-left:0.625rem solid #998a43;border-right:0.625rem solid #998a43;border-bottom:0.625rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:16.0625rem;left:53.5rem;display:block; }
#FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { color:#071638;display:block;width:75rem;position:absolute;font-family:metropolis;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:27.081249237061rem;left:0rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { color:#071638;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:40.25rem;left:14.5rem;height:3.125rem;display:block; }
#MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { position:absolute;display:block;z-index:15014;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:3.25rem;width:3.25rem;top:40.125rem;left:10rem;overflow:hidden;display:block; }
#QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { position:absolute;display:block;z-index:15010;background-color:#efdb7f;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:32.875rem;left:7.5rem;display:block; }
#NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { position:absolute;display:block;z-index:15013;background-color:#efdb7f;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:39.4375rem;left:7.5rem;display:block; }
#VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { position:absolute;display:block;z-index:15011;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:3.75rem;width:3.75rem;top:33.3125rem;left:10rem;overflow:hidden;display:block; }
#Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { color:#071638;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:33.6875rem;left:14.4375rem;height:3.125rem;display:block; }
#hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { position:absolute;display:block;z-index:15016;background-color:#efdb7f;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:32.875rem;left:33rem;display:block; }
#A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { color:#071638;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:33.4375rem;left:39.75rem;height:;display:block; }
#eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { position:absolute;display:block;z-index:15017;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:3.25rem;width:3.25rem;top:33.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { position:absolute;display:block;z-index:15019;background-color:#efdb7f;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-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:39.4375rem;left:33rem;display:block; }
#cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { color:#071638;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:40.25rem;left:39.75rem;height:3.125rem;display:block; }
#PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { position:absolute;display:block;z-index:15020;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:3.25rem;width:3.25rem;top:40.125rem;left:35.4375rem;overflow:hidden;display:block; }
#rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { background-color:#f6dc66;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#10100e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.0869140625rem;left:30.65625rem;display:block; }
#RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid #998a43;border-left:0.75rem solid #998a43;border-right:0.75rem solid #998a43;border-bottom:0.75rem solid #998a43;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:42.6494140625rem;left:52rem;display:block; }
#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { border-width: 0; border-radius: 0; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { color:#071638;display:block;width:75rem;position:absolute;font-family:metropolis;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.28125rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { color:#071638;display:block;width:18.4375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:14.0625rem;left:29.3125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.125rem;left:34.4375rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:24.125rem;left:13.5rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { color:#071638;display:block;width:18.4375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:14.9375rem;left:7.625rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { color:#071638;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.125rem;left:56.0625rem;height:3.125rem;text-align:right;text-align-last:right;display:block; }
#GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { color:#071638;display:block;width:18.4375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:14.0625rem;left:50.1875rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nz0bQSiZOfJsUvihT9zdkLly109WO4zi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.75rem;width:4.75rem;top:8.4375rem;left:14.46875rem;overflow:hidden;display:block; }
#L4TkyRJyHOnwWEKaqwJf7R4NJlkJcI0V { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.75rem;width:4.75rem;top:8.4375rem;left:36.15625rem;overflow:hidden;display:block; }
#kvsMSZT0pnLT9hhXFwiKR5TzFqW0rN3R { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:4.75rem;width:4.75rem;top:8.4375rem;left:57.03125rem;overflow:hidden;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5626de, #5836b2);background-image: -moz-linear-gradient(180deg, #5626de, #5836b2);background-image: -ms-linear-gradient(180deg, #5626de, #5836b2);background-image: -o-linear-gradient(180deg, #5626de, #5836b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5626de', endColorstr='#5836b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5626de', endColorstr='#5836b2' );";background-image: linear-gradient(180deg, #5626de, #5836b2);background-size:auto !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; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:metropolis;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:metropolis;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:7.5rem;height:3.625rem;font-style:normal;display:block; }
#JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:metropolis;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.875rem;left:7.5rem;height:1.75rem;font-style:normal;display:block; }
#iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { color:#fbfbfb;display:block;width:22.375rem;position:absolute;font-family:metropolis;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.8125rem;left:7.5rem;height:3.125rem;display:block; }
#JZ691onN29fuiqz304XhTfKJPhfwhC33 { background-color:#f6dc66;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.03125rem;left:43.65625rem;display:block; }
#HFSUAAGZxhOJQL5IyGR3NVAGz7unetcB { display:block;position:absolute;top:50%;left:0rem;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) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { top:9.125rem;left:7.9375rem;width:39.8125rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:12.5625rem;left:0rem;width:29.625rem;height:12.5625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { top:27.125rem;left:0rem;width:28.5625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:7.1875rem;height:2.625rem;top:2.5625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:8.875rem;height:2.625rem;top:2.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:6.5625rem;height:2.625rem;top:2.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:6.5625rem;height:2.625rem;top:2.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #APRyg7wOlXV9Cw1app0NxbRkBiLlz5Ms { width:20.625rem;height:4.125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2m1MinMMWILsB4gi1vlrTUCLMAiO5bW { width:14.75rem;height:3.4375rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2OwMLqq6Gg09U01zKKIPPmsZJJGkpAB { display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { top:12.25rem;left:10.75rem;width:35.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { top:4.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { top:11rem;left:0rem;width:26.4375rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { top:18.625rem;left:0rem;width:26.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { top:16.3125rem;left:21.625rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { top:23.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { top:24.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { top:24.5625rem;left:0.875rem;width:18.875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { top:31.125rem;left:0.9375rem;width:19.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { top:31rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { top:30.3125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { top:37.625rem;left:0.875rem;width:24.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { top:37.5625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { top:36.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { top:54.25rem;left:30.3125rem;width:14.0625rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { top:1.0625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { top:0rem;left:0rem;width:20.125rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { top:1rem;left:10.5625rem;width:37.1875rem;height:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { top:10.3125rem;left:16.6875rem;width:26.4375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { top:16.6875rem;left:22rem;width:21.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { top:16.0625rem;left:38.4375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { top:27.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { top:40.25rem;left:0.875rem;width:16.4375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { top:40.125rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { top:32.875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { top:39.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { top:33.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { top:33.6875rem;left:0.8125rem;width:18.875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { top:32.875rem;left:19.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { top:33.4375rem;left:26.125rem;width:17.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { top:33.4375rem;left:21.8125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { top:39.4375rem;left:19.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { top:40.25rem;left:26.125rem;width:19.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { top:40.125rem;left:21.8125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:13.6875rem;height:3.9375rem;top:49.0625rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { top:42.625rem;left:32.1875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { top:2.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { top:14.0625rem;left:15.6875rem;width:18.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { top:24.125rem;left:20.8125rem;width:12.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { top:24.125rem;left:0rem;width:12.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { top:14.9375rem;left:0rem;width:18.4375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { top:24.125rem;left:35.25rem;width:12.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { top:14.0625rem;left:29.3125rem;width:18.4375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0bQSiZOfJsUvihT9zdkLly109WO4zi { width:4.75rem;height:4.75rem;top:8.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4TkyRJyHOnwWEKaqwJf7R4NJlkJcI0V { width:4.75rem;height:4.75rem;top:8.4375rem;left:22.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvsMSZT0pnLT9hhXFwiKR5TzFqW0rN3R { width:4.75rem;height:4.75rem;top:8.4375rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:4rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { top:14.4375rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { top:19.875rem;left:0rem;width:27.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { top:23.8125rem;left:0rem;width:22.375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ691onN29fuiqz304XhTfKJPhfwhC33 { width:17.5rem;height:3.4375rem;top:19rem;left:30.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFSUAAGZxhOJQL5IyGR3NVAGz7unetcB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #451fef, #8a39d8);background-image: -moz-linear-gradient(180deg, #451fef, #8a39d8);background-image: -ms-linear-gradient(180deg, #451fef, #8a39d8);background-image: -o-linear-gradient(180deg, #451fef, #8a39d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#451fef', endColorstr='#8a39d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#451fef', endColorstr='#8a39d8' );";background-image: linear-gradient(180deg, #451fef, #8a39d8);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .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); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0BTHHByNAAViEPd7b31pZdf5aNHsLOT { width:20rem;height:19.625rem;top:30.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:20rem;height:7.5rem;top:12.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6d8SUwRMcMx2SlVCuwEFkJD74yJokuu { width:18.498046875rem;height:4.6875rem;top:21.8125rem;left:0.7509765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7QZF129apWWM9V0bzTOIECT1UmHJLu6 { width:4.6875rem;height:1.8125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHAJx4KWqHNy922ZiUdCypakVrFoR8SB { display:block; }
 }@media only screen and (max-width: 763px) { #ohWXoOd6fLTLAFugs4g8Tpf2GoSDtxIu { width:6.5rem;height:1.8125rem;top:7.3125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTEvMaETUelTDW0wMdyw153ymthsUMQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCLHinGmRTX7GatzuwtP5JosCAnTMtP2 { width:4.5rem;height:1.8125rem;top:7.3125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nylA7Bx4g1FCeFWTTQfbXIaRJaKSRox2 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0lznAkkKMkkIJPBmACrLuyC2s3FfTmh { width:4.3125rem;height:1.8125rem;top:7.3125rem;left:15.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ486frr5gek8VRyGpaxKfimTzIuZoL9 { display:block; }
 }@media only screen and (max-width: 763px) { #APRyg7wOlXV9Cw1app0NxbRkBiLlz5Ms { width:16.5rem;height:3.125rem;top:2.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2m1MinMMWILsB4gi1vlrTUCLMAiO5bW { width:14.75rem;height:3.4375rem;top:54.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2OwMLqq6Gg09U01zKKIPPmsZJJGkpAB { display:block; }
 }@media only screen and (max-width: 763px) { #ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { background-color: transparent; background-image: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { display: none; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .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); }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { border-width: 0; border-radius: 0; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocQkFW2lsXxHL2AzE1pNXDAokls4nZfg > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgKzKWZaq4F7cSadiWF1yOpd2zFblR0J { width:19.1875rem;height:14.75rem;top:42.1865234375rem;left:0.38056506849316rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ofg4OPIqrtlx3AEOvDoENySVNLvxsZWe { width:20rem;height:5.125rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bk3TKh9EvZUxaalNyk3hZUX54pwTt2NU { width:20rem;height:7.8125rem;top:8.1996459960938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhrnUkTHQ2ferokTswlTf3PKCFa4J6Da { width:19.625rem;height:2.1875rem;top:17.5361328125rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5MGTx5pwMhryiTblTiSNu1PodwXNP2S { width:18.5rem;height:25.625rem;top:44.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6n8ebtEaw1sAzIOyL9gBmoQcV9tigzK { width:4.375rem;height:4.375rem;top:20.9375rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #VidWzG9AQ2pK0iqn5WzZ72xMlM9F77xZ { width:3.25rem;height:3.25rem;top:21.62434387207rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPwopsIWXQwU8cWNkIDKOJGlgOhl0lVq { width:13.9375rem;height:6.25rem;top:21.687278747559rem;left:6.2489150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC36tQsy3BA3NahbdKyeyQ5lwNCwL7LS { width:13.3123125rem;height:4.6875rem;top:28.498260498047rem;left:6.3747833371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9pRXipT1w53Xs4I46cBEvCWfxVuAk7S { width:3.25rem;height:3.25rem;top:29.12434387207rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBE0k52sdNfsfBHDWRTKPczH04oRr9AQ { width:4.375rem;height:4.375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJmQTnwZHx2RBnMW7gAym9tBrhOoKzmp { width:12.875rem;height:6.25rem;top:35.1240234375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubkt280LFMVoWIXdye9sEZmT2aUJ1TwS { width:3.25rem;height:3.25rem;top:36.62434387207rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2JwQBSTmzQhfQ0AkGchHp7SEN1nCLCH { width:4.375rem;height:4.375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfZgH0crZUb6g7fiZU98EofgMrd4hfGA { width:8.6875rem;height:9.125rem;top:41.435416221619rem;left:9.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OTOHuNs7BnSUmeo73l1hnIFbkiScFtgT { width:10.625rem;height:10.625rem;top:53.599075078964rem;left:3.9053620100021rem;display:none; }
 }@media only screen and (max-width: 763px) { #of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH { display:block; }#of9bK4Mb3xMcNXUCsv0Ubi6mSqDAodGH > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJ1klgnw0SgWEGAHLpLOUdRMJTfo5Ggx { width:18.5rem;height:21.8125rem;top:1.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1pDTK7pVRm44WVmfrJz39WK1LlwkRzV { width:20rem;height:16.625rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bggWN64RRfHJ3wq6cvkPG01lumWs8luT { width:20rem;height:6.25rem;top:16.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wap0HmALC4N573BkNE7cd5J4NG7Abmm5 { width:20rem;height:14.4375rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DDQh1XUNhxkZmFuZ5DZsd8BSU4EriTU8 { width:9.1875rem;height:9.1875rem;top:22.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKvb7qu3xiLdqpHQyXswiys1AMmunJ { width:20rem;height:4.75rem;top:42.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFwJIpAJ9717VDIqCH1JMzsT80e7CupW { width:12.3118125rem;height:4.6875rem;top:63.6875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxlqRVFeaTu0Rtnp9dkZG9ezxU5Ep57K { width:3.25rem;height:3.25rem;top:64.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqBd2DhPHm8cNrXDQGIT1eTrHtmCfPl { width:4.375rem;height:4.375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXGTUwOweT1N8vQ3bIqs647BzzamJxm { width:4.375rem;height:4.375rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBbM9bmn6n7F1hXPJ4ZlVPQJw81aI1Sq { width:3.75rem;height:3.75rem;top:49.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2ZXxd73sUNVg6A0hrecvBmPyTDFX8B { width:13.3125rem;height:6.25rem;top:48.875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBL3ppoOh8uwZBBxuWmdyc2xoCERuKUW { width:4.375rem;height:4.375rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1O13u9BP7Mngw06WywRv0GDKRQTqGyo { width:13.8743125rem;height:4.6875rem;top:56.9375rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZeiCqpg9d0tWftaGFZLV9BHqMoTWZ8I { width:3.25rem;height:3.25rem;top:56.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTm1hUoZIETRE4xGdNGVBXH7rEmzXF0b { width:4.375rem;height:4.375rem;top:71.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwI0IIClh2XPiVfdcVMlDVH5LKtaLVsK { width:13.125rem;height:4.6875rem;top:71.5rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVesfqMdyTbWeG1dDcwRTF9DEvPBdsR { width:3.25rem;height:3.25rem;top:72.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSUFvbVMva5L04PoCMFHiMSb5oCyOHCw { width:13.6864375rem;height:3.93645625rem;top:78.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4f9ulIxqsXl8O1Sc1Vxn8rzLy4melP { display:block; }
 }@media only screen and (max-width: 763px) { #zoOB2I6ybBi5ytKAnAQZkDGD3aZlox1g { width:7.7494375rem;height:7.7494375rem;top:118.74999809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/yMPnaGou/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.adaptive-delivery-prevent-bg, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyload, #w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l.lazyloading { background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { background-color: transparent; background-image: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row > .video-iframe-container { display: none; }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .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); }#w5R7CQPqegLKv9VeGhpCbkI4qOD5Fh5l > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRUF4hxipVcssiFsAVT22zTMdMnLsvSd { width:20rem;height:5.125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtcgBZAXQ9n0HTKMpFyTvHFUgSPyyUw { width:18.623046875rem;height:8.4375rem;top:33.3115234375rem;left:0.6884765625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIxRKQUSVX5tTpaDOxQug0toVaCBbN2 { width:12.5rem;height:3.125rem;top:43.375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIrTgZ3879kd0J1Eo2Jc1hX2fvgGx61I { width:12.5rem;height:3.125rem;top:22.5615234375rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwz7ck9R95wvEhEwTQq9yxWncmRdpByo { width:18.8740234375rem;height:6.75rem;top:14.1875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlGSaoOZ6RWO5QcyLbwfy2AQKleUHLpm { width:12.5rem;height:3.125rem;top:62.125rem;left:6.8720703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GveGaFtQbHZ6DtTbOPtRg2smPOe3k48Q { width:19.0625rem;height:6.75rem;top:54.2490234375rem;left:0.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0bQSiZOfJsUvihT9zdkLly109WO4zi { width:4.75rem;height:4.75rem;top:8.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4TkyRJyHOnwWEKaqwJf7R4NJlkJcI0V { width:4.75rem;height:4.75rem;top:27.4990234375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvsMSZT0pnLT9hhXFwiKR5TzFqW0rN3R { width:4.75rem;height:4.75rem;top:48.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4651e3, #7d2cea);background-image: -moz-linear-gradient(180deg, #4651e3, #7d2cea);background-image: -ms-linear-gradient(180deg, #4651e3, #7d2cea);background-image: -o-linear-gradient(180deg, #4651e3, #7d2cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4651e3', endColorstr='#7d2cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4651e3', endColorstr='#7d2cea' );";background-image: linear-gradient(180deg, #4651e3, #7d2cea);background-size:cover !important;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .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); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:20rem;height:5.125rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hocgRsGHR0pMtUXbJu9zZBizkvAXqyx6 { width:18.75rem;height:2.0625rem;top:10.01171875rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXIfBdUq3Ql1plsr7eVaIb8ZcmFR6VGw { width:17.1875rem;height:3.375rem;top:13.375rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq1N5dUHsppcyhbunP1lpb3pfdFC2TKb { width:19.375rem;height:4.6875rem;top:18.21875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZ691onN29fuiqz304XhTfKJPhfwhC33 { width:17.5rem;height:3.4375rem;top:27.21875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFSUAAGZxhOJQL5IyGR3NVAGz7unetcB { display:block; }
 }