.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-input-select option {
  color: #000;
}
.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 {
  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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 { z-index:;position:relative;display:none; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 { border-width: 0; border-radius: 0; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#eVe3dPWn4Tq3oneDnHRyczJnCuCKt9Si { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa483b, #be1c00);background-image: -moz-linear-gradient(180deg, #fa483b, #be1c00);background-image: -ms-linear-gradient(180deg, #fa483b, #be1c00);background-image: -o-linear-gradient(180deg, #fa483b, #be1c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );";background-image: linear-gradient(180deg, #fa483b, #be1c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;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:gilroy;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.75rem;left:29.375rem;display:block; }
#TXeVtxvZ4qTGXRAFA71kF7t3wFOHfs9b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DNpw6uK38qhyiv7tU2MbvBWRtov5iohK { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:27.9375rem;width:28.6875rem;top:3.6875rem;left:34.6875rem;display:none; }
#HUcknX6AEC26hbNSTxNMDmDBWp8FD1Tb { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:14.8125rem;top:2.75rem;left:2.90625rem;overflow:hidden;display:none; }
#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/O7FeGYU7/bg05.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.adaptive-delivery-prevent-bg, #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.lazyload, #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.lazyloading { background-image: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { background-color: transparent; background-image: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container > .video-iframe-container { display: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row > .video-iframe-container { display: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .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); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { border-width: 0; border-radius: 0; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row > .video-iframe-container {  }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#QT2yTwy4doeWg4IVrQJMCy4mWwrIxpKk { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:17.499219894409rem;left:3.25rem;height:7.8rem;font-style:normal;display:block; }
#NmB7DDZd1oTf1sKEH08cQSeamhJctaSg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa483b, #be1c00);background-image: -moz-linear-gradient(180deg, #fa483b, #be1c00);background-image: -ms-linear-gradient(180deg, #fa483b, #be1c00);background-image: -o-linear-gradient(180deg, #fa483b, #be1c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );";background-image: linear-gradient(180deg, #fa483b, #be1c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;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:gilroy;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:32.124217987061rem;left:12.8125rem;display:block; }
#DKvo6VANEiUT0Xg6mHukobes9PeDaLO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h4W7M2ssVXHa1dnAitImswxd8FhLDtTy { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.125rem;width:23.75rem;top:0rem;left:48.000001907349rem;overflow:hidden;display:block; }
#bixUv3TNh6MNIzbMdNbWfrfO6rGwZ90I { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:14.375rem;top:2.5rem;left:30.3125rem;overflow:hidden;display:block; }
#LP4tIIpLusONNaDMd36J8AT2glnfh36z { color:#ffda00;display:block;width:48.9375rem;position:absolute;font-family:gilroy;font-size:3.6875rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:11.936719894409rem;left:3.25rem;height:3.6875rem;font-style:normal;display:block; }
#N6yl66lTW5IZKJZspRsRJTEW9W0uIQdC { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6b900, #ffda00);background-image: -moz-linear-gradient(180deg, #f6b900, #ffda00);background-image: -ms-linear-gradient(180deg, #f6b900, #ffda00);background-image: -o-linear-gradient(180deg, #f6b900, #ffda00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b900', endColorstr='#ffda00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b900', endColorstr='#ffda00' );";background-image: linear-gradient(180deg, #f6b900, #ffda00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.33) ;height:25rem;width:43.2498125rem;top:8.6251877384188rem;left:30.872398376465rem;display:none; }
#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP { background-color:#f5f7fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { background-color: transparent; background-image: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container > .video-iframe-container { display: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row > .video-iframe-container { display: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .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); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { border-width: 0; border-radius: 0; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row > .video-iframe-container {  }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Htg4guT9gawoWUd5PGn26Oe6eBnfT8Zm { color:#008cff;display:block;width:39.874125rem;position:absolute;font-family:gilroy;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:2.2797317504883rem;left:17.561851501465rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;background-image:none;position:relative;display:block; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { background-color: transparent; background-image: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container > .video-iframe-container { display: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row > .video-iframe-container { display: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .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); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { border-width: 0; border-radius: 0; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row > .video-iframe-container {  }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#FMt1RDQ8tu4oQ1DtZQfUuQ4mxkSRIblI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:2.375rem;left:7.5625rem;overflow:hidden;display:block; }
#gyoOlt9odf3i1J4kCBZkz92khwFOmJul { color:#3d464d;display:block;width:14.625rem;position:absolute;font-family:gilroy;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:7.75rem;left:2.0625rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwSpJ9uaTZmgHR0Bmgd4ufugWUuWGiux { color:#3d464d;display:block;width:14.625rem;position:absolute;font-family:gilroy;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:7.75rem;left:20.8125rem;height:1.444225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Go8nidIwogE9T2NtkMTIWe0fKoBdJJ00 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:2.3125rem;left:26.25rem;overflow:hidden;display:block; }
#ziO5um7RpHVDfxT5APD7Xuk5Ftt3T7zS { color:#3d464d;display:block;width:14.625rem;position:absolute;font-family:gilroy;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:7.75rem;left:39.5625rem;height:1.444225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H61nEha4bRsyUrC3Pwa1a7viOXnUAN7i { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:2.3125rem;left:45rem;overflow:hidden;display:block; }
#Aqaif32uCi5xARI8kKT6AUSTVNatzFIN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:2.3125rem;left:63.75rem;overflow:hidden;display:block; }
#I7hJutSADOWoCIOQRl8hWtZJiEwTTVz5 { color:#3d464d;display:block;width:14.3125rem;position:absolute;font-family:gilroy;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:7.6533203125rem;left:58.46875rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyfaSwHiHmqH8ZHRDTvfzwTiSt4ootCU { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda00, #f6b900);background-image: -moz-linear-gradient(180deg, #ffda00, #f6b900);background-image: -ms-linear-gradient(180deg, #ffda00, #f6b900);background-image: -o-linear-gradient(180deg, #ffda00, #f6b900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );";background-image: linear-gradient(180deg, #ffda00, #f6b900);background-size:auto !important;border-top:0.0625rem solid #f6b900;border-left:0.0625rem solid #f6b900;border-right:0.0625rem solid #f6b900;border-bottom:0.0625rem solid #f6b900;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;height:5.625rem;width:5.625rem;top:1.375rem;left:6.5625rem;display:block; }
#FTkwNQLrIdm82dNTlElSDWr6OK6lFD3R { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda00, #f6b900);background-image: -moz-linear-gradient(180deg, #ffda00, #f6b900);background-image: -ms-linear-gradient(180deg, #ffda00, #f6b900);background-image: -o-linear-gradient(180deg, #ffda00, #f6b900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );";background-image: linear-gradient(180deg, #ffda00, #f6b900);background-size:auto !important;border-top:0.0625rem solid #f6b900;border-left:0.0625rem solid #f6b900;border-right:0.0625rem solid #f6b900;border-bottom:0.0625rem solid #f6b900;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;height:5.625rem;width:5.625rem;top:1.3125rem;left:25.25rem;display:block; }
#sGhXTXNzHT0bbAfxohiihltfhJvBZaOb { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda00, #f6b900);background-image: -moz-linear-gradient(180deg, #ffda00, #f6b900);background-image: -ms-linear-gradient(180deg, #ffda00, #f6b900);background-image: -o-linear-gradient(180deg, #ffda00, #f6b900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );";background-image: linear-gradient(180deg, #ffda00, #f6b900);background-size:auto !important;border-top:0.0625rem solid #f6b900;border-left:0.0625rem solid #f6b900;border-right:0.0625rem solid #f6b900;border-bottom:0.0625rem solid #f6b900;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;height:5.625rem;width:5.625rem;top:1.3125rem;left:44rem;display:block; }
#HZ2kgiKWTxtplrWh7awE1oALqOeCOlI8 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda00, #f6b900);background-image: -moz-linear-gradient(180deg, #ffda00, #f6b900);background-image: -ms-linear-gradient(180deg, #ffda00, #f6b900);background-image: -o-linear-gradient(180deg, #ffda00, #f6b900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda00', endColorstr='#f6b900' );";background-image: linear-gradient(180deg, #ffda00, #f6b900);background-size:auto !important;border-top:0.0625rem solid #f6b900;border-left:0.0625rem solid #f6b900;border-right:0.0625rem solid #f6b900;border-bottom:0.0625rem solid #f6b900;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;height:5.625rem;width:5.625rem;top:1.3125rem;left:62.75rem;display:block; }
#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { background-color: transparent; background-image: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container > .video-iframe-container { display: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row > .video-iframe-container { display: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .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); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { border-width: 0; border-radius: 0; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row > .video-iframe-container {  }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#iJFyi8x5Grmn4OZTZRbZGq4MPrTcdCoN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.375rem;width:20.375rem;top:5.9995625rem;left:1.25rem;overflow:hidden;display:none; }
#Jp9tkkusA9hfoihySzyIFXsJXlvishQD { position:absolute;display:block;z-index:99949;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6b900, #ffda00);background-image: -moz-linear-gradient(180deg, #f6b900, #ffda00);background-image: -ms-linear-gradient(180deg, #f6b900, #ffda00);background-image: -o-linear-gradient(180deg, #f6b900, #ffda00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b900', endColorstr='#ffda00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b900', endColorstr='#ffda00' );";background-image: linear-gradient(180deg, #f6b900, #ffda00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.33) ;height:21.8125rem;width:64.75rem;top:9.8734815381469rem;left:5.1236991882324rem;display:block; }
#JTFOWSvH7sfKwEwzbmJ9x01XbIbgLT6f { color:#008cff;display:block;width:20.8105625rem;position:absolute;font-family:gilroy;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0.69010400772094rem;left:27.094184875488rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5m3PfTEDKGC2iWbDApB6LyEJXstmE7y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fa483b, #be1c00);background-image: -moz-linear-gradient(180deg, #fa483b, #be1c00);background-image: -ms-linear-gradient(180deg, #fa483b, #be1c00);background-image: -o-linear-gradient(180deg, #fa483b, #be1c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa483b', endColorstr='#be1c00' );";background-image: linear-gradient(180deg, #fa483b, #be1c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;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:gilroy;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:39.748266007751rem;left:46.467014312744rem;display:block; }
#HeyCAXpllyvp6EZB2kQqRe6UsGAuOVm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l8rKoDIvz95rmgqbqDm90a1SygIxcK1h { position:absolute;display:block;z-index:99961;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.9998125rem;width:38.186875rem;top:3.9366324208677rem;left:9.4997825622556rem;overflow:hidden;display:block; }
#zIXgcmDTMzFm0cRZvdubywfrdJC5Xz5u { position:absolute;display:block;z-index:99950;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.5625rem;width:15.186625rem;top:7.4956603050231rem;left:46.997615814209rem;display:block; }
#Mhxt0iSw2lZou7Ox5sBXOmV582D0Rhnb { position:absolute;display:block;z-index:99952;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.436875rem;width:18.8125rem;top:3.9366321563721rem;left:45.062503814698rem;overflow:hidden;display:block; }
#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f68c1;background-image:none;position:relative;display:block; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container { background-color: transparent; background-image: none; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container > .video-iframe-container { display: none; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row > .video-iframe-container { display: none; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .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); }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container { border-width: 0; border-radius: 0; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row > .video-iframe-container {  }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#oTKegMqUq9U6qpzab5iyVFLyhM8USzux { color:#ffda00;display:block;width:48.6870625rem;position:absolute;font-family:gilroy;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:1.375rem;left:13.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f68c1, #008cff);background-image: -moz-linear-gradient(180deg, #1f68c1, #008cff);background-image: -ms-linear-gradient(180deg, #1f68c1, #008cff);background-image: -o-linear-gradient(180deg, #1f68c1, #008cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f68c1', endColorstr='#008cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f68c1', endColorstr='#008cff' );";background-image: linear-gradient(180deg, #1f68c1, #008cff);background-size:auto !important;position:relative;display:block; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container { background-color: transparent; background-image: none; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container > .video-iframe-container { display: none; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row > .video-iframe-container { display: none; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .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); }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container { border-width: 0; border-radius: 0; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row > .video-iframe-container {  }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#X8NnETtcFJqMWZwpAtUq3q3pxB8K7Qbl { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:14.375rem;width:22.5rem;top:0.625rem;left:51.25rem;display:block; }
#butHOcvNyCbTeZIXKntctpUJUTfsBr1k { color:#3d464d;display:block;width:21.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:10.3125rem;left:51.75rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5UoH1ZpiGpVXJsdtyo4NNHTAysWwebd { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:14.375rem;width:22.5rem;top:0.625rem;left:26.25rem;display:block; }
#ES3kmaOnFGyzTXyus0WIkBpbzLJ7Xqa3 { color:#3d464d;display:block;width:21.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:10.3125rem;left:26.75rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HL8ME3gvMmGgoTlXuKJc8MkfrROceeFb { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:7.561875rem;width:7.561875rem;top:1.5625rem;left:33.6875rem;display:block; }
#hBIubHnhxEovwL5Byqr5MhTxFuJ0go3u { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:7.561875rem;width:7.561875rem;top:1.5625rem;left:58.6875rem;display:block; }
#iJy6rptTA13cXJShJab9KAC8DBN946ZN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5303802490234rem;left:34.687503814698rem;overflow:hidden;display:block; }
#pqZW8AuFhX5n10WzcSh9ql01afThe0gT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.37435rem;width:5.37435rem;top:2.65625rem;left:59.812290191651rem;overflow:hidden;display:block; }
#zS74NG8b8X6Ph9FkIr5UqAIpK0A23LPQ { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:14.375rem;width:22.5rem;top:0.625rem;left:1.25rem;display:block; }
#FvsUnay284wOwP3CdJ9UWhbsrogFKsf3 { color:#3d464d;display:block;width:21.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:10.3125rem;left:1.75rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tS019L7ArFTOCoKxyezFD3LvOQ0Jn5Qr { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:7.561875rem;width:7.561875rem;top:1.5625rem;left:8.6875rem;display:block; }
#NzDSUySoLyqyTVZAoR7Kop9LCP8eRGwa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.5303802490234rem;left:9.6875rem;overflow:hidden;display:block; }
#UfuOzIR4tpIySGgSIF9FyXdd9ZtQTUT1 { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:14.375rem;width:22.5rem;top:16.937501057983rem;left:13.75rem;display:block; }
#Al86WMkzTCQEP8OGBo6kgwPBdrkmINWN { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:7.561875rem;width:7.561875rem;top:17.875001057983rem;left:21.187068939209rem;display:block; }
#e4GBAUCE0SprwwDyHGfMVNlZQ0fLTTIH { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:18.842233657837rem;left:22.187503814698rem;overflow:hidden;display:block; }
#mPeVkbQTgcXITJyZKsTm50UkizLUVBDO { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:14.375rem;width:22.5rem;top:16.937501057983rem;left:38.750003814698rem;display:block; }
#UJkz4CJXCvMlRmCdOqnbHaTrzDFspqw6 { color:#3d464d;display:block;width:21.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:26.625001057983rem;left:39.249134063721rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLud0EOvqEGGaPJib5sO81n2fnHGb9yi { color:#3d464d;display:block;width:21.5625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:26.625001057983rem;left:14.249134063721rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niT9gg7hPnUzvxTmzrHn4zkr8s79TeSR { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;height:7.561875rem;width:7.561875rem;top:17.875001057983rem;left:46.187068939209rem;display:block; }
#NZJZCVh9gaJN2O1PrpgnZP0GZENV0QCd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.12478125rem;width:5.12478125rem;top:19.091798782349rem;left:47.435985565186rem;overflow:hidden;display:block; }
#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv { position:relative;display:block; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv { background-color: transparent; background-image: none; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row .container > .video-iframe-container { display: none; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row > .video-iframe-container { display: none; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .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); }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv { border-width: 0; border-radius: 0; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row .container > .video-iframe-container {  }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .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:42.0625rem;width:75rem;position:relative;display:block; }#I64fZnqhGGNpJuExNE7Z1CCS91zhV6tr { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:19.875rem;top:22.25rem;left:46.8125rem;overflow:hidden;display:block; }
#lf4wKTJdGJoVlGrq33kC0ODRNZLkhNmm { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:19.875rem;top:14.75rem;left:46.8125rem;overflow:hidden;display:block; }
#OE5TxT78VtWT8yAB7IAQoQWgMprg5qyG { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.374375rem;width:40.625rem;top:3.3420143127441rem;left:2.6443157196045rem;overflow:hidden;display:block; }
#LI8L6BFT1v1dTvABtPTmItHoS2q4e7iK { color:#008cff;display:block;width:23.5623125rem;position:absolute;font-family:gilroy;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:5.25rem;left:44.9375rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7GlJS1MkLwz1sSUZ5qlCl9AMvDHEJrA { color:#3d464d;display:block;width:26.124125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:28.75rem;left:43.6875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DA7coha3mFaUaExz7vpoo7uHgT5MxT4s { color:#3d464d;display:block;width:28.311625rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:8.6870670318606rem;left:42.592235565186rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7OauteB3L15SKerPcwrfSVKDTJeqzOb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4985rem;height:6.3748125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.373915672303rem;left:45.999355316162rem;display:block; }
#caRCNFvJwP66rdKKOd6kr1SO1ReALRPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s3Su2Ud2r4skpFIrfDOoNZq9E8WC0Bph { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4985rem;height:6.3748125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:21.873915672302rem;left:45.999355316162rem;display:block; }
#fyRsdB2boxOD5oPwdDMi3EtVbNyIcD0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d464d;background-image:none;position:relative;display:block; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container { background-color: transparent; background-image: none; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container > .video-iframe-container { display: none; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row > .video-iframe-container { display: none; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .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); }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container { border-width: 0; border-radius: 0; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row > .video-iframe-container {  }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#lZ7d4HQ6rGqTX03GCfFE5M2uGZyboxc1 { color:#f1f3f4;display:block;width:31.6873125rem;position:absolute;font-family:gilroy;font-size:0.75rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:1.4615859985351rem;left:21.655818939209rem;height:0.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 { display:none; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVe3dPWn4Tq3oneDnHRyczJnCuCKt9Si { width:16.25rem;height:3.75rem;top:0.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeVtxvZ4qTGXRAFA71kF7t3wFOHfs9b { display:block; }
 }@media only screen and (max-width: 763px) { #DNpw6uK38qhyiv7tU2MbvBWRtov5iohK { width:28.6875rem;height:27.9375rem;top:3.6875rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUcknX6AEC26hbNSTxNMDmDBWp8FD1Tb { width:14.8125rem;height:3.875rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B { display:block; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT2yTwy4doeWg4IVrQJMCy4mWwrIxpKk { width:43.1875rem;height:9.75rem;top:17.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmB7DDZd1oTf1sKEH08cQSeamhJctaSg { width:16.25rem;height:3.75rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKvo6VANEiUT0Xg6mHukobes9PeDaLO9 { display:block; }
 }@media only screen and (max-width: 763px) { #h4W7M2ssVXHa1dnAitImswxd8FhLDtTy { width:23.75rem;height:42.125rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #bixUv3TNh6MNIzbMdNbWfrfO6rGwZ90I { width:14.375rem;height:3.75rem;top:2.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP4tIIpLusONNaDMd36J8AT2glnfh36z { width:47.75rem;height:3.6875rem;top:11.875rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6yl66lTW5IZKJZspRsRJTEW9W0uIQdC { width:43.1875rem;height:25rem;top:8.625rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP { display:block; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htg4guT9gawoWUd5PGn26Oe6eBnfT8Zm { width:39.8125rem;height:2.8125rem;top:2.25rem;left:3.9368515014649rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf { display:block; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMt1RDQ8tu4oQ1DtZQfUuQ4mxkSRIblI { width:3.75rem;height:3.75rem;top:2.375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyoOlt9odf3i1J4kCBZkz92khwFOmJul { width:14.5625rem;height:2.875rem;top:7.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSpJ9uaTZmgHR0Bmgd4ufugWUuWGiux { width:14.5625rem;height:1.4375rem;top:7.6875rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8nidIwogE9T2NtkMTIWe0fKoBdJJ00 { width:3.75rem;height:3.75rem;top:2.3125rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziO5um7RpHVDfxT5APD7Xuk5Ftt3T7zS { width:14.5625rem;height:1.4375rem;top:7.6875rem;left:21.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H61nEha4bRsyUrC3Pwa1a7viOXnUAN7i { width:3.75rem;height:3.75rem;top:2.3125rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqaif32uCi5xARI8kKT6AUSTVNatzFIN { width:3.75rem;height:3.75rem;top:2.3125rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7hJutSADOWoCIOQRl8hWtZJiEwTTVz5 { width:14.25rem;height:2.875rem;top:7.625rem;left:33.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfaSwHiHmqH8ZHRDTvfzwTiSt4ootCU { width:5.625rem;height:5.625rem;top:1.375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkwNQLrIdm82dNTlElSDWr6OK6lFD3R { width:5.625rem;height:5.625rem;top:1.3125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGhXTXNzHT0bbAfxohiihltfhJvBZaOb { width:5.625rem;height:5.625rem;top:1.3125rem;left:26.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2kgiKWTxtplrWh7awE1oALqOeCOlI8 { width:5.625rem;height:5.625rem;top:1.3125rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok { display:block; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJFyi8x5Grmn4OZTZRbZGq4MPrTcdCoN { width:20.375rem;height:37.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9tkkusA9hfoihySzyIFXsJXlvishQD { width:47.75rem;height:21.8125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTFOWSvH7sfKwEwzbmJ9x01XbIbgLT6f { width:20.75rem;height:2.8125rem;top:0.6875rem;left:13.469184875488rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5m3PfTEDKGC2iWbDApB6LyEJXstmE7y { width:16.25rem;height:3.75rem;top:39.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeyCAXpllyvp6EZB2kQqRe6UsGAuOVm4 { display:block; }
 }@media only screen and (max-width: 763px) { #l8rKoDIvz95rmgqbqDm90a1SygIxcK1h { width:38.125rem;height:41.931759316846rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIXgcmDTMzFm0cRZvdubywfrdJC5Xz5u { width:15.125rem;height:26.454713440281rem;top:7.4375rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhxt0iSw2lZou7Ox5sBXOmV582D0Rhnb { width:18.8125rem;height:34.436875rem;top:3.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf { display:block; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKegMqUq9U6qpzab5iyVFLyhM8USzux { width:47.75rem;height:5.625rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv { display:block; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8NnETtcFJqMWZwpAtUq3q3pxB8K7Qbl { width:22.5rem;height:14.375rem;top:0.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #butHOcvNyCbTeZIXKntctpUJUTfsBr1k { width:21.5625rem;height:2.4375rem;top:10.3125rem;left:26.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5UoH1ZpiGpVXJsdtyo4NNHTAysWwebd { width:22.5rem;height:14.375rem;top:0.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3kmaOnFGyzTXyus0WIkBpbzLJ7Xqa3 { width:21.5625rem;height:1.1875rem;top:10.3125rem;left:13.125001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8ME3gvMmGgoTlXuKJc8MkfrROceeFb { width:7.5rem;height:7.5rem;top:1.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBIubHnhxEovwL5Byqr5MhTxFuJ0go3u { width:7.5rem;height:7.5rem;top:1.5625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJy6rptTA13cXJShJab9KAC8DBN946ZN { width:5.625rem;height:5.625rem;top:2.5rem;left:21.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZW8AuFhX5n10WzcSh9ql01afThe0gT { width:5.3125rem;height:5.3125rem;top:2.625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS74NG8b8X6Ph9FkIr5UqAIpK0A23LPQ { width:22.5rem;height:14.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvsUnay284wOwP3CdJ9UWhbsrogFKsf3 { width:21.5625rem;height:3.6875rem;top:10.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS019L7ArFTOCoKxyezFD3LvOQ0Jn5Qr { width:7.5rem;height:7.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzDSUySoLyqyTVZAoR7Kop9LCP8eRGwa { width:5.625rem;height:5.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuOzIR4tpIySGgSIF9FyXdd9ZtQTUT1 { width:22.5rem;height:14.375rem;top:16.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al86WMkzTCQEP8OGBo6kgwPBdrkmINWN { width:7.5rem;height:7.5rem;top:17.875rem;left:7.5620689392087rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GBAUCE0SprwwDyHGfMVNlZQ0fLTTIH { width:5.625rem;height:5.625rem;top:18.8125rem;left:8.5625038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPeVkbQTgcXITJyZKsTm50UkizLUVBDO { width:22.5rem;height:14.375rem;top:16.9375rem;left:25.125003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJkz4CJXCvMlRmCdOqnbHaTrzDFspqw6 { width:21.5625rem;height:3.6875rem;top:26.625rem;left:25.624134063721rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLud0EOvqEGGaPJib5sO81n2fnHGb9yi { width:21.5625rem;height:1.1875rem;top:26.625rem;left:0.62343788146973rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niT9gg7hPnUzvxTmzrHn4zkr8s79TeSR { width:7.5rem;height:7.5rem;top:17.875rem;left:32.562068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJZCVh9gaJN2O1PrpgnZP0GZENV0QCd { width:5.0625rem;height:5.0625rem;top:19.0625rem;left:33.810985565186rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSwkkyVRoOd9THJD2iQS2o5LbRzathpv { display:block; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I64fZnqhGGNpJuExNE7Z1CCS91zhV6tr { width:19.875rem;height:5.625rem;top:22.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf4wKTJdGJoVlGrq33kC0ODRNZLkhNmm { width:19.875rem;height:5.625rem;top:14.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE5TxT78VtWT8yAB7IAQoQWgMprg5qyG { width:40.625rem;height:35.374375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI8L6BFT1v1dTvABtPTmItHoS2q4e7iK { width:23.5rem;height:2.8125rem;top:5.25rem;left:24.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GlJS1MkLwz1sSUZ5qlCl9AMvDHEJrA { width:26.0625rem;height:1.4375rem;top:28.75rem;left:21.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA7coha3mFaUaExz7vpoo7uHgT5MxT4s { width:28.25rem;height:3rem;top:8.625rem;left:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OauteB3L15SKerPcwrfSVKDTJeqzOb { width:21.4375rem;height:6.3125rem;top:14.3125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caRCNFvJwP66rdKKOd6kr1SO1ReALRPl { display:block; }
 }@media only screen and (max-width: 763px) { #s3Su2Ud2r4skpFIrfDOoNZq9E8WC0Bph { width:21.4375rem;height:6.3125rem;top:21.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyRsdB2boxOD5oPwdDMi3EtVbNyIcD0U { display:block; }
 }@media only screen and (max-width: 763px) { #NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W { display:block; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZ7d4HQ6rGqTX03GCfFE5M2uGZyboxc1 { width:31.625rem;height:0.8125rem;top:1.4375rem;left:8.0308189392087rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 { background-color: transparent; background-image: none; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row .container > .video-iframe-container { display: none; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row > .video-iframe-container { display: none; }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .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); }#MhJTAVNW3dVWhKqX36TN8adp1cSxEUW5 > .row .container { width:20rem;height:5.9375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVe3dPWn4Tq3oneDnHRyczJnCuCKt9Si { width:14.6875rem;height:2.93728125rem;top:3.0002171993256rem;left:2.6562500596046rem;font-size:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #TXeVtxvZ4qTGXRAFA71kF7t3wFOHfs9b { display:block; }
 }@media only screen and (max-width: 763px) { #DNpw6uK38qhyiv7tU2MbvBWRtov5iohK { width:20rem;height:4.1875rem;top:0rem;left:0rem;z-index:99998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUcknX6AEC26hbNSTxNMDmDBWp8FD1Tb { width:9.749375rem;height:2.37413125rem;top:0.069444477558137rem;left:5.1247830986977rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B { background-color:transparent;background-image:url("https://images.assets-landingi.com/oKL5ISsP/bg06.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.adaptive-delivery-prevent-bg, #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.lazyload, #mmcZ9S53GeRHdXQGVvDwcMieglHBum4B.lazyloading { background-image: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { background-color: transparent; background-image: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container > .video-iframe-container { display: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row > .video-iframe-container { display: none; }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .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); }#mmcZ9S53GeRHdXQGVvDwcMieglHBum4B > .row .container { width:20rem;height:26.43593788147rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QT2yTwy4doeWg4IVrQJMCy4mWwrIxpKk { width:11.9375rem;height:6.6rem;top:13.061714172363rem;left:1.0617187023163rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NmB7DDZd1oTf1sKEH08cQSeamhJctaSg { width:13.9375rem;height:3.3125rem;top:34.6875rem;left:3rem;font-size:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #DKvo6VANEiUT0Xg6mHukobes9PeDaLO9 { display:block; }
 }@media only screen and (max-width: 763px) { #h4W7M2ssVXHa1dnAitImswxd8FhLDtTy { width:7.686625rem;height:14.0625rem;top:12.374214172363rem;left:12.375rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #bixUv3TNh6MNIzbMdNbWfrfO6rGwZ90I { width:7.375rem;height:1.875rem;top:6.6875rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LP4tIIpLusONNaDMd36J8AT2glnfh36z { width:17.874375rem;height:3rem;top:8.1851577758787rem;left:0.99843752384188rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffda00;display:block; }
 }@media only screen and (max-width: 763px) { #N6yl66lTW5IZKJZspRsRJTEW9W0uIQdC { width:19.375rem;height:8.5623125rem;top:12.078993797303rem;left:0.3125rem;z-index:99995;background-color:#1f68c1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { background-color: transparent; background-image: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container > .video-iframe-container { display: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row > .video-iframe-container { display: none; }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .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); }#xHTE8RT4KoECh9ZHUImMXxgFskuNoWLP > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htg4guT9gawoWUd5PGn26Oe6eBnfT8Zm { width:18.9355625rem;height:1.875rem;top:1.31228125rem;left:0.53059893846512rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf { background-color:#ffffff;background-image:none;display:block; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { background-color: transparent; background-image: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container > .video-iframe-container { display: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row > .video-iframe-container { display: none; }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .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); }#oSBiQt8Gbhc6tr8HidQo2o7W8aOMycCf > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMt1RDQ8tu4oQ1DtZQfUuQ4mxkSRIblI { width:2.5rem;height:2.5rem;top:1.5690104160458rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyoOlt9odf3i1J4kCBZkz92khwFOmJul { width:8.4375rem;height:1.65rem;top:5.3114156723022rem;left:1.8435330986977rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwSpJ9uaTZmgHR0Bmgd4ufugWUuWGiux { width:5.625rem;height:1.65rem;top:5.3120660781861rem;left:11.187066137791rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Go8nidIwogE9T2NtkMTIWe0fKoBdJJ00 { width:2.5rem;height:2.5rem;top:1.5690107345581rem;left:12.749566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziO5um7RpHVDfxT5APD7Xuk5Ftt3T7zS { width:5.625rem;height:0.825rem;top:12.499566078186rem;left:3.2497830986977rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H61nEha4bRsyUrC3Pwa1a7viOXnUAN7i { width:2.5rem;height:2.5rem;top:8.8125009536744rem;left:4.8122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqaif32uCi5xARI8kKT6AUSTVNatzFIN { width:2.5rem;height:2.5rem;top:8.8107652664188rem;left:12.749566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7hJutSADOWoCIOQRl8hWtZJiEwTTVz5 { width:7.561875rem;height:1.65rem;top:12.500000953674rem;left:10.281033575535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyfaSwHiHmqH8ZHRDTvfzwTiSt4ootCU { width:3.75rem;height:3.75rem;top:8.1245660781863rem;left:4.1243491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkwNQLrIdm82dNTlElSDWr6OK6lFD3R { width:3.75rem;height:3.75rem;top:8.1245660781863rem;left:12.061632215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGhXTXNzHT0bbAfxohiihltfhJvBZaOb { width:3.75rem;height:3.75rem;top:0.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ2kgiKWTxtplrWh7awE1oALqOeCOlI8 { width:3.75rem;height:3.75rem;top:0.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);background-size:cover !important;display:block; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { background-color: transparent; background-image: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container > .video-iframe-container { display: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row > .video-iframe-container { display: none; }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .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); }#uvmtIlrIvq3HPqNqQZH13EJ7qNHmFbok > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJFyi8x5Grmn4OZTZRbZGq4MPrTcdCoN { width:8.375rem;height:15.6875rem;top:0.6875rem;left:1.375rem;z-index:99980;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jp9tkkusA9hfoihySzyIFXsJXlvishQD { width:10.8745625rem;height:5.87456875rem;top:4.5rem;left:7.25rem;z-index:99979;display:block; }
 }@media only screen and (max-width: 763px) { #JTFOWSvH7sfKwEwzbmJ9x01XbIbgLT6f { width:7.7495625rem;height:3.75rem;top:5.5625rem;left:9.125rem;font-size:1.875rem;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K5m3PfTEDKGC2iWbDApB6LyEJXstmE7y { width:16.25rem;height:3.75rem;top:39.6875rem;left:1.875rem;font-size:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #HeyCAXpllyvp6EZB2kQqRe6UsGAuOVm4 { display:block; }
 }@media only screen and (max-width: 763px) { #l8rKoDIvz95rmgqbqDm90a1SygIxcK1h { width:20rem;height:21.996988494083rem;top:3.875rem;left:0rem;z-index:99994;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zIXgcmDTMzFm0cRZvdubywfrdJC5Xz5u { height:25.061875rem;width:14rem;top:15.692058086395rem;left:2.9991319775581rem;z-index:99984;display:block; }
 }@media only screen and (max-width: 763px) { #Mhxt0iSw2lZou7Ox5sBXOmV582D0Rhnb { width:19.125rem;height:34.325038192556rem;top:11.1875rem;left:0.4375rem;z-index:99981;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf { display:block; }#UK85NFHDggLQUA3mBJhzLlNAUNOt9mTf > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTKegMqUq9U6qpzab5iyVFLyhM8USzux { width:18.5623125rem;height:7.5rem;top:1.6867179870606rem;left:0.71796870231631rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv { display:block; }#IRD92GNUNtcI2fNet6Hi9Jg0yf13TPCv > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8NnETtcFJqMWZwpAtUq3q3pxB8K7Qbl { width:18.125rem;height:4.125rem;top:14.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #butHOcvNyCbTeZIXKntctpUJUTfsBr1k { width:11.25rem;height:2.475rem;top:15.1875rem;left:6.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5UoH1ZpiGpVXJsdtyo4NNHTAysWwebd { width:18.125rem;height:4.125rem;top:8rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3kmaOnFGyzTXyus0WIkBpbzLJ7Xqa3 { width:11.749125rem;height:0.825rem;top:9.75rem;left:6.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HL8ME3gvMmGgoTlXuKJc8MkfrROceeFb { width:5.625rem;height:5.625rem;top:1.0625rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hBIubHnhxEovwL5Byqr5MhTxFuJ0go3u { width:5.625rem;height:5.625rem;top:13.625rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iJy6rptTA13cXJShJab9KAC8DBN946ZN { width:3.75rem;height:3.75rem;top:8.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqZW8AuFhX5n10WzcSh9ql01afThe0gT { width:3.75rem;height:3.75rem;top:14.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS74NG8b8X6Ph9FkIr5UqAIpK0A23LPQ { width:18.125rem;height:4.125rem;top:1.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvsUnay284wOwP3CdJ9UWhbsrogFKsf3 { width:12.75rem;height:2.475rem;top:2.6866340637207rem;left:6.5625000596044rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tS019L7ArFTOCoKxyezFD3LvOQ0Jn5Qr { width:5.625rem;height:5.625rem;top:7.375rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NzDSUySoLyqyTVZAoR7Kop9LCP8eRGwa { width:3.75rem;height:3.75rem;top:2.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfuOzIR4tpIySGgSIF9FyXdd9ZtQTUT1 { width:18.125rem;height:4.125rem;top:20.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al86WMkzTCQEP8OGBo6kgwPBdrkmINWN { width:5.625rem;height:5.625rem;top:19.875rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e4GBAUCE0SprwwDyHGfMVNlZQ0fLTTIH { width:3.75rem;height:3.75rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPeVkbQTgcXITJyZKsTm50UkizLUVBDO { width:18.125rem;height:4.125rem;top:26.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJkz4CJXCvMlRmCdOqnbHaTrzDFspqw6 { width:11.1870625rem;height:2.475rem;top:27.6875rem;left:6.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLud0EOvqEGGaPJib5sO81n2fnHGb9yi { width:12.374125rem;height:0.825rem;top:22.25rem;left:6.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niT9gg7hPnUzvxTmzrHn4zkr8s79TeSR { width:5.625rem;height:5.625rem;top:26.125rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #008cff, #1f68c1);background-image: -moz-linear-gradient(150deg, #008cff, #1f68c1);background-image: -ms-linear-gradient(150deg, #008cff, #1f68c1);background-image: -o-linear-gradient(150deg, #008cff, #1f68c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cff', endColorstr='#1f68c1' );";background-image: linear-gradient(150deg, #008cff, #1f68c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NZJZCVh9gaJN2O1PrpgnZP0GZENV0QCd { width:3.75rem;height:3.75rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSwkkyVRoOd9THJD2iQS2o5LbRzathpv { display:block; }#lSwkkyVRoOd9THJD2iQS2o5LbRzathpv > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I64fZnqhGGNpJuExNE7Z1CCS91zhV6tr { width:13.25rem;height:3.75rem;top:13.687072753906rem;left:3.3745661377907rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #lf4wKTJdGJoVlGrq33kC0ODRNZLkhNmm { width:13.25rem;height:3.75rem;top:8.6870727539062rem;left:3.3745661377907rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #OE5TxT78VtWT8yAB7IAQoQWgMprg5qyG { width:20rem;height:17.41425rem;top:21.763244628906rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #LI8L6BFT1v1dTvABtPTmItHoS2q4e7iK { width:16.936875rem;height:1.875rem;top:5.1573486328125rem;left:1.5310330986977rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7GlJS1MkLwz1sSUZ5qlCl9AMvDHEJrA { width:20rem;height:0.825rem;top:18.687072753906rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#3d464d;display:block; }
 }@media only screen and (max-width: 763px) { #DA7coha3mFaUaExz7vpoo7uHgT5MxT4s { width:20rem;height:2.475rem;top:1.9993486404419rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;color:#3d464d;display:block; }
 }@media only screen and (max-width: 763px) { #J7OauteB3L15SKerPcwrfSVKDTJeqzOb { width:13.875rem;height:4.125rem;top:8.4993591308594rem;left:3.0620661377907rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #caRCNFvJwP66rdKKOd6kr1SO1ReALRPl { display:block; }
 }@media only screen and (max-width: 763px) { #s3Su2Ud2r4skpFIrfDOoNZq9E8WC0Bph { width:13.875rem;height:4.125rem;top:13.499359130859rem;left:3.0620661377907rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #fyRsdB2boxOD5oPwdDMi3EtVbNyIcD0U { display:block; }
 }@media only screen and (max-width: 763px) { #NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W { display:block; }#NiVVAvKi7SPU6KDQbhwC4ubyaFeN0S5W > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZ7d4HQ6rGqTX03GCfFE5M2uGZyboxc1 { width:20rem;height:0.825rem;top:1.7740898132324rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }