.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/797bac3c-f2db-4840-9649-8b2366c046d5/AdobeStock_200823278.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl.adaptive-delivery-prevent-bg, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyload, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyloading { background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { background-color: transparent; background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .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); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { border-width: 0; border-radius: 0; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.3125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.75rem;left:22.875rem;display:none; }
#eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:11.25rem;left:0rem;height:2.95573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBvpz53Iuz7edasXID51dRTblS4LxRWV { position:absolute;display:block;z-index:15001;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:2.8125rem;width:9.375rem;top:3.4995660781861rem;left:0rem;overflow:hidden;display:block; }
#wepzSV3SQgqyiqhMU15OHFTivNZymPSF { box-sizing:content-box;height:2.8125rem;width:29.375rem;position:absolute;display:block;z-index:15008;background-color:#006618;background-image:none;top:6.8125rem;left:0rem;border-top:0.125rem solid #ff8600;border-left:0.125rem solid #ff8600;border-right:0.125rem solid #ff8600;border-bottom:0.125rem solid #ff8600;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#ha7C9p1eg3SO5CituhrpTVLuMEtGoDvz { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.25rem;left:1.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GEPXJv5TAIMbKkdaGEaRGVkXyTd1eNID { color:#000000;display:block;width:66.25rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:16.400825500488rem;left:4.3750019073486rem;height:15.3960625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htXBW7UVfkTJB2wqUxVJBezlgDJQZhw6 { background-color:#df181d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.624351501465rem;left:28.750001907349rem;display:block; }
#hST4QDlaOTPr6ywDichg7caUPFlwTCTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006618;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; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { background-color: transparent; background-image: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container > .video-iframe-container { display: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container { display: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .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); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { border-width: 0; border-radius: 0; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:8.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { position:relative;display:none; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { border-width: 0; border-radius: 0; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:3.125rem;display:block; }
#m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.5625rem;left:3.875rem;height:2.400175rem;font-style:normal;display:block; }
#wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.58544921875rem;left:3.90625rem;height:4.80035rem;font-style:normal;display:block; }
#rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:21.875rem;display:block; }
#R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.5625rem;left:22.6875rem;height:2.400175rem;font-style:normal;display:block; }
#alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:22.6875rem;height:4.80035rem;font-style:normal;display:block; }
#DbNmNXCMLPoPcUdlrtSZ1EmeFf7O7Fep { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:40.625rem;display:block; }
#sUCx4KcioMPB7VRrAeQxy8mzTcVFqAuN { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.5625rem;left:41.4375rem;height:2.400175rem;font-style:normal;display:block; }
#of5qvvIQfmoJ4pHf3a1pkc6Mpop3qDdB { color:#000000;display:block;width:11rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.5849609375rem;left:41.40625rem;height:4.80035rem;font-style:normal;display:block; }
#SdGtevRrdhg4i0OryQM5ABJFZ8Ls4gGR { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.625rem;left:59.375rem;display:block; }
#WTKr8tcdhMHb3Svw29QcVCmBQSNRi5IZ { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:6.625rem;left:60.1875rem;height:2.400175rem;font-style:normal;display:block; }
#IpvGNElxop9nrp6MJCDIyE6m28hlvGqv { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.58544921875rem;left:60.15625rem;height:6.0004375rem;font-style:normal;display:block; }
#eImKPkxW7RE8snB55PgAbvMUm6GatQKU { position:absolute;display:block;z-index:15016;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:1.8125rem;width:2.5rem;top:3.25rem;left:3.9375rem;overflow:hidden;display:block; }
#MfJFsMTqEQWfJSClRIsDM76IemJn4Qx4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.875rem;left:22.6875rem;overflow:hidden;display:block; }
#fmMVR71n0bu7J5pBaQRprWvLBAKEHV4k { position:absolute;display:block;z-index:15018;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:2.5rem;width:2.5rem;top:2.875rem;left:41.4375rem;overflow:hidden;display:block; }
#SpUpIUvHhcygM2IqP2MNLKtIosPWKDoD { position:absolute;display:block;z-index:15019;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:2.6875rem;width:2.4375rem;top:2.625rem;left:60.1875rem;overflow:hidden;display:block; }
#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { position:relative;display:none; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { border-width: 0; border-radius: 0; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GUFO6CgfC6fZb84ghxsmlBEenXIIEEXk { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:3.125rem;display:block; }
#mMKC27lRDnV9pxdeXn0Mr1tXHcoOMc9H { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:6.5625rem;left:3.9375rem;height:2.400175rem;font-style:normal;display:block; }
#ScU19u2zyIhw1vZpLkdVJUu4XpT0GGdJ { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:3.90625rem;height:4.80035rem;font-style:normal;display:block; }
#ycbqLsBqBv4BXL9q6CVk0DZO4wG5EkeK { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:21.875rem;display:block; }
#Z9FiQr89fmNu1BQmudLuGgQsP1Sxk2Zd { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:6.5625rem;left:22.6875rem;height:2.400175rem;font-style:normal;display:block; }
#PdF9SU73AZ6lyPdlRIlQu6UxmDIToKgp { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:40.625rem;display:block; }
#AxvppQq4KpznefW0on0v66kL4nfaZDkE { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:6.5625rem;left:41.4375rem;height:2.400175rem;font-style:normal;display:block; }
#oTcKmJb3q43qShAPT3Mu2FG0zEtrPMxl { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.15) ;height:15.625rem;width:12.5rem;top:1.5625rem;left:59.375rem;display:block; }
#S1abmPPKIhzD2G7RLvPmkN7AsBP4lvyr { color:#ff8600;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:6.5625rem;left:60.1875rem;height:2.400175rem;font-style:normal;display:block; }
#x4ELDGB5egUdtCDuGCE4DDx9DTpOrbn0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:2.75rem;left:3.9375rem;overflow:hidden;display:block; }
#SZGfQIetSqtbFqfcA8F88qBa9SaaJ51Q { position:absolute;display:block;z-index:15021;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:2.5625rem;width:3.125rem;top:2.25rem;left:22.5rem;overflow:hidden;display:block; }
#o1UaeHCaJ2gXsOG7GE7BDn5aieuTdIpd { position:absolute;display:block;z-index:15032;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:2.3125rem;width:2.375rem;top:2.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#Kwswxvv7ubOGMAsioS9if1tfxLUpv3lU { position:absolute;display:block;z-index:15033;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:2.125rem;width:2.875rem;top:2.75rem;left:60.1875rem;overflow:hidden;display:block; }
#gOhNCR6PkO3U0SWwVJmbelvA1Gw2Eyg3 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:22.65625rem;height:4.80035rem;font-style:normal;display:block; }
#U2kNlF9ZXmat5ZU3GNe0Hm1vMEBDcgWl { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:41.40625rem;height:6.0004375rem;font-style:normal;display:block; }
#Thumf7IW59RyRf0wAZWyRxrmVAygaoXx { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:9.5859375rem;left:60.15625rem;height:6.0004375rem;font-style:normal;display:block; }
#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006618;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:none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { border-width: 0; border-radius: 0; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#ixF0mN4KTJOZqh5cMALVpvST6hVFL17p { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:8.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sefDJJ67V8L5FIL4obQ4sTESbgli7KNG { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.53125rem;left:7.53125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { background-color: transparent; background-image: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container > .video-iframe-container { display: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container { display: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .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); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { border-width: 0; border-radius: 0; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.0625rem;top:2.0625rem;left:0.1875rem;overflow:hidden;display:block; }
#rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:5.998046875rem;left:0rem;display:block; }
#TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { color:#000000;display:block;width:9.75rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:36.375rem;height:2.92318125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { color:#000000;display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:46.125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { color:#000000;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:61.75rem;height:4.87196875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcqTlr4xEaScoqRNPc09J4GrB0gmMWl8 { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.998046875rem;left:10.5rem;display:block; }
#a9TNIxaz9xrvVZSOCG7BFZn4CsVMN3UQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D023lvcBa4koWNHykOheRTLIeKbq4Zdl { display:block; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { width:12.5rem;height:3.125rem;top:25.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block; }
 }@media only screen and (max-width: 763px) { #iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { top:11.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvpz53Iuz7edasXID51dRTblS4LxRWV { top:3.4375rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wepzSV3SQgqyiqhMU15OHFTivNZymPSF { top:6.8125rem;left:0rem;width:29.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha7C9p1eg3SO5CituhrpTVLuMEtGoDvz { top:7.25rem;left:0rem;width:26.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEPXJv5TAIMbKkdaGEaRGVkXyTd1eNID { top:16.375rem;left:0rem;width:47.75rem;height:15.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #htXBW7UVfkTJB2wqUxVJBezlgDJQZhw6 { width:17.5rem;height:3.4375rem;top:36.5625rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hST4QDlaOTPr6ywDichg7caUPFlwTCTE { display:block; }
 }@media only screen and (max-width: 763px) { #T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { display:block; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { top:2.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { display:block; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { top:1.5625rem;left:0rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { top:6.5625rem;left:0.46853446960449rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { top:9.5625rem;left:0.5rem;width:10.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { top:1.5625rem;left:11.375rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { top:6.5625rem;left:12.467882156372rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { top:9.5625rem;left:12.46875rem;width:9.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbNmNXCMLPoPcUdlrtSZ1EmeFf7O7Fep { top:1.5625rem;left:23.3125rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCx4KcioMPB7VRrAeQxy8mzTcVFqAuN { top:6.5625rem;left:24.40625rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5qvvIQfmoJ4pHf3a1pkc6Mpop3qDdB { top:9.5625rem;left:24.375rem;width:11rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdGtevRrdhg4i0OryQM5ABJFZ8Ls4gGR { top:1.625rem;left:35.25rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKr8tcdhMHb3Svw29QcVCmBQSNRi5IZ { top:6.625rem;left:36.34375rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvGNElxop9nrp6MJCDIyE6m28hlvGqv { top:9.5625rem;left:36.3125rem;width:10.9375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImKPkxW7RE8snB55PgAbvMUm6GatQKU { top:3.25rem;left:0.53125rem;width:2.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfJFsMTqEQWfJSClRIsDM76IemJn4Qx4 { top:2.875rem;left:12.46875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmMVR71n0bu7J5pBaQRprWvLBAKEHV4k { top:2.875rem;left:24.40625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUpIUvHhcygM2IqP2MNLKtIosPWKDoD { top:2.625rem;left:36.34375rem;width:2.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { display:block; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUFO6CgfC6fZb84ghxsmlBEenXIIEEXk { top:1.5625rem;left:0rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMKC27lRDnV9pxdeXn0Mr1tXHcoOMc9H { top:6.5625rem;left:0.53125rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU19u2zyIhw1vZpLkdVJUu4XpT0GGdJ { top:9.5625rem;left:0.5rem;width:10.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycbqLsBqBv4BXL9q6CVk0DZO4wG5EkeK { top:1.5625rem;left:11.375rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9FiQr89fmNu1BQmudLuGgQsP1Sxk2Zd { top:6.5625rem;left:12.46875rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdF9SU73AZ6lyPdlRIlQu6UxmDIToKgp { top:1.5625rem;left:23.3125rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxvppQq4KpznefW0on0v66kL4nfaZDkE { top:6.5625rem;left:24.40625rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTcKmJb3q43qShAPT3Mu2FG0zEtrPMxl { top:1.5625rem;left:35.25rem;width:12.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1abmPPKIhzD2G7RLvPmkN7AsBP4lvyr { top:6.5625rem;left:36.34375rem;width:10.9375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ELDGB5egUdtCDuGCE4DDx9DTpOrbn0 { top:2.75rem;left:0.53125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGfQIetSqtbFqfcA8F88qBa9SaaJ51Q { top:2.25rem;left:12.28125rem;width:3.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1UaeHCaJ2gXsOG7GE7BDn5aieuTdIpd { top:2.6875rem;left:24.40625rem;width:2.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwswxvv7ubOGMAsioS9if1tfxLUpv3lU { top:2.75rem;left:36.34375rem;width:2.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOhNCR6PkO3U0SWwVJmbelvA1Gw2Eyg3 { top:9.5625rem;left:12.4375rem;width:10.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kNlF9ZXmat5ZU3GNe0Hm1vMEBDcgWl { top:9.5625rem;left:24.375rem;width:10.9375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thumf7IW59RyRf0wAZWyRxrmVAygaoXx { top:9.5625rem;left:36.3125rem;width:10.9375rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { display:block; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixF0mN4KTJOZqh5cMALVpvST6hVFL17p { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefDJJ67V8L5FIL4obQ4sTESbgli7KNG { top:5.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { display:block; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { top:2.0625rem;left:0rem;width:9.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { width:9.375rem;height:2rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block; }
 }@media only screen and (max-width: 763px) { #pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { top:2.0625rem;left:22.75rem;width:9.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { top:2.0625rem;left:32.5rem;width:14.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { top:2.0625rem;left:34.5rem;width:13.25rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcqTlr4xEaScoqRNPc09J4GrB0gmMWl8 { width:9.375rem;height:2rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TNIxaz9xrvVZSOCG7BFZn4CsVMN3UQ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D023lvcBa4koWNHykOheRTLIeKbq4Zdl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/797bac3c-f2db-4840-9649-8b2366c046d5/AdobeStock_200823278.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl.adaptive-delivery-prevent-bg, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyload, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyloading { background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { background-color: transparent; background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .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); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { width:12.5rem;height:3.125rem;top:92.41845703125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block; }
 }@media only screen and (max-width: 763px) { #iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { width:20rem;height:4.67230625rem;top:6.4355473518369rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBvpz53Iuz7edasXID51dRTblS4LxRWV { width:10.4980625rem;height:2.99805rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wepzSV3SQgqyiqhMU15OHFTivNZymPSF { width:19.75rem;height:2.8125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ha7C9p1eg3SO5CituhrpTVLuMEtGoDvz { width:20rem;height:1.4624rem;top:5.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEPXJv5TAIMbKkdaGEaRGVkXyTd1eNID { width:20rem;height:22.34375rem;top:12.251520156861rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htXBW7UVfkTJB2wqUxVJBezlgDJQZhw6 { width:17.5rem;height:3.4375rem;top:36.095920562744rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hST4QDlaOTPr6ywDichg7caUPFlwTCTE { display:block; }
 }@media only screen and (max-width: 763px) { #T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { display:block; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { display:none; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { width:12.5rem;height:15.625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { width:10.9375rem;height:2.3994125rem;top:6.25rem;left:4.4997844696045rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { width:10.9375rem;height:4.798825rem;top:9.2719192504881rem;left:4.5312519073486rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { width:12.5rem;height:15.625rem;top:18.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { width:10.9375rem;height:2.3994125rem;top:23.125rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { width:10.9375rem;height:4.798825rem;top:26.148002624512rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbNmNXCMLPoPcUdlrtSZ1EmeFf7O7Fep { width:12.5rem;height:15.625rem;top:35rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCx4KcioMPB7VRrAeQxy8mzTcVFqAuN { width:10.9375rem;height:2.3994125rem;top:40rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #of5qvvIQfmoJ4pHf3a1pkc6Mpop3qDdB { width:10.9375rem;height:4.798825rem;top:43.021919250488rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdGtevRrdhg4i0OryQM5ABJFZ8Ls4gGR { width:12.5rem;height:15.625rem;top:51.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKr8tcdhMHb3Svw29QcVCmBQSNRi5IZ { width:10.9375rem;height:2.3994125rem;top:56.875rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpvGNElxop9nrp6MJCDIyE6m28hlvGqv { width:10.9375rem;height:5.9985375rem;top:59.835071563721rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eImKPkxW7RE8snB55PgAbvMUm6GatQKU { width:2.5rem;height:1.8125rem;top:2.9372825622559rem;left:4.5616321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfJFsMTqEQWfJSClRIsDM76IemJn4Qx4 { width:2.5rem;height:2.5rem;top:19.436847686767rem;left:4.5616302490234rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmMVR71n0bu7J5pBaQRprWvLBAKEHV4k { width:2.5rem;height:2.5rem;top:36.311847686767rem;left:4.5616302490234rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpUpIUvHhcygM2IqP2MNLKtIosPWKDoD { width:2.4375rem;height:2.6875rem;top:52.875434875488rem;left:4.5616302490234rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { display:none; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GUFO6CgfC6fZb84ghxsmlBEenXIIEEXk { width:12.5rem;height:15.625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMKC27lRDnV9pxdeXn0Mr1tXHcoOMc9H { width:10.9375rem;height:2.3994125rem;top:6.25rem;left:4.5616321563721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScU19u2zyIhw1vZpLkdVJUu4XpT0GGdJ { width:10.9375rem;height:4.798825rem;top:9.2730026245119rem;left:4.5312519073486rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycbqLsBqBv4BXL9q6CVk0DZO4wG5EkeK { width:12.5rem;height:15.625rem;top:18.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9FiQr89fmNu1BQmudLuGgQsP1Sxk2Zd { width:10.9375rem;height:2.3994125rem;top:23.125rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdF9SU73AZ6lyPdlRIlQu6UxmDIToKgp { width:12.5rem;height:15.625rem;top:35rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxvppQq4KpznefW0on0v66kL4nfaZDkE { width:10.9375rem;height:2.3994125rem;top:40rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTcKmJb3q43qShAPT3Mu2FG0zEtrPMxl { width:12.5rem;height:15.625rem;top:51.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1abmPPKIhzD2G7RLvPmkN7AsBP4lvyr { width:10.9375rem;height:2.3994125rem;top:56.875rem;left:4.5616302490234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4ELDGB5egUdtCDuGCE4DDx9DTpOrbn0 { width:3.375rem;height:2.1875rem;top:2.4370651245117rem;left:4.5616321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGfQIetSqtbFqfcA8F88qBa9SaaJ51Q { width:3.125rem;height:2.5625rem;top:18.811851501465rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1UaeHCaJ2gXsOG7GE7BDn5aieuTdIpd { width:2.375rem;height:2.3125rem;top:36.124130249024rem;left:4.5616302490234rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwswxvv7ubOGMAsioS9if1tfxLUpv3lU { width:2.875rem;height:2.125rem;top:53.062065124512rem;left:4.5616302490234rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOhNCR6PkO3U0SWwVJmbelvA1Gw2Eyg3 { width:10.9375rem;height:4.798825rem;top:26.148002624512rem;left:4.53125rem;font-size:1rem;z-index:15036;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2kNlF9ZXmat5ZU3GNe0Hm1vMEBDcgWl { width:10.9375rem;height:5.9985375rem;top:43.023002624512rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thumf7IW59RyRf0wAZWyRxrmVAygaoXx { width:10.9375rem;height:5.9985375rem;top:59.898002624512rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { display:none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixF0mN4KTJOZqh5cMALVpvST6hVFL17p { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sefDJJ67V8L5FIL4obQ4sTESbgli7KNG { width:20rem;height:6rem;top:7.69856875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { display:block; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { width:9.0625rem;height:2.68555rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { width:9.375rem;height:1.9987rem;top:12.5575125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block; }
 }@media only screen and (max-width: 763px) { #pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { width:9.749375rem;height:2.92318125rem;top:5.18555rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { width:14.2480625rem;height:1.94921875rem;top:9.358725rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { width:13.2498125rem;height:4.87196875rem;top:19.0549125rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcqTlr4xEaScoqRNPc09J4GrB0gmMWl8 { width:9.375rem;height:1.9987rem;top:15.8062125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TNIxaz9xrvVZSOCG7BFZn4CsVMN3UQ { display:block; }
 }