.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:255,248,227;--color-primary-1:255,232,163;--color-primary-2:255,208,70;--color-primary-3:128,104,35;--color-primary-4:38,31,11;--color-secondary-0:232,244,223;--color-secondary-1:178,217,150;--color-secondary-2:100,179,44;--color-secondary-3:50,90,22;--color-secondary-4:15,27,7;--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:NotoSans z dysku;--paragraphs-font-family:NotoSans z dysku; }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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;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; }#LqCt4uC6QFKewDthdpMpKbytolZ5i8OM { z-index:15002;top:1.9375rem;left:60.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CVPDlLSnWvlwHd16fNSzu957DAkbL0WV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3axatHLaT38zEsp79oQTZV60vy9JHPh { position:absolute;display:block;z-index:15003;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.1875rem;width:11.5625rem;top:2.4036455154419rem;left:5.0364583730697rem;overflow:hidden;display:block; }
#uahoztJzdA7NeyiaZKoLHc07BACm4mSE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:13.0625rem;top:1.8125rem;left:18.786459565162rem;overflow:hidden;display:block; }
#sTMKV5G7epFSy1Fi468fXMENSywVobHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0ef4fe2b-0ae6-4a7b-99fc-4f2dc78bd398/Depositphotos_674160720_XL.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX.adaptive-delivery-prevent-bg, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyload, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyloading { background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { background-color: transparent; background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .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); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { border-width: 0; border-radius: 0; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#yG8ODsRSk00h9z5ECAvOnHKEFsQbTbc8 { z-index:15017;top:20.686199188233rem;left:0.56250011920929rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.8125rem rgba(var(--color-tertiary-4),0.21) ;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:21.875rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ihBnHBCeAUqSI3RpmCkaTsp57titHh9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrsrDJ2EJBEESIJe0OSDtHWNc87DW931 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:10.063151359558rem;left:0.74544274806975rem;height:8.28515625rem;font-style:normal;display:block; }
#zl1oLiBNZRnDpJhHzUt2ctfqDNhP45z9 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:44.9375rem;top:7.0305395126344rem;left:0rem;display:none; }
#BZ6nlUHKqZH7taqT2TbnTrOqVeR74bKA { position:absolute;display:block;z-index:15000;background-color:rgba(239,239,239,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.812125rem;width:46.875rem;top:6.322265625rem;left:0rem;display:none; }
#mshfh3KdnzHHn4bVcF5IJqo7zWZFTa3S { color:rgba(var(--color-secondary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:6.3125rem;left:0.30859375rem;height:3.25rem;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; }
#nVuvsSryFk26K5PpMgwzV39zslw0zexV { color:rgba(var(--color-secondary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:3.3681640625rem;left:53.25rem;height:3.0058625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dd6ZnIe3uI15MznEbC1SL1bakrTuo7yp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.3125rem;top:3.75rem;left:49.49609375rem;overflow:hidden;display:block; }
#V6oFNaqcfASLKF0tpM5beAVsVsgMGamq { color:rgba(var(--color-secondary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),1);top:3.4296875rem;left:67.1875rem;height:3.0058625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zL2tBqyKZA5VxJE4yUZu0sPdNqL9bwXM { position:absolute;display:block;z-index:15018;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:3.875rem;left:66.03125rem;display:block; }
#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm { 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; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { background-color: transparent; background-image: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container > .video-iframe-container { display: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container { display: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .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); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { border-width: 0; border-radius: 0; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#JvdZhTNyH2lJ8zg2maLRHLrD6cicTpe2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.109375rem;left:4.9628907442093rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#mcHp9oxqvgnkyolipfhXEPtNPghUDScX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.109375rem;left:26.906250596046rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#eyJLdfCyMwOFo2W8gNkPsxuZT6N72rfx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.109375rem;left:54.86783850193rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#Sf6ZGXnG0lbIf3RbZpsbgUMB0sGbQwT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.0625rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JM9lWx7C8g0DC1t7h85SqwPLEQPwpMtK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.791015625rem;left:3.7747398614883rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#FnR8gDnkqKu36fHH74N8lqTFw1CTAiaG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.791016578674rem;left:26.91666662693rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#g4rxuZ6AdcHNIOK9npgxKxixEwqmyCyH { position:absolute;display:block;z-index:15005;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.375rem;width:4.375rem;top:9.7864589691163rem;left:10.900391221046rem;overflow:hidden;display:block; }
#Dzoa9s9VpnzUetASvJXAvLJGLndKnlqB { position:absolute;display:block;z-index:15006;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.25rem;width:4.25rem;top:9.6927089691163rem;left:35.19205725193rem;overflow:hidden;display:block; }
#TCrLeMCGrfzDvCICrb6gpvC9NG0w8KBT { 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:3.75rem;width:3.75rem;top:9.4739589691163rem;left:60.96158850193rem;overflow:hidden;display:block; }
#zdTFOGgrlMcFiSrTd93qVLALb46f4mqa { 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:3.8125rem;width:3.8125rem;top:21.380208969116rem;left:11.181641221046rem;overflow:hidden;display:block; }
#SGzm5QWMhklSvu7FvSvTrHV6VoVyN2MT { 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:3.8125rem;width:3.8125rem;top:21.380208969116rem;left:35.837891221046rem;overflow:hidden;display:block; }
#M27OrMOhzzAdxZHIpboFgoVPrWFs1Jhp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.984375953674rem;left:51.554690003395rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#X1N1hyz9daaHTxL8oZsDoApWhdBneQoi { 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.75rem;width:3.75rem;top:21.411458969116rem;left:61.05533850193rem;overflow:hidden;display:block; }
#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX { position:relative;display:block; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX { background-color: transparent; background-image: none; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row .container > .video-iframe-container { display: none; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row > .video-iframe-container { display: none; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .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); }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX { border-width: 0; border-radius: 0; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .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; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.8125rem;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; }#uDrpOE3SV7SIM1SSiJTm8XUxQJvsH3Ip { color:#3d4248;display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:10.436849594116rem;height:2.925rem;display:block; }
#rEiNMrqCeH6IOiDRfVyMbDNBh62pna5m { color:#3d4248;display:block;width:73.560625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#qzGnPvx0yqrDzLwXqQH8BD7TVWirAywN { color:#3d4248;display:block;width:7.8111875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5rem;left:59.184900283814rem;height:2.925rem;display:block; }
#pbB3hHXFoo2PnH5Gs7I44DFqSgk1azIA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.435546875rem;left:6.40625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Leyd5Nn67uaROAQfxNhm09lbnIKnfNkL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.435546875rem;left:35.156251907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PBn6fwdBc7AV9fhdfCmVDbsoME7UCngE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.435546875rem;left:59.184900283814rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XGIETO9qGxpwIGueoS0Ol6ie5ITrb9FZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.055994749069rem;left:26.72916662693rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;position:relative;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;display:block; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { background-color: transparent; background-image: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .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); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { border-width: 0; border-radius: 0; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#SbtV9Z1u6Ppithzg4KhJ1JQTlM2yoNAQ { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:2.8750004768372rem;left:38.562502503395rem;display:block; }
#yiKNobDsdQZXZet5sF4dOTb8LULeH8aI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:11.288412094116rem;left:41.958334565163rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlKJZo1Oo3D2HFUcmVOuHZmufCM0JTEf { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.287761688233rem;left:9.5312505960463rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrmXr7sCNbb6dhNz5lMqti72iXzb0MrP { position:absolute;display:block;z-index:15047;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:10.3125rem;width:10.3125rem;top:0rem;left:16.51041662693rem;overflow:hidden;display:block; }
#MXDSAN9CPUGElAgev5BfU2OAduiODx5T { position:absolute;display:block;z-index:15046;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:10.3125rem;width:10.3125rem;top:0rem;left:48.26041662693rem;overflow:hidden;display:block; }
#dZQ011IrpoDKm6dB6GJ5n0SgRHmRr5AN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:10.708333611488rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ydHSKzFALR9fC0OntwkRMqDcIWuRwgfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:46.22916662693rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xRK5pPTiSOwJiZFckCCPkdZgSN8IOCcF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8rem;top:37.34375rem;left:16.51041662693rem;overflow:hidden;display:block; }
#cID0NOl9mTKFkZEwrwGKMiguu9cZnA5r { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.9375rem;top:37.0625rem;left:49.437502503395rem;overflow:hidden;display:block; }
#Wv61yPBelunUzOZeFzlKIHfBTUrWpkCt { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:40.5rem;left:9.5312505960463rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sbHomN5OylhCGfAztTBLrtnOtN0eCt9a { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:39.03125rem;left:41.750002503395rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tGHqeOkNC4e98iiDENr0IHAICW9OKyQw { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:3.25rem;left:37.1875rem;display:none; }
#i5NrZDB3lkBUx8bKr27Jt4WvPtDCXEdK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:30.705079078674rem;left:40.69791662693rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UKw8qntq9Ig2l7MoBO98ifuDDUBitQ1a { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.788412094116rem;left:41.958334565163rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WTUoUFwFsCfLiMJvFUOlvKu9hArqbAGc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:39.500001430511rem;left:9.5312505960463rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XHrpfBpTmTAZoACZ0eodV2PlF4W0G34Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:38.09375rem;left:41.750000596046rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BScQagOEctg6ITFgHJdsmHPoCNnmLJsA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:40.5rem;left:9.5312505960463rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container { background-color: transparent; background-image: none; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container > .video-iframe-container { display: none; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row > .video-iframe-container { display: none; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .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); }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container { border-width: 0; border-radius: 0; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#DLvrDsyKTW4T6mk05Tx1o2bPclnQDKSe { position:absolute;display:block;z-index:15006;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.375rem;width:3.375rem;top:1.373046875rem;left:32.43619787693rem;overflow:hidden;display:block; }
#kEBtey9eeJGl6LiUsbhyOlR5geTWbDnU { color:#2e2e2e;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:61.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsGJfBAlldEhnfRbUEbwrel7nC5QH0xn { color:#2e2e2e;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.4361972808838rem;left:36.684897065163rem;height:1.4622375rem;font-style:normal;display:block; }
#fv3OD9mpONKAyHgFxkoPKKOokd3UbHhe { color:#2e2e2e;display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.537109375rem;left:52.125002503395rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4VFLQItWQ4LNJ9CaHeZOkE0UwTnxDzD { position:absolute;display:block;z-index:15018;background-color:#3d4248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:0.0625rem;top:1.71875rem;left:50.062502503395rem;display:block; }
#ztH8tXdCOmrSB05UxMJfM0KudsNpzhtd { position:absolute;display:block;z-index:15019;background-color:#3d4248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:0.0625rem;top:1.71875rem;left:59.85416662693rem;display:block; }
#DTdZJfQf4IzV9xHJHQJZugz3VG2vPTTq { position:absolute;display:block;z-index:15018;background-color:#3d4248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:0.0625rem;top:1.71875rem;left:50.062502503395rem;display:block; }
#ArXMuOvkPGyw6B8WvT5LXx1O2TEig3tw { position:absolute;display:block;z-index:15018;background-color:#3d4248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:0.0625rem;top:1.71875rem;left:50.062502503395rem;display:block; }
#Xzbv2f7fda4fhdfobbhi7Cd2ZPGTeeVG { position:absolute;display:block;z-index:15018;background-color:#3d4248;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:0.0625rem;top:1.71875rem;left:50.062502503395rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LqCt4uC6QFKewDthdpMpKbytolZ5i8OM { top:1.9375rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVPDlLSnWvlwHd16fNSzu957DAkbL0WV { display:block; }
 }@media only screen and (max-width: 1199px) { #Q3axatHLaT38zEsp79oQTZV60vy9JHPh { width:11.5625rem;height:3.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uahoztJzdA7NeyiaZKoLHc07BACm4mSE { width:13.0625rem;height:4.3125rem;top:1.8125rem;left:13.598958611488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTMKV5G7epFSy1Fi468fXMENSywVobHX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ef4fe2b-0ae6-4a7b-99fc-4f2dc78bd398/Depositphotos_674160720_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX.adaptive-delivery-prevent-bg, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyload, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyloading { background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { background-color: transparent; background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .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); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { width:47.75rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yG8ODsRSk00h9z5ECAvOnHKEFsQbTbc8 { top:15.875rem;left:0.6875rem;width:15.9375rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ihBnHBCeAUqSI3RpmCkaTsp57titHh9a { display:block; }
 }@media only screen and (max-width: 1199px) { #BrsrDJ2EJBEESIJe0OSDtHWNc87DW931 { width:25.25rem;height:6.09375rem;top:8.75rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zl1oLiBNZRnDpJhHzUt2ctfqDNhP45z9 { width:44.9375rem;height:21.75rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BZ6nlUHKqZH7taqT2TbnTrOqVeR74bKA { width:46.875rem;height:21.75rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mshfh3KdnzHHn4bVcF5IJqo7zWZFTa3S { width:17.75rem;height:2.6809875rem;top:5.6875rem;left:1.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVuvsSryFk26K5PpMgwzV39zslw0zexV { width:5rem;height:2.1933625rem;top:3.4648444652558rem;left:34.125002503395rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dd6ZnIe3uI15MznEbC1SL1bakrTuo7yp { width:1.5625rem;height:1.8125rem;top:3.5917973518372rem;left:32.000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6oFNaqcfASLKF0tpM5beAVsVsgMGamq { width:4.6875rem;height:2.1933625rem;top:3.4648442268372rem;left:39.875002503395rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zL2tBqyKZA5VxJE4yUZu0sPdNqL9bwXM { width:0.125rem;height:1.75rem;top:3.6855473518372rem;left:39.22916662693rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm { display:block; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JvdZhTNyH2lJ8zg2maLRHLrD6cicTpe2 { width:13.4375rem;height:2.4375rem;top:14.125rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcHp9oxqvgnkyolipfhXEPtNPghUDScX { width:15.5rem;height:3.65625rem;top:14.265625rem;left:16.250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyJLdfCyMwOFo2W8gNkPsxuZT6N72rfx { width:13.9375rem;height:3.65625rem;top:14.125rem;left:32.218750596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sf6ZGXnG0lbIf3RbZpsbgUMB0sGbQwT7 { width:47.75rem;height:3.16861875rem;top:3.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JM9lWx7C8g0DC1t7h85SqwPLEQPwpMtK { width:14.9375rem;height:3.65625rem;top:25.375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnR8gDnkqKu36fHH74N8lqTFw1CTAiaG { width:14.75rem;height:3.65625rem;top:25.375rem;left:16.812500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4rxuZ6AdcHNIOK9npgxKxixEwqmyCyH { width:3.625rem;height:3.625rem;top:9.1979167461394rem;left:5.7187501192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dzoa9s9VpnzUetASvJXAvLJGLndKnlqB { width:3.5rem;height:3.5rem;top:9.2604169845581rem;left:22.062500596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCrLeMCGrfzDvCICrb6gpvC9NG0w8KBT { width:3.8125rem;height:3.8125rem;top:9.0625rem;left:37.093752503395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdTFOGgrlMcFiSrTd93qVLALb46f4mqa { width:3.8125rem;height:3.8125rem;top:20.625rem;left:6.3125001192094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGzm5QWMhklSvu7FvSvTrHV6VoVyN2MT { width:3.625rem;height:3.625rem;top:20.71875rem;left:22.375000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M27OrMOhzzAdxZHIpboFgoVPrWFs1Jhp { width:14.625rem;height:3.65625rem;top:25.375rem;left:31.875002503395rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1N1hyz9daaHTxL8oZsDoApWhdBneQoi { width:3.5rem;height:3.5rem;top:20.78125rem;left:37.187502503395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX { display:block; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uDrpOE3SV7SIM1SSiJTm8XUxQJvsH3Ip { width:5.625rem;height:3.16875rem;top:3.625rem;left:5.1875000596046rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEiNMrqCeH6IOiDRfVyMbDNBh62pna5m { width:9.625rem;height:3.16875rem;top:3.625rem;left:19.65625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzGnPvx0yqrDzLwXqQH8BD7TVWirAywN { width:5.625rem;height:3.16875rem;top:3.625rem;left:36.437501251697rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pbB3hHXFoo2PnH5Gs7I44DFqSgk1azIA { width:12.875rem;height:2.76171875rem;top:7.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Leyd5Nn67uaROAQfxNhm09lbnIKnfNkL { width:4.6875rem;height:1.38125rem;top:7.5625rem;left:22.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBn6fwdBc7AV9fhdfCmVDbsoME7UCngE { width:4.125rem;height:1.38125rem;top:7.5625rem;left:37.187501251697rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGIETO9qGxpwIGueoS0Ol6ie5ITrb9FZ { width:35.75rem;height:2.11198125rem;top:13.555339097977rem;left:6.0000001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC { display:block; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC { background-color: transparent; background-image: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .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); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { width:47.75rem;background-color:transparent;background-image:none;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SbtV9Z1u6Ppithzg4KhJ1JQTlM2yoNAQ { left:23.750000596046rem;top:2.1875rem;background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiKNobDsdQZXZet5sF4dOTb8LULeH8aI { width:22.25rem;height:19.49219375rem;top:12.8125rem;left:25.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mlKJZo1Oo3D2HFUcmVOuHZmufCM0JTEf { width:22.5rem;height:19.492175rem;top:12.75rem;left:0.84375011920931rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrmXr7sCNbb6dhNz5lMqti72iXzb0MrP { width:10.3125rem;height:10.3125rem;top:0rem;left:7.1250001192094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXDSAN9CPUGElAgev5BfU2OAduiODx5T { width:10.3125rem;height:10.3125rem;top:0rem;left:30.406250596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZQ011IrpoDKm6dB6GJ5n0SgRHmRr5AN { width:21.75rem;height:1.625rem;top:11.104166984558rem;left:1.4062501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydHSKzFALR9fC0OntwkRMqDcIWuRwgfJ { width:15.9375rem;height:1.625rem;top:11.166666984558rem;left:28.375000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xRK5pPTiSOwJiZFckCCPkdZgSN8IOCcF { width:9.125rem;height:2.4375rem;top:36.96875rem;left:6.5000001192094rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cID0NOl9mTKFkZEwrwGKMiguu9cZnA5r { width:10.125rem;height:3.1875rem;top:36.46875rem;left:30.656250596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wv61yPBelunUzOZeFzlKIHfBTUrWpkCt { width:19.9375rem;height:0;top:40.6875rem;left:0.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sbHomN5OylhCGfAztTBLrtnOtN0eCt9a { width:19.8125rem;height:6.4974rem;top:39.40625rem;left:25.500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tGHqeOkNC4e98iiDENr0IHAICW9OKyQw { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5NrZDB3lkBUx8bKr27Jt4WvPtDCXEdK { width:20.3125rem;height:2.4375rem;top:29.783855438233rem;left:24.062500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKw8qntq9Ig2l7MoBO98ifuDDUBitQ1a { width:22.25rem;height:18.28125rem;top:12.8125rem;left:25.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WTUoUFwFsCfLiMJvFUOlvKu9hArqbAGc { width:19.9375rem;height:7.3125rem;top:41.25rem;left:0.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XHrpfBpTmTAZoACZ0eodV2PlF4W0G34Q { width:19.8125rem;height:6.09375rem;top:39.96875rem;left:25.500000596046rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BScQagOEctg6ITFgHJdsmHPoCNnmLJsA { width:22.0625rem;height:7.796875rem;top:40.703125rem;left:0.84375rem;font-size:0.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL { display:block; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DLvrDsyKTW4T6mk05Tx1o2bPclnQDKSe { width:3.375rem;height:3.375rem;top:2.4375rem;left:10.250000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEBtey9eeJGl6LiUsbhyOlR5geTWbDnU { width:12.1875rem;height:1.29948125rem;top:3.662109375rem;left:34.91666662693rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LsGJfBAlldEhnfRbUEbwrel7nC5QH0xn { width:12.1875rem;height:1.4622375rem;top:3.642578125rem;left:13.843750596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fv3OD9mpONKAyHgFxkoPKKOokd3UbHhe { width:8.1875rem;height:1.29948125rem;top:3.7825508117676rem;left:26.47916662693rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #x4VFLQItWQ4LNJ9CaHeZOkE0UwTnxDzD { width:0.3125rem;height:3.0625rem;top:6.125rem;left:38.10416662693rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 1199px) { #ztH8tXdCOmrSB05UxMJfM0KudsNpzhtd { width:0.3125rem;height:3.0625rem;top:6.125rem;left:38.10416662693rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 1199px) { #DTdZJfQf4IzV9xHJHQJZugz3VG2vPTTq { width:0.875rem;height:3.0625rem;top:4.7083320617676rem;left:22.10416662693rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 1199px) { #ArXMuOvkPGyw6B8WvT5LXx1O2TEig3tw { width:0.0625rem;height:2.5rem;top:3.09375rem;left:34.47916662693rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #Xzbv2f7fda4fhdfobbhi7Cd2ZPGTeeVG { width:0.0625rem;height:2.5rem;top:3.125rem;left:26.395834565162rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqCt4uC6QFKewDthdpMpKbytolZ5i8OM { top:5.375rem;left:6rem;width:9.5rem;height:2.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVPDlLSnWvlwHd16fNSzu957DAkbL0WV { display:block; }
 }@media only screen and (max-width: 763px) { #Q3axatHLaT38zEsp79oQTZV60vy9JHPh { width:7.6875rem;height:2.125rem;top:2rem;left:5.4687501192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uahoztJzdA7NeyiaZKoLHc07BACm4mSE { width:9rem;height:2.9375rem;top:5rem;left:5.0625001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sTMKV5G7epFSy1Fi468fXMENSywVobHX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ef4fe2b-0ae6-4a7b-99fc-4f2dc78bd398/Depositphotos_674160720_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX.adaptive-delivery-prevent-bg, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyload, #sTMKV5G7epFSy1Fi468fXMENSywVobHX.lazyloading { background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { background-color: transparent; background-image: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container { display: none; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .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); }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { border-width: 0; border-radius: 0; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTMKV5G7epFSy1Fi468fXMENSywVobHX > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG8ODsRSk00h9z5ECAvOnHKEFsQbTbc8 { top:33.420574188233rem;left:0.625rem;width:18.75rem;height:2.87305rem;font-size:0.9375rem;background-color:#ffd046;background-image:none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ihBnHBCeAUqSI3RpmCkaTsp57titHh9a { display:block; }
 }@media only screen and (max-width: 763px) { #BrsrDJ2EJBEESIJe0OSDtHWNc87DW931 { width:17.125rem;height:4.62890625rem;top:7.4876308441163rem;left:0.8125rem;font-size:1.1875rem;line-height:1.3;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zl1oLiBNZRnDpJhHzUt2ctfqDNhP45z9 { width:20rem;height:21.75rem;top:40.308591938019rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZ6nlUHKqZH7taqT2TbnTrOqVeR74bKA { width:20rem;height:21.75rem;top:11.562500953674rem;left:0.91210940480231rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #mshfh3KdnzHHn4bVcF5IJqo7zWZFTa3S { width:11.0625rem;height:1.70605625rem;top:5.5436210632324rem;left:0.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVuvsSryFk26K5PpMgwzV39zslw0zexV { width:4.375rem;height:1.625rem;top:2.154296875rem;left:9.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6ZnIe3uI15MznEbC1SL1bakrTuo7yp { width:1.25rem;height:1.5rem;top:2.216796875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6oFNaqcfASLKF0tpM5beAVsVsgMGamq { width:3.8125rem;height:1.625rem;top:2.154296875rem;left:16.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zL2tBqyKZA5VxJE4yUZu0sPdNqL9bwXM { width:0.125rem;height:1.5625rem;top:2.185546875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { background-color: transparent; background-image: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container > .video-iframe-container { display: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container { display: none; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .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); }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { border-width: 0; border-radius: 0; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5RfLt1zlkuezwTgPCHrTrdnkA5rL4xm > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvdZhTNyH2lJ8zg2maLRHLrD6cicTpe2 { width:14.0625rem;height:3.0859375rem;top:13.110027313233rem;left:3.0312501192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcHp9oxqvgnkyolipfhXEPtNPghUDScX { width:17.25rem;height:4.62890625rem;top:23.432943344116rem;left:1.3750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyJLdfCyMwOFo2W8gNkPsxuZT6N72rfx { width:16rem;height:4.62890625rem;top:36.125rem;left:2.0000001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6ZGXnG0lbIf3RbZpsbgUMB0sGbQwT7 { width:20rem;height:2.6rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9lWx7C8g0DC1t7h85SqwPLEQPwpMtK { width:18.9375rem;height:4.62890625rem;top:48.586589813233rem;left:0.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnR8gDnkqKu36fHH74N8lqTFw1CTAiaG { width:18.0625rem;height:4.62890625rem;top:60.548177719116rem;left:0.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4rxuZ6AdcHNIOK9npgxKxixEwqmyCyH { width:3.625rem;height:3.625rem;top:8.5091147422788rem;left:8.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzoa9s9VpnzUetASvJXAvLJGLndKnlqB { width:3.5rem;height:3.5rem;top:19.009115219116rem;left:8.1875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCrLeMCGrfzDvCICrb6gpvC9NG0w8KBT { width:3.8125rem;height:3.8125rem;top:30.759115219116rem;left:8.0937505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdTFOGgrlMcFiSrTd93qVLALb46f4mqa { width:3.8125rem;height:3.8125rem;top:43.878255844116rem;left:8.0937505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGzm5QWMhklSvu7FvSvTrHV6VoVyN2MT { width:3.6875rem;height:3.6875rem;top:56.21484375rem;left:8.1562505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #M27OrMOhzzAdxZHIpboFgoVPrWFs1Jhp { width:20rem;height:3.0859375rem;top:72.1347694397rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1N1hyz9daaHTxL8oZsDoApWhdBneQoi { width:3.5rem;height:3.5rem;top:67.509765625rem;left:8.2500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX { display:block; }#Vesnq1TxIPbHgwhSRhCVvQLFWy3dqrEX > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDrpOE3SV7SIM1SSiJTm8XUxQJvsH3Ip { width:19.375rem;height:2.6rem;top:1.25rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEiNMrqCeH6IOiDRfVyMbDNBh62pna5m { width:20rem;height:2.6rem;top:8.811851501465rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzGnPvx0yqrDzLwXqQH8BD7TVWirAywN { width:19.3125rem;height:2.6rem;top:15.875rem;left:0.34375005960464rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbB3hHXFoo2PnH5Gs7I44DFqSgk1azIA { width:20rem;height:2.76171875rem;top:4.2486953735351rem;left:-0.248046875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Leyd5Nn67uaROAQfxNhm09lbnIKnfNkL { width:19.625rem;height:1.38125rem;top:11.90559387207rem;left:0.15494793653488rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBn6fwdBc7AV9fhdfCmVDbsoME7UCngE { width:18.5rem;height:1.3808625rem;top:18.87370300293rem;left:0.74934893846512rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGIETO9qGxpwIGueoS0Ol6ie5ITrb9FZ { width:18.5625rem;height:1.8684875rem;top:24.259115219116rem;left:0.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { background-color: transparent; background-image: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container { display: none; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .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); }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { border-width: 0; border-radius: 0; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sn2DP3Dg45yqFFlTeqrUagnvbMJJllQC > .row .container { width:20rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbtV9Z1u6Ppithzg4KhJ1JQTlM2yoNAQ { left:6.8750001192094rem;background-color:#ccd4db;background-image:none;top:37.203125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiKNobDsdQZXZet5sF4dOTb8LULeH8aI { width:19.625rem;height:0;top:46.285807609558rem;left:0.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #mlKJZo1Oo3D2HFUcmVOuHZmufCM0JTEf { width:17.25rem;height:22.93943125rem;top:11.861979484558rem;left:1.4687501192093rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXr7sCNbb6dhNz5lMqti72iXzb0MrP { width:10.3125rem;height:10.3125rem;top:0.22916412353516rem;left:4.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXDSAN9CPUGElAgev5BfU2OAduiODx5T { width:10.3125rem;height:10.3125rem;top:38.390625rem;left:4.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZQ011IrpoDKm6dB6GJ5n0SgRHmRr5AN { width:20rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydHSKzFALR9fC0OntwkRMqDcIWuRwgfJ { width:17.375rem;height:1.625rem;top:48.91081237793rem;left:1.7500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRK5pPTiSOwJiZFckCCPkdZgSN8IOCcF { width:8rem;height:2.1863354037267rem;top:75.173828125rem;left:5.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cID0NOl9mTKFkZEwrwGKMiguu9cZnA5r { width:8.5625rem;height:2.7359467455621rem;top:88.046875rem;left:5.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv61yPBelunUzOZeFzlKIHfBTUrWpkCt { width:17.4375rem;height:0;top:78.141927719119rem;left:1.40625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sbHomN5OylhCGfAztTBLrtnOtN0eCt9a { width:17.5625rem;height:0;top:89.990885734556rem;left:1.4375001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tGHqeOkNC4e98iiDENr0IHAICW9OKyQw { left:7.0625001192094rem;background-color:#ccd4db;background-image:none;top:73.828125rem;width:6.25rem;height:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #i5NrZDB3lkBUx8bKr27Jt4WvPtDCXEdK { width:17rem;height:2.25rem;top:69.234375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKw8qntq9Ig2l7MoBO98ifuDDUBitQ1a { width:17.625rem;height:21.66504375rem;top:50.050130844116rem;left:1.5000001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.7;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WTUoUFwFsCfLiMJvFUOlvKu9hArqbAGc { width:17.4375rem;height:7.875rem;top:78.803390502931rem;left:1.2812501192093rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XHrpfBpTmTAZoACZ0eodV2PlF4W0G34Q { width:18rem;height:5.625rem;top:90.220062255863rem;left:1.21875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BScQagOEctg6ITFgHJdsmHPoCNnmLJsA { width:20rem;height:auto;top:40.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL { display:block; }#ITC58gUaOZ8WmnXVbs7Gc6ATRSx8F1wL > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLvrDsyKTW4T6mk05Tx1o2bPclnQDKSe { width:3.375rem;height:3.375rem;top:12.284505844116rem;left:8.3125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEBtey9eeJGl6LiUsbhyOlR5geTWbDnU { width:9.9375rem;height:2.5996125rem;top:7.3359375rem;left:5.0312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsGJfBAlldEhnfRbUEbwrel7nC5QH0xn { width:16.3125rem;height:1.4622375rem;top:16.0625rem;left:1.8437501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fv3OD9mpONKAyHgFxkoPKKOokd3UbHhe { width:6.5rem;height:1.29980625rem;top:2.8352870941162rem;left:6.7500001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4VFLQItWQ4LNJ9CaHeZOkE0UwTnxDzD { width:0.0625rem;height:3.0625rem;top:1.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztH8tXdCOmrSB05UxMJfM0KudsNpzhtd { width:0.0625rem;height:3.0625rem;top:1.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTdZJfQf4IzV9xHJHQJZugz3VG2vPTTq { width:0.0625rem;height:3.0625rem;top:1.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArXMuOvkPGyw6B8WvT5LXx1O2TEig3tw { width:0.0625rem;height:0.0625rem;top:3.4537763595581rem;left:16.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzbv2f7fda4fhdfobbhi7Cd2ZPGTeeVG { width:0.0625rem;height:0.0625rem;top:1.03125rem;left:13.750000596046rem;display:block; }
 }