.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:247,253,215;--color-primary-1:230,249,134;--color-primary-2:213,245,53;--color-primary-3:202,243,3;--color-primary-4:64,100,39;--color-secondary-0:229,245,253;--color-secondary-1:169,221,249;--color-secondary-2:83,186,242;--color-secondary-3:42,93,121;--color-secondary-4:12,28,36;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Jost";--paragraphs-font-family:"Jost"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw { border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ee3162;background-color:rgba(var(--color-secondary-2),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;z-index:auto;display:block; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container { background-color: transparent; background-image: none; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container > .video-iframe-container { display: none; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row > .video-iframe-container { display: none; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .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); }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container { border-width: 0; border-radius: 0; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container { font-size:0.875rem;font-family:arial;height:3.170454375rem;width:60rem;position:relative;display:block; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv { position:relative;display:block; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv { background-color: transparent; background-image: none; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row .container > .video-iframe-container { display: none; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row > .video-iframe-container { display: none; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .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); }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv { border-width: 0; border-radius: 0; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .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; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UJKgwAsnazHoooPPydAcuIePwIwOPMSn { color:#002d42;display:block;width:27.56125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9991114139556rem;left:3.3709144592285rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEsFucfqsPzSllDU4LAVNhPbyPn0HPPl { color:#002d42;display:block;width:22.5598125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.4970703125rem;left:5.869140625rem;height:10.1586875rem;text-align:center;text-align-last:center;display:block; }
#RmclVqLkBPeEDupXWZAQShAOaTrwZC0c { background-color:#e33e8e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8743125rem;height:4.31196875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.93696808815rem;left:7.7166175842288rem;display:block; }
#HvwZgOmKl9HvUxIckN2nFm10abNaUxGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRNadoAufEbsTFJSUarNg0TucMrqIpwd { 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:37.24875rem;width:59.0625rem;top:0rem;left:0.5rem;overflow:hidden;display:block; }
#Pdh3qpThDvccfycqNDmfxE1RHCIclAuN { color:#002d42;display:block;width:22.5595625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.625rem;left:18.75rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JIX38IiTT5Kwuvyr9w9VCZ9yEZ4bODS8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:41.4375rem;left:15.125rem;overflow:hidden;display:block; }
#ZVSWLa9bT2KhNnyGto9wyMwuDRDUG39x { 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:3.625rem;width:3.625rem;top:41.4375rem;left:41.25rem;overflow:hidden;display:block; }
#lTavmoQJndZW4gSKmq4hXVmh5Vq9Asos { 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:112.6875rem;width:59.9375rem;display:none; }
#He1eMeHvPrMUB9apQ8hmbRIHoTa7eA4f { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#hAmU4NXoBh7RyBsz1VvpE1ISR0pL79ED { 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:3.4375rem;width:20.874rem;top:2.92236328125rem;left:6.712646484375rem;overflow:hidden;display:block; }
#ixsIhH1RB4JFK1PoOgQNx16IaP3C5LrP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3c1;background-image:url("https://images.assets-landingi.com/uc/d57d7149-530d-4535-9d11-40919bf5a179/Zasb30.svg");background-position:center !important;background-repeat:no-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; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH.adaptive-delivery-prevent-bg, #CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH.lazyload, #CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH.lazyloading { background-image: none; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container { background-color: transparent; background-image: none; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container > .video-iframe-container { display: none; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row > .video-iframe-container { display: none; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .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); }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container { border-width: 0; border-radius: 0; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container { font-size:0.875rem;font-family:arial;height:73.5rem;width:60rem;position:relative;display:block; }#zlDwRCMp8CZtkRos4hTVObqso6RhTTC7 { position:absolute;display:block;z-index:15156;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:22.9375rem;width:29rem;top:13.5625rem;left:0rem;overflow:hidden;display:block; }
#enyvx6o7lbBMzQ8qB5mRaxL0hT9BueXh { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);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: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;height:40.3125rem;width:40.5rem;top:27.562503814698rem;left:3.125rem;display:block; }
#vfWksfdHFbuHxtsUBZHEXRP6WXingoOu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15106;line-height:1.1;letter-spacing:0;top:45.43701171875rem;left:45.74951171875rem;height:1.6494125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U4vhBxzNtpt03IyogJcw7WovfLeJvCdn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:47.197265625rem;left:45.3681640625rem;height:1.16796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#el1rfAHqHBIL2VJpmb4JeA0nK8i7Rsqr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15093;line-height:1.1;letter-spacing:0;top:45.687255859375rem;left:51.623291015625rem;height:1.1682125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KA4n0KiVK7LXKzn9v2Vs7VnK5ZxrCwBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:55.5615234375rem;left:45.9375rem;height:1.99340625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SerdaPvqccgZlKabxzUnSgPnktbQM08k { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:55.97412109375rem;left:53.03955078125rem;height:1.1682125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tg8pMHRDfFWRKWw9517updP90Pyhq103 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:57.625rem;left:47rem;height:1.1682125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cBNuEuKTEyuK1ZnJDq02QTA2zZb1bT1L { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-size:auto !important;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);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.98891375rem;height:2.68928875rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:36.9375rem;left:47.125rem;display:block; }
#I2NwneUAtJMKfqzyoWRoOBRNkOuEmkll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQ19zwLHCobzdRB1o0m1gvEez1t4De1V { background-color:transparent;background-image: -webkit-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;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);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#T3s7yDqcf63UFTxsOyp20TtAnVOgUhqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHap0HfTysUeuZ2dqzBIJGBiJWyw9E5E { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-size:auto !important;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);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.6875rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:48.615234375rem;left:47.1181640625rem;display:block; }
#ELwF7bAQ5u01D2W4DRBOsMcR2A13ThrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvkS4ePKzBJyrRGTWQRTGWHv8kb7rvzw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:126rem;left:50.5625rem;height:1.16875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Nq12mGWT4l65N22HJxkz1s2LfEzElnq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:hero;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:127.375rem;left:46.8125rem;height:1.16875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QgZOTqgVXh2Ec41QvgGcwrJW0duTbVyL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:36.4365234375rem;left:8.1845703125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVnEbJvffZLgtz77BHXcTRfXQm3vZwx4 { box-sizing:content-box;color:#328d2d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15107;top:69.8125rem;left:5.25rem;display:none; }
#m9cOAv4RDJ9D9WiOa2NLpTIruCGNtvb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:69.8125rem;left:7.5625rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gLMPHCSlFfsfGe1J4aXiOw7hlklrnqL4 { box-sizing:content-box;color:#ff005f;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15109;top:151.6875rem;left:5.3125rem;display:none; }
#KvbsCefS5zkBxEoch3y7D2HC0kZpZqXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:hero;font-size:1.125rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:151.6875rem;left:7.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BgolzKAo0GuwMqmklVxskwqgG7d9gV3r { color:#328d2d;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15127;line-height:1.1;letter-spacing:0;top:43.2578125rem;left:47.8125rem;height:1.99340625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZhwMKg45Hm8gg61qlpIxGxN4w2Q1ho6L { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1.1;letter-spacing:0;top:34.9375rem;left:47.5625rem;height:1.1682125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBLsZilnQBLXH3hAg3PFLvQ8k9iqEDIR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15095;line-height:1.1;letter-spacing:0;top:32.5625rem;left:47.5625rem;height:1.99340625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJZLVZZPoSZiQxUTobVTTDSXBJ7s0WhZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.2037773132324rem;left:6.4984779357913rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B2yJom02379RZiZAf65PEQkLbi5tRGai { position:absolute;display:block;z-index:14995;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:9rem;width:14.625rem;top:15.4375rem;left:18.5625rem;overflow:hidden;display:block; }
#gkmdaRr1BaTLdz59zXwlFqFLxfJIVInU { position:absolute;display:block;z-index:15157;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:9rem;width:14.625rem;top:19.875rem;left:25.3125rem;overflow:hidden;display:block; }
#DDt77rdGKInUdnwOI57xI8bdVcS8o0S2 { position:absolute;display:block;z-index:15158;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:9rem;width:14.625rem;top:24.125rem;left:30.1875rem;overflow:hidden;display:block; }
#yA7mLagn4q9QFvrHe4UEHPsiDqzP7aeo { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:42.186632633209rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJ5FAgoZqPSzf6Fr7hWT3KXnd2zVuy2r { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:46.061419010163rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CSTeXurmr25t4P0MxuXIJCg0TnyXzmhO { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:50.437502384186rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fwc0T0M9upy4qG8p6061Tn2tKa6sN4zM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:54.749567508698rem;left:8.1857643127444rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FL9bTnE4A7FcyOGlVhmz9i5om1HCZsFx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:59.186419010163rem;left:8.1857643127444rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AERbkUC9tKMVvU4ED9cm61wWVWoQkfTC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:62.186632633209rem;left:8.248695373535rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBR2Sa2yA99wW9dur9PlhwFWWqkoLLlT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;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: none;height:9.375rem;width:23.3125rem;top:30.646484375rem;left:36.1875rem;display:block; }
#FVc7kXur4b7siOKbW1ohCu3qHdfVKQGw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;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: none;height:9.375rem;width:23.3125rem;top:42.1484375rem;left:36.1875rem;display:block; }
#RwI0DiMdqTTenw8tW8amadWfoFn9Q7yH { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #e33e8e;border-left:0.5rem solid #e33e8e;border-right:0;border-bottom:0.5rem solid #e33e8e;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: none;height:9.375rem;width:23.3125rem;top:53.5625rem;left:36.1875rem;display:block; }
#btcSAd366SWpNC5IZlNfGA2gCyikCB2s { color:rgba(var(--color-primary-3),1);display:block;width:49.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.546875rem;left:5.34375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pfdx7FMVreIZziSHSdBVhVO8U5fKlRlN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.359375rem;left:44.3994140625rem;height:1.62305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOdnxMENDlun6UtLIJffyrt3561muXmz { position:absolute;display:block;z-index:15159;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.4375rem;width:1.4375rem;top:37.99826669693rem;left:5.3125rem;overflow:hidden;display:block; }
#hABWGyTSoHin3rQ8bJw5cA0tLhNLUJgu { position:absolute;display:block;z-index:15160;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.4375rem;width:1.4375rem;top:42.7568359375rem;left:5.3125rem;overflow:hidden;display:block; }
#spXs4xIywdX0hcNcG8QZHFTRz6edKJBL { position:absolute;display:block;z-index:15161;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.4375rem;width:1.4375rem;top:46.916015625rem;left:5.3125rem;overflow:hidden;display:block; }
#WbyN7EOHsND0JBctDoUfN6Ilw9E9amOl { position:absolute;display:block;z-index:15162;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.4375rem;width:1.4375rem;top:51.176435947418rem;left:5.341796875rem;overflow:hidden;display:block; }
#v3QNi0GCNzEdNH80TGhrErFKg7ywcvZ3 { position:absolute;display:block;z-index:15163;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.4375rem;width:1.4375rem;top:55.186850070953rem;left:5.341796875rem;overflow:hidden;display:block; }
#SvovFUWmUbg214MweQoE753T1dQ1yVii { position:absolute;display:block;z-index:15164;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.4375rem;width:1.4375rem;top:59.123484134674rem;left:5.341796875rem;overflow:hidden;display:block; }
#pyghrD6NPhvkMlcnzzDwHrUkuGtPmNBH { position:absolute;display:block;z-index:15165;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.4375rem;width:1.4375rem;top:62.948351383206rem;left:5.341796875rem;overflow:hidden;display:block; }
#uu2In6a0A6KEWrfAgeeSdEzLn5ERIc7r { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(3deg, #4d7b2c, rgba(var(--color-primary-3),1));background-size:auto !important;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);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.6875rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:59.997833251953rem;left:47.116970062256rem;display:block; }
#lZhthXToo1bcTV9a3MM2pMJxJ45I2NJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crfJnvL799DoyhtlqCzKrbRBacB8tap8 { 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; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container { background-color: transparent; background-image: none; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container > .video-iframe-container { display: none; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row > .video-iframe-container { display: none; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .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); }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container { border-width: 0; border-radius: 0; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.6875rem;width:60rem;position:relative;display:block; }#QnuQKmwBOcPsUeks6IRRaOC8qvksNzcT { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8736572265625rem;left:23.75rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwlGUTy9pcX4f9w4qT8Lh4zwSfqKobcH { color:rgba(var(--color-secondary-4),1);display:block;width:17.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:21.4375rem;height:2.0317375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZR2M32Hdg8UCZxb580WbwqBDiAsDfDwu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1235375rem;width:19.1235625rem;top:22.81201171875rem;left:12.31201171875rem;overflow:hidden;display:block; }
#mTwNiSrKw7Kw7s29bD1d9ZaN1D5K4sS8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.1875rem;top:8.5rem;left:10.4375rem;overflow:hidden;display:block; }
#oCnpHcStIKotg0FW81qZuZlllcaBW1ul { position:absolute;display:block;z-index:15009;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.625rem;width:7.06175rem;top:8.592529296875rem;left:21.375rem;overflow:hidden;display:block; }
#PngfJ0WRlrciEtgOLd2sSOJ8wIKAuGWE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:8.125rem;top:8.968505859375rem;left:48.0625rem;overflow:hidden;display:block; }
#rJ3DFSefv6gO0BOnMOzAD1hOzvpsgyOh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.81175rem;top:9.686279296875rem;left:32.3125rem;overflow:hidden;display:block; }
#mJ73gfZUH63fERNCf8fUUMCUWbpRniBE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:14.25rem;top:21.87451171875rem;left:33.49951171875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw { display:block; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv { display:block; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJKgwAsnazHoooPPydAcuIePwIwOPMSn { top:7.9375rem;left:0rem;width:27.5rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsFucfqsPzSllDU4LAVNhPbyPn0HPPl { top:14.4375rem;left:0rem;width:22.5rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmclVqLkBPeEDupXWZAQShAOaTrwZC0c { width:18.8125rem;height:4.25rem;top:27.875rem;left:1.5916175842285rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvwZgOmKl9HvUxIckN2nFm10abNaUxGl { display:block; }
 }@media only screen and (max-width: 763px) { #lRNadoAufEbsTFJSUarNg0TucMrqIpwd { top:0rem;left:0rem;width:47.75rem;height:30.114333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdh3qpThDvccfycqNDmfxE1RHCIclAuN { top:41.5625rem;left:12.625rem;width:22.5rem;height:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIX38IiTT5Kwuvyr9w9VCZ9yEZ4bODS8 { top:41.4375rem;left:9rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSWLa9bT2KhNnyGto9wyMwuDRDUG39x { top:41.4375rem;left:35.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTavmoQJndZW4gSKmq4hXVmh5Vq9Asos { width:47.6875rem;height:89.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #He1eMeHvPrMUB9apQ8hmbRIHoTa7eA4f { display:none; }
 }@media only screen and (max-width: 763px) { #hAmU4NXoBh7RyBsz1VvpE1ISR0pL79ED { top:2.875rem;left:0.587646484375rem;width:20.8125rem;height:3.4273722693303rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsIhH1RB4JFK1PoOgQNx16IaP3C5LrP { display:none; }
 }@media only screen and (max-width: 763px) { #CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH { display:block; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlDwRCMp8CZtkRos4hTVObqso6RhTTC7 { top:13.5625rem;left:0rem;width:29rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enyvx6o7lbBMzQ8qB5mRaxL0hT9BueXh { top:27.5625rem;left:0rem;width:40.5rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfWksfdHFbuHxtsUBZHEXRP6WXingoOu { width:5.6875rem;height:1.625rem;top:45.375rem;left:39.62451171875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4vhBxzNtpt03IyogJcw7WovfLeJvCdn { width:12.5rem;height:1.125rem;top:47.1875rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1rfAHqHBIL2VJpmb4JeA0nK8i7Rsqr { width:6.1875rem;height:1.125rem;top:45.625rem;left:41.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA4n0KiVK7LXKzn9v2Vs7VnK5ZxrCwBQ { width:7.6875rem;height:2rem;top:55.5rem;left:39.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerdaPvqccgZlKabxzUnSgPnktbQM08k { width:6.1875rem;height:1.125rem;top:55.9375rem;left:41.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8pMHRDfFWRKWw9517updP90Pyhq103 { width:9.1875rem;height:1.125rem;top:57.625rem;left:38.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBNuEuKTEyuK1ZnJDq02QTA2zZb1bT1L { width:8.9375rem;height:2.6875rem;top:36.9375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2NwneUAtJMKfqzyoWRoOBRNkOuEmkll { display:block; }
 }@media only screen and (max-width: 763px) { #mQ19zwLHCobzdRB1o0m1gvEez1t4De1V { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3s7yDqcf63UFTxsOyp20TtAnVOgUhqH { display:block; }
 }@media only screen and (max-width: 763px) { #CHap0HfTysUeuZ2dqzBIJGBiJWyw9E5E { width:9rem;height:2.6875rem;top:48.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwF7bAQ5u01D2W4DRBOsMcR2A13ThrT { display:block; }
 }@media only screen and (max-width: 763px) { #GvkS4ePKzBJyrRGTWQRTGWHv8kb7rvzw { width:8.875rem;height:1.375rem;top:94.125rem;left:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq12mGWT4l65N22HJxkz1s2LfEzElnq0 { width:10.9375rem;height:1.125rem;top:95.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgZOTqgVXh2Ec41QvgGcwrJW0duTbVyL { width:31.8125rem;height:4.375rem;top:36.375rem;left:2.0595703125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVnEbJvffZLgtz77BHXcTRfXQm3vZwx4 { top:69.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9cOAv4RDJ9D9WiOa2NLpTIruCGNtvb6 { width:34.25rem;height:4.3125rem;top:69.8125rem;left:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLMPHCSlFfsfGe1J4aXiOw7hlklrnqL4 { top:151.6875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvbsCefS5zkBxEoch3y7D2HC0kZpZqXJ { width:34.25rem;height:4.3125rem;top:151.6875rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgolzKAo0GuwMqmklVxskwqgG7d9gV3r { width:7.5625rem;height:1.9375rem;top:43.25rem;left:40.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhwMKg45Hm8gg61qlpIxGxN4w2Q1ho6L { width:8.125rem;height:1.125rem;top:34.9375rem;left:39.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBLsZilnQBLXH3hAg3PFLvQ8k9iqEDIR { width:8.125rem;height:1.9375rem;top:32.5rem;left:39.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJZLVZZPoSZiQxUTobVTTDSXBJ7s0WhZ { top:2.1875rem;left:0.37347793579101rem;width:46.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2yJom02379RZiZAf65PEQkLbi5tRGai { top:15.4375rem;left:12.4375rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkmdaRr1BaTLdz59zXwlFqFLxfJIVInU { top:19.875rem;left:19.1875rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDt77rdGKInUdnwOI57xI8bdVcS8o0S2 { top:24.125rem;left:24.0625rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7mLagn4q9QFvrHe4UEHPsiDqzP7aeo { width:31.25rem;height:2.875rem;top:42.125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ5FAgoZqPSzf6Fr7hWT3KXnd2zVuy2r { width:33.125rem;height:2.875rem;top:46rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSTeXurmr25t4P0MxuXIJCg0TnyXzmhO { width:33.125rem;height:2.875rem;top:50.4375rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwc0T0M9upy4qG8p6061Tn2tKa6sN4zM { width:33.125rem;height:2.875rem;top:54.6875rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FL9bTnE4A7FcyOGlVhmz9i5om1HCZsFx { width:29.375rem;height:1.4375rem;top:59.125rem;left:2.0607643127441rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AERbkUC9tKMVvU4ED9cm61wWVWoQkfTC { width:33.125rem;height:2.875rem;top:62.125rem;left:2.1236953735351rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBR2Sa2yA99wW9dur9PlhwFWWqkoLLlT { top:30.625rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVc7kXur4b7siOKbW1ohCu3qHdfVKQGw { top:42.125rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwI0DiMdqTTenw8tW8amadWfoFn9Q7yH { top:53.5625rem;left:23.9375rem;width:23.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btcSAd366SWpNC5IZlNfGA2gCyikCB2s { top:6.5rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfdx7FMVreIZziSHSdBVhVO8U5fKlRlN { top:28.3125rem;left:33.3125rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdnxMENDlun6UtLIJffyrt3561muXmz { top:38rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABWGyTSoHin3rQ8bJw5cA0tLhNLUJgu { top:42.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXs4xIywdX0hcNcG8QZHFTRz6edKJBL { top:46.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbyN7EOHsND0JBctDoUfN6Ilw9E9amOl { top:51.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3QNi0GCNzEdNH80TGhrErFKg7ywcvZ3 { top:55.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvovFUWmUbg214MweQoE753T1dQ1yVii { top:59.0625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyghrD6NPhvkMlcnzzDwHrUkuGtPmNBH { top:62.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2In6a0A6KEWrfAgeeSdEzLn5ERIc7r { width:9rem;height:2.6875rem;top:59.9375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhthXToo1bcTV9a3MM2pMJxJ45I2NJx { display:block; }
 }@media only screen and (max-width: 763px) { #crfJnvL799DoyhtlqCzKrbRBacB8tap8 { display:block; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnuQKmwBOcPsUeks6IRRaOC8qvksNzcT { top:4.8125rem;left:17.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwlGUTy9pcX4f9w4qT8Lh4zwSfqKobcH { top:19.125rem;left:15.3125rem;width:17rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2M32Hdg8UCZxb580WbwqBDiAsDfDwu { top:22.75rem;left:6.18701171875rem;width:19.0625rem;height:4.1103708366969rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwNiSrKw7Kw7s29bD1d9ZaN1D5K4sS8 { top:8.4375rem;left:4.3125rem;width:5.125rem;height:5.7430095840332rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCnpHcStIKotg0FW81qZuZlllcaBW1ul { top:8.5625rem;left:15.25rem;width:7rem;height:5.5767511441192rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngfJ0WRlrciEtgOLd2sSOJ8wIKAuGWE { top:8.9375rem;left:39.625rem;width:8.125rem;height:4.8741373938331rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3DFSefv6gO0BOnMOzAD1hOzvpsgyOh { top:9.625rem;left:26.1875rem;width:10.75rem;height:3.4172730373651rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ73gfZUH63fERNCf8fUUMCUWbpRniBE { top:21.8125rem;left:27.37451171875rem;width:14.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw { position:relative;z-index:auto;display:none; }#ypP9SSEfE1dfBdBfePecE2y0hiexs4Xw > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv { display:block; }#VA9oZ2pAPmUbKAIDREepwPBOm5IMd6pv > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJKgwAsnazHoooPPydAcuIePwIwOPMSn { width:18.75rem;height:2.0317375rem;top:5.797119140625rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEsFucfqsPzSllDU4LAVNhPbyPn0HPPl { width:19.4995rem;height:7.3095625rem;top:11.63330078125rem;left:0.2490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmclVqLkBPeEDupXWZAQShAOaTrwZC0c { width:16.8125rem;height:4.25rem;top:38.879989624024rem;left:1.5928819775581rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvwZgOmKl9HvUxIckN2nFm10abNaUxGl { display:block; }
 }@media only screen and (max-width: 763px) { #lRNadoAufEbsTFJSUarNg0TucMrqIpwd { width:20rem;height:12.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pdh3qpThDvccfycqNDmfxE1RHCIclAuN { width:13.375rem;height:1.94970625rem;top:47.562278747559rem;left:3.3116319775581rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIX38IiTT5Kwuvyr9w9VCZ9yEZ4bODS8 { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVSWLa9bT2KhNnyGto9wyMwuDRDUG39x { width:2.4375rem;height:2.4375rem;top:47.311630249024rem;left:17.374133408069rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTavmoQJndZW4gSKmq4hXVmh5Vq9Asos { top:0rem;left:0.21701389551163rem;width:19.56175rem;height:36.9995rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #He1eMeHvPrMUB9apQ8hmbRIHoTa7eA4f { top:0rem;left:0rem;width:20rem;height:0.875rem;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hAmU4NXoBh7RyBsz1VvpE1ISR0pL79ED { width:14.561625rem;height:2.31228125rem;top:2.3717451095581rem;left:2.7191842198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsIhH1RB4JFK1PoOgQNx16IaP3C5LrP { top:0rem;left:0rem;width:20rem;height:0.75rem;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH { display:block; }#CBXow7LGHFyPbZ33v6LAvSKHP8aC4pwH > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlDwRCMp8CZtkRos4hTVObqso6RhTTC7 { width:17.68675rem;height:13.999rem;top:15.953369140625rem;left:1.15478515625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #enyvx6o7lbBMzQ8qB5mRaxL0hT9BueXh { width:19.875rem;height:50.3125rem;top:24.8095703125rem;left:0.0615234375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #vfWksfdHFbuHxtsUBZHEXRP6WXingoOu { width:7.0625rem;height:1.85595625rem;top:94.75rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4vhBxzNtpt03IyogJcw7WovfLeJvCdn { width:12.0615rem;height:1.375rem;top:96.5rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1rfAHqHBIL2VJpmb4JeA0nK8i7Rsqr { width:5.8125rem;height:1.3066375rem;top:95.125rem;left:10.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA4n0KiVK7LXKzn9v2Vs7VnK5ZxrCwBQ { width:8.1875rem;height:1.9931625rem;top:106.5625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SerdaPvqccgZlKabxzUnSgPnktbQM08k { width:8.875rem;height:1.375rem;top:215.25rem;left:8.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg8pMHRDfFWRKWw9517updP90Pyhq103 { width:17.5625rem;height:1.16875rem;top:216.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBNuEuKTEyuK1ZnJDq02QTA2zZb1bT1L { width:8.93847625rem;height:2.68847625rem;top:85.0625rem;left:5.5rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -moz-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -ms-linear-gradient(3deg, #4d7b2c, #caf303);background-image: -o-linear-gradient(3deg, #4d7b2c, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7b2c', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #4d7b2c, #caf303);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I2NwneUAtJMKfqzyoWRoOBRNkOuEmkll { display:block; }
 }@media only screen and (max-width: 763px) { #mQ19zwLHCobzdRB1o0m1gvEez1t4De1V { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #T3s7yDqcf63UFTxsOyp20TtAnVOgUhqH { display:block; }
 }@media only screen and (max-width: 763px) { #CHap0HfTysUeuZ2dqzBIJGBiJWyw9E5E { width:9.05075rem;height:2.80078125rem;top:98.25rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELwF7bAQ5u01D2W4DRBOsMcR2A13ThrT { display:block; }
 }@media only screen and (max-width: 763px) { #GvkS4ePKzBJyrRGTWQRTGWHv8kb7rvzw { width:7.6865rem;height:1.375rem;top:106.875rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #Nq12mGWT4l65N22HJxkz1s2LfEzElnq0 { width:10.9375rem;height:1.16796875rem;top:109rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #QgZOTqgVXh2Ec41QvgGcwrJW0duTbVyL { width:18.1875rem;height:6.09375rem;top:29.576171875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #OVnEbJvffZLgtz77BHXcTRfXQm3vZwx4 { width:1.875rem;height:1.875rem;top:71.399220466613rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #m9cOAv4RDJ9D9WiOa2NLpTIruCGNtvb6 { width:16.1875rem;height:7.2rem;top:71.125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #gLMPHCSlFfsfGe1J4aXiOw7hlklrnqL4 { width:1.875rem;height:1.875rem;top:192.0625rem;left:0.625rem;font-size:1.3125rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #KvbsCefS5zkBxEoch3y7D2HC0kZpZqXJ { width:15.625rem;height:7.2rem;top:192.0625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #BgolzKAo0GuwMqmklVxskwqgG7d9gV3r { width:7.875rem;height:1.58105625rem;top:93rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhwMKg45Hm8gg61qlpIxGxN4w2Q1ho6L { width:8.125rem;height:1.16796875rem;top:83.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBLsZilnQBLXH3hAg3PFLvQ8k9iqEDIR { width:8.125rem;height:1.9931625rem;top:81.25rem;left:6rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJZLVZZPoSZiQxUTobVTTDSXBJ7s0WhZ { width:17.875rem;height:2.3556875rem;top:3.8743438720703rem;left:1.0622830986977rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2yJom02379RZiZAf65PEQkLbi5tRGai { width:14.625rem;height:9rem;top:121.9375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkmdaRr1BaTLdz59zXwlFqFLxfJIVInU { width:14.625rem;height:9rem;top:132.1875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDt77rdGKInUdnwOI57xI8bdVcS8o0S2 { width:14.625rem;height:9rem;top:142.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA7mLagn4q9QFvrHe4UEHPsiDqzP7aeo { width:18.125rem;height:3.65625rem;top:38.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5FAgoZqPSzf6Fr7hWT3KXnd2zVuy2r { width:16.0625rem;height:3.65625rem;top:45.5rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #CSTeXurmr25t4P0MxuXIJCg0TnyXzmhO { width:17.374rem;height:2.4375rem;top:52.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #fwc0T0M9upy4qG8p6061Tn2tKa6sN4zM { width:18.0615rem;height:3.65625rem;top:57.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #FL9bTnE4A7FcyOGlVhmz9i5om1HCZsFx { width:15.7480625rem;height:2.4375rem;top:64.625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AERbkUC9tKMVvU4ED9cm61wWVWoQkfTC { width:16.6865rem;height:3.65625rem;top:70.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QBR2Sa2yA99wW9dur9PlhwFWWqkoLLlT { width:19.5rem;height:9.375rem;top:79.3125rem;left:0.25rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #FVc7kXur4b7siOKbW1ohCu3qHdfVKQGw { width:19.5rem;height:9.375rem;top:91.8125rem;left:0.25rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #RwI0DiMdqTTenw8tW8amadWfoFn9Q7yH { width:19.5rem;height:9.375rem;top:104.5625rem;left:0.25rem;border-top:0.5rem solid #e33e8e;border-left:0;border-right:0;border-bottom:0.5rem solid #e33e8e;display:block; }
 }@media only screen and (max-width: 763px) { #btcSAd366SWpNC5IZlNfGA2gCyikCB2s { width:20rem;height:10.5rem;top:7.0224609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfdx7FMVreIZziSHSdBVhVO8U5fKlRlN { width:14.4375rem;height:1.62305rem;top:76.75rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOdnxMENDlun6UtLIJffyrt3561muXmz { width:1.4375rem;height:1.4375rem;top:27.6240234375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABWGyTSoHin3rQ8bJw5cA0tLhNLUJgu { width:1.4375rem;height:1.4375rem;top:36.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXs4xIywdX0hcNcG8QZHFTRz6edKJBL { width:1.4375rem;height:1.4375rem;top:43.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbyN7EOHsND0JBctDoUfN6Ilw9E9amOl { width:1.4375rem;height:1.4375rem;top:50.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3QNi0GCNzEdNH80TGhrErFKg7ywcvZ3 { width:1.4375rem;height:1.4375rem;top:55.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvovFUWmUbg214MweQoE753T1dQ1yVii { width:1.436525rem;height:1.436525rem;top:62.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyghrD6NPhvkMlcnzzDwHrUkuGtPmNBH { width:1.436525rem;height:1.436525rem;top:68.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2In6a0A6KEWrfAgeeSdEzLn5ERIc7r { width:9rem;height:2.6875rem;top:110.9375rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhthXToo1bcTV9a3MM2pMJxJ45I2NJx { display:block; }
 }@media only screen and (max-width: 763px) { #crfJnvL799DoyhtlqCzKrbRBacB8tap8 { display:block; }#crfJnvL799DoyhtlqCzKrbRBacB8tap8 > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnuQKmwBOcPsUeks6IRRaOC8qvksNzcT { width:12.5rem;height:1.62305rem;top:1.4990234375rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MwlGUTy9pcX4f9w4qT8Lh4zwSfqKobcH { width:12.5rem;height:1.62305rem;top:28.311767578125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZR2M32Hdg8UCZxb580WbwqBDiAsDfDwu { width:10.06225rem;height:2.1875rem;top:31.56005859375rem;left:4.967041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwNiSrKw7Kw7s29bD1d9ZaN1D5K4sS8 { width:5.1245125rem;height:5.7421875rem;top:4.124755859375rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCnpHcStIKotg0FW81qZuZlllcaBW1ul { width:6.9995rem;height:5.561525rem;top:11.248779296875rem;left:6.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngfJ0WRlrciEtgOLd2sSOJ8wIKAuGWE { width:8.125rem;height:4.87426875rem;top:22.498779296875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3DFSefv6gO0BOnMOzAD1hOzvpsgyOh { width:10.7495rem;height:3.41675rem;top:18.3740234375rem;left:4.625244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ73gfZUH63fERNCf8fUUMCUWbpRniBE { width:10.125rem;height:4.186525rem;top:34.87353515625rem;left:4.9365234375rem;display:block; }
 }