.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:224,237,223;--color-primary-1:150,195,148;--color-primary-2:45,135,40;--color-primary-3:23,68,20;--color-primary-4:7,20,6;--color-secondary-0:226,226,233;--color-secondary-1:158,158,183;--color-secondary-2:60,60,110;--color-secondary-3:30,30,55;--color-secondary-4:9,9,17;--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:"open sans";--paragraphs-font-family:"open sans"; }body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .row > .video-iframe-container { display: none; }#HmnP2ORAGf4TgTGyXi5XmwGbsMmPlZrG > .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); }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto { position:relative;display:block; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto { background-color: transparent; background-image: none; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row .container > .video-iframe-container { display: none; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row > .video-iframe-container { display: none; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .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); }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto { border-width: 0; border-radius: 0; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .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; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:58.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GlVo9X2QcXRZEhsEhM17kvg53fIgWmsl { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.875rem;left:16rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OzPBKU5dplpGdbl0T6GybUNHQP3SaDVa { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.25rem;left:21.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIFyMezCl31yGbCHWMmhMA5ST3DHcSiR { color:rgba(var(--color-tertiary-2),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.7;letter-spacing:0;top:10.25rem;left:8.8125rem;height:6.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3DIhgp1UtQLaPmBpvwcRCsSzOuIkGoN { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:17.125rem;left:10.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rv5h7J2RnRyA7pCpSTWs3rPVFmoEkBeI { color:rgba(var(--color-tertiary-2),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15070;line-height:1.7;letter-spacing:0;top:18.625rem;left:10.6875rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tIMa77vX2o4d8y2xOZils3JXwJ784dSW { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:26.625rem;left:10.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXnBnESNovD0Uog7HeprH3XTSXwt0c1T { color:rgba(var(--color-tertiary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15071;line-height:1.7;letter-spacing:0;top:28.22500038147rem;left:10.53125rem;height:3.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QP5Tb0UooK60bJQUFFn9Lr6TLmvX0Z8s { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:34.525000572204rem;left:10.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZgIct3LWqsTrzJd6FplXf3UcJKfVCRQ { color:rgba(var(--color-tertiary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15072;line-height:1.7;letter-spacing:0;top:36.125rem;left:10.53125rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W4rFL4RDNd6pP6NScvogt62MxqA6Jvzh { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:47.58749961853rem;left:10.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvQb3CvE8Jl2vF53mW5KXCGmKSn8cf3T { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15073;line-height:1.7;letter-spacing:0;top:49.1875rem;left:10.53125rem;height:6.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g33FpA2yy00oQFp34TOBvclMiP7KIc7L { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:23.75rem;left:10.6875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfcUDgz905wlrfJZOd1wBkOomttABBR1 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:31.623046875rem;left:10.53125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToaohcAmIeHdbpWUtTx3eJH6aH6A1TW5 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:44.68359375rem;left:10.53125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FovKWJSlT2oDpoGS54wXGRJCqApFwCJq { color:rgba(var(--color-tertiary-2),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:56.046875rem;left:10.53125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container { background-color: transparent; background-image: none; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container > .video-iframe-container { display: none; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row > .video-iframe-container { display: none; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .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); }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container { border-width: 0; border-radius: 0; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:32.3125rem;width:60rem;position:relative;display:block; }#D57neNyHqWZeeFPfDxs3PDuTWSOl4Ilb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.375rem;left:20.156251907349rem;display:block; }
#JvzcyycBOBVzDRUXZfx2paKXT342Dhq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvELSaod4N4uihVQhXWCCcxHoQvXqPTi { color:rgba(var(--color-tertiary-2),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:1.25rem;left:9.1875rem;height:13.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aLPPe63EsEFCApopUdwXli1LdmGHK6tb { color:rgba(var(--color-tertiary-2),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:16.5rem;left:11.3125rem;height:5.1rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TA2P4hshUdmorb2I108gFSlQwXKq4XBU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.8125rem;top:18.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH { position:relative;display:block; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH { background-color: transparent; background-image: none; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row .container > .video-iframe-container { display: none; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row > .video-iframe-container { display: none; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .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); }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH { border-width: 0; border-radius: 0; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .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; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K2HGziq8LTxIV6hnrC6z1DHQ76c3PHP3 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.4375rem;left:36.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLm971EGaJlBqFR7OvVsVF8l1vztq7mX { color:rgba(var(--color-tertiary-2),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.4375rem;left:34.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDDTkArqFTAWg9du4lkIsWKCZZlHKUJ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhi2LxdWnCnhgcr9hrT4440UOChqFFIu { color:rgba(var(--color-tertiary-2),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:5.53125rem;left:8.34375rem;height:6.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k1OgegTN6KsWx8fEbd4ocJ2cmyQHu9px { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfFAeK9pIRaczLOVnVGLPSXGeyKzwumq { color:rgba(var(--color-tertiary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZm3XKMWhDBGcuwoxvqS3eU2ezt1MVmp { z-index:15001;top:16.75rem;left:19.09375rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMuvRh5bX07QFcoOsrdn79TGFA4lhBNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ma0zELnypyM6LOnAgBCxATZzmyEM8Tto { display:block; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row .container { width:47.75rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GlVo9X2QcXRZEhsEhM17kvg53fIgWmsl { width:28.9375rem;height:2.92480625rem;top:1.875rem;left:9.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #OzPBKU5dplpGdbl0T6GybUNHQP3SaDVa { width:16.6875rem;height:2.11230625rem;top:5.25rem;left:14.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gIFyMezCl31yGbCHWMmhMA5ST3DHcSiR { width:39.75rem;height:8.55859375rem;top:9.4375rem;left:4.4687498807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #e3DIhgp1UtQLaPmBpvwcRCsSzOuIkGoN { width:22.25rem;height:1.625rem;top:17.125rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rv5h7J2RnRyA7pCpSTWs3rPVFmoEkBeI { width:39.5rem;height:5.09765625rem;top:19.47500038147rem;left:4.4999998807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #tIMa77vX2o4d8y2xOZils3JXwJ784dSW { width:24.75rem;height:1.625rem;top:28.1875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #oXnBnESNovD0Uog7HeprH3XTSXwt0c1T { width:39.875rem;height:3.3984375rem;top:29.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QP5Tb0UooK60bJQUFFn9Lr6TLmvX0Z8s { width:19.375rem;height:1.625rem;top:37.625rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eZgIct3LWqsTrzJd6FplXf3UcJKfVCRQ { width:39.375rem;height:8.55859375rem;top:39.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #W4rFL4RDNd6pP6NScvogt62MxqA6Jvzh { width:19.1875rem;height:1.625rem;top:51.75rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wvQb3CvE8Jl2vF53mW5KXCGmKSn8cf3T { width:39.5rem;height:6.859375rem;top:53.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #g33FpA2yy00oQFp34TOBvclMiP7KIc7L { width:6.1875rem;height:1.29980625rem;top:24.572265625rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bfcUDgz905wlrfJZOd1wBkOomttABBR1 { width:24.75rem;height:1.29980625rem;top:33.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ToaohcAmIeHdbpWUtTx3eJH6aH6A1TW5 { width:19.375rem;height:1.29980625rem;top:47.80859375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FovKWJSlT2oDpoGS54wXGRJCqApFwCJq { width:19.1875rem;height:1.29980625rem;top:60.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe { display:block; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #D57neNyHqWZeeFPfDxs3PDuTWSOl4Ilb { width:19.6875rem;height:3.4375rem;top:25.375rem;left:14.031251907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #JvzcyycBOBVzDRUXZfx2paKXT342Dhq6 { display:block; }
 }@media only screen and (max-width: 959px) { #gvELSaod4N4uihVQhXWCCcxHoQvXqPTi { width:39.8125rem;height:13.65628125rem;top:0rem;left:4.0624998807907rem;display:block; }
 }@media only screen and (max-width: 959px) { #aLPPe63EsEFCApopUdwXli1LdmGHK6tb { width:22.0625rem;height:5.16015625rem;top:15.637502670288rem;left:7.6875003576281rem;display:block; }
 }@media only screen and (max-width: 959px) { #TA2P4hshUdmorb2I108gFSlQwXKq4XBU { width:3.8125rem;height:3.875rem;top:17.875001907349rem;left:17.500000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH { display:block; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K2HGziq8LTxIV6hnrC6z1DHQ76c3PHP3 { width:4.25rem;height:2.03125rem;top:11.1875rem;left:32.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mLm971EGaJlBqFR7OvVsVF8l1vztq7mX { width:2.1875rem;height:2.03125rem;top:11.1875rem;left:29.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oDDTkArqFTAWg9du4lkIsWKCZZlHKUJ4 { width:19rem;height:2.03125rem;top:11.1875rem;left:16.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhi2LxdWnCnhgcr9hrT4440UOChqFFIu { width:46.8125rem;height:5.09765625rem;top:6.375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k1OgegTN6KsWx8fEbd4ocJ2cmyQHu9px { width:6.3125rem;height:2.03125rem;top:11.1875rem;left:16.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zfFAeK9pIRaczLOVnVGLPSXGeyKzwumq { width:47.75rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LZm3XKMWhDBGcuwoxvqS3eU2ezt1MVmp { top:17.375rem;left:12.53125rem;width:22.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UMuvRh5bX07QFcoOsrdn79TGFA4lhBNw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ma0zELnypyM6LOnAgBCxATZzmyEM8Tto { display:block; }#ma0zELnypyM6LOnAgBCxATZzmyEM8Tto > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlVo9X2QcXRZEhsEhM17kvg53fIgWmsl { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPBKU5dplpGdbl0T6GybUNHQP3SaDVa { width:16.6875rem;height:2.1125rem;top:7.7rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIFyMezCl31yGbCHWMmhMA5ST3DHcSiR { width:20rem;height:15.3rem;top:11.05rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #e3DIhgp1UtQLaPmBpvwcRCsSzOuIkGoN { width:20rem;height:3.25rem;top:27.6rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rv5h7J2RnRyA7pCpSTWs3rPVFmoEkBeI { width:20rem;height:10.2rem;top:32.05rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #tIMa77vX2o4d8y2xOZils3JXwJ784dSW { width:20rem;height:3.25rem;top:46.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oXnBnESNovD0Uog7HeprH3XTSXwt0c1T { width:20rem;height:6.8rem;top:50.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #QP5Tb0UooK60bJQUFFn9Lr6TLmvX0Z8s { width:19.375rem;height:1.625rem;top:61.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #eZgIct3LWqsTrzJd6FplXf3UcJKfVCRQ { width:20rem;height:15.3rem;top:64.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #W4rFL4RDNd6pP6NScvogt62MxqA6Jvzh { width:19.1875rem;height:1.625rem;top:83.4619140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wvQb3CvE8Jl2vF53mW5KXCGmKSn8cf3T { width:20rem;height:11.9rem;top:85.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #g33FpA2yy00oQFp34TOBvclMiP7KIc7L { width:6.1875rem;height:1.3rem;top:42.2451171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bfcUDgz905wlrfJZOd1wBkOomttABBR1 { width:20rem;height:1.3rem;top:57.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ToaohcAmIeHdbpWUtTx3eJH6aH6A1TW5 { width:19.375rem;height:1.3rem;top:79.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FovKWJSlT2oDpoGS54wXGRJCqApFwCJq { width:19.1875rem;height:1.3rem;top:98.41796875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe { display:block; }#OJdCbdxFE1opKX5XIcNWZsqkQF3ROUPe > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D57neNyHqWZeeFPfDxs3PDuTWSOl4Ilb { width:19rem;height:3.4375rem;top:36.075rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvzcyycBOBVzDRUXZfx2paKXT342Dhq6 { display:block; }
 }@media only screen and (max-width: 763px) { #gvELSaod4N4uihVQhXWCCcxHoQvXqPTi { width:20rem;height:23.8rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aLPPe63EsEFCApopUdwXli1LdmGHK6tb { width:20rem;height:5.1rem;top:26.912501096726rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA2P4hshUdmorb2I108gFSlQwXKq4XBU { width:3.8125rem;height:3.875rem;top:29.137499570846rem;left:9.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH { display:block; }#sEUKGU6r9zMt5VTAm8PxzKV1m8xuN7oH > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2HGziq8LTxIV6hnrC6z1DHQ76c3PHP3 { width:4.25rem;height:2.03125rem;top:25.1875rem;left:15.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLm971EGaJlBqFR7OvVsVF8l1vztq7mX { width:2.1875rem;height:2.03125rem;top:25.1875rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDDTkArqFTAWg9du4lkIsWKCZZlHKUJ4 { width:8.375rem;height:2.03125rem;top:25.1875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhi2LxdWnCnhgcr9hrT4440UOChqFFIu { width:20rem;height:13.6rem;top:10.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #k1OgegTN6KsWx8fEbd4ocJ2cmyQHu9px { width:6.3125rem;height:2.03125rem;top:25.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfFAeK9pIRaczLOVnVGLPSXGeyKzwumq { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZm3XKMWhDBGcuwoxvqS3eU2ezt1MVmp { top:29.8125rem;left:0.625rem;width:18.75rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMuvRh5bX07QFcoOsrdn79TGFA4lhBNw { display:block; }
 }