.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:226,222,231;--color-primary-1:159,146,175;--color-primary-2:62,37,94;--color-primary-3:31,19,47;--color-primary-4:9,6,14;--color-secondary-0:247,240,226;--color-secondary-1:228,205,158;--color-secondary-2:200,155,60;--color-secondary-3:100,78,30;--color-secondary-4:30,23,9;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:230,230,230;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Lato";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6daf2;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; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container { background-color: transparent; background-image: none; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container > .video-iframe-container { display: none; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row > .video-iframe-container { display: none; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .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); }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container { border-width: 0; border-radius: 0; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container { font-size:0.875rem;font-family:lato;height:19.875rem;width:60rem;position:relative;display:block; }#qDgO60qmvTvJgVqQSS594PsfrxT8MBvK { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.75rem;left:7.5390625rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#oJukJkbQPTdTwCkTqpiLASd99u3mlwi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.359619140625rem;left:6.475830078125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container { background-color: transparent; background-image: none; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container > .video-iframe-container { display: none; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row > .video-iframe-container { display: none; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .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); }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container { border-width: 0; border-radius: 0; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container { font-size:0.875rem;font-family:lato;height:15.1875rem;width:60rem;position:relative;display:block; }#y3FgUayibM4gi0ca73IDHACi4qoTKF9A { color:#3b225b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.088623046875rem;left:0rem;height:2.3997375rem;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;font-style:normal;display:block; }
#v4qSSSIlSkQ0GMEw5WBoRUGQC0O8CS8O { color:rgba(var(--color-secondary-3),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:4.81201171875rem;left:27.4365234375rem;height:1.79980625rem;font-style:normal;display:block; }
#p8ZnT2kmRVJshwlJGTsnw7IrhQnHTmdh { box-sizing:content-box;height:0.99975625rem;width:0.99975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#c79a3a;background-image:none;top:7.686767578125rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#d5ONKKkWT9a1NCGutrfhZLSPXAogpyS9 { color:rgba(var(--color-secondary-3),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:7.31201171875rem;left:27.686767578125rem;height:1.8005375rem;font-style:normal;display:block; }
#PXxzb6v012sJA4PKb0M94D49TFhi4qJI { box-sizing:content-box;height:0.99975625rem;width:0.99975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#c79a3a;background-image:none;top:5.3125rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dJMBI8lI33ccXlJIpfW9H1CPUWUN6IrB { box-sizing:content-box;height:0.99975625rem;width:0.99975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#c79a3a;background-image:none;top:10.2490234375rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w8uv2Jb6Kov3RqWsNXJIOAeLz6KP7AT0 { color:rgba(var(--color-secondary-3),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9.874267578125rem;left:27.686767578125rem;height:1.79948125rem;font-style:normal;display:block; }
#I24LTGx2BXyPOhDxHyWQ4WsU8EBcMDgK { box-sizing:content-box;height:0.99975625rem;width:0.99975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#c79a3a;background-image:none;top:12.686767578125rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gNRrIf2WIxRO9pBhXBxDVO8udsC05tcg { color:rgba(var(--color-secondary-3),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:12.31201171875rem;left:27.686767578125rem;height:1.8005375rem;font-style:normal;display:block; }
#v2A9IZvZu332DqhiNhEhobH6sHQClnCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container { background-color: transparent; background-image: none; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container > .video-iframe-container { display: none; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row > .video-iframe-container { display: none; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .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); }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container { border-width: 0; border-radius: 0; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#TvetwtzWTUhRQJA0TrfXGN2uJIUXlVTv { color:#4f4f4f;display:block;width:41.9983125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:27.3125rem;left:9rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLNHkm4fVWK7V09Q2m4G167wlzfDm6h2 { color:rgba(var(--color-primary-4),1);display:block;width:41.9983125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:28.5625rem;left:9rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAXX6dFhZgbe3oRlQVKNDlr07ILWUSSM { color:#4f4f4f;display:block;width:41.997375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:1.25rem;left:9.0000009536744rem;height:0.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCJcoPFDZTE7DMNOSha3sHa04LdZLwnZ { position:absolute;display:block;z-index:15006;height:21.75rem;width:38.75rem;top:4.5286464691162rem;left:10.625rem;display:block; }
#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container { background-color: transparent; background-image: none; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container > .video-iframe-container { display: none; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row > .video-iframe-container { display: none; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .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); }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container { border-width: 0; border-radius: 0; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#DCHSen6hSlbnQvZ1w0GfGx8sHmUfdKvR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:59.8125rem;top:0rem;left:0.0625rem;display:block; }
#UUT91vWqsX9NFQcSsUUZHQCHqnSuAD7o { color:rgba(var(--color-secondary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:12.5947265625rem;left:15.3427734375rem;height:5.734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EFkV7iXpDQuAA8X8aWtJl27E3eL9nvFz { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:4.4348964691162rem;left:9.375rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRmhsA5MrcUIVDWhlon40s83ax0pv6Km { color:rgba(var(--color-secondary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:9.294921875rem;left:15.3427734375rem;height:1.91145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4vRKFFLQwdisDN8PyOkxLm6MfzUdT75 { color:rgba(var(--color-secondary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:19.3681640625rem;left:15.4052734375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iWLQsp05BrdyALUTd1PkivZdIOTQNdGT { color:rgba(var(--color-secondary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:21.277341842651rem;left:15.342448234558rem;height:3.82291875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container { background-color: transparent; background-image: none; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container > .video-iframe-container { display: none; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row > .video-iframe-container { display: none; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .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); }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container { border-width: 0; border-radius: 0; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container { font-size:0.875rem;font-family:lato;height:26.125rem;width:60rem;position:relative;display:block; }#WSmVblEczs9TEQCs7grMs3xLMSC4qanW { color:rgba(var(--color-primary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.7;letter-spacing:0;top:4.83203125rem;left:9rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuKicFrR4tmyuEpg0lTlkXGWfeS9JuAh { color:rgba(var(--color-primary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.08203125rem;left:9rem;height:2.01823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8OLTmmnlbiIW1DtZBOTvzDqF4bVyQay { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;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: 0rem 0.5rem 1.125rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.12370875rem;height:3.5807275rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:12.75390625rem;left:14.434898376465rem;display:block; }
#Ek4Q4h4KGq9iTx9HTbH0GgKpRCwlLLsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onW8TTnniUE1gUKqaghvEUeSS7OlaTBB { color:rgba(255,255,255,0.8);display:block;width:49.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.25rem;left:6.125rem;height:1.22395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCpWTlirSGgiOrk3TeBExlZptM4PmK0E { color:rgba(var(--color-primary-4),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:18.071613311767rem;left:9rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geaXDsrFHfIvRtUNad6ovLe5s07fCWki { color:rgba(var(--color-secondary-0),1);display:block;width:42rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:19.76953125rem;left:9rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container { background-color: transparent; background-image: none; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container > .video-iframe-container { display: none; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row > .video-iframe-container { display: none; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .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); }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container { border-width: 0; border-radius: 0; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container { font-size:0.875rem;font-family:lato;height:5.625rem;width:60rem;position:relative;display:block; }#aB2f0mbqAFMnqAmIBxqdVpKlICQAeq6M { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.030517578125rem;height:1.21875rem;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) { #g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP { display:block; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDgO60qmvTvJgVqQSS594PsfrxT8MBvK { top:6.6875rem;left:1.4140625rem;width:20rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJukJkbQPTdTwCkTqpiLASd99u3mlwi4 { top:12.3125rem;left:0.350830078125rem;width:22.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT { display:block; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3FgUayibM4gi0ca73IDHACi4qoTKF9A { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4qSSSIlSkQ0GMEw5WBoRUGQC0O8CS8O { top:4.75rem;left:21.3115234375rem;width:26.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ZnT2kmRVJshwlJGTsnw7IrhQnHTmdh { top:7.625rem;left:19.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ONKKkWT9a1NCGutrfhZLSPXAogpyS9 { top:7.25rem;left:21.561767578125rem;width:23.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXxzb6v012sJA4PKb0M94D49TFhi4qJI { top:5.3125rem;left:19.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJMBI8lI33ccXlJIpfW9H1CPUWUN6IrB { top:10.1875rem;left:19.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8uv2Jb6Kov3RqWsNXJIOAeLz6KP7AT0 { top:9.8125rem;left:21.561200141907rem;width:23.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I24LTGx2BXyPOhDxHyWQ4WsU8EBcMDgK { top:12.625rem;left:19.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNRrIf2WIxRO9pBhXBxDVO8udsC05tcg { top:12.25rem;left:21.561767578125rem;width:23.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2A9IZvZu332DqhiNhEhobH6sHQClnCc { display:block; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvetwtzWTUhRQJA0TrfXGN2uJIUXlVTv { width:41.9375rem;height:0.875rem;top:27.3125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLNHkm4fVWK7V09Q2m4G167wlzfDm6h2 { width:41.9375rem;height:1rem;top:28.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAXX6dFhZgbe3oRlQVKNDlr07ILWUSSM { width:41.9375rem;height:0.9375rem;top:1.25rem;left:2.8750009536743rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJcoPFDZTE7DMNOSha3sHa04LdZLwnZ { top:4.5rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 { display:block; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCHSen6hSlbnQvZ1w0GfGx8sHmUfdKvR { width:47.75rem;height:32.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUT91vWqsX9NFQcSsUUZHQCHqnSuAD7o { top:12.5625rem;left:9.2177734375rem;width:33.4375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFkV7iXpDQuAA8X8aWtJl27E3eL9nvFz { top:4.375rem;left:3.25rem;width:41.25rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRmhsA5MrcUIVDWhlon40s83ax0pv6Km { top:9.25rem;left:9.2177734375rem;width:33.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRKFFLQwdisDN8PyOkxLm6MfzUdT75 { top:19.3125rem;left:9.2799482345581rem;width:33.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLQsp05BrdyALUTd1PkivZdIOTQNdGT { top:21.25rem;left:9.2174482345581rem;width:33.4375rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T { display:block; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSmVblEczs9TEQCs7grMs3xLMSC4qanW { top:4.8125rem;left:2.875rem;width:42rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuKicFrR4tmyuEpg0lTlkXGWfeS9JuAh { top:9.0625rem;left:2.875rem;width:42rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OLTmmnlbiIW1DtZBOTvzDqF4bVyQay { width:31.0625rem;height:3.5625rem;top:12.75rem;left:8.309898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek4Q4h4KGq9iTx9HTbH0GgKpRCwlLLsX { display:block; }
 }@media only screen and (max-width: 763px) { #onW8TTnniUE1gUKqaghvEUeSS7OlaTBB { top:16.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCpWTlirSGgiOrk3TeBExlZptM4PmK0E { top:18.0625rem;left:2.875rem;width:42rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaXDsrFHfIvRtUNad6ovLe5s07fCWki { top:19.75rem;left:2.875rem;width:42rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb { display:block; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB2f0mbqAFMnqAmIBxqdVpKlICQAeq6M { top:3.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP { display:block; }#g0qTVN6Sz3ZHGQ4vCqPZf8oGE3qFN4yP > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDgO60qmvTvJgVqQSS594PsfrxT8MBvK { width:20rem;height:2.2744125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJukJkbQPTdTwCkTqpiLASd99u3mlwi4 { width:16.0625rem;height:2.76171875rem;top:5.224609375rem;left:1.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT { display:block; }#We8WoZ04mfAUzIW6m9aQfQW3RWOQOFnT > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3FgUayibM4gi0ca73IDHACi4qoTKF9A { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4qSSSIlSkQ0GMEw5WBoRUGQC0O8CS8O { width:19.75rem;height:1.79980625rem;top:8.3974609375rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8ZnT2kmRVJshwlJGTsnw7IrhQnHTmdh { width:0.999025rem;height:0.999025rem;top:11.997075rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ONKKkWT9a1NCGutrfhZLSPXAogpyS9 { width:18.4375rem;height:1.79980625rem;top:14.2461rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXxzb6v012sJA4PKb0M94D49TFhi4qJI { width:0.999025rem;height:0.999025rem;top:5.7734375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJMBI8lI33ccXlJIpfW9H1CPUWUN6IrB { width:0.999025rem;height:0.999025rem;top:17.9833984375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8uv2Jb6Kov3RqWsNXJIOAeLz6KP7AT0 { width:18.1875rem;height:1.79980625rem;top:20.419921875rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I24LTGx2BXyPOhDxHyWQ4WsU8EBcMDgK { width:0.9375rem;height:0.9375rem;top:24.39454375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNRrIf2WIxRO9pBhXBxDVO8udsC05tcg { width:12.6875rem;height:3.5996125rem;top:26.70703125rem;left:3.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2A9IZvZu332DqhiNhEhobH6sHQClnCc { display:block; }#v2A9IZvZu332DqhiNhEhobH6sHQClnCc > .row .container { width:20rem;height:45.109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvetwtzWTUhRQJA0TrfXGN2uJIUXlVTv { width:14.6875rem;height:1.3496125rem;top:16.5625rem;left:2.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XLNHkm4fVWK7V09Q2m4G167wlzfDm6h2 { width:20rem;height:1.19921875rem;top:19.671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PAXX6dFhZgbe3oRlQVKNDlr07ILWUSSM { width:19.125rem;height:2.25rem;top:1.25rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dCJcoPFDZTE7DMNOSha3sHa04LdZLwnZ { width:20rem;height:21.75rem;top:22.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 { display:block; }#ouwcALA2Ug8LhRTNnMtA5LLR1w4ouwo4 > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCHSen6hSlbnQvZ1w0GfGx8sHmUfdKvR { width:20rem;height:70.0625rem;top:0.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUT91vWqsX9NFQcSsUUZHQCHqnSuAD7o { width:12.1875rem;height:5.3994125rem;top:17.6962890625rem;left:0.5625rem;font-size:1rem;z-index:15037;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EFkV7iXpDQuAA8X8aWtJl27E3eL9nvFz { width:20rem;height:9.5625rem;top:3.6337890625rem;left:0rem;font-size:1.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #VRmhsA5MrcUIVDWhlon40s83ax0pv6Km { width:16.6875rem;height:1.79980625rem;top:14.521484375rem;left:0.5625rem;font-size:1rem;z-index:15037;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRKFFLQwdisDN8PyOkxLm6MfzUdT75 { width:14.125rem;height:1.9121125rem;top:25.1572265625rem;left:0.5625rem;font-size:1.0625rem;z-index:15037;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iWLQsp05BrdyALUTd1PkivZdIOTQNdGT { width:9rem;height:3.5996125rem;top:28.89453125rem;left:0.5625rem;font-size:1rem;z-index:15037;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T { display:block; }#bXCGJ7IEgtdu5CPBTGhXo6ooemDlvO6T > .row .container { width:20rem;height:79.33073125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSmVblEczs9TEQCs7grMs3xLMSC4qanW { width:20rem;height:0;top:64.6640625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #wuKicFrR4tmyuEpg0lTlkXGWfeS9JuAh { width:20rem;height:0;top:70.1640625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #L8OLTmmnlbiIW1DtZBOTvzDqF4bVyQay { width:18.875rem;height:3.75rem;top:57.8515625rem;left:0.5625rem;font-size:1.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ek4Q4h4KGq9iTx9HTbH0GgKpRCwlLLsX { display:block; }
 }@media only screen and (max-width: 763px) { #onW8TTnniUE1gUKqaghvEUeSS7OlaTBB { width:20rem;height:1.2246125rem;top:62.2265625rem;left:0rem;font-size:0.875rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCpWTlirSGgiOrk3TeBExlZptM4PmK0E { width:20rem;height:0;top:73.43229375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #geaXDsrFHfIvRtUNad6ovLe5s07fCWki { width:20rem;height:0;top:76.3815125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb { display:block; }#Tpnlud265f5lKpwcFNZ8emxo8Hlyolwb > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB2f0mbqAFMnqAmIBxqdVpKlICQAeq6M { width:14.125rem;height:2.4375rem;top:1.25rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }