.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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-tertiary-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); }#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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#aieHlDIsDKCDOzkTkinDZTeEMrTw06Lb { color:rgba(var(--color-primary-3),1);display:block;width:44.3120625rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3091726303101rem;left:27.724971294403rem;height:3.98148125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSu45UGS3JXXMaRTTDPTyRW6Zyg55TvJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6869375rem;width:21.3121875rem;top:3.3109090328216rem;left:2.8595194816589rem;overflow:hidden;display:block; }
#kzGmoIWr4rPmOiwdkQcdp6urRycA8mt0 { color:rgba(var(--color-primary-3),1);display:block;width:50.8745625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.01345539093rem;left:24.125434398651rem;height:18.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtCilCBrdeAW0ltCsDHxRvM0PtyMJzCT { color:rgba(var(--color-primary-3),1);display:block;width:50.8745625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.01345539093rem;left:24.125434398651rem;height:18.28125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BocUgW3i0w9Adm3WEC2XHHncsOygV4he { position:relative;display:block; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he { background-color: transparent; background-image: none; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row .container > .video-iframe-container { display: none; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row > .video-iframe-container { display: none; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .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); }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he { border-width: 0; border-radius: 0; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .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; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:89.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; }#zLMqGpeEX42AkT8PuzbquEaWdVEk654v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9369375rem;width:18.2494375rem;top:1.6015625rem;left:0rem;overflow:hidden;display:block; }
#HLOPTH1aUGIOXeTnBDMQ5mxZJx3kc5ZA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4367771148682rem;left:38.187213420868rem;height:22.66274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXXyc0rg0wZmkhTHIlfGHOZZtd7BxhKw { box-sizing:content-box;height:24.9375rem;width:35.625rem;position:absolute;display:block;z-index:15007;background-color:#ecdfe2;background-image:none;top:2.2497138977051rem;left:36.749858379364rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#NTXutIQX8AFFTzLouo7e7q7veRHtlyyx { color:rgba(var(--color-tertiary-4),1);display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.496386528015rem;left:1.5299477577209rem;height:6.5798625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNWXscqxHpmzvEIVQ5GwLe4r30tKbGT1 { color:#cc1c1c;display:block;width:51.124875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.389903545379rem;left:11.937211513519rem;height:4.64120625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDdw60HXmPihr4uTwPDek6NuSe5GO0oz { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:47.265626907349rem;left:2.7177376747131rem;height:8.77315rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsbPgbqwoeHHRi0JAOOwEUVEVh3U3d9M { color:#cc1c1c;display:block;width:46.124875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:57.786460876465rem;left:14.437211513519rem;height:5.3616875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3UVCTZCVWweh8XurAidPPGF08eLAtUQ { color:rgba(var(--color-tertiary-4),1);display:block;width:56.3115rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:65.0253200531rem;left:9.3438954353331rem;height:2.84360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnJv4TW7trD9Tkm23f79T7FIgv5FAeIR { color:rgba(var(--color-tertiary-4),1);display:block;width:32.687375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.336809158325rem;left:34.149306774139rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .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; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#cc1c1c;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.844375rem;padding-right:0.735625rem;padding-bottom:0.844375rem;padding-left:0.735625rem;display:block;align-items:center;width:4.411875rem;min-width:4.411875rem;height:4.541875rem;position:relative;font-family:"open sans";font-size:3.38rem;font-weight:700;line-height:72.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.883125rem;height:1.795rem;position:relative;font-family:"open sans";font-size:1.2675rem;font-weight:400;line-height:28.72px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql { 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:13.5619375rem;height:8.312375rem;padding-top:1.05625rem;padding-right:1.05rem;padding-bottom:1.05625rem;padding-left:1.05rem;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:77.169418334963rem;left:6.0243058204651rem;z-index:15010; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #nRrfHTPvzK3PZPS9WTWXQAGRutTi5goE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #WvTMUoL7Q9Hp8T9uDIwDhik6agaUZmLS { width:auto; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #MX0qZMCgRf3AbDTbzRe9BN6WS6yn2xJU {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hFGiFleSoHJstPPv8t9FamNhrL5eBBSp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #LiPgco36TTVOf4Gf3lLQXlJu2DSG1u2G {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hU3hWcP9RX9vupKZEfK87L1PPCVhTrmr {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #II6foeTKV6cT1CHTJg8N2DNp44zoyhUa { display:flex;position:relative;top:0rem;left:0rem; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #gmJtEHeIIWWIndmldVPhn9W7UEyg4phw {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #D4IGfX3CAnmq1VWivl25202A1z0t1fDc {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #d6vJeggyF4SbrxA7TKHqq3L24FCQXSWb { display:flex;position:relative;top:0rem;left:0rem; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #M1yKzvWqVapUHvI64NxJJFRJEZyyGRDX {  }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #DpmifurRr5tX6xxN3rSoGmDggzfGAKek {  }
#HFp9JgHKyd7VAf84hsGLiLQv2NASShvk { background-color:#cc1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.062375rem;height:3.99956875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:82.7929725647rem;left:40.149016857148rem;display:block; }
#TAgRCM4VPU01qIyAPgQ916CrUTa6ZFFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tsrd7K3fECScleFky9Al0zKTMW49QLr6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.87441875rem;width:3.87441875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:77.169419288637rem;left:49.900176525116rem; }
#Qz1S7G8mOQqi5RMrfQDib6NFnGHQw3LI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4367771148682rem;left:38.187213420868rem;height:22.66274375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR { position:relative;display:block; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR { background-color: transparent; background-image: none; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row .container > .video-iframe-container { display: none; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row > .video-iframe-container { display: none; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .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); }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR { border-width: 0; border-radius: 0; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .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; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;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; }#KzvWifD35XPMk9SWEQayGTTXNKiTo6hn { position:absolute;display:block;z-index:15000;height:4.31206875rem;width:7.687375rem;top:0.686487197876rem;left:35.399306774139rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #aieHlDIsDKCDOzkTkinDZTeEMrTw06Lb { width:44.25rem;height:3.9375rem;top:4.25rem;left:3.5rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSu45UGS3JXXMaRTTDPTyRW6Zyg55TvJ { top:3.25rem;left:0rem;width:21.25rem;height:26.609066848488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzGmoIWr4rPmOiwdkQcdp6urRycA8mt0 { width:47.75rem;height:18.25rem;top:11rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCilCBrdeAW0ltCsDHxRvM0PtyMJzCT { width:19.9375rem;height:23.875rem;top:29.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BocUgW3i0w9Adm3WEC2XHHncsOygV4he { display:block; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLMqGpeEX42AkT8PuzbquEaWdVEk654v { top:1.5625rem;left:0rem;width:18.1875rem;height:22.859090905199rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLOPTH1aUGIOXeTnBDMQ5mxZJx3kc5ZA { top:3.375rem;left:14rem;width:33.75rem;height:22.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXXyc0rg0wZmkhTHIlfGHOZZtd7BxhKw { top:2.1875rem;left:12.125rem;width:35.625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXutIQX8AFFTzLouo7e7q7veRHtlyyx { top:32.4375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNWXscqxHpmzvEIVQ5GwLe4r30tKbGT1 { top:40.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDdw60HXmPihr4uTwPDek6NuSe5GO0oz { top:47.25rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsbPgbqwoeHHRi0JAOOwEUVEVh3U3d9M { top:57.75rem;left:0.81221151351931rem;width:46.0625rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3UVCTZCVWweh8XurAidPPGF08eLAtUQ { top:65rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJv4TW7trD9Tkm23f79T7FIgv5FAeIR { top:71.3125rem;left:15.125rem;width:32.625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .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; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .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; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql { display:flex;width:9rem;height:5.0625rem;top:85.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #nRrfHTPvzK3PZPS9WTWXQAGRutTi5goE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #WvTMUoL7Q9Hp8T9uDIwDhik6agaUZmLS {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #MX0qZMCgRf3AbDTbzRe9BN6WS6yn2xJU {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hFGiFleSoHJstPPv8t9FamNhrL5eBBSp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #LiPgco36TTVOf4Gf3lLQXlJu2DSG1u2G {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hU3hWcP9RX9vupKZEfK87L1PPCVhTrmr {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #II6foeTKV6cT1CHTJg8N2DNp44zoyhUa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #gmJtEHeIIWWIndmldVPhn9W7UEyg4phw {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #D4IGfX3CAnmq1VWivl25202A1z0t1fDc {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #d6vJeggyF4SbrxA7TKHqq3L24FCQXSWb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #M1yKzvWqVapUHvI64NxJJFRJEZyyGRDX {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #DpmifurRr5tX6xxN3rSoGmDggzfGAKek {  }
 }@media only screen and (max-width: 763px) { #HFp9JgHKyd7VAf84hsGLiLQv2NASShvk { width:22rem;height:3.9375rem;top:82.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAgRCM4VPU01qIyAPgQ916CrUTa6ZFFT { display:block; }
 }@media only screen and (max-width: 763px) { #Tsrd7K3fECScleFky9Al0zKTMW49QLr6 { top:77.125rem;left:36.275176525116rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz1S7G8mOQqi5RMrfQDib6NFnGHQw3LI { top:24.5rem;left:0rem;width:19.625rem;height:16.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTxPzK6I6grrvbzR82CgDG88ICOfSpVR { display:block; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzvWifD35XPMk9SWEQayGTTXNKiTo6hn { top:0.625rem;left:21.774306774139rem;width:7.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.553817749023rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aieHlDIsDKCDOzkTkinDZTeEMrTw06Lb { width:19.99925rem;height:5.19965625rem;top:3.0425348281861rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSu45UGS3JXXMaRTTDPTyRW6Zyg55TvJ { width:14.5625rem;height:18.25rem;top:10.249566078186rem;left:3.1242767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzGmoIWr4rPmOiwdkQcdp6urRycA8mt0 { width:19.99925rem;height:0;top:29.492189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtCilCBrdeAW0ltCsDHxRvM0PtyMJzCT { width:19.9985625rem;height:23.88021875rem;top:29.679543495178rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BocUgW3i0w9Adm3WEC2XHHncsOygV4he { display:block; }#BocUgW3i0w9Adm3WEC2XHHncsOygV4he > .row .container { width:20rem;height:135.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLMqGpeEX42AkT8PuzbquEaWdVEk654v { width:18.1875rem;height:22.859090905199rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLOPTH1aUGIOXeTnBDMQ5mxZJx3kc5ZA { width:19.9985625rem;height:0;top:25.983073234558rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QXXyc0rg0wZmkhTHIlfGHOZZtd7BxhKw { width:20rem;height:17.4375rem;top:23.921298980713rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXutIQX8AFFTzLouo7e7q7veRHtlyyx { width:19.9985625rem;height:12.99768125rem;top:43.482351303101rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNWXscqxHpmzvEIVQ5GwLe4r30tKbGT1 { width:19.4994375rem;height:8.937375rem;top:58.567712783814rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDdw60HXmPihr4uTwPDek6NuSe5GO0oz { width:19.8125rem;height:16.24710625rem;top:69.717887878419rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsbPgbqwoeHHRi0JAOOwEUVEVh3U3d9M { width:19.4375rem;height:7.8009375rem;top:88.153938293456rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3UVCTZCVWweh8XurAidPPGF08eLAtUQ { width:19.9985625rem;height:6.579875rem;top:98.501159667969rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnJv4TW7trD9Tkm23f79T7FIgv5FAeIR { width:19.9985625rem;height:5.60546875rem;top:108.06279182434rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .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; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .widget-text.counter-number { padding-top:0.678125rem;padding-right:0.589375rem;padding-bottom:0.678125rem;padding-left:0.589375rem;width:3.53625rem;min-width:3.53625rem;height:3.6425rem;font-size:2.711875rem;line-height:58.28px;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; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42375rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.715rem;height:1.44rem;font-size:1.0175rem;line-height:23.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql { display:flex;width:11.9371875rem;height:6.437375rem;top:115.81091499329rem;left:2.5708912611007rem;padding-top:1.471875rem;padding-right:1.458125rem;padding-bottom:1.471875rem;padding-left:1.458125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #nRrfHTPvzK3PZPS9WTWXQAGRutTi5goE { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #WvTMUoL7Q9Hp8T9uDIwDhik6agaUZmLS {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #MX0qZMCgRf3AbDTbzRe9BN6WS6yn2xJU {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hFGiFleSoHJstPPv8t9FamNhrL5eBBSp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #LiPgco36TTVOf4Gf3lLQXlJu2DSG1u2G {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #hU3hWcP9RX9vupKZEfK87L1PPCVhTrmr {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #II6foeTKV6cT1CHTJg8N2DNp44zoyhUa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #gmJtEHeIIWWIndmldVPhn9W7UEyg4phw {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #D4IGfX3CAnmq1VWivl25202A1z0t1fDc {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #d6vJeggyF4SbrxA7TKHqq3L24FCQXSWb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #M1yKzvWqVapUHvI64NxJJFRJEZyyGRDX {  }
 }@media only screen and (max-width: 763px) { #FvAObyPRsO9yVOnTzSQ0kCgJdo9xmRql #DpmifurRr5tX6xxN3rSoGmDggzfGAKek {  }
 }@media only screen and (max-width: 763px) { #HFp9JgHKyd7VAf84hsGLiLQv2NASShvk { width:18.9995625rem;height:3.93735625rem;top:130.74797821045rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAgRCM4VPU01qIyAPgQ916CrUTa6ZFFT { display:block; }
 }@media only screen and (max-width: 763px) { #Tsrd7K3fECScleFky9Al0zKTMW49QLr6 { display:flex;width:3.8122125rem;height:3.8122125rem;top:126.18634986877rem;left:8.0917249917981rem; }
 }@media only screen and (max-width: 763px) { #Qz1S7G8mOQqi5RMrfQDib6NFnGHQw3LI { width:19.68675rem;height:16.24708125rem;top:24.515336036682rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MTxPzK6I6grrvbzR82CgDG88ICOfSpVR { display:block; }#MTxPzK6I6grrvbzR82CgDG88ICOfSpVR > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzvWifD35XPMk9SWEQayGTTXNKiTo6hn { width:7.6244375rem;height:4.24985625rem;top:0.52951812744141rem;left:6.1863428354263rem;display:block; }
 }