.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,242,217;--color-primary-1:255,210,129;--color-primary-2:255,165,3;--color-primary-3:128,83,2;--color-primary-4:38,25,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r { position:relative;display:block; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r { background-color: transparent; background-image: none; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row .container > .video-iframe-container { display: none; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row > .video-iframe-container { display: none; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .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); }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r { border-width: 0; border-radius: 0; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .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; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#DNilPLv4rM7TSgp6c5FF4Mozz4ZRI9be { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.6875rem;top:0.78125rem;left:32.65625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#fnODV79w6ZV9qciM9l8p3EuvMK0dReKe { color:rgba(var(--color-tertiary-2),1);display:block;width:54.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.8125rem;left:11.25rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#o7OWZuEkWTRTmhbgi5mamZ67ZKJdmZKi { z-index:15003;top:29.4375rem;left:20.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -moz-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -ms-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -o-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6fd6', endColorstr='#0086ff72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6fd6', endColorstr='#0086ff72' );";background-image: linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HxhSF87TRobKCsiD4yDLCwre9QCAh9EB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZAlg57dhCVEIDWwEZOuTSMi3hvzT16S { color:rgba(var(--color-tertiary-2),1);display:block;width:44.875rem;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:16.5625rem;left:16.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#WskRNUzxWkCzaxZL24dpD0S4UeIHVPtX { color:rgba(var(--color-tertiary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.7587890625rem;left:20.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(0,0,0,0) ;color:#000000;padding-top:0.415625rem;padding-right:0.37rem;padding-bottom:0.415625rem;padding-left:0.37rem;display:block;align-items:center;width:2.220625rem;min-width:2.220625rem;height:2.234375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.6625rem;font-weight:400;line-height:35.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.960625rem;height:0.883125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.62375rem;font-weight:700;line-height:14.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8125rem;height:4.20875rem;padding-top:0.051875rem;padding-right:0.053125rem;padding-bottom:0.051875rem;padding-left:0.053125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36rem;left:29.8212890625rem;z-index:15005; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #tWaOVspbxeq6f8pNFT0EaG1ezCFPMFOF { display:flex;position:relative;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dbU6fzPEdc4ERi6nrMAqZCEasALn02kk { width:auto; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #uLLBD0TFdTDEX9ZZuLmWo3Qo4mbwRhZb {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dIO0c7i1vgXRmyFbH1MNVenCEhymd9Hn { display:flex;position:relative;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #BHFvC06VtNBoU1TcgNvMRcXtuUSAK1w5 {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #NI4Th55yTAQOxXXm789btU02TvymMkpX {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #sIecrT2lKD9ltB5f8FiGOAii4kcDrR5h { display:flex;position:relative;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #zepIAbaBFiRG8lF87PFE9MLLm2PMNQ1x {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #lQ5dKuaOOuk5Q5hok5wnRXz9Q2HUoEyJ {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #M4kyLMxuW75TxQTQ70Orekl9kM7WhXaJ { display:flex;position:relative;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #Wi81Ks8ZwevolvlvovaN5A0lSPl1bWDb {  }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #SEeOyB3Fgp3P8lZbHt2bla1i1SErVK9Q {  }
#kVFkTtTgBRzLP1TCKIo2VCT8RlX74XBK { box-sizing:content-box;height:2rem;width:34.875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:14999;background-color:rgba(185,221,249,0.29);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.75rem;left:19.9375rem;display:block; }
#zUdiGJdkc5JHInbEw47xxTiD76SpECkR { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.6875rem;left:24.65625rem;height:1.7874375rem;text-align:center;text-align-last:center;display:block; }
#FN4V1HANaxkef68V9Zi5mH5MGJiMgSv1 { color:rgba(var(--color-tertiary-2),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.65625rem;left:20.96875rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h { position:relative;display:block; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h { background-color: transparent; background-image: none; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row .container > .video-iframe-container { display: none; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row > .video-iframe-container { display: none; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .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); }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h { border-width: 0; border-radius: 0; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .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; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.125rem;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; }#xzL7cGgFL07symBgsXAWltZOZdfManbO { color:rgba(var(--color-tertiary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.2500019073488rem;left:12.21875rem;height:38.9375rem;text-align:left;text-align-last:left;display:block; }#xzL7cGgFL07symBgsXAWltZOZdfManbO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xzL7cGgFL07symBgsXAWltZOZdfManbO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
#hEXICOfnNsJsQ7HbhSDH39DfhLLt9XVF { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:18.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container { background-color: transparent; background-image: none; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container > .video-iframe-container { display: none; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row > .video-iframe-container { display: none; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .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); }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container { border-width: 0; border-radius: 0; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#XGmhpSupe0E31qmuaCBM7U6sRG4mXXKs { color:rgba(var(--color-tertiary-2),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.552734375rem;left:36.09375rem;height:24.69626875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXZVEeGNCkeh5Md4gSI6sdE8dV9tDToO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-2),0.74) ;height:29.1875rem;width:20.875rem;top:4.923828125rem;left:13.2841796875rem;overflow:hidden;display:block; }
#kUFgUs5M6L00Sds0wXP6UOpmphXi4xp3 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.673828125rem;left:36.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#tT3bWkuD0wWlTRtTTcxFUquR9TWNlsKg { z-index:15004;top:38rem;left:19.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -moz-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -ms-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-image: -o-linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6fd6', endColorstr='#0086ff72' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6fd6', endColorstr='#0086ff72' );";background-image: linear-gradient(178deg, #1d6fd6, rgba(0,134,255,0.45));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-2),0.6) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wAZt5FXqkHToczJaS8Kau2HSVUEv7Q9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(0,0,0,0) ;color:#000000;padding-top:0.415625rem;padding-right:0.37rem;padding-bottom:0.415625rem;padding-left:0.37rem;display:block;align-items:center;width:2.220625rem;min-width:2.220625rem;height:2.234375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.6625rem;font-weight:400;line-height:35.75px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.960625rem;height:0.883125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.62375rem;font-weight:700;line-height:14.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8125rem;height:4.20875rem;padding-top:0.051875rem;padding-right:0.053125rem;padding-bottom:0.051875rem;padding-left:0.053125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:48.1240234375rem;left:29.5400390625rem;z-index:15007; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #mvrEZgeHlJv0n14bOduBcAMLAaXXN5EP { display:flex;position:relative;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #wCC91APb4uaMwr5buJwRhdCFJXLwSHhM { width:auto; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ubt46ZJpTJJA6B6IDXNxspubcmlTQCa0 {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #B1B8TdhMwm3Tb85dXTXiGSnWsffFtQNe { display:flex;position:relative;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #oz8SdWebqDFshCOHHIK7c7n1zy8LtKt8 {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #TAhGo3VTHNs8BreuPFOb9xGwtiycENHu {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #uCTo6fkMsuynQ0XA2iZ4T5XmgWe6sC85 { display:flex;position:relative;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #GFDefTRJDzt379k1KClSRQvrxobu9qQs {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #OIWifF6JRunv12ilx6tlU4ieKns1zdvt {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #Lk1DAL8E74gc1w49ZMTaZoEW1VRXLHCt { display:flex;position:relative;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ThfAJrBhMhy7eOMSvRtBFt2hkxQt7XmS {  }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk #aT1vGsk35TnQFZAPCXJKWJPgPUO7n8Am {  }
#ybDDbpr4oZ3AtFk2n67cRfeGepVExv5B { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:46.39892578125rem;left:23.1875rem;height:1.7874375rem;text-align:center;text-align-last:center;display:block; }
#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD { position:relative;display:block; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD { background-color: transparent; background-image: none; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row .container > .video-iframe-container { display: none; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row > .video-iframe-container { display: none; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .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); }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD { border-width: 0; border-radius: 0; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .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; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;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; }#xhybcyFRkrJwCRDZCIWTvvOip2KHuTGe { color:rgba(var(--color-tertiary-2),0.28);display:block;width:62.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.5625rem;left:6.375rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r { display:block; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNilPLv4rM7TSgp6c5FF4Mozz4ZRI9be { top:0.75rem;left:19.03125rem;width:9.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnODV79w6ZV9qciM9l8p3EuvMK0dReKe { top:3.8125rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7OWZuEkWTRTmhbgi5mamZ67ZKJdmZKi { top:29.4375rem;left:6.9375rem;width:35.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhSF87TRobKCsiD4yDLCwre9QCAh9EB { display:block; }
 }@media only screen and (max-width: 763px) { #SZAlg57dhCVEIDWwEZOuTSMi3hvzT16S { top:16.5625rem;left:2.875rem;width:44.875rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WskRNUzxWkCzaxZL24dpD0S4UeIHVPtX { top:24.75rem;left:6.53125rem;width:34.6875rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU { width:18rem;height:5.0625rem;display:flex;top:33.6875rem;left:14.25rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #tWaOVspbxeq6f8pNFT0EaG1ezCFPMFOF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dbU6fzPEdc4ERi6nrMAqZCEasALn02kk {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #uLLBD0TFdTDEX9ZZuLmWo3Qo4mbwRhZb {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dIO0c7i1vgXRmyFbH1MNVenCEhymd9Hn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #BHFvC06VtNBoU1TcgNvMRcXtuUSAK1w5 {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #NI4Th55yTAQOxXXm789btU02TvymMkpX {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #sIecrT2lKD9ltB5f8FiGOAii4kcDrR5h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #zepIAbaBFiRG8lF87PFE9MLLm2PMNQ1x {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #lQ5dKuaOOuk5Q5hok5wnRXz9Q2HUoEyJ {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #M4kyLMxuW75TxQTQ70Orekl9kM7WhXaJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #Wi81Ks8ZwevolvlvovaN5A0lSPl1bWDb {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #SEeOyB3Fgp3P8lZbHt2bla1i1SErVK9Q {  }
 }@media only screen and (max-width: 763px) { #kVFkTtTgBRzLP1TCKIo2VCT8RlX74XBK { top:0.75rem;left:6.3125rem;width:34.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdiGJdkc5JHInbEw47xxTiD76SpECkR { top:41.6875rem;left:11.03125rem;width:28.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4V1HANaxkef68V9Zi5mH5MGJiMgSv1 { top:0.625rem;left:7.34375rem;width:38rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h { display:block; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzL7cGgFL07symBgsXAWltZOZdfManbO { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#xzL7cGgFL07symBgsXAWltZOZdfManbO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
 }@media only screen and (max-width: 763px) { #hEXICOfnNsJsQ7HbhSDH39DfhLLt9XVF { top:2.875rem;left:5.15625rem;width:37.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR { display:block; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGmhpSupe0E31qmuaCBM7U6sRG4mXXKs { top:8.5rem;left:17.375rem;width:30.375rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXZVEeGNCkeh5Md4gSI6sdE8dV9tDToO { top:4.875rem;left:0rem;width:20.875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFgUs5M6L00Sds0wXP6UOpmphXi4xp3 { top:5.625rem;left:18.1875rem;width:29.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3bWkuD0wWlTRtTTcxFUquR9TWNlsKg { top:38rem;left:6.09375rem;width:35.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZt5FXqkHToczJaS8Kau2HSVUEv7Q9E { display:block; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk { width:18rem;height:5.0625rem;display:flex;top:33.6875rem;left:14.25rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #mvrEZgeHlJv0n14bOduBcAMLAaXXN5EP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #wCC91APb4uaMwr5buJwRhdCFJXLwSHhM {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ubt46ZJpTJJA6B6IDXNxspubcmlTQCa0 {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #B1B8TdhMwm3Tb85dXTXiGSnWsffFtQNe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #oz8SdWebqDFshCOHHIK7c7n1zy8LtKt8 {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #TAhGo3VTHNs8BreuPFOb9xGwtiycENHu {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #uCTo6fkMsuynQ0XA2iZ4T5XmgWe6sC85 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #GFDefTRJDzt379k1KClSRQvrxobu9qQs {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #OIWifF6JRunv12ilx6tlU4ieKns1zdvt {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #Lk1DAL8E74gc1w49ZMTaZoEW1VRXLHCt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ThfAJrBhMhy7eOMSvRtBFt2hkxQt7XmS {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #aT1vGsk35TnQFZAPCXJKWJPgPUO7n8Am {  }
 }@media only screen and (max-width: 763px) { #ybDDbpr4oZ3AtFk2n67cRfeGepVExv5B { top:46.375rem;left:9.5625rem;width:28.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD { display:block; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhybcyFRkrJwCRDZCIWTvvOip2KHuTGe { top:4.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r { display:block; }#Z98C4TtVWF28ZpyKJ4rsGfWKRyqkVT9r > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNilPLv4rM7TSgp6c5FF4Mozz4ZRI9be { width:6.875rem;height:2.75rem;top:0.40625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnODV79w6ZV9qciM9l8p3EuvMK0dReKe { width:20rem;height:6.599625rem;top:2.412109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7OWZuEkWTRTmhbgi5mamZ67ZKJdmZKi { top:18.490234375rem;left:0.5625rem;width:18.875rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhSF87TRobKCsiD4yDLCwre9QCAh9EB { display:block; }
 }@media only screen and (max-width: 763px) { #SZAlg57dhCVEIDWwEZOuTSMi3hvzT16S { width:20rem;height:3.8984375rem;top:10.052734375rem;left:0rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WskRNUzxWkCzaxZL24dpD0S4UeIHVPtX { width:20rem;height:1.625rem;top:15.3623046875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-number { padding-top:0.274375rem;padding-right:0.25375rem;padding-bottom:0.274375rem;padding-left:0.25375rem;width:1.52125rem;min-width:1.52125rem;height:1.474375rem;font-size:1.098125rem;line-height:23.59px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.171875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02875rem;height:0.583125rem;font-size:0.41125rem;line-height:9.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU { width:12.125rem;height:2.778125rem;display:flex;top:24.533203125rem;left:4.71875rem;z-index:15005;padding-top:0.02875rem;padding-right:0.030625rem;padding-bottom:0.02875rem;padding-left:0.030625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #tWaOVspbxeq6f8pNFT0EaG1ezCFPMFOF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dbU6fzPEdc4ERi6nrMAqZCEasALn02kk {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #uLLBD0TFdTDEX9ZZuLmWo3Qo4mbwRhZb {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #dIO0c7i1vgXRmyFbH1MNVenCEhymd9Hn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #BHFvC06VtNBoU1TcgNvMRcXtuUSAK1w5 {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #NI4Th55yTAQOxXXm789btU02TvymMkpX {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #sIecrT2lKD9ltB5f8FiGOAii4kcDrR5h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #zepIAbaBFiRG8lF87PFE9MLLm2PMNQ1x {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #lQ5dKuaOOuk5Q5hok5wnRXz9Q2HUoEyJ {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #M4kyLMxuW75TxQTQ70Orekl9kM7WhXaJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #Wi81Ks8ZwevolvlvovaN5A0lSPl1bWDb {  }
 }@media only screen and (max-width: 763px) { #WFVWnWcIv8Mb86MTkaWocgJt2y5nzXzU #SEeOyB3Fgp3P8lZbHt2bla1i1SErVK9Q {  }
 }@media only screen and (max-width: 763px) { #kVFkTtTgBRzLP1TCKIo2VCT8RlX74XBK { width:19.125rem;height:1.3125rem;top:0rem;left:0.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUdiGJdkc5JHInbEw47xxTiD76SpECkR { width:20rem;height:1.29980625rem;top:23.2333984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4V1HANaxkef68V9Zi5mH5MGJiMgSv1 { width:18.9375rem;height:0.89355625rem;top:0.20931005477905rem;left:0.53125rem;font-size:0.6875rem;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; }
 }@media only screen and (max-width: 763px) { #xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h { display:block; }#xF9r5pd0tT0wSNu4OI2mO1WiC3x3bZ3h > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzL7cGgFL07symBgsXAWltZOZdfManbO { width:20rem;height:39.584rem;top:4.8349609375rem;left:0rem;font-size:0.8125rem;display:block; }#xzL7cGgFL07symBgsXAWltZOZdfManbO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf62921e8b0bb17d18fde8ad7ffdefc9.svg); }
 }@media only screen and (max-width: 763px) { #hEXICOfnNsJsQ7HbhSDH39DfhLLt9XVF { width:13rem;height:3.25rem;top:0rem;left:3.5rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR { position:relative;z-index:auto;display:block; }#ZGPBUCtayyEnEp3DfRTiLZX4FVbeSaTR > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGmhpSupe0E31qmuaCBM7U6sRG4mXXKs { width:19.375rem;height:28.4301375rem;top:22.9375rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eXZVEeGNCkeh5Md4gSI6sdE8dV9tDToO { width:12.5rem;height:17.5625rem;top:4.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUFgUs5M6L00Sds0wXP6UOpmphXi4xp3 { width:20rem;height:1.3808625rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT3bWkuD0wWlTRtTTcxFUquR9TWNlsKg { top:53.64013671875rem;left:0.5rem;width:19rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZt5FXqkHToczJaS8Kau2HSVUEv7Q9E { display:block; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-number { padding-top:0.261875rem;padding-right:0.243125rem;padding-bottom:0.261875rem;padding-left:0.243125rem;width:1.459375rem;min-width:1.459375rem;height:1.40875rem;font-size:1.04875rem;line-height:22.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.16375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.945625rem;height:0.556875rem;font-size:0.393125rem;line-height:8.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O7gHHrKPouWSrIomrCt15voKMW7H5UQk { width:11.8125rem;height:2.653125rem;display:flex;top:59.4482421875rem;left:4.9384765625rem;z-index:15005;padding-top:0.0275rem;padding-right:0.029375rem;padding-bottom:0.0275rem;padding-left:0.029375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #mvrEZgeHlJv0n14bOduBcAMLAaXXN5EP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #wCC91APb4uaMwr5buJwRhdCFJXLwSHhM {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ubt46ZJpTJJA6B6IDXNxspubcmlTQCa0 {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #B1B8TdhMwm3Tb85dXTXiGSnWsffFtQNe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #oz8SdWebqDFshCOHHIK7c7n1zy8LtKt8 {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #TAhGo3VTHNs8BreuPFOb9xGwtiycENHu {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #uCTo6fkMsuynQ0XA2iZ4T5XmgWe6sC85 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #GFDefTRJDzt379k1KClSRQvrxobu9qQs {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #OIWifF6JRunv12ilx6tlU4ieKns1zdvt {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #Lk1DAL8E74gc1w49ZMTaZoEW1VRXLHCt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #ThfAJrBhMhy7eOMSvRtBFt2hkxQt7XmS {  }
 }@media only screen and (max-width: 763px) { #O7gHHrKPouWSrIomrCt15voKMW7H5UQk #aT1vGsk35TnQFZAPCXJKWJPgPUO7n8Am {  }
 }@media only screen and (max-width: 763px) { #ybDDbpr4oZ3AtFk2n67cRfeGepVExv5B { width:20rem;height:1.13720625rem;top:58.3740234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD { display:block; }#OfyB9TdgeqiBpk8UIpaxlZlOEmwwhALD > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhybcyFRkrJwCRDZCIWTvvOip2KHuTGe { width:20rem;height:1.9492175rem;top:4.775390625rem;left:0rem;font-size:0.375rem;text-align:center;text-align-last:center;display:block; }
 }