.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:221,240,217;--color-primary-1:141,205,128;--color-primary-2:26,155,0;--color-primary-3:13,78,0;--color-primary-4:4,23,0;--color-secondary-0:255,244,217;--color-secondary-1:255,219,128;--color-secondary-2:255,183,0;--color-secondary-3:128,92,0;--color-secondary-4:38,27,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:114,114,114;--color-tertiary-4:45,45,45;--headlines-font-family:"Product Sans";--paragraphs-font-family:"Product Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container { background-color: transparent; background-image: none; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container > .video-iframe-container { display: none; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row > .video-iframe-container { display: none; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .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); }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container { border-width: 0; border-radius: 0; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#K70IIlH5P7CGrXMrzfu9cnmnXlpoUEpd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:57.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nhFK6R8dzEqrw0aHieeTz6SDv9GCACHm { color:#00aaff;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:57rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xd2BLxroMNQcN8FBbRgIGNv36oNePUD1 { color:#b20000;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.375rem;left:5.25rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5rK4y7PTDiWpQ6OiTuW59wkBXlda7n3 { 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:5.25rem;width:5.25rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#EOvUU4OOiHkSe81knmasbSCSDZcg3RpJ { background-color:#b20000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.3125rem;left:38.1875rem;display:block; }
#y0SPOpNbSIJmWhoxygIVyM3vQHQgd3Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b20000;background-image:url("https://images.assets-landingi.com/uc/fad9cd26-ff93-4281-9e44-f712a00b5b3e/logo.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.adaptive-delivery-prevent-bg, #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.lazyload, #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.lazyloading { background-image: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { background-color: transparent; background-image: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container > .video-iframe-container { display: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row > .video-iframe-container { display: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .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); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { border-width: 0; border-radius: 0; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { font-size:0.875rem;font-family:arial;height:72.4375rem;width:75rem;position:relative;display:block; }#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-form-header {  }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-regular-label { display:block;width:11rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#537aa1;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:3.125rem;width:11rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#b20000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text {padding-top: 0; padding-bottom: 0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:2.9375rem;width:11rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#b20000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #374e65;border-right:0.0625rem solid #374e65;border-bottom:0.0625rem solid #374e65;border-left:0.0625rem solid #374e65;height:3.125rem;width:11rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#2f4255;background-image:none;overflow:hidden; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-select {padding-top: 0; padding-bottom: 0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);height:3.125rem;width:10rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#b20000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: none; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#b20000;font-weight:700;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#b20000;font-weight:700;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#b20000;font-weight:700;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:#b20000;font-weight:700;font-style:normal; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:32.4375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#537aa1; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:4.625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-container:first-of-type{padding-top:0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-container:last-of-type{padding-bottom:0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.875rem;height:auto;left:-26.4375rem;top:0rem;z-index:15008;position:absolute;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1); }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .radio-container { width:11.625rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#537aa1;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.875rem;height:auto;left:-26.4375rem;top:0rem;z-index:15008;position:absolute;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:none; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CowTHtzDLx1cts03pmc2xguaQOXDyVa4 { position:relative; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #yXhD4C0SdovX67TapN3quREKoJxpd1uL { position:relative;display:none; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #okT0NaAD7b3rXDIA87hBshqntmQpoKP5 { position:relative; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #pwEWiHkqvk09KUSA1IeTOJF8fAcExI2n { position:relative; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CcmaiOtwT6iEy1GAHMxJggTwEGMWuHyn { position:relative;display:none; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #Jd5wPRcZugbmSoRL2rr2UirM1doPTuDu { position:relative; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #WebX9wwS8oNthw3POyEfmqe6ZzzyfeHF { position:relative; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #LmdqwT9TeKkzm5H2dETWD8WM2rRB6IPL { position:relative; }
#OPxhLVxbFmmm6WMaIRSnSCgRy4RAKXRf { background-color:#b20000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.125rem;left:44.8125rem;display:block; }
#QQxRtmKHAbtFW6QhVsrGPhatTTmvqour { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6hmEQ4a2r88Z3cmAdxHuviOciby5GLh { box-sizing:content-box;height:44.8125rem;width:32.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.81) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:42.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#bBOU2TJAseA2uJKkOuBftC1eRhhnflQs { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.1875rem;left:44.8125rem;height:15.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2vSEkMl4SrbGntz4Syq7ZtKuWIcyso6 { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:38.75rem;left:44.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nggTrBbzbAgI2l4JLaFsPUJVaOmisJlA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:53.9375rem;left:45.75rem; }
#KXGq4DGobUXhxTQxnBAGlpNCCW79RXpM { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:53.625rem;left:49.5625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ndSZQibIQnKEDFxhqS4aDdiP9BDu2Srk { color:#000000;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:55.8125rem;left:49.5625rem;height:1.30625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcHCaT7wklTVdZg1iKLXO2yZ3Ne3R1v0 { color:#000000;display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.375rem;left:48.625rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcwmUXwC85vxMMRz0CoTGaoFCNgeFtCA { box-sizing:content-box;height:2.9375rem;width:19.5rem;position:absolute;display:block;z-index:14999;background-color:#b20000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:44.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#AG3KseW6bucqSMiuBcTF3a61aMnouJwP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.4375rem;left:46.625rem; }
#ZQ0T49GgXSPgCobu77TisiTnp9xspxbx { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.1875rem;left:44.8125rem;height:15.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h4HWTRugCdQab3J6XKahnaJacmNvUDm6 { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.1875rem;left:44.8125rem;height:15.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#v2kkLphG8mRaEb2Wy5VGsClR71x9XlCf { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.1875rem;left:44.8125rem;height:15.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ivxnMulw9AqtKcZ6yyhtt0bMHCE8CunD { box-sizing:content-box;height:44.8125rem;width:32.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(var(--color-tertiary-4),0.81) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:42.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#IHDguezMJBB5dialt0m3MzqeD4QxuNZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container { background-color: transparent; background-image: none; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container > .video-iframe-container { display: none; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row > .video-iframe-container { display: none; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .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); }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container { border-width: 0; border-radius: 0; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#TaO6SyeAfxQ7xz2LDy7TOA1ADFk6GTJs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3515625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QUAabQZaURKOR3qeRsbtokWzkVMZCXzb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.414064407349rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container { background-color: transparent; background-image: none; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container > .video-iframe-container { display: none; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row > .video-iframe-container { display: none; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .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); }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container { border-width: 0; border-radius: 0; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#OUrF6GRMUPtPZzpOHV2MxAS2pV62CZg5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:0.3125rem;display:block; }
#xuD6OxhgZadp1CVfKpXQuIE1F6m2JKDL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:12.8125rem;display:block; }
#TxPyVgbW1SqSaeA8RGAuidDPKbdS0k8F { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:25.3125rem;display:block; }
#BD8VxCiiSKBoaEXBKbB4FbTacJMbtCAq { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:62.8125rem;display:block; }
#TCrzbLGWrDl4mS8B4ZVQkgIB9Xz4TaWn { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:50.3125rem;display:block; }
#dmW9Flw79momNr9fiPmfQg1Gve4pbiMd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:14.375rem;width:11.875rem;top:0.625rem;left:37.8125rem;display:block; }
#sIW8BTCTBRcsozPu4OHav6IxMhmxJgMq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:5.625rem;top:2.4234390258789rem;left:3.4375rem;overflow:hidden;display:block; }
#b8DnqfQfz6BicTDP49lP9V5v8crQpM8c { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:6.5625rem;top:2.4234390258789rem;left:15.46875rem;overflow:hidden;display:block; }
#q8H6ZRN0PyuwrhIdKcke4r8fCB3AcQ2h { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:9.5625rem;top:2.4234390258789rem;left:26.46875rem;overflow:hidden;display:block; }
#CCftrC1APTkv58JdnZPIGzQoylcZUKks { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:8.125rem;top:2.4234390258789rem;left:39.6875rem;overflow:hidden;display:block; }
#fnTrKffI6JQ7yf1HlHLDMTuvCamG9Unf { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:7.75rem;top:2.4234390258789rem;left:52.375rem;overflow:hidden;display:block; }
#bsdfRirF5IGx33kGq3Tttk3q3hC4WFVm { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:6.5rem;width:6.0625rem;top:2.4234390258789rem;left:65.71875rem;overflow:hidden;display:block; }
#urRS6Cn5C77RRrkF40sRbvvuhhe01Oxu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:0.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrfNVd4WxldW8L0ZysVRKFICPXZ2RNUS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:12.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIbcwAlKP0kFi5td7dIvxc59MIQqWPXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:25.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cO8taLN4Ex3p6vnPrbF6s03EbxCTxfIe { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:37.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hp41BDZCUxKpyiJ05NR8yELI5B3aM0gX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:50.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u71mA0EoreMiOaqhdIi7cg8NDdBn3lDm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.174221038818rem;left:63.78125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container { background-color: transparent; background-image: none; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container > .video-iframe-container { display: none; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row > .video-iframe-container { display: none; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .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); }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container { border-width: 0; border-radius: 0; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#M6TSM4VInrhd8g996FOx4rer18AG5lpi { background-color:#b20000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5359420776368rem;left:23.6875rem;display:block; }
#robmHBLHELJIuxueicN6dUR8NTmNoz80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container { background-color: transparent; background-image: none; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container > .video-iframe-container { display: none; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row > .video-iframe-container { display: none; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .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); }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container { border-width: 0; border-radius: 0; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#sBlPp5gDTgNpVbgEPJqB9BVmh54g3QEX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOXr1egmMow8xOinJy4nXgvTZ9y9t2Hn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.70703125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container { background-color: transparent; background-image: none; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container > .video-iframe-container { display: none; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row > .video-iframe-container { display: none; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .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); }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container { border-width: 0; border-radius: 0; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/_TPTXZd9mOo/unsplash/--_TPTXZd9mOo-photo-1580587771525-78b9dba3b914.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.125rem;top:0.625rem;left:0.3125rem;display:block; }#oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM.adaptive-delivery-prevent-bg, #oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM.lazyload, #oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM.lazyloading { background-image: none; }
#kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Ls48Xp6xIfM/unsplash/anand-thakur-Ls48Xp6xIfM-photo-1570124748133-fc12a93e3653.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.125rem;top:0.625rem;left:19.0625rem;display:block; }#kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq.adaptive-delivery-prevent-bg, #kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq.lazyload, #kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq.lazyloading { background-image: none; }
#rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nmpW_WwwVSc/unsplash/shawn-nmpW_WwwVSc-photo-1555396273-367ea4eb4db5.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.125rem;top:0.625rem;left:37.8125rem;display:block; }#rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi.adaptive-delivery-prevent-bg, #rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi.lazyload, #rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi.lazyloading { background-image: none; }
#tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/90RNlZS9aJI/unsplash/tyler-lagalo-90RNlZS9aJI-photo-1566279159554-76b9c5985ba8.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:12.5rem;width:18.125rem;top:0.625rem;left:56.5625rem;display:block; }#tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r.adaptive-delivery-prevent-bg, #tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r.lazyload, #tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r.lazyloading { background-image: none; }
#bCouwpT7aJow0kJWFMheLSaEC62nhCTf { position:absolute;display:block;z-index:15004;background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:2.875rem;width:18.125rem;top:13.125rem;left:0.3125rem;display:block; }
#u9wIxoFmUd4gVcZuWTb0soSzHylTTTlC { position:absolute;display:block;z-index:15005;background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:2.875rem;width:18.125rem;top:13.125rem;left:19.0625rem;display:block; }
#QTk2LV674Aa8rViLFI3N4mvTW8XFgeQW { position:absolute;display:block;z-index:15006;background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:2.875rem;width:18.125rem;top:13.125rem;left:37.8125rem;display:block; }
#KetWTK99ayRlAbl2nuqWThTkuWUr9WXA { position:absolute;display:block;z-index:15007;background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.25rem 1.4375rem rgba(0,0,0,0.21) ;height:2.875rem;width:18.125rem;top:13.125rem;left:56.5625rem;display:block; }
#JOy4yAxM8OvW1v4AnDlLy5T2ACPL46Op { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.668754577637rem;left:0.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3UvunGuHH1ZqX2CpRvNFO2UJpWXiXfz { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.668754577637rem;left:19.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZnOtDCXGK9IPg6DFBR5BHwwa7gLC5Xs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.668754577637rem;left:37.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMD4W54byv7IKx1TuCRE2IQ2H34scKHS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.668754577637rem;left:56.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIwStEK7CrUJsdisbDt5XwRbaWath4uE { position:absolute;display:block;z-index:15024;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:6.8125rem;width:6.8125rem;top:3.46875rem;left:5.96875rem;overflow:hidden;display:block; }
#TlRvAZdbT1pQ6RbGQRHWVFvcP427IWJX { position:absolute;display:block;z-index:15025;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:6.8125rem;width:6.8125rem;top:3.46875rem;left:24.71875rem;overflow:hidden;display:block; }
#IoqRQrBTaP58qqrETlzAErDafkxlFfyz { position:absolute;display:block;z-index:15026;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:6.8125rem;width:6.8125rem;top:3.46875rem;left:43.46875rem;overflow:hidden;display:block; }
#nQLrnqgJbMnnccfnLWPTVnIDGmQAq5Eg { position:absolute;display:block;z-index:15027;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:6.8125rem;width:6.8125rem;top:3.46875rem;left:62.21875rem;overflow:hidden;display:block; }
#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container { background-color: transparent; background-image: none; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container > .video-iframe-container { display: none; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row > .video-iframe-container { display: none; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .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); }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container { border-width: 0; border-radius: 0; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#CCi3u683cHigGUxETCEtDLcZkDgJfIsv { background-color:#b20000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.03515625rem;left:23.6875rem;display:block; }
#RsrLPcNW3E7FxMFuFyh4CZHyTMQwnvBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b20000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container { background-color: transparent; background-image: none; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container > .video-iframe-container { display: none; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row > .video-iframe-container { display: none; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .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); }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container { border-width: 0; border-radius: 0; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#khFXmROSQowTbhrXg4Bq4zw9vPE9LoXu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.328125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc { display:block; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K70IIlH5P7CGrXMrzfu9cnmnXlpoUEpd { width:11.625rem;height:1.625rem;top:0.9375rem;left:36.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFK6R8dzEqrw0aHieeTz6SDv9GCACHm { width:17.875rem;height:2.875rem;top:2rem;left:29.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2BLxroMNQcN8FBbRgIGNv36oNePUD1 { width:14.125rem;height:3.4375rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rK4y7PTDiWpQ6OiTuW59wkBXlda7n3 { width:5.25rem;height:5.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvUU4OOiHkSe81knmasbSCSDZcg3RpJ { width:17.4375rem;height:3.75rem;top:1.3125rem;left:24.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0SPOpNbSIJmWhoxygIVyM3vQHQgd3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT { display:block; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-regular-label { display:block; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text {  }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text {padding-top: 0; padding-bottom: 0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-textarea {  }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N  { width:41.75rem;height:auto; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N {display:inline-block;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N { width:41.75rem;height:auto; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CowTHtzDLx1cts03pmc2xguaQOXDyVa4 {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #yXhD4C0SdovX67TapN3quREKoJxpd1uL { display:none; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #okT0NaAD7b3rXDIA87hBshqntmQpoKP5 {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #pwEWiHkqvk09KUSA1IeTOJF8fAcExI2n {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CcmaiOtwT6iEy1GAHMxJggTwEGMWuHyn { display:none; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #Jd5wPRcZugbmSoRL2rr2UirM1doPTuDu {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #WebX9wwS8oNthw3POyEfmqe6ZzzyfeHF {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #LmdqwT9TeKkzm5H2dETWD8WM2rRB6IPL {  }
 }@media only screen and (max-width: 763px) { #OPxhLVxbFmmm6WMaIRSnSCgRy4RAKXRf { width:27.625rem;height:4.875rem;top:47.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQxRtmKHAbtFW6QhVsrGPhatTTmvqour { display:block; }
 }@media only screen and (max-width: 763px) { #T6hmEQ4a2r88Z3cmAdxHuviOciby5GLh { width:32.75rem;height:44.8125rem;top:15.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBOU2TJAseA2uJKkOuBftC1eRhhnflQs { width:28.6875rem;height:15.25rem;top:22.1875rem;left:19.0625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2vSEkMl4SrbGntz4Syq7ZtKuWIcyso6 { width:28.6875rem;height:5.625rem;top:38.75rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggTrBbzbAgI2l4JLaFsPUJVaOmisJlA { width:3.1875rem;height:3.1875rem;top:53.9375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGq4DGobUXhxTQxnBAGlpNCCW79RXpM { width:21.9375rem;height:2.25rem;top:53.625rem;left:25.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndSZQibIQnKEDFxhqS4aDdiP9BDu2Srk { width:21.375rem;height:1.25rem;top:55.8125rem;left:26.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHCaT7wklTVdZg1iKLXO2yZ3Ne3R1v0 { width:14.375rem;height:1.625rem;top:18.375rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcwmUXwC85vxMMRz0CoTGaoFCNgeFtCA { width:19.5rem;height:2.9375rem;top:17.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG3KseW6bucqSMiuBcTF3a61aMnouJwP { width:1.5rem;height:1.5rem;top:18.4375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ0T49GgXSPgCobu77TisiTnp9xspxbx { width:19.0625rem;height:4.75rem;top:13.875rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4HWTRugCdQab3J6XKahnaJacmNvUDm6 { width:19.0625rem;height:1.9375rem;top:52.375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2kkLphG8mRaEb2Wy5VGsClR71x9XlCf { width:19.0625rem;height:2.6875rem;top:54.0625rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivxnMulw9AqtKcZ6yyhtt0bMHCE8CunD { width:32.75rem;height:44.8125rem;top:15.5625rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHDguezMJBB5dialt0m3MzqeD4QxuNZo { display:block; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaO6SyeAfxQ7xz2LDy7TOA1ADFk6GTJs { width:47.75rem;height:4.0625rem;top:7.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUAabQZaURKOR3qeRsbtokWzkVMZCXzb { width:47.75rem;height:1.75rem;top:11.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 { display:block; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUrF6GRMUPtPZzpOHV2MxAS2pV62CZg5 { width:11.875rem;height:14.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuD6OxhgZadp1CVfKpXQuIE1F6m2JKDL { width:11.875rem;height:14.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPyVgbW1SqSaeA8RGAuidDPKbdS0k8F { width:11.875rem;height:14.375rem;top:0.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD8VxCiiSKBoaEXBKbB4FbTacJMbtCAq { width:11.875rem;height:14.375rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCrzbLGWrDl4mS8B4ZVQkgIB9Xz4TaWn { width:11.875rem;height:14.375rem;top:0.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmW9Flw79momNr9fiPmfQg1Gve4pbiMd { width:11.875rem;height:14.375rem;top:0.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIW8BTCTBRcsozPu4OHav6IxMhmxJgMq { width:5.625rem;height:6.5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DnqfQfz6BicTDP49lP9V5v8crQpM8c { width:6.5625rem;height:6.5rem;top:2.375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8H6ZRN0PyuwrhIdKcke4r8fCB3AcQ2h { width:9.5625rem;height:6.5rem;top:2.375rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCftrC1APTkv58JdnZPIGzQoylcZUKks { width:8.125rem;height:6.5rem;top:2.375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTrKffI6JQ7yf1HlHLDMTuvCamG9Unf { width:7.75rem;height:6.5rem;top:2.375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsdfRirF5IGx33kGq3Tttk3q3hC4WFVm { width:6.0625rem;height:6.5rem;top:2.375rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urRS6Cn5C77RRrkF40sRbvvuhhe01Oxu { width:11.875rem;height:3.5625rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfNVd4WxldW8L0ZysVRKFICPXZ2RNUS { width:11.875rem;height:3.5625rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIbcwAlKP0kFi5td7dIvxc59MIQqWPXZ { width:11.875rem;height:3.5625rem;top:10.125rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8taLN4Ex3p6vnPrbF6s03EbxCTxfIe { width:11.875rem;height:3.5625rem;top:10.125rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp41BDZCUxKpyiJ05NR8yELI5B3aM0gX { width:11.875rem;height:3.5625rem;top:10.125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u71mA0EoreMiOaqhdIi7cg8NDdBn3lDm { width:9.9375rem;height:3.5625rem;top:10.125rem;left:37.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv { display:block; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TSM4VInrhd8g996FOx4rer18AG5lpi { width:27.625rem;height:4.875rem;top:1.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #robmHBLHELJIuxueicN6dUR8NTmNoz80 { display:block; }
 }@media only screen and (max-width: 763px) { #u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 { display:block; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBlPp5gDTgNpVbgEPJqB9BVmh54g3QEX { width:47.75rem;height:4.0625rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOXr1egmMow8xOinJy4nXgvTZ9y9t2Hn { width:47.75rem;height:1.75rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 { display:block; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM { width:18.125rem;height:12.5rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq { width:18.125rem;height:12.5rem;top:0.625rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi { width:18.125rem;height:12.5rem;top:0.625rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r { width:18.125rem;height:12.5rem;top:0.625rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCouwpT7aJow0kJWFMheLSaEC62nhCTf { width:18.125rem;height:2.875rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9wIxoFmUd4gVcZuWTb0soSzHylTTTlC { width:18.125rem;height:2.875rem;top:13.125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTk2LV674Aa8rViLFI3N4mvTW8XFgeQW { width:18.125rem;height:2.875rem;top:13.125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KetWTK99ayRlAbl2nuqWThTkuWUr9WXA { width:18.125rem;height:2.875rem;top:13.125rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOy4yAxM8OvW1v4AnDlLy5T2ACPL46Op { width:18.125rem;height:1.75rem;top:13.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UvunGuHH1ZqX2CpRvNFO2UJpWXiXfz { width:18.125rem;height:1.75rem;top:13.625rem;left:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZnOtDCXGK9IPg6DFBR5BHwwa7gLC5Xs { width:18.125rem;height:1.75rem;top:13.625rem;left:17.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMD4W54byv7IKx1TuCRE2IQ2H34scKHS { width:18.125rem;height:1.75rem;top:13.625rem;left:29.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwStEK7CrUJsdisbDt5XwRbaWath4uE { width:6.8125rem;height:6.8125rem;top:3.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlRvAZdbT1pQ6RbGQRHWVFvcP427IWJX { width:6.8125rem;height:6.8125rem;top:3.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoqRQrBTaP58qqrETlzAErDafkxlFfyz { width:6.8125rem;height:6.8125rem;top:3.4375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQLrnqgJbMnnccfnLWPTVnIDGmQAq5Eg { width:6.8125rem;height:6.8125rem;top:3.4375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA { display:block; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCi3u683cHigGUxETCEtDLcZkDgJfIsv { width:27.625rem;height:4.875rem;top:1rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrLPcNW3E7FxMFuFyh4CZHyTMQwnvBR { display:block; }
 }@media only screen and (max-width: 763px) { #Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp { display:block; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khFXmROSQowTbhrXg4Bq4zw9vPE9LoXu { width:47.75rem;height:2rem;top:1.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc { position:relative;z-index:auto;display:block; }#Twntoh1OExfMRTbsIXvRIExu2QtQA1Gc > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K70IIlH5P7CGrXMrzfu9cnmnXlpoUEpd { width:12.6875rem;height:1.04166875rem;top:1.75rem;left:7.3125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhFK6R8dzEqrw0aHieeTz6SDv9GCACHm { width:11.5625rem;height:1.80555625rem;top:10.079196240234rem;left:4.1875rem;text-align:right;text-align-last:right;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xd2BLxroMNQcN8FBbRgIGNv36oNePUD1 { width:14.3125rem;height:0;top:2rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #b5rK4y7PTDiWpQ6OiTuW59wkBXlda7n3 { width:5.25rem;height:5.25rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOvUU4OOiHkSe81knmasbSCSDZcg3RpJ { width:20rem;height:3.125rem;top:13.875rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0SPOpNbSIJmWhoxygIVyM3vQHQgd3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e376027-e9e6-4913-98ff-4e2b3ee105d8/img34.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.adaptive-delivery-prevent-bg, #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.lazyload, #zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT.lazyloading { background-image: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { background-color: transparent; background-image: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container > .video-iframe-container { display: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row > .video-iframe-container { display: none; }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .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); }#zITrrbwFADLWvQVIzIHxNlNPnXiAr8QT > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-regular-label { width:16.875rem;display:block; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text { width:16.875rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-text {padding-top: 0; padding-bottom: 0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-textarea { width:16.875rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-select { width:16.875rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-select {padding-top: 0; padding-bottom: 0;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-input-button { width:16.875rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-checkbox-label { width:16rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .widget-radio-label { width:7.5625rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N  { width:17.50097625rem;height:auto;top:30.092773914337rem;left:-0.0048828125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N .radio-container { width:17.5rem; }
#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N {display:inline-block;}#TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N { width:17.50097625rem;height:auto;top:30.092773914337rem;left:-0.0048828125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CowTHtzDLx1cts03pmc2xguaQOXDyVa4 {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #yXhD4C0SdovX67TapN3quREKoJxpd1uL { display:none; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #okT0NaAD7b3rXDIA87hBshqntmQpoKP5 {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #pwEWiHkqvk09KUSA1IeTOJF8fAcExI2n {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #CcmaiOtwT6iEy1GAHMxJggTwEGMWuHyn { display:none; }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #Jd5wPRcZugbmSoRL2rr2UirM1doPTuDu {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #WebX9wwS8oNthw3POyEfmqe6ZzzyfeHF {  }
 }@media only screen and (max-width: 763px) { #TMUISkh3odLb7bkIePy6C1LG7mJ0DW2N #LmdqwT9TeKkzm5H2dETWD8WM2rRB6IPL {  }
 }@media only screen and (max-width: 763px) { #OPxhLVxbFmmm6WMaIRSnSCgRy4RAKXRf { width:18.375rem;height:4.0625rem;top:21.3125rem;left:0.8125rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQxRtmKHAbtFW6QhVsrGPhatTTmvqour { display:block; }
 }@media only screen and (max-width: 763px) { #T6hmEQ4a2r88Z3cmAdxHuviOciby5GLh { width:20rem;height:25.5625rem;top:1.6875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBOU2TJAseA2uJKkOuBftC1eRhhnflQs { width:19.0625rem;height:0;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #J2vSEkMl4SrbGntz4Syq7ZtKuWIcyso6 { width:17.75rem;height:5.2rem;top:14.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nggTrBbzbAgI2l4JLaFsPUJVaOmisJlA { display:flex;width:2.875rem;height:2.875rem;top:54.5rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #KXGq4DGobUXhxTQxnBAGlpNCCW79RXpM { width:10.3125rem;height:3.1625rem;top:54.3125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1.4375rem;font-family:poppins;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ndSZQibIQnKEDFxhqS4aDdiP9BDu2Srk { width:20rem;height:0;top:35.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #TcHCaT7wklTVdZg1iKLXO2yZ3Ne3R1v0 { width:13.5rem;height:0;top:6.875rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #hcwmUXwC85vxMMRz0CoTGaoFCNgeFtCA { width:17.0625rem;height:2.9375rem;top:6.0625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG3KseW6bucqSMiuBcTF3a61aMnouJwP { display:flex;width:1.5rem;height:1.5rem;top:6.8125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ0T49GgXSPgCobu77TisiTnp9xspxbx { width:19.0625rem;height:5.55rem;top:3.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2.3125rem;font-family:poppins;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #h4HWTRugCdQab3J6XKahnaJacmNvUDm6 { width:19.0625rem;height:2.1rem;top:8.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:poppins;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v2kkLphG8mRaEb2Wy5VGsClR71x9XlCf { width:19.0625rem;height:2.7rem;top:11.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2.25rem;font-family:poppins;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ivxnMulw9AqtKcZ6yyhtt0bMHCE8CunD { width:20rem;height:4.5625rem;top:53.625rem;left:0rem;z-index:14999;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IHDguezMJBB5dialt0m3MzqeD4QxuNZo { display:block; }#IHDguezMJBB5dialt0m3MzqeD4QxuNZo > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaO6SyeAfxQ7xz2LDy7TOA1ADFk6GTJs { width:20rem;height:1.95rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUAabQZaURKOR3qeRsbtokWzkVMZCXzb { width:20rem;height:3.4125rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 { display:block; }#UNTh00b4zOUx85TRS9gl6ugfdUHu76n5 > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUrF6GRMUPtPZzpOHV2MxAS2pV62CZg5 { width:9.6875rem;height:11.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuD6OxhgZadp1CVfKpXQuIE1F6m2JKDL { width:9.6875rem;height:11.6875rem;top:0.625rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPyVgbW1SqSaeA8RGAuidDPKbdS0k8F { width:9.6875rem;height:11.6875rem;top:12.95078086853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD8VxCiiSKBoaEXBKbB4FbTacJMbtCAq { width:9.6875rem;height:11.6875rem;top:25.26328086853rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCrzbLGWrDl4mS8B4ZVQkgIB9Xz4TaWn { width:9.6875rem;height:11.6875rem;top:25.26328086853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmW9Flw79momNr9fiPmfQg1Gve4pbiMd { width:9.6875rem;height:11.6875rem;top:12.95078086853rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIW8BTCTBRcsozPu4OHav6IxMhmxJgMq { width:4.3125rem;height:5rem;top:2.2007808685302rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8DnqfQfz6BicTDP49lP9V5v8crQpM8c { width:5rem;height:5rem;top:2.2007808685302rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8H6ZRN0PyuwrhIdKcke4r8fCB3AcQ2h { width:7.3125rem;height:5rem;top:14.51328086853rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCftrC1APTkv58JdnZPIGzQoylcZUKks { width:6.25rem;height:5rem;top:14.51328086853rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnTrKffI6JQ7yf1HlHLDMTuvCamG9Unf { width:5.9375rem;height:5rem;top:26.82578086853rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsdfRirF5IGx33kGq3Tttk3q3hC4WFVm { width:4.6875rem;height:5rem;top:26.82578086853rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urRS6Cn5C77RRrkF40sRbvvuhhe01Oxu { width:8.75rem;height:2.925rem;top:7.82578086853rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfNVd4WxldW8L0ZysVRKFICPXZ2RNUS { width:8.75rem;height:2.925rem;top:7.82578086853rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIbcwAlKP0kFi5td7dIvxc59MIQqWPXZ { width:8.75rem;height:2.925rem;top:20.13828086853rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO8taLN4Ex3p6vnPrbF6s03EbxCTxfIe { width:8.75rem;height:2.925rem;top:20.13828086853rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp41BDZCUxKpyiJ05NR8yELI5B3aM0gX { width:8.75rem;height:2.925rem;top:32.45078086853rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u71mA0EoreMiOaqhdIi7cg8NDdBn3lDm { width:8.75rem;height:2.925rem;top:32.45078086853rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv { display:block; }#KMxfSFLKFI9i1uoH7brCIX4TJr3WRXbv > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6TSM4VInrhd8g996FOx4rer18AG5lpi { width:20rem;height:4.0625rem;top:0rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #robmHBLHELJIuxueicN6dUR8NTmNoz80 { display:block; }
 }@media only screen and (max-width: 763px) { #u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 { display:block; }#u7cBbARFCNrUXtWv1Ro1TOViq8n4N0v4 > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBlPp5gDTgNpVbgEPJqB9BVmh54g3QEX { width:17.3125rem;height:3.9rem;top:2.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOXr1egmMow8xOinJy4nXgvTZ9y9t2Hn { width:20rem;height:2.4375rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 { display:block; }#AcekWNf4TFq8iV5dBhsUci4cvOR9Hsg1 > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXBLNvPuPVq47k7QVLM99eJF8iJ9lakM { width:18.125rem;height:9.375rem;top:0rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDcn4as8lwaCIdTsOdi7Kv1GALBx6uq { width:18.125rem;height:9.375rem;top:12.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPG5Lb1FCsy9btG0w1wV5k38vRDM2oi { width:18.125rem;height:9.375rem;top:25.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpK68VcVrEuU76RAQVa0rzRPlvy9TG4r { width:18.125rem;height:9.375rem;top:38.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCouwpT7aJow0kJWFMheLSaEC62nhCTf { width:18.125rem;height:2.875rem;top:9.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9wIxoFmUd4gVcZuWTb0soSzHylTTTlC { width:18.125rem;height:2.875rem;top:22.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTk2LV674Aa8rViLFI3N4mvTW8XFgeQW { width:18.125rem;height:2.875rem;top:35.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KetWTK99ayRlAbl2nuqWThTkuWUr9WXA { width:18.125rem;height:2.875rem;top:48rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOy4yAxM8OvW1v4AnDlLy5T2ACPL46Op { width:18.125rem;height:1.7875rem;top:9.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3UvunGuHH1ZqX2CpRvNFO2UJpWXiXfz { width:18.125rem;height:1.7875rem;top:22.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZnOtDCXGK9IPg6DFBR5BHwwa7gLC5Xs { width:18.125rem;height:1.7875rem;top:35.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMD4W54byv7IKx1TuCRE2IQ2H34scKHS { width:18.125rem;height:1.7875rem;top:48.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwStEK7CrUJsdisbDt5XwRbaWath4uE { width:20rem;height:20rem;top:37.2109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlRvAZdbT1pQ6RbGQRHWVFvcP427IWJX { width:6.8125rem;height:6.8125rem;top:21.96875rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoqRQrBTaP58qqrETlzAErDafkxlFfyz { width:6.8125rem;height:6.8125rem;top:39.84375rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQLrnqgJbMnnccfnLWPTVnIDGmQAq5Eg { width:6.8125rem;height:6.8125rem;top:57.71875rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA { display:block; }#XAuVAtSVRXJXzPcVbvAWTStx81SLf1bA > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCi3u683cHigGUxETCEtDLcZkDgJfIsv { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrLPcNW3E7FxMFuFyh4CZHyTMQwnvBR { display:block; }
 }@media only screen and (max-width: 763px) { #Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp { display:block; }#Q3ULlIVeftxLQeJTDDA2coNUpap1KMrp > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khFXmROSQowTbhrXg4Bq4zw9vPE9LoXu { width:18.375rem;height:2.4375rem;top:0.90625rem;left:0.81171876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }