.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:225,249,249;--color-primary-1:157,235,235;--color-primary-2:58,214,214;--color-primary-3:29,107,107;--color-primary-4:9,32,32;--color-secondary-0:245,226,252;--color-secondary-1:226,167,247;--color-secondary-2:206,108,242;--color-secondary-3:255,93,255;--color-secondary-4:41,22,48;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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: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 { background-color:transparent;background-image: -webkit-linear-gradient(186deg, #f3aeae, #e5b8b8);background-image: -moz-linear-gradient(186deg, #f3aeae, #e5b8b8);background-image: -ms-linear-gradient(186deg, #f3aeae, #e5b8b8);background-image: -o-linear-gradient(186deg, #f3aeae, #e5b8b8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3aeae', endColorstr='#e5b8b8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3aeae', endColorstr='#e5b8b8' );";background-image: linear-gradient(186deg, #f3aeae, #e5b8b8);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#TcHtmqDiXUGNNcQ2ZMfWCxrr7yhPbtKK { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5609rem;width:3.5609rem;top:1.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#awuogwLNOVUkrvHJDMGd8Z3BV1CCOn6T { color:#110de5;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5701348781586rem;left:41.249998092651rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#xFGEPDbrwiL4A8fQAABu3AmSQtAFaJJV { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8739375rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3739342689512rem;left:3.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#v9uTx2J16nPJovIGApLGzWc9mKPeBUB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.122875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.624466896057rem;left:4.5569953918457rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#TOEqWH22iClhanoFJmcmy9BfSA59Lr73 { z-index:15004;top:30.8125rem;left:14.1875rem;background-color:#c427f6;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.124625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZHJy11yCOlip0JM1Uh311yrqZVrSZWZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xG5qAWtc2DR8v10wwUZf0xzGIEAWc5BT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3118125rem;width:13.8743125rem;top:34.25rem;left:11.3125rem;overflow:hidden;display:block; }
#apLWZtTWtWKiOaHF972PkwmLOTuQSbtS { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:10.9375rem;top:36.625rem;left:26.75rem;overflow:hidden;display:block; }
#gtdbMTRrvTuE5BBnKMyNoTRFc1JJReKB { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:11rem;top:36.625rem;left:37.6875rem;overflow:hidden;display:block; }
#Gl2xIfxCg111Bzkp7qTUADQZhcF9ytUy { color:rgba(var(--color-tertiary-4),1);display:block;width:54.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.9990234375rem;left:4.556640625rem;height:7.7988375rem;text-align:left;text-align-last:left;display:block; }
#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg { background-color:transparent;background-image: -webkit-linear-gradient(186deg, #e5b8b8, #6075fa);background-image: -moz-linear-gradient(186deg, #e5b8b8, #6075fa);background-image: -ms-linear-gradient(186deg, #e5b8b8, #6075fa);background-image: -o-linear-gradient(186deg, #e5b8b8, #6075fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b8b8', endColorstr='#6075fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b8b8', endColorstr='#6075fa' );";background-image: linear-gradient(186deg, #e5b8b8, #6075fa);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container { background-color: transparent; background-image: none; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container > .video-iframe-container { display: none; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row > .video-iframe-container { display: none; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .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); }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container { border-width: 0; border-radius: 0; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container { font-size:0.875rem;font-family:arial;height:195.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#B71S4lcR8TTzTnHVc9k3S7TU8Zd8r7qQ { position:absolute;display:block;z-index:15001;background-color:#ff9300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:47.249rem;top:6.271484375rem;left:6.3740234375rem;display:block; }
#Oeb1ELAG0B9yxddasq3gx3l0E9sy4swJ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8105625rem;position:absolute;font-family:oswald;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.59375rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#bCZlUczZ5iirroMLtwr7kznDTTbhofhz { color:rgba(var(--color-tertiary-0),1);display:block;width:54.874rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.2490234375rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#RbI6ETb1spQL74Btf0rWslbHqrIFgKGw { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4306640625rem;left:2.9375rem;height:30.875rem;text-align:left;text-align-last:left;display:block; }
#AoNflACuMWD3RZFRN5W7cgesG63bavhl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.812125rem;width:57.7494375rem;top:47.079186916351rem;left:2.2505321502686rem;overflow:hidden;display:block; }
#FCFVmsUDype2yTBUMdcwyAssDinELQEc { z-index:15003;top:75.835401535031rem;left:15.43678855896rem;background-color:#c427f6;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EeVhasT7UcAotWaqpS4FIhv4y1K7zQ1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#byJXLs2CbWkCgfOvbUDwcP0BXMsBdoNm { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8105625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:80.5625rem;left:6.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#VqyRytkBPPQNL5u2sbGAHuAMioSQXAsq { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:98.1875rem;left:6.1875rem;height:7.7988375rem;display:block; }
#SVHGXIWHN3hwvJ9M5ZJaryG8UwLU93TK { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:110.3125rem;left:6.1875rem;height:6.49903125rem;display:block; }
#ogFfcRhtNragFFPRTrqnyJc34b00tSP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:95.875rem;left:6.1875rem;height:1.7871125rem;display:block; }
#GWoGDZ8VWBtf8Hx9SNmkgkckkN4s7TGi { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:107.875rem;left:6.1875rem;height:1.7871125rem;display:block; }
#K8xl9tZB2elJ0DusOEEPcdVfUdaEPUFc { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:117.712890625rem;left:6.3740234375rem;height:1.7871125rem;display:block; }
#uD3zDqerx35ka9bXGUTUgKov7uFhS02G { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:144.625rem;left:6.3740234375rem;height:3.89941875rem;display:block; }
#dGWNERTgg0x1TBmRKHJwZzpZTO3xvxzk { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:153.6875rem;left:6.3740234375rem;height:11.69825625rem;display:block; }
#vzvUh4m7NK8C0FWWTeEv5RzwPhqrpsiW { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:151.0625rem;left:6.3740234375rem;height:1.7871125rem;display:block; }
#TE10dJwpq7ZLCT5OBBJ5ybBRwBTZLe4D { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:172.0625rem;left:9.21875rem;height:5.3613375rem;text-align:center;text-align-last:center;display:block; }
#CJTzNlq6ltWCI1puy6Tfr0WgsUbFhBzU { z-index:15004;top:180.4375rem;left:11.71875rem;background-color:#b525ec;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.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.4375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vp7GG4ezsDV8AWGRP67XDDKcpd02fi0V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qe8CKnTx86HWrXtFZ6ChTnWpJNpDdKVe { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:82.9375rem;left:6.1875rem;height:11.69825625rem;display:block; }
#yTRki7E5r3A9q47gfv3JqCa9DCtB7zaR { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:55.75rem;top:117.9375rem;left:1.4345703125rem;overflow:hidden;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { 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; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:174.9375rem;width:60rem;position:relative;display:block; }#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:2.1875rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:9.125rem;top:4.455078125rem;left:35.904296875rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.377853393555rem;left:45.654829025269rem;height:10.23046875rem;text-align:left;text-align-last:left;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:20.0830078125rem;left:35.28125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.564453125rem;left:35.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.6865234375rem;left:45.1572265625rem;height:7.95703125rem;text-align:left;text-align-last:left;display:block; }
#HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.179695129394rem;left:39.637784957886rem;height:1.13725rem;text-align:left;text-align-last:left;display:block; }
#pVBH9LxccMdzAdem48WJhieZQuw0XbXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:36.497877120972rem;left:36.341619491577rem; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;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:1.25rem;width:21.93725rem;top:6.378173828125rem;left:10.507202148438rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:0.85205078125rem;height:4.54971875rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:#94611c;display:block;width:33.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3834228515625rem;left:0.4150390625rem;height:1.86860625rem;text-align:center;text-align-last:center;display:block; }
#mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { position:absolute;display:block;z-index:15017;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:13.5rem;width:8.25rem;top:24.237222909927rem;left:36.341619491577rem;overflow:hidden;display:block; }
#z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { position:absolute;display:block;z-index:15018;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:13.25rem;width:8rem;top:38.8740234375rem;left:35.904296875rem;overflow:hidden;display:block; }
#TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40.3486328125rem;left:44.154296875rem;height:10.23046875rem;text-align:left;text-align-last:left;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4794921875rem;left:0rem;height:84.5rem;text-align:left;text-align-last:left;display:block; }
#ESIdAZKCTK18eHG5G8NOa4N6uZCtX0vh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:52.123586654663rem;left:39.637784957886rem;height:1.13725rem;text-align:left;text-align-last:left;display:block; }
#mcbDBe1DgIXT3pnMgm7QBbwOFKBl7he7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.44176864624rem;left:35.904119491577rem; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;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;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:58.125rem;width:24.9375rem;top:0.6875rem;left:34.8125rem;display:block; }
#PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:100.5rem;left:11.875rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { color:#0eff00;display:block;width:24.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:114.625rem;left:17.9375rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { background-color:#ff8400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:29.7480625rem;height:3.874025rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:122.4248046875rem;left:15.125rem;display:block; }
#h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { position:absolute;display:block;z-index:15045;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:20.4375rem;width:55.1875rem;top:152.5rem;left:2.4375rem;display:block; }
#N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9980625rem;width:16.25rem;top:155.5625rem;left:40.5625rem;overflow:hidden;display:block; }
#pueayk394NkTxy2WW3OIfsDTQTtIc8nC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:158.3125rem;left:7.25rem;height:12.597625rem;text-align:left;text-align-last:left;display:block; }
#FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:153.375rem;left:8.125rem;height:3.0869125rem;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; }
#x7gCrzhxRR1mkiob5yxbRlxfCFApxTB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:131.5625rem;left:4.154296875rem;height:14.9452875rem;text-align:center;text-align-last:center;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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:9.125rem;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; }#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:3.3294677734375rem;left:0rem;height:4.22265rem;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) { #TcHtmqDiXUGNNcQ2ZMfWCxrr7yhPbtKK { top:1.5625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuogwLNOVUkrvHJDMGd8Z3BV1CCOn6T { width:15.9375rem;height:1.5rem;top:2.5625rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFGEPDbrwiL4A8fQAABu3AmSQtAFaJJV { width:47.75rem;height:4.875rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uTx2J16nPJovIGApLGzWc9mKPeBUB4 { width:47.75rem;height:6.4375rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOEqWH22iClhanoFJmcmy9BfSA59Lr73 { top:30.8125rem;left:8.0625rem;width:29.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHJy11yCOlip0JM1Uh311yrqZVrSZWZL { display:block; }
 }@media only screen and (max-width: 763px) { #xG5qAWtc2DR8v10wwUZf0xzGIEAWc5BT { top:34.25rem;left:5.1875rem;width:13.8125rem;height:22.212598655759rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLWZtTWtWKiOaHF972PkwmLOTuQSbtS { top:36.625rem;left:20.625rem;width:10.9375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdbMTRrvTuE5BBnKMyNoTRFc1JJReKB { top:36.625rem;left:31.5625rem;width:11rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl2xIfxCg111Bzkp7qTUADQZhcF9ytUy { width:47.75rem;height:7.75rem;top:22.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg { display:block; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B71S4lcR8TTzTnHVc9k3S7TU8Zd8r7qQ { width:47.1875rem;height:2.6875rem;top:6.25rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeb1ELAG0B9yxddasq3gx3l0E9sy4swJ { width:46.75rem;height:1.5rem;top:6.875rem;left:0.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZlUczZ5iirroMLtwr7kznDTTbhofhz { width:47.75rem;height:3.8125rem;top:10.75rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbI6ETb1spQL74Btf0rWslbHqrIFgKGw { width:47.75rem;height:30.8125rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoNflACuMWD3RZFRN5W7cgesG63bavhl { width:47.75rem;height:23.823244490477rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCFVmsUDype2yTBUMdcwyAssDinELQEc { top:75.8125rem;left:9.31178855896rem;width:29.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVhasT7UcAotWaqpS4FIhv4y1K7zQ1x { display:block; }
 }@media only screen and (max-width: 763px) { #byJXLs2CbWkCgfOvbUDwcP0BXMsBdoNm { width:46.75rem;height:1.75rem;top:80.5625rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqyRytkBPPQNL5u2sbGAHuAMioSQXAsq { top:98.1875rem;left:0.0625rem;width:45.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHGXIWHN3hwvJ9M5ZJaryG8UwLU93TK { top:110.3125rem;left:0.0625rem;width:45.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogFfcRhtNragFFPRTrqnyJc34b00tSP8 { top:95.875rem;left:0.0625rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoGDZ8VWBtf8Hx9SNmkgkckkN4s7TGi { top:107.875rem;left:0.0625rem;width:41.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xl9tZB2elJ0DusOEEPcdVfUdaEPUFc { top:117.6875rem;left:0.2490234375rem;width:41.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD3zDqerx35ka9bXGUTUgKov7uFhS02G { top:144.5625rem;left:0.2484016418457rem;width:45.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWNERTgg0x1TBmRKHJwZzpZTO3xvxzk { top:153.6875rem;left:0.2490234375rem;width:45.125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvUh4m7NK8C0FWWTeEv5RzwPhqrpsiW { top:151.0625rem;left:0.2490234375rem;width:41.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE10dJwpq7ZLCT5OBBJ5ybBRwBTZLe4D { top:172.0625rem;left:3.09375rem;width:41.5625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTzNlq6ltWCI1puy6Tfr0WgsUbFhBzU { top:180.4375rem;left:5.59375rem;width:34.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7GG4ezsDV8AWGRP67XDDKcpd02fi0V { display:block; }
 }@media only screen and (max-width: 763px) { #qe8CKnTx86HWrXtFZ6ChTnWpJNpDdKVe { top:82.9375rem;left:0.0625rem;width:45.125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTRki7E5r3A9q47gfv3JqCa9DCtB7zaR { top:117.9375rem;left:0rem;width:47.75rem;height:23.767937219731rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:9.125rem;height:15.3125rem;top:4.4375rem;left:29.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12.25rem;height:10.1875rem;top:6.375rem;left:35.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:20.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.6875rem;height:1.75rem;top:20.5625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:13.875rem;height:7.9375rem;top:27.625rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.125rem;top:37.125rem;left:33.512784957886rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:36.4375rem;left:30.216619491577rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2464529510308rem;top:6.375rem;left:4.3822021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.875rem;height:4.5rem;top:4.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:33.3125rem;height:1.8125rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { width:8.25rem;height:13.5rem;top:24.1875rem;left:30.216619491577rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { width:8rem;height:13.25rem;top:38.8125rem;left:29.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { width:13.875rem;height:10.1875rem;top:40.3125rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:84.5rem;top:10.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIdAZKCTK18eHG5G8NOa4N6uZCtX0vh { width:9.75rem;height:1.125rem;top:52.0625rem;left:33.512784957886rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbDBe1DgIXT3pnMgm7QBbwOFKBl7he7 { width:2.5rem;height:2.5rem;top:51.4375rem;left:29.779119491577rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:58.125rem;top:0.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:9.75rem;top:100.5rem;left:5.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:114.5625rem;left:11.81178855896rem;width:24.125rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:29.6875rem;height:3.8125rem;top:122.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { width:47.75rem;height:20.4375rem;top:152.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { width:16.25rem;height:11.9980625rem;top:155.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pueayk394NkTxy2WW3OIfsDTQTtIc8nC { width:34.8125rem;height:12.5625rem;top:158.3125rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { width:34.0625rem;height:3.0625rem;top:153.375rem;left:2rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gCrzhxRR1mkiob5yxbRlxfCFApxTB0 { width:47.75rem;height:14.9375rem;top:131.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:4.1875rem;top:3.3125rem;left:0rem;font-size:0.8125rem;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:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHtmqDiXUGNNcQ2ZMfWCxrr7yhPbtKK { width:1.49946875rem;height:1.49946875rem;top:0.7057883143425rem;left:0.49893462657929rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuogwLNOVUkrvHJDMGd8Z3BV1CCOn6T { width:12rem;height:1.46218125rem;top:0.72443181276319rem;left:7.8749998807906rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFGEPDbrwiL4A8fQAABu3AmSQtAFaJJV { width:20rem;height:9.75rem;top:3.454103125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uTx2J16nPJovIGApLGzWc9mKPeBUB4 { width:20rem;height:10.2333875rem;top:14.454103125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOEqWH22iClhanoFJmcmy9BfSA59Lr73 { top:56.6875rem;left:0.375rem;width:19.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHJy11yCOlip0JM1Uh311yrqZVrSZWZL { display:block; }
 }@media only screen and (max-width: 763px) { #xG5qAWtc2DR8v10wwUZf0xzGIEAWc5BT { width:8.3125rem;height:13.4375rem;top:33.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLWZtTWtWKiOaHF972PkwmLOTuQSbtS { width:5.3125rem;height:8.5625rem;top:46.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdbMTRrvTuE5BBnKMyNoTRFc1JJReKB { width:5.1875rem;height:8.4375rem;top:46.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl2xIfxCg111Bzkp7qTUADQZhcF9ytUy { width:20rem;height:8.44530625rem;top:25.6416015625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg { display:block; }#ueMPToTld4lKJT5KZSrJTTKfg0hJ1lDg > .row .container { width:20rem;height:191.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B71S4lcR8TTzTnHVc9k3S7TU8Zd8r7qQ { width:20rem;height:2.56214375rem;top:3.2661576271057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oeb1ELAG0B9yxddasq3gx3l0E9sy4swJ { width:20rem;height:2.76171875rem;top:3.1676135063171rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCZlUczZ5iirroMLtwr7kznDTTbhofhz { width:20rem;height:4.38743125rem;top:5.8726916313171rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbI6ETb1spQL74Btf0rWslbHqrIFgKGw { width:20rem;height:49.70506875rem;top:10.8232421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoNflACuMWD3RZFRN5W7cgesG63bavhl { width:20rem;height:10rem;top:60.536222457886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCFVmsUDype2yTBUMdcwyAssDinELQEc { top:71.499465942381rem;left:0rem;width:18.9976875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVhasT7UcAotWaqpS4FIhv4y1K7zQ1x { display:block; }
 }@media only screen and (max-width: 763px) { #byJXLs2CbWkCgfOvbUDwcP0BXMsBdoNm { width:20rem;height:1.7871125rem;top:77.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqyRytkBPPQNL5u2sbGAHuAMioSQXAsq { width:20rem;height:12.99805625rem;top:102.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHGXIWHN3hwvJ9M5ZJaryG8UwLU93TK { width:20rem;height:11.69825625rem;top:119.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogFfcRhtNragFFPRTrqnyJc34b00tSP8 { width:20rem;height:1.7871125rem;top:99.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoGDZ8VWBtf8Hx9SNmkgkckkN4s7TGi { width:20rem;height:1.7871125rem;top:118.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xl9tZB2elJ0DusOEEPcdVfUdaEPUFc { width:20rem;height:1.7871125rem;top:133.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD3zDqerx35ka9bXGUTUgKov7uFhS02G { width:20rem;height:5.199225rem;top:145.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWNERTgg0x1TBmRKHJwZzpZTO3xvxzk { width:20rem;height:16.89746875rem;top:154.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzvUh4m7NK8C0FWWTeEv5RzwPhqrpsiW { width:20rem;height:1.7871125rem;top:151.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE10dJwpq7ZLCT5OBBJ5ybBRwBTZLe4D { width:20rem;height:8.93555rem;top:174.89790153503rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTzNlq6ltWCI1puy6Tfr0WgsUbFhBzU { top:185.37375259399rem;left:0.49982237815857rem;width:18.9994375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7GG4ezsDV8AWGRP67XDDKcpd02fi0V { display:block; }
 }@media only screen and (max-width: 763px) { #qe8CKnTx86HWrXtFZ6ChTnWpJNpDdKVe { width:20rem;height:20.796875rem;top:79.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTRki7E5r3A9q47gfv3JqCa9DCtB7zaR { width:20rem;height:9.9550625rem;top:134.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:301.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.749025rem;top:139.1875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7871125rem;top:139.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:6.0625rem;height:9.8125rem;top:142.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:9.0625rem;height:13.640625rem;top:141.9365234375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.749025rem;top:157.36328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7871125rem;top:157.8447265625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.3105625rem;height:10.23046875rem;top:161.3076171875rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:10rem;height:1.13725rem;top:172.1064453125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:185.0390586853rem;left:3.4303973913193rem; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:11.749875rem;height:0.625rem;top:7.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:6.8235rem;top:3rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:20rem;height:1.4624rem;top:1.06201171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJAzCXtr5pxdg9RGdEGGyRWwwkAqPdG4 { width:5.375rem;height:8.625rem;top:174.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BrfnCTTex97FTtnL4WPelEcb0Qtz2D { width:5.3125rem;height:8.5rem;top:160.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSiNZ6V1TU0ANNukQXTVqRXe0TEhq8k { width:12.4355625rem;height:10.23046875rem;top:174.923828125rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:125.125rem;top:12.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESIdAZKCTK18eHG5G8NOa4N6uZCtX0vh { width:9.749625rem;height:1.13725rem;top:185.72087478637rem;left:6.1239346265793rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbDBe1DgIXT3pnMgm7QBbwOFKBl7he7 { display:flex;width:2.5rem;height:2.5rem;top:171.42400169372rem;left:3.4295099973679rem; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:19.8118125rem;height:46.0618125rem;top:142.68731975556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:20rem;height:18.19725rem;top:191.615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { width:17.3730625rem;height:4.2246125rem;top:209.75rem;left:1.3125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:18.9980625rem;height:3.811525rem;top:214.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #zntbgBQfwXuJHxmbRhZvKkVoVGpThud0 { width:20rem;height:49.1875rem;top:249.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3C84RqT2E9Z2enIzredc2zQoFtfCXXz { width:16.25rem;height:11.9980625rem;top:256.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pueayk394NkTxy2WW3OIfsDTQTtIc8nC { width:19.1855625rem;height:25.1953125rem;top:270.375rem;left:0.40625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmJy43fd4eUexCsRrN9pg9vrqmqvhKcw { width:20rem;height:5.0371125rem;top:251.837890625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7gCrzhxRR1mkiob5yxbRlxfCFApxTB0 { width:20rem;height:22.0937375rem;top:222.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:8.445325rem;top:6.0528564453125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }