.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a16958b8-6165-4e58-be2a-790e0abeb325/Capturedcran20250513152250.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { background-color:#999999;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { background-color: transparent; background-image: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { display: none; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .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); }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { border-width: 0; border-radius: 0; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { font-size:0.875rem;font-family:lato;height:6.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { background-color:#c1272d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.875rem;left:61.625rem;display:block; }
#oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:32.875rem;display:block; }
#NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.15625rem;left:25.375rem;display:block; }
#s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:0.375rem;left:0.6875rem;overflow:hidden;display:block; }
#NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.1875rem;left:18.5rem;display:block; }
#yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.1875rem;left:11.375rem;display:block; }
#PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/401a5418-c5ee-4b09-8395-c4a849a89fc1/Designsanstitre2.crop_1920x918_0,0.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:lato;height:47.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;text-shadow:0.625rem 0.375rem 0.625rem rgba(193,39,45,0.5);top:14.4375rem;left:1.5rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2fmSaNC8LLB9sROSUoJZt8FsaHl7uzt { background-color:#c1272d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.97);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6845130625rem;height:3.810891375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.124076843262rem;left:7.4057903289794rem;display:block; }
#InPvzyCopExCrBIb1bvrlWBVNskeqbTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkM9UB6gkV4ZOmKPDcbs4kJsvZrJCnok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4372701875rem;width:1.4372701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.125rem;left:1.5rem; }
#FaU4R2dLeurbw9qKnWiyxO1B6aAwfKCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4372701875rem;width:1.4372701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23.625rem;left:1.5rem; }
#zIKh4r1lVPPQfO1vT17z4t9JefzXus5I { color:#c1272d;display:block;width:69.7483901875rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.625rem 0.375rem 0.625rem rgba(53,56,186,0.17);top:2.1920957565308rem;left:2.624080657959rem;height:9.07325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZdG8ZSKOozUWJTUXEK9a495F878yITo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4372701875rem;width:1.4372701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.3125rem;left:1.5rem; }
#MdZqmhnRU0IlTB0HIrg2G6rS6GUgq2c9 { color:#073d6b;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:33.5rem;left:1.5rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OugHIO5Uw3d5MVhK36mTEi05C8lRR55G { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:23.374309539795rem;left:3.0618095397949rem;height:5.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ixCgTiWEgP2DNxOyuvIlqrxJgm0A5nLE { color:#000204;display:block;width:36.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.625rem 0.375rem 0.625rem rgba(255,123,28,0.17);top:17.0625rem;left:1.5rem;height:3.7109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GuxS0whU92WhJmlmIaCBxDbJsqyAMVaa { color:#073d6b;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:31.5rem;left:1.5rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD { background-color:#c1272d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container { background-color: transparent; background-image: none; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container > .video-iframe-container { display: none; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row > .video-iframe-container { display: none; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .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); }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container { border-width: 0; border-radius: 0; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container { font-size:0.875rem;font-family:lato;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#L8vMJqu0E4fCAG7tflRyZs02aJ3iFV0J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4368105rem;width:75rem;top:0.017234802246094rem;left:0rem;overflow:hidden;display:block; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:lato;height:59.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { color:#c1272d;display:block;width:52.7493095625rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:1.4375rem;height:9.44825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { color:#999999;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:15.12370300293rem;left:1.4375rem;height:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { color:#999999;display:block;width:51.1861991875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:44.1875rem;left:3.0625rem;height:10.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VF7uMg1JllMvF4lz1NMk89k6SzO1Tt3k { color:#e5e5e5;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:35.5rem;left:1.4375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnK15AJ8ZMRitBJwte0pqWWWAhremMux { background-color:#c1272d;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(248,249,255,0.97);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.830728875rem;height:4.330729375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:47.251304626465rem;left:55.84375rem;display:block; }
#qATUbFRymHZTZNPwtcTsUaViSX079CTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G41NVAEQwbOPzsxHkNa0pWf8PC8R33F0 { box-sizing:content-box;height:0.1875rem;width:51rem;position:absolute;display:block;z-index:15013;background-color:#d9d9dc;background-image:none;top:57.10417175293rem;left:12rem;display:block; }
#KhisFk95wrABLKSEwsMizML7BV3vqxoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8122701875rem;width:5.8122701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.125rem;left:60.375rem; }
#TyCoTkUTm08qZfmhneTwipd5S3mAbowz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8122701875rem;width:5.8122701875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.5625rem;left:63rem; }
#hclPn4mPxpTlRqLXkCKWhZqcctCDpxsB { box-sizing:content-box;height:0.1875rem;width:51rem;position:absolute;display:block;z-index:15014;background-color:#d9d9dc;background-image:none;top:0.91666412353513rem;left:12rem;display:block; }
#oG1rMPnG9uTgO3Rw5Bfod18041xc88Tc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:52.6875rem;top:14.227867126465rem;left:20.878607913345rem;overflow:hidden;display:block; }
#k2Jzs4QUnKC4dXMH54pzlWptZRsof1a6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.436197875rem;width:1.436197875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:44.375rem;left:1.375rem; }
#OfpomHaDcTfwbyxLbPM5neF540xTbXR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.436197875rem;width:1.436197875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:46.125rem;left:1.375rem; }
#I8pgdngyhKoyw9qqkKTUFfooqbo6XfD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.436197875rem;width:1.436197875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:47.8125rem;left:1.375rem; }
#PvkKOkdRT9xokDP5oO6qE9fqGJqqmIlf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9993105rem;width:3.9993105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:28.386028289795rem;left:1.4349727630615rem; }
#aVxChSAVZ0IGHySfKI2W2hbrKRys5RHb { color:#073d6b;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.395835876465rem;left:39.5rem;height:7.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { background-color: transparent; background-image: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container > .video-iframe-container { display: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container { display: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .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); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { border-width: 0; border-radius: 0; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { font-size:0.875rem;font-family:lato;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#veFhtWQNJvkq5HAAMMZUi1QwWNWeR4kV { background-color:#c1272d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:43.625rem;left:13.3125rem;display:block; }
#P7x2MBnD2TCFuQRCubA9vWldGC90SFa3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { color:#c1272d;display:block;width:44.5625rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.2291717529297rem;left:1.05859375rem;height:8.099625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oQWWAvueHEzBS2z5ZbsAT0Q0STfqHbgU { color:#999999;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(153,153,153,0.5);top:9rem;left:4rem;height:1.29980625rem;display:block; }
#uz1b1VzsXHIRgB99t1ETRSMsHE7LxPll { color:#999999;display:block;width:32.7493095625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:8.8763732910156rem;left:4.499080657959rem;height:33.9453125rem;display:block; }
#QtaWCoeZ65TygX1gJlCGwFCnDSaRl3Wc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.36442565918rem;left:1.0581340789795rem; }
#K3Q3iLgdn4Fdp2mLUeTOzRfKvPC1Ov4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.707946777344rem;left:1.0581340789795rem; }
#hkk8Dn4SuKFfdMDuQwSGT2bfqRILWqis { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620403125rem;width:2.5620403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:24.4609375rem;left:1.0569858551026rem; }
#JO2pAJzkN9VtvENHSOrHMRbm3hP0vUfg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5620403125rem;width:2.5620403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:31.812042236328rem;left:1.0569858551026rem; }
#AxcXJeSRWWuv8dbwcVGKbbGvezFuBiIz { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.9375rem;width:31.75rem;top:6.6875rem;left:38.9375rem;overflow:hidden;display:block; }
#FgHQJztvcVU8bkmDfieblWCrl0P5FADR { box-sizing:content-box;height:0.1875rem;width:51rem;position:absolute;display:block;z-index:15015;background-color:#d9d9dc;background-image:none;top:48.6875rem;left:12.6875rem;display:block; }
#W057WkF3UI8uKXkKPpl62dyVyhF44gFT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { background-color: transparent; background-image: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { display: none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .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); }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { border-width: 0; border-radius: 0; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { font-size:0.875rem;font-family:lato;height:46.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#BvVsO6xvcSg8hrs45p7OVFmWRMArZEhf { color:#c1272d;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8837280273438rem;left:13.748851776123rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iJOTRq79ATx9b6mHcEe2dn3o34rcQdqK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20.6875rem;width:31.25rem;top:19.0625rem;left:3.3740234375rem;overflow:hidden;display:block; }
#TE4uTKd6xv95FXBcz2kCQiOIqSmpoJxA { color:#c1272d;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:46.90625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#curV5RGeQsGwunD0sPtPVduT4CoxuWQ0 { color:#c1272d;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.125rem;left:46.90625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyyCgRDwWno3cFDxuPv3CEe7Be46ngVJ { color:#999999;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.1728515625rem;left:8.4375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#O0a4QAdZJgExB3KLlSKSeMiwTHUlykfX { color:rgba(153,153,153,0.15);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.522048950195rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5uyGU1zWWP8BQJ6PiOe8PuTn9XpV5f1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.5625rem;left:43.78125rem; }
#WxOT69hDIItzxVrJACObOyyvgkJBTULC { color:#999999;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:46.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uiwgy1EVxlRhCOrP1qqovIAFRs5vvr8h { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.3125rem;left:46.9375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZtbkxxA1zmU86HauzkuFJMpsdh2vZgJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.03125rem;left:43.78125rem; }
#Hp2ElxQcCNp676XxJnFK1lzyqrkF7deT { color:#c1272d;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.5625rem;left:46.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5blII2dUtNzZriAW9wcPTANe22TQpTw { color:#c1272d;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5625rem;left:46.9375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJdv5IQTKKvXDcKlL6DnZTCKhaH9pPyg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.8125rem;left:43.78125rem; }
#NW35gvLbsDgX9mQyXDBH12TdhlKFT8cZ { background-color:#c1272d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.6796875rem;left:16.5625rem;display:block; }
#m0oJzc6OzLzD6mTve9vP1DT3GqvvWGvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6HGqaM3Nh5vpe4p7J8JHsbHrIgdsrTJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.875rem;left:45.625rem; }
#y6RIuAi5zcdqO2nLgSd2vXlBCm0XTvRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.09375rem;left:45.625rem; }
#D0mVXDyH6S0daMRdE074UMLQeg9lvJZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.5625rem;left:45.5625rem; }
#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container { background-color: transparent; background-image: none; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container > .video-iframe-container { display: none; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row > .video-iframe-container { display: none; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .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); }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container { border-width: 0; border-radius: 0; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container { font-size:0.875rem;font-family:lato;height:45rem;width:75rem;overflow:visible;position:relative;display:block; }#ooqqbcZFJOgZmMJ3l0vwv7uTavNFLVqz { color:#c1272d;display:block;width:42.875rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8623657226562rem;left:0.31134986877441rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WIqvagWm1FsecWbCxKTNWGLAosbQ7oq6 { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:17.8125rem;left:9.770835876465rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4368105rem;width:2.4368105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:36.077667236328rem;left:0.30905342102051rem; }
#tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG > img { max-width: 100%;max-height:100%; width:2.4368105rem; height:2.4368105rem; }#N2AC152JkXr5kOhaQimMxd2ta3ahBIxM { color:#999999;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:25.5625rem;left:0.3125rem;height:10.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ce1HF1Et6MCtD3eqRm1Nda601mqe6PbS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.875rem;width:14.625rem;top:9.25rem;left:0.3125rem;overflow:hidden;display:block; }
#tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4368105rem;width:2.4368105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:36.109832763672rem;left:26.809511184693rem; }
#tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV > img { max-width: 100%;max-height:100%; width:2.4368105rem; height:2.4368105rem; }#gsAF13yZUPTcxEbqkHRov4oIukadxccu { color:#999999;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:25.4375rem;left:26.8125rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t29aT3ubpcTHppnOHgxBnRKUClrT3wQK { position:absolute;display:block;z-index:15029;background-color:#aaaaaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:24.1875rem;left:26.8125rem;display:block; }
#AeqwuT5cXZLp3P1cwQqX7INl8zrximpe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.25rem;width:13.5rem;top:9.9375rem;left:26.8125rem;overflow:hidden;display:block; }
#y1C5Gw5tl2rITeSlnc4MJZs2XvXPgyVc { color:#c1272d;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:21.25rem;left:40.4375rem;height:1.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTyBzBdxZKDaRmsSvi1MLw90ie0l7Eo1 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:17.666687011719rem;left:39.020835876465rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#T67ahhSZfmNTTvSPFETGHRhE06TDGFCT { color:#999999;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:25.4375rem;left:53.3125rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4368105rem;width:2.4368105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:36.702667236328rem;left:53.312269210816rem; }
#PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB > img { max-width: 100%;max-height:100%; width:2.4368105rem; height:2.4368105rem; }#G9P1TU2o922yZbOKlox3TmVad9d86Jec { position:absolute;display:block;z-index:15029;background-color:#aaaaaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:21.25rem;top:24.1875rem;left:53.3125rem;display:block; }
#siCF4axbl4S37tgTJKAohUWFhTSfvpfQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:13.1875rem;width:13.375rem;top:9.75rem;left:53.3125rem;overflow:hidden;display:block; }
#tnqMpCTdPl6TcsQwAHeWzGcuBbdPgluz { color:#c1272d;display:block;width:7.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:21.25rem;left:67.25rem;height:1.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hOzDEsFUbcaasvVvLg1e1KTrQr7beoOT { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:17.79167175293rem;left:66.0625rem;height:3.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#JbwlWTU4TSRhzf2oaZQBgcG6byeq8Ly6 { box-sizing:content-box;height:0.1875rem;width:51rem;position:absolute;display:block;z-index:15014;background-color:#d9d9dc;background-image:none;top:42.645843505859rem;left:12rem;display:block; }
#nCtgkohILp0IDpnxcmTav1ALxuHtEHXO { color:#c1272d;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:21.229187011719rem;left:14.083335876465rem;height:1.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fJnADd9Hsatl9vCTAb9GwhGRVDTKKrJx { position:absolute;display:block;z-index:15030;background-color:#aaaaaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0620404375rem;width:21.25rem;top:24.140625rem;left:0rem;display:block; }
#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { background-color: transparent; background-image: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .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); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { border-width: 0; border-radius: 0; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { font-size:0.875rem;font-family:lato;height:35.75rem;width:75rem;overflow:visible;position:relative;display:block; }#kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f47a02;top:4.5400390625rem;left:44rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l2x08MObIEJnOgrwTHmr3wRatiymb65Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:3.0625rem; }
#WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.3125rem;left:3rem; }
#tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.4375rem;left:2.6875rem; }
#fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.1875rem;left:7rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:7rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.375rem;left:7rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUTB3Dnatsbx0knXgfCCfdv4acMPJh3K { color:#073d6b;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.770843505859rem;left:44rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UaDyfg5ThaloaTTBozowS32sJSX4otsf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#cacaca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.625rem;left:23.5rem;display:block; }
#vJlJMwU2ER1oBHTcqwMMVxnSDNT9p2w7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzhcTqvmlb412cIbCfBzNQxtFCX9WwOZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#cacaca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15118;text-align:center;text-align-last:center;top:29.625rem;left:32.75rem;display:block; }
#IWpRZTTKoD2D6r0pcFlg1v6TBcCbVX5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTPbigx1atxbFrbU5vM83ILi6whAwK04 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#cacaca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:29.625rem;left:42.125rem;display:block; }
#AvzRmIPk49tkpKCfrdDZhiChkviuJwbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { position:absolute;display:block;z-index:15009;background-color:#aaaaaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124080875rem;width:75rem;top:27.9375rem;left:0rem;display:block; }
#JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8743105rem;width:9.9368105rem;top:22.125rem;left:0rem;overflow:hidden;display:block; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:23.3125rem;left:72.1875rem; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { top:0.375rem;left:0rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:14.4375rem;left:0rem;width:27.375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2fmSaNC8LLB9sROSUoJZt8FsaHl7uzt { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InPvzyCopExCrBIb1bvrlWBVNskeqbTl { display:block; }
 }@media only screen and (max-width: 763px) { #JkM9UB6gkV4ZOmKPDcbs4kJsvZrJCnok { top:27.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaU4R2dLeurbw9qKnWiyxO1B6aAwfKCf { top:23.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKh4r1lVPPQfO1vT17z4t9JefzXus5I { top:2.1875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZdG8ZSKOozUWJTUXEK9a495F878yITo { top:25.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZqmhnRU0IlTB0HIrg2G6rS6GUgq2c9 { top:33.5rem;left:0rem;width:30.4375rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OugHIO5Uw3d5MVhK36mTEi05C8lRR55G { top:23.3125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCgTiWEgP2DNxOyuvIlqrxJgm0A5nLE { top:17.0625rem;left:0rem;width:36.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuxS0whU92WhJmlmIaCBxDbJsqyAMVaa { top:31.5rem;left:0rem;width:30.4375rem;height:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHKWfDnRf6NTVnhtBNmazESPJGGoygTD { display:block; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8vMJqu0E4fCAG7tflRyZs02aJ3iFV0J { top:0rem;left:0rem;width:47.75rem;height:4.7347693516667rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { top:5.625rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { top:15.0625rem;left:0rem;width:18.1875rem;height:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { top:44.125rem;left:0rem;width:47.75rem;height:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7uMg1JllMvF4lz1NMk89k6SzO1Tt3k { top:35.5rem;left:0rem;width:18.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnK15AJ8ZMRitBJwte0pqWWWAhremMux { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATUbFRymHZTZNPwtcTsUaViSX079CTi { display:block; }
 }@media only screen and (max-width: 763px) { #G41NVAEQwbOPzsxHkNa0pWf8PC8R33F0 { top:57.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhisFk95wrABLKSEwsMizML7BV3vqxoM { top:7.125rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyCoTkUTm08qZfmhneTwipd5S3mAbowz { top:4.5625rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hclPn4mPxpTlRqLXkCKWhZqcctCDpxsB { top:0.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1rMPnG9uTgO3Rw5Bfod18041xc88Tc { top:14.1875rem;left:0rem;width:47.75rem;height:25.772538552787rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Jzs4QUnKC4dXMH54pzlWptZRsof1a6 { top:44.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfpomHaDcTfwbyxLbPM5neF540xTbXR3 { top:46.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8pgdngyhKoyw9qqkKTUFfooqbo6XfD9 { top:47.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvkKOkdRT9xokDP5oO6qE9fqGJqqmIlf { top:28.375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxChSAVZ0IGHySfKI2W2hbrKRys5RHb { top:18.375rem;left:17.25rem;width:30.5rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veFhtWQNJvkq5HAAMMZUi1QwWNWeR4kV { width:13.125rem;height:4.375rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7x2MBnD2TCFuQRCubA9vWldGC90SFa3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { top:1.1875rem;left:0rem;width:44.5625rem;height:4rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQWWAvueHEzBS2z5ZbsAT0Q0STfqHbgU { top:9rem;left:0rem;width:31.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1b1VzsXHIRgB99t1ETRSMsHE7LxPll { top:8.875rem;left:0rem;width:32.6875rem;height:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtaWCoeZ65TygX1gJlCGwFCnDSaRl3Wc { top:8.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Q3iLgdn4Fdp2mLUeTOzRfKvPC1Ov4g { top:15.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkk8Dn4SuKFfdMDuQwSGT2bfqRILWqis { top:24.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2pAJzkN9VtvENHSOrHMRbm3hP0vUfg { top:31.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxcXJeSRWWuv8dbwcVGKbbGvezFuBiIz { top:6.6875rem;left:16rem;width:31.6875rem;height:41.854789483366rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgHQJztvcVU8bkmDfieblWCrl0P5FADR { top:48.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:block; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvVsO6xvcSg8hrs45p7OVFmWRMArZEhf { top:1.875rem;left:0.12369918823242rem;width:47.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJOTRq79ATx9b6mHcEe2dn3o34rcQdqK { top:19.0625rem;left:0rem;width:31.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4uTKd6xv95FXBcz2kCQiOIqSmpoJxA { width:18.125rem;height:4.0625rem;top:19.0625rem;left:29.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #curV5RGeQsGwunD0sPtPVduT4CoxuWQ0 { width:18.125rem;height:1.0625rem;top:23.125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyCgRDwWno3cFDxuPv3CEe7Be46ngVJ { width:47.75rem;height:4.0625rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0a4QAdZJgExB3KLlSKSeMiwTHUlykfX { width:47.75rem;height:8.0625rem;top:8.5rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uyGU1zWWP8BQJ6PiOe8PuTn9XpV5f1 { top:19.5625rem;left:30.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOT69hDIItzxVrJACObOyyvgkJBTULC { width:18.125rem;height:4.0625rem;top:26.3125rem;left:29.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwgy1EVxlRhCOrP1qqovIAFRs5vvr8h { width:18.125rem;height:2.125rem;top:30.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtbkxxA1zmU86HauzkuFJMpsdh2vZgJ { top:27rem;left:30.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp2ElxQcCNp676XxJnFK1lzyqrkF7deT { width:18.125rem;height:4rem;top:32.5625rem;left:29.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5blII2dUtNzZriAW9wcPTANe22TQpTw { width:18.125rem;height:2.125rem;top:36.5625rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdv5IQTKKvXDcKlL6DnZTCKhaH9pPyg { top:33.8125rem;left:30.15625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW35gvLbsDgX9mQyXDBH12TdhlKFT8cZ { width:15.1875rem;height:2.75rem;top:38.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0oJzc6OzLzD6mTve9vP1DT3GqvvWGvF { display:block; }
 }@media only screen and (max-width: 763px) { #n6HGqaM3Nh5vpe4p7J8JHsbHrIgdsrTJ { top:33.875rem;left:32rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6RIuAi5zcdqO2nLgSd2vXlBCm0XTvRM { top:27.0625rem;left:32rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mVXDyH6S0daMRdE074UMLQeg9lvJZ3 { top:19.5625rem;left:31.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 { display:block; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooqqbcZFJOgZmMJ3l0vwv7uTavNFLVqz { top:1.8125rem;left:0rem;width:42.875rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIqvagWm1FsecWbCxKTNWGLAosbQ7oq6 { top:17.8125rem;left:0rem;width:12.0625rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG { top:36.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
#tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #N2AC152JkXr5kOhaQimMxd2ta3ahBIxM { top:25.5625rem;left:0rem;width:21.375rem;height:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce1HF1Et6MCtD3eqRm1Nda601mqe6PbS { top:9.25rem;left:0rem;width:14.625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV { top:36.0625rem;left:13.184511184693rem;width:2.375rem;height:2.375rem;display:block; }
#tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #gsAF13yZUPTcxEbqkHRov4oIukadxccu { top:25.4375rem;left:13.1875rem;width:21.375rem;height:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29aT3ubpcTHppnOHgxBnRKUClrT3wQK { top:24.1875rem;left:13.1875rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqwuT5cXZLp3P1cwQqX7INl8zrximpe { top:9.9375rem;left:13.1875rem;width:13.5rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1C5Gw5tl2rITeSlnc4MJZs2XvXPgyVc { top:21.25rem;left:26.8125rem;width:7.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyBzBdxZKDaRmsSvi1MLw90ie0l7Eo1 { top:17.625rem;left:25.395835876465rem;width:9.3125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T67ahhSZfmNTTvSPFETGHRhE06TDGFCT { top:25.4375rem;left:26.375rem;width:21.375rem;height:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB { top:36.6875rem;left:39.687269210816rem;width:2.375rem;height:2.375rem;display:block; }
#PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #G9P1TU2o922yZbOKlox3TmVad9d86Jec { top:24.1875rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siCF4axbl4S37tgTJKAohUWFhTSfvpfQ { top:9.75rem;left:34.375rem;width:13.375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqMpCTdPl6TcsQwAHeWzGcuBbdPgluz { top:21.25rem;left:40.5rem;width:7.25rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOzDEsFUbcaasvVvLg1e1KTrQr7beoOT { top:17.75rem;left:39.3125rem;width:8.4375rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwlWTU4TSRhzf2oaZQBgcG6byeq8Ly6 { top:42.625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtgkohILp0IDpnxcmTav1ALxuHtEHXO { top:21.1875rem;left:0.45833587646484rem;width:7.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJnADd9Hsatl9vCTAb9GwhGRVDTKKrJx { top:24.125rem;left:0rem;width:21.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { top:4.5rem;left:20.1875rem;width:27.5625rem;height:9rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { top:5.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { top:10.3125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { top:15.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { top:6.1875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { top:10.75rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { top:15.375rem;left:0rem;width:25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTB3Dnatsbx0knXgfCCfdv4acMPJh3K { top:11.75rem;left:17.25rem;width:30.5rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaDyfg5ThaloaTTBozowS32sJSX4otsf { width:9.375rem;height:3.75rem;top:29.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJlJMwU2ER1oBHTcqwMMVxnSDNT9p2w7 { display:block; }
 }@media only screen and (max-width: 763px) { #lzhcTqvmlb412cIbCfBzNQxtFCX9WwOZ { width:9.375rem;height:3.75rem;top:29.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpRZTTKoD2D6r0pcFlg1v6TBcCbVX5U { display:block; }
 }@media only screen and (max-width: 763px) { #yTPbigx1atxbFrbU5vM83ILi6whAwK04 { width:9.375rem;height:3.75rem;top:29.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvzRmIPk49tkpKCfrdDZhiChkviuJwbN { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { top:27.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { width:9.875rem;height:5.8377701967347rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { top:23.3125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy { display:block; }#wFXCtMWTWOEJUUMOxHOUWGAgHoMvisVy > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4GbXTUuapeQrTunfmyn1lLf30dlrUBe { width:6.3740806875rem;height:2.0625rem;top:1.7164521217346rem;left:13.625918507576rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOlOoCNNhqQr9qdymZMF4eOWAr2Dm9z7 { display:block; }
 }@media only screen and (max-width: 763px) { #zUwi3T83TqSFuDJUvvuc2LBeynel9wCT { width:4.6875rem;height:2.1875rem;top:4.5625rem;left:5.5rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NwMbO3NPISau8yUZUMPidGOT7AFk3B9M { display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5mDU8Pmtp6Hnga38v8K4sMSgLt5uor { width:4.6875rem;height:2.1875rem;top:4.5625rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7y2AUEPgg580WUll89PVcT2FtA25du0 { display:block; }
 }@media only screen and (max-width: 763px) { #ODm71yBmwTIIuwRuzOZkTeDE2fDc0vqU { width:4.6875rem;height:2.75rem;top:1.2499998807907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwlfaMkAGfWEHNIHUTCiJDKFzGDnLAqD { width:4.6875rem;height:2.1875rem;top:4.5625rem;left:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDhATbhZKQJfR2IWHaorGdTnx1vXHeL { display:block; }
 }@media only screen and (max-width: 763px) { #Qu1zzWOx94BKADcQlPEKB5UpVZyahp7t { width:4.6875rem;height:2.1875rem;top:4.5625rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUy6DvRRmabxNrdt5t8Q3McO0kGaDVp { display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/401a5418-c5ee-4b09-8395-c4a849a89fc1/Designsanstitre2.crop_1920x918_0,0.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:1.1764705rem;top:11.436810493469rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2fmSaNC8LLB9sROSUoJZt8FsaHl7uzt { width:7.6240806875rem;height:1.6245404375rem;top:37.565484046936rem;left:1.4937959909439rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InPvzyCopExCrBIb1bvrlWBVNskeqbTl { display:block; }
 }@media only screen and (max-width: 763px) { #JkM9UB6gkV4ZOmKPDcbs4kJsvZrJCnok { display:flex;width:1.4372701875rem;height:1.4372701875rem;top:18.310201644898rem;left:0.99724256992338rem; }
 }@media only screen and (max-width: 763px) { #FaU4R2dLeurbw9qKnWiyxO1B6aAwfKCf { display:flex;width:1.4372701875rem;height:1.4372701875rem;top:22.684052467346rem;left:0.99264705181119rem; }
 }@media only screen and (max-width: 763px) { #zIKh4r1lVPPQfO1vT17z4t9JefzXus5I { width:20rem;height:6.25rem;top:2.181755065918rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZdG8ZSKOozUWJTUXEK9a495F878yITo { display:flex;width:1.374080875rem;height:1.374080875rem;top:25.646596908569rem;left:1.0569852590561rem; }
 }@media only screen and (max-width: 763px) { #MdZqmhnRU0IlTB0HIrg2G6rS6GUgq2c9 { width:12.9997701875rem;height:2.2058823125rem;top:31.950825691223rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OugHIO5Uw3d5MVhK36mTEi05C8lRR55G { width:17.2495403125rem;height:10.2941175rem;top:18.253674507141rem;left:2.7504593133926rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ixCgTiWEgP2DNxOyuvIlqrxJgm0A5nLE { width:20rem;height:3.5294115625rem;top:13.192784309388rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuxS0whU92WhJmlmIaCBxDbJsqyAMVaa { width:20rem;height:1.39705875rem;top:30.009647369385rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHKWfDnRf6NTVnhtBNmazESPJGGoygTD { display:block; }#BHKWfDnRf6NTVnhtBNmazESPJGGoygTD > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8vMJqu0E4fCAG7tflRyZs02aJ3iFV0J { width:20rem;height:1.9830729166667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { width:20rem;height:4.1911764375rem;top:2.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKuDX4lXhReW5zBrKEBtygS9wOJEqhvI { width:18.375rem;height:18.75rem;top:9.1865806579587rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mPyMFcU6oHQJwI4hGu2oLOggMrT1oRZN { width:20rem;height:11.176470125rem;top:44rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF7uMg1JllMvF4lz1NMk89k6SzO1Tt3k { width:20rem;height:1.4705881875rem;top:54.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnK15AJ8ZMRitBJwte0pqWWWAhremMux { width:10.1020218125rem;height:2.3125rem;top:40.75rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATUbFRymHZTZNPwtcTsUaViSX079CTi { display:block; }
 }@media only screen and (max-width: 763px) { #G41NVAEQwbOPzsxHkNa0pWf8PC8R33F0 { width:20rem;height:0.1872701875rem;top:64.51011276245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhisFk95wrABLKSEwsMizML7BV3vqxoM { display:flex;width:3.4375rem;height:3.4375rem;top:18.284008026123rem;left:4.9361211061478rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TyCoTkUTm08qZfmhneTwipd5S3mAbowz { display:flex;width:3.4375rem;height:3.4375rem;top:19.773670196533rem;left:3.3099724054336rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #hclPn4mPxpTlRqLXkCKWhZqcctCDpxsB { width:20rem;height:0.1872701875rem;top:34.564563751221rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1rMPnG9uTgO3Rw5Bfod18041xc88Tc { width:20rem;height:10.793887125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Jzs4QUnKC4dXMH54pzlWptZRsof1a6 { display:flex;width:1.374080875rem;height:1.374080875rem;top:34.047561645507rem;left:7.070311665535rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #OfpomHaDcTfwbyxLbPM5neF540xTbXR3 { display:flex;width:1.374080875rem;height:1.374080875rem;top:32.665439605713rem;left:3.885569691658rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #I8pgdngyhKoyw9qqkKTUFfooqbo6XfD9 { display:flex;width:1.374080875rem;height:1.374080875rem;top:36.123622894287rem;left:3.885569691658rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #PvkKOkdRT9xokDP5oO6qE9fqGJqqmIlf { display:flex;width:2.7493105rem;height:2.7493105rem;top:18.255970001221rem;left:15.245863080025rem; }
 }@media only screen and (max-width: 763px) { #aVxChSAVZ0IGHySfKI2W2hbrKRys5RHb { width:20rem;height:7.352941rem;top:55.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veFhtWQNJvkq5HAAMMZUi1QwWNWeR4kV { width:8rem;height:2.5rem;top:43.269065856934rem;left:1.8097425699234rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7x2MBnD2TCFuQRCubA9vWldGC90SFa3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { width:13.6868105rem;height:4.7058820625rem;top:1.1891098022461rem;left:3.1548711061478rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQWWAvueHEzBS2z5ZbsAT0Q0STfqHbgU { width:20rem;height:1.25rem;top:28.389709472656rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz1b1VzsXHIRgB99t1ETRSMsHE7LxPll { width:18.0625rem;height:28.6764694375rem;top:9.3566207885744rem;left:2.1874998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtaWCoeZ65TygX1gJlCGwFCnDSaRl3Wc { display:flex;width:1.9370403125rem;height:1.9370403125rem;top:8.9666824340819rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3Q3iLgdn4Fdp2mLUeTOzRfKvPC1Ov4g { display:flex;width:1.9375rem;height:1.9375rem;top:15.623153686524rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hkk8Dn4SuKFfdMDuQwSGT2bfqRILWqis { display:flex;width:1.9375rem;height:1.9375rem;top:23.370620727539rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JO2pAJzkN9VtvENHSOrHMRbm3hP0vUfg { display:flex;width:2.0622701875rem;height:2.0622701875rem;top:29.887176513672rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AxcXJeSRWWuv8dbwcVGKbbGvezFuBiIz { width:10.4997701875rem;height:13.8740806875rem;top:37.5rem;left:9.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FgHQJztvcVU8bkmDfieblWCrl0P5FADR { width:20rem;height:0.1861213125rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W057WkF3UI8uKXkKPpl62dyVyhF44gFT { display:none; }#W057WkF3UI8uKXkKPpl62dyVyhF44gFT > .row .container { width:20rem;height:91.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BvVsO6xvcSg8hrs45p7OVFmWRMArZEhf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJOTRq79ATx9b6mHcEe2dn3o34rcQdqK { width:20rem;height:13.24rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4uTKd6xv95FXBcz2kCQiOIqSmpoJxA { width:17.5rem;height:2.5625rem;top:50.6171875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #curV5RGeQsGwunD0sPtPVduT4CoxuWQ0 { width:17.5rem;height:1.25rem;top:54.4296875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyCgRDwWno3cFDxuPv3CEe7Be46ngVJ { width:20rem;height:2.4375rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0a4QAdZJgExB3KLlSKSeMiwTHUlykfX { width:20rem;height:4.4375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5uyGU1zWWP8BQJ6PiOe8PuTn9XpV5f1 { display:flex;width:3.125rem;height:3.125rem;top:41.7421875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WxOT69hDIItzxVrJACObOyyvgkJBTULC { width:18.125rem;height:0;top:65.8046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwgy1EVxlRhCOrP1qqovIAFRs5vvr8h { width:18.125rem;height:0;top:71.0546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZtbkxxA1zmU86HauzkuFJMpsdh2vZgJ { display:flex;width:3.125rem;height:3.125rem;top:56.9296875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Hp2ElxQcCNp676XxJnFK1lzyqrkF7deT { width:18.125rem;height:0;top:83.3046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5blII2dUtNzZriAW9wcPTANe22TQpTw { width:18.125rem;height:0;top:88.5546875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJdv5IQTKKvXDcKlL6DnZTCKhaH9pPyg { display:flex;width:3.125rem;height:3.125rem;top:74.4296875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NW35gvLbsDgX9mQyXDBH12TdhlKFT8cZ { width:15.1875rem;height:2.75rem;top:37.7421875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0oJzc6OzLzD6mTve9vP1DT3GqvvWGvF { display:block; }
 }@media only screen and (max-width: 763px) { #n6HGqaM3Nh5vpe4p7J8JHsbHrIgdsrTJ { display:flex;width:3.125rem;height:3.125rem;top:78.8671875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y6RIuAi5zcdqO2nLgSd2vXlBCm0XTvRM { display:flex;width:3.125rem;height:3.125rem;top:61.3671875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #D0mVXDyH6S0daMRdE074UMLQeg9lvJZ3 { display:flex;width:3.125rem;height:3.125rem;top:46.1796875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 { display:block; }#IIRbxEqRXfOB8dJlXfuwGdFbFD7qsfW7 > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooqqbcZFJOgZmMJ3l0vwv7uTavNFLVqz { width:20rem;height:4.7058820625rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIqvagWm1FsecWbCxKTNWGLAosbQ7oq6 { width:9.1875rem;height:3.5294115625rem;top:8.6778564453125rem;left:5.0608912706375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG { display:flex;width:2.8745403125rem;height:2.8745403125rem;top:9.2403564453125rem;left:15.248161435127rem; }
#tqFuxVBwMBkG24BPZ9fCddHvuWRM8iPG > img { max-width: 100%;max-height:100%; width:2.8745403125rem; height:2.8745403125rem; } }@media only screen and (max-width: 763px) { #N2AC152JkXr5kOhaQimMxd2ta3ahBIxM { width:20rem;height:16.1764698125rem;top:14.546203613281rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce1HF1Et6MCtD3eqRm1Nda601mqe6PbS { width:5rem;height:4.7495403125rem;top:8.6431732177738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV { display:flex;width:2.8745403125rem;height:2.8745403125rem;top:34.445098876953rem;left:15.245863080025rem; }
#tf0TNJXbvWdinIDkUIwTo8JKdNWyK1mV > img { max-width: 100%;max-height:100%; width:2.8745403125rem; height:2.8745403125rem; } }@media only screen and (max-width: 763px) { #gsAF13yZUPTcxEbqkHRov4oIukadxccu { width:20rem;height:14.7058820625rem;top:39.9609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29aT3ubpcTHppnOHgxBnRKUClrT3wQK { width:20rem;height:0.124080875rem;top:79.09814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqwuT5cXZLp3P1cwQqX7INl8zrximpe { width:5rem;height:4.9368105rem;top:33.452209472656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1C5Gw5tl2rITeSlnc4MJZs2XvXPgyVc { width:13.75rem;height:1.1764705rem;top:36.907196044922rem;left:5.0590530633926rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyBzBdxZKDaRmsSvi1MLw90ie0l7Eo1 { width:13.75rem;height:3.5294115625rem;top:33.414520263672rem;left:5.0590530633926rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T67ahhSZfmNTTvSPFETGHRhE06TDGFCT { width:20rem;height:14.7058820625rem;top:61.914978027344rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB { display:flex;width:2.8745403125rem;height:2.8745403125rem;top:57.096740722656rem;left:15.245863080025rem; }
#PsXSztcXobcnrgeZ07Rxx5q7F8aBmTBB > img { max-width: 100%;max-height:100%; width:2.8745403125rem; height:2.8745403125rem; } }@media only screen and (max-width: 763px) { #G9P1TU2o922yZbOKlox3TmVad9d86Jec { width:20rem;height:0.124080875rem;top:1.0454864501953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siCF4axbl4S37tgTJKAohUWFhTSfvpfQ { width:5rem;height:4.7495403125rem;top:56.211883544922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqMpCTdPl6TcsQwAHeWzGcuBbdPgluz { width:13.75rem;height:1.1764705rem;top:59.807006835938rem;left:5.1298252344131rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOzDEsFUbcaasvVvLg1e1KTrQr7beoOT { width:8.3743105rem;height:3.5294115625rem;top:56.159240722656rem;left:5.3403030633926rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbwlWTU4TSRhzf2oaZQBgcG6byeq8Ly6 { width:20rem;height:0.1872701875rem;top:78.9889831543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCtgkohILp0IDpnxcmTav1ALxuHtEHXO { width:7.8125rem;height:1.1764705rem;top:11.931304931641rem;left:5.0590530633926rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJnADd9Hsatl9vCTAb9GwhGRVDTKKrJx { width:20rem;height:0;top:77.537933349613rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { width:20rem;height:1.985294125rem;top:1.9375rem;left:0rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { display:flex;width:2.375rem;height:2.375rem;top:11.75rem;left:0.4375rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { display:flex;width:2.1875rem;height:2.1875rem;top:16.375rem;left:0.625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #tMsBkk1WfuD4hVE1kou7iSyoZrdFWZmR { display:flex;width:2.5rem;height:2.5rem;top:20.625rem;left:0.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { width:13.75rem;height:1.4705881875rem;top:12.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { width:13.75rem;height:1.4705881875rem;top:16.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRdfuyb7EHRKIE9P2TstSOgz43rg5MV { width:13.75rem;height:2.941176375rem;top:20.625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUTB3Dnatsbx0knXgfCCfdv4acMPJh3K { width:20rem;height:6.47058825rem;top:23.136047363281rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaDyfg5ThaloaTTBozowS32sJSX4otsf { width:9.375rem;height:3.75rem;top:30.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJlJMwU2ER1oBHTcqwMMVxnSDNT9p2w7 { display:block; }
 }@media only screen and (max-width: 763px) { #lzhcTqvmlb412cIbCfBzNQxtFCX9WwOZ { width:9.375rem;height:3.75rem;top:35.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWpRZTTKoD2D6r0pcFlg1v6TBcCbVX5U { display:block; }
 }@media only screen and (max-width: 763px) { #yTPbigx1atxbFrbU5vM83ILi6whAwK04 { width:9.375rem;height:3.75rem;top:40.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvzRmIPk49tkpKCfrdDZhiChkviuJwbN { display:block; }
 }@media only screen and (max-width: 763px) { #Z3ezR9MCmnGz9m0nvyrlItPimcM4Aie6 { width:20rem;height:0.124080875rem;top:10.110290527344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGAOlctcsw6bRPHVDNhlprPUqKGpHg9 { width:3.1870403125rem;height:1.875rem;top:1.9140625rem;left:0.84214150905606rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi { display:flex;width:2.8125rem;height:2.8125rem;top:5.3745422363281rem;left:17.187498211861rem; }
#NL1LmNk2oNCMWfMB6PG8o3ioidddoGTi > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }