.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:225,240,250;--color-primary-1:166,210,239;--color-primary-2:106,180,229;--color-primary-3:0,105,171;--color-primary-4:21,36,46;--color-secondary-0:255,243,218;--color-secondary-1:255,220,145;--color-secondary-2:255,197,72;--color-secondary-3:253,143,0;--color-secondary-4:51,39,14;--color-tertiary-0:255,255,255;--color-tertiary-1:194,197,199;--color-tertiary-2:154,158,161;--color-tertiary-3:157,157,157;--color-tertiary-4:0,0,0;--headlines-font-family:Bitter;--paragraphs-font-family:Bitter; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { background-color: transparent; background-image: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container > .video-iframe-container { display: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container { display: none; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .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); }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { border-width: 0; border-radius: 0; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.265625rem;left:50.3125rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);display:block; }
#lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.5625rem;left:50.3125rem;display:block; }
#rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.5625rem;left:41rem;display:block; }
#Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { background-color:#18ab5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.5625rem;left:31.5625rem;display:block; }
#WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.5625rem;left:22.125rem;display:block; }
#TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.5625rem;left:12.6875rem;display:block; }
#TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iELLdZK18mywecf6iNARqXFhZBzc0df4 { background-color:#fd8f00;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.5625rem;left:3.1875rem;display:block; }
#LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { border-bottom:0;border-left:0;border-right:0;border-top:0;height:11.375rem;width:38.625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.03125rem;left:3.1875rem;overflow:hidden;display:block; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.59375rem;left:60.65625rem; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.69);background-image:url("https://images.assets-landingi.com/uc/ec50d57c-4653-45a0-89ce-6edab7fca2af/imgi_11_header.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.adaptive-delivery-prevent-bg, #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.lazyload, #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H.lazyloading { background-image: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { background-color: transparent; background-image: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container > .video-iframe-container { display: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container { display: none; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .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); }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { border-width: 0; border-radius: 0; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl { position:relative;display:block; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl { background-color: transparent; background-image: none; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row .container > .video-iframe-container { display: none; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row > .video-iframe-container { display: none; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .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); }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl { border-width: 0; border-radius: 0; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .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; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .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:19.3125rem;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:block; }#vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.875rem;left:1.40625rem;height:11.8125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:20rem;height:2.03125rem;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; }
#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container { background-color: transparent; background-image: none; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container > .video-iframe-container { display: none; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row > .video-iframe-container { display: none; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .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); }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container { border-width: 0; border-radius: 0; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#bDUlnAv3a93oK3veso9TTuSJ5ED5HRfM { display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.796875rem;left:16.09375rem;height:2.03125rem;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; }
#MHbv3OEGCembtcXgbJOFkMmPBmsS9sG2 { display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.03125rem;left:1.625rem;height:3.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container { background-color: transparent; background-image: none; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container > .video-iframe-container { display: none; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row > .video-iframe-container { display: none; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .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); }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container { border-width: 0; border-radius: 0; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#LnGkQPQ8S5R4T8han6q8SkEDBqROczvr { position:absolute;display:block;z-index:15004;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.3125rem 0.3125rem 0.75rem #4d5357 ;height:20.375rem;width:32.875rem;top:4.8125rem;left:39.8125rem;overflow:hidden;display:block; }
#m8eGSLuVpNVnqDvApwTzWx7P1oHkguDd { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.34375rem;left:1.125rem;height:25.3125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container { background-color: transparent; background-image: none; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container > .video-iframe-container { display: none; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row > .video-iframe-container { display: none; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .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); }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container { border-width: 0; border-radius: 0; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#J76v1sUu8nP1iqnAllHlmtIx6wFN6CnL { position:absolute;display:block;z-index:15005;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.3125rem 0.3125rem 0.75rem #4d5357 ;height:30.6875rem;width:20.375rem;top:1.15625rem;left:2.3125rem;overflow:hidden;display:block; }
#sMIBIVZzl9dDdZBWN3JGfVBqIpa86xt2 { position:absolute;display:block;z-index:15006;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.3125rem 0.3125rem 0.75rem #4d5357 ;height:30.5625rem;width:20.375rem;top:1.15625rem;left:27.3125rem;overflow:hidden;display:block; }
#PT5bJL1lL47c3SnBGaPxW0WTeRUOpwfq { position:absolute;display:block;z-index:15007;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.3125rem 0.3125rem 0.75rem #4d5357 ;height:30.5625rem;width:20.375rem;top:1.21875rem;left:52.3125rem;overflow:hidden;display:block; }
#EEDE4frWOiGItOhcdrc9THIu2xu87kyy { position:relative;display:block; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy { background-color: transparent; background-image: none; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row .container > .video-iframe-container { display: none; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row > .video-iframe-container { display: none; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .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); }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy { border-width: 0; border-radius: 0; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .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; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .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:18.6875rem;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:block; }#e4dhgIUO6dnLA99MT6f2aq6h5mWKt4Nw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.375rem;left:16.625rem;display:block; }
#fAeCt1QIG4C5KDhzkcD2A7e5yT06u7XO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDlGJWf6HleyZbLBNmnbvzi513nstZnW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.375rem;left:26.0625rem;display:block; }
#tf9CA478PgamV1uSUyHsLeZsKtQGNVZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQwyEMWoT17oNK6EqOkTKUQr3cNhH3Og { background-color:#18ab5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:9.375rem;left:35.5rem;display:block; }
#IwUeTfuQgK3MZxBFC79OI72Ti47Z7T7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5UcHeQigmemD0ni01R2472TcRSnNsCC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.4375rem;left:49.5rem;display:block; }
#q7AzOxhWmiqes9dgGIRb6tSXDnuEriIa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9VnkDpiZ0RClcGRLo3bpz2pDufivTmv { display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5rem;left:1.34375rem;height:5.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-2),1);display:block; }
#XTfrQT2nKNLinU2Zl8Ke7Ow83aNdTcDG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.75rem;left:47.1875rem;display:block; }
#SwbcfD0KbhAeyqfNHaaJh2L6TabLqqBH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODoIhxmqxFQ0LkuIioWiToBTx9zcU54a { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.75rem;left:28.3125rem;display:block; }
#KReqQrS4x8RTGgWJKT8UN9KTxNZr9FW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaDbm8z7Tsuam805ai36FXe783tuxi0k { background-color:#18ab5a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.75rem;left:37.75rem;display:block; }
#O9s1EfchhsomUCcMrFbp02cfOIUl3d85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GJOL6uLl3USkODOh9DhRWZ2ztHXlMmDU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13.75rem;left:18.875rem;display:block; }
#NRURZTuqpQKFxWSt3iPT1EOGa9oBccct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk { position:relative;display:block; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk { background-color: transparent; background-image: none; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row .container > .video-iframe-container { display: none; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row > .video-iframe-container { display: none; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .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); }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk { border-width: 0; border-radius: 0; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .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; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .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:5.0625rem;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:block; }#yasaduTdC9sZSPI5K64UqPrBbtQKtO5T { display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:8.25rem;height:3.0058625rem;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; }
#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { border-bottom:0;border-left:0;border-right:0;border-top: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; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { background-color: transparent; background-image: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container > .video-iframe-container { display: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container { display: none; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .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); }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { border-width: 0; border-radius: 0; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#JpnGiccWpPJg2r18KEteh4MUQzWNslLG { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:39.28125rem;height:6.09375rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);display:block; }
#W0liTDOyooddOSO7Fqy43bG6bJOJse03 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.8125rem;width:22.25rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#dCK2U3Me6EZSketMlgU2hcA8xQgcSSQR { box-sizing:content-box;color:#3fbcff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:3.59375rem;left:68.6875rem;display:block; }
#Fd07p1eenmoSOtUiUqakIt65LoACzJmb { border-bottom:0rem solid rgba(var(--color-tertiary-2),1);border-left:0rem solid #83c182;border-right:0rem solid #83c182;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);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; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { background-color: transparent; background-image: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container > .video-iframe-container { display: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container { display: none; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .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); }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { border-width: 0; border-radius: 0; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { display:block;width:75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { display:block; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { width:18.25rem;height:4.25rem;top:14.0625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { width:8.9375rem;height:2.5625rem;top:16.375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block; }
 }@media only screen and (max-width: 1199px) { #cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block; }
 }@media only screen and (max-width: 1199px) { #EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { width:8.9375rem;height:2.5625rem;top:16.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block; }
 }@media only screen and (max-width: 1199px) { #SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block; }
 }@media only screen and (max-width: 1199px) { #bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { width:8.9375rem;height:2.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block; }
 }@media only screen and (max-width: 1199px) { #iELLdZK18mywecf6iNARqXFhZBzc0df4 { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block; }
 }@media only screen and (max-width: 1199px) { #kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { width:38.625rem;height:11.375rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { width:2.5rem;height:2.5rem;top:15.5625rem;left:45.25rem;display:block; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { display:block; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl { display:block; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { width:47.75rem;height:11.8125rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { width:35rem;height:2rem;top:1.625rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh { display:block; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bDUlnAv3a93oK3veso9TTuSJ5ED5HRfM { width:42.8125rem;height:2rem;top:1.75rem;left:2.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHbv3OEGCembtcXgbJOFkMmPBmsS9sG2 { width:47.75rem;height:3.375rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK { display:block; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LnGkQPQ8S5R4T8han6q8SkEDBqROczvr { width:32.875rem;height:20.375rem;top:4.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8eGSLuVpNVnqDvApwTzWx7P1oHkguDd { width:35.25rem;height:25.3125rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp { display:block; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J76v1sUu8nP1iqnAllHlmtIx6wFN6CnL { width:20.375rem;height:30.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMIBIVZzl9dDdZBWN3JGfVBqIpa86xt2 { width:20.375rem;height:30.5625rem;top:1.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT5bJL1lL47c3SnBGaPxW0WTeRUOpwfq { width:20.375rem;height:30.5625rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEDE4frWOiGItOhcdrc9THIu2xu87kyy { display:block; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e4dhgIUO6dnLA99MT6f2aq6h5mWKt4Nw { width:8.9375rem;height:2.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAeCt1QIG4C5KDhzkcD2A7e5yT06u7XO { display:block; }
 }@media only screen and (max-width: 1199px) { #EDlGJWf6HleyZbLBNmnbvzi513nstZnW { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tf9CA478PgamV1uSUyHsLeZsKtQGNVZI { display:block; }
 }@media only screen and (max-width: 1199px) { #WQwyEMWoT17oNK6EqOkTKUQr3cNhH3Og { width:8.9375rem;height:2.5625rem;top:16.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IwUeTfuQgK3MZxBFC79OI72Ti47Z7T7t { display:block; }
 }@media only screen and (max-width: 1199px) { #T5UcHeQigmemD0ni01R2472TcRSnNsCC { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7AzOxhWmiqes9dgGIRb6tSXDnuEriIa { display:block; }
 }@media only screen and (max-width: 1199px) { #z9VnkDpiZ0RClcGRLo3bpz2pDufivTmv { width:47.75rem;height:5.0625rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTfrQT2nKNLinU2Zl8Ke7Ow83aNdTcDG { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwbcfD0KbhAeyqfNHaaJh2L6TabLqqBH { display:block; }
 }@media only screen and (max-width: 1199px) { #ODoIhxmqxFQ0LkuIioWiToBTx9zcU54a { width:8.9375rem;height:2.5625rem;top:12.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KReqQrS4x8RTGgWJKT8UN9KTxNZr9FW2 { display:block; }
 }@media only screen and (max-width: 1199px) { #VaDbm8z7Tsuam805ai36FXe783tuxi0k { width:8.9375rem;height:2.5625rem;top:16.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O9s1EfchhsomUCcMrFbp02cfOIUl3d85 { display:block; }
 }@media only screen and (max-width: 1199px) { #GJOL6uLl3USkODOh9DhRWZ2ztHXlMmDU { width:8.9375rem;height:2.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRURZTuqpQKFxWSt3iPT1EOGa9oBccct { display:block; }
 }@media only screen and (max-width: 1199px) { #b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk { display:block; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yasaduTdC9sZSPI5K64UqPrBbtQKtO5T { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { display:block; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JpnGiccWpPJg2r18KEteh4MUQzWNslLG { width:22.3125rem;height:8.5rem;top:10.1875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0liTDOyooddOSO7Fqy43bG6bJOJse03 { width:22.25rem;height:8.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCK2U3Me6EZSketMlgU2hcA8xQgcSSQR { width:5.0625rem;height:5.0625rem;top:3.5625rem;left:42.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fd07p1eenmoSOtUiUqakIt65LoACzJmb { display:block; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { width:47.75rem;height:6.25rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 { display:block; }#aVL2PZnlU0wGIlHlKCxN9WR99TS7ing4 > .row .container { width:20rem;height:36.63996763754rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZiKyTZWdDxBoXJwc1qB4fFpH2sIyTc0 { width:18.25rem;height:4.25rem;top:8.625rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZXirs3u09lBlQHuUwdC9ynltDXN1vGd { width:8.9375rem;height:2.5625rem;top:21.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rILl02s12b4t7UEPsa4E9g3tzo6QTK3n { display:block; }
 }@media only screen and (max-width: 763px) { #cv84ycsIDMT4pxqRMsDs651MFpsWdE6k { width:8.9375rem;height:2.5625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z62TfIQk3BsKELgTaDfpH0mJH5f4qQLM { display:block; }
 }@media only screen and (max-width: 763px) { #EFpTA1I0VqKbluohgAtBPvHGXpUrZ45u { width:8.9375rem;height:2.5625rem;top:17.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI6OtMuEZhSvnnr7GVuDKbTZAGDLtaxB { display:block; }
 }@media only screen and (max-width: 763px) { #SoeT4n3oz2Ks1ESNFGUEXqCriDrBrPi8 { width:8.9375rem;height:2.5625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFybUy2q17mz3SS0NOVNHopw6EbqiVf { display:block; }
 }@media only screen and (max-width: 763px) { #bSTK2vFTwMveXNEXL24EzhSOshTtJPcd { width:8.9375rem;height:2.5625rem;top:14rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgXqACe7KVvcSdkCSZiTrC037Kt02B5x { display:block; }
 }@media only screen and (max-width: 763px) { #iELLdZK18mywecf6iNARqXFhZBzc0df4 { width:8.9375rem;height:2.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeMiuulLaHO2Cf9GpPUf7G9sSaHBIwUa { display:block; }
 }@media only screen and (max-width: 763px) { #kwgwTcmxnqrda5aDpO6yo3FVzDpT8F6V { width:20rem;height:5.8899676375405rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a { display:flex;width:2.5rem;height:2.5rem;top:32.889967637541rem;left:8.75rem; }
#dpOhSfPctzdyPTJ2FZ0xVrKibc1OBl1a > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JEblGVJVzQybyf2V6H6GxFEL1gvfT12H { display:block; }#JEblGVJVzQybyf2V6H6GxFEL1gvfT12H > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl { display:block; }#M7lAP3GZ7TTzBiN81MwyLNy8MKBetzCl > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVWKkk2sUCiQ3hwIJ8IN2oxUqbc8QHHM { width:20rem;height:15rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBQI2KiFtGdrdEVF3VkXea9ZaubuMo7I { width:20rem;height:2.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh { display:block; }#U5mKJwooiCdWyB6oEQzfhaLTl9C7GfUh > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDUlnAv3a93oK3veso9TTuSJ5ED5HRfM { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbv3OEGCembtcXgbJOFkMmPBmsS9sG2 { width:20rem;height:0;top:4.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK { display:block; }#KK4FvJrH2eMyUenAhUTUnHEXTD71ZlhK > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnGkQPQ8S5R4T8han6q8SkEDBqROczvr { width:20rem;height:12.395437262357rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8eGSLuVpNVnqDvApwTzWx7P1oHkguDd { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp { display:block; }#BTQX1WT8ARtfDOTyc5TdA1DbC4mGbzqp > .row .container { width:20rem;height:95.122699386503rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J76v1sUu8nP1iqnAllHlmtIx6wFN6CnL { width:20rem;height:30.122699386503rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMIBIVZzl9dDdZBWN3JGfVBqIpa86xt2 { width:20rem;height:30rem;top:32.622699386503rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5bJL1lL47c3SnBGaPxW0WTeRUOpwfq { width:20rem;height:30rem;top:63.8726993865rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEDE4frWOiGItOhcdrc9THIu2xu87kyy { display:block; }#EEDE4frWOiGItOhcdrc9THIu2xu87kyy > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4dhgIUO6dnLA99MT6f2aq6h5mWKt4Nw { width:8.9375rem;height:2.5625rem;top:22.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAeCt1QIG4C5KDhzkcD2A7e5yT06u7XO { display:block; }
 }@media only screen and (max-width: 763px) { #EDlGJWf6HleyZbLBNmnbvzi513nstZnW { width:8.9375rem;height:2.5625rem;top:7.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf9CA478PgamV1uSUyHsLeZsKtQGNVZI { display:block; }
 }@media only screen and (max-width: 763px) { #WQwyEMWoT17oNK6EqOkTKUQr3cNhH3Og { width:13.3125rem;height:2.5625rem;top:30.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwUeTfuQgK3MZxBFC79OI72Ti47Z7T7t { display:block; }
 }@media only screen and (max-width: 763px) { #T5UcHeQigmemD0ni01R2472TcRSnNsCC { width:8.9375rem;height:2.5625rem;top:15.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7AzOxhWmiqes9dgGIRb6tSXDnuEriIa { display:block; }
 }@media only screen and (max-width: 763px) { #z9VnkDpiZ0RClcGRLo3bpz2pDufivTmv { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfrQT2nKNLinU2Zl8Ke7Ow83aNdTcDG { width:8.9375rem;height:2.5625rem;top:19rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwbcfD0KbhAeyqfNHaaJh2L6TabLqqBH { display:block; }
 }@media only screen and (max-width: 763px) { #ODoIhxmqxFQ0LkuIioWiToBTx9zcU54a { width:8.9375rem;height:2.5625rem;top:11.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KReqQrS4x8RTGgWJKT8UN9KTxNZr9FW2 { display:block; }
 }@media only screen and (max-width: 763px) { #VaDbm8z7Tsuam805ai36FXe783tuxi0k { width:8.9375rem;height:2.5625rem;top:34.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9s1EfchhsomUCcMrFbp02cfOIUl3d85 { display:block; }
 }@media only screen and (max-width: 763px) { #GJOL6uLl3USkODOh9DhRWZ2ztHXlMmDU { width:8.9375rem;height:2.5625rem;top:26.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRURZTuqpQKFxWSt3iPT1EOGa9oBccct { display:block; }
 }@media only screen and (max-width: 763px) { #b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk { display:block; }#b4d1dvQBhqaZVTWlD6Z3FZeM26fQHabk > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yasaduTdC9sZSPI5K64UqPrBbtQKtO5T { width:20rem;height:3.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt { display:block; }#qEpVVUKD0BEFRdzfUxPQ3qnXrT5TePCt > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpnGiccWpPJg2r18KEteh4MUQzWNslLG { width:20rem;height:8.5rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0liTDOyooddOSO7Fqy43bG6bJOJse03 { width:20rem;height:7.9213483146067rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCK2U3Me6EZSketMlgU2hcA8xQgcSSQR { width:5.0625rem;height:5.0625rem;top:56.6875rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd07p1eenmoSOtUiUqakIt65LoACzJmb { display:block; }#Fd07p1eenmoSOtUiUqakIt65LoACzJmb > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3TSs8sgITzVSzRTJwsRzsu4s4wGIruR { width:20rem;height:6.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }