.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,246,254;--color-primary-1:159,226,252;--color-primary-2:63,197,248;--color-primary-3:32,99,124;--color-primary-4:9,30,37;--color-secondary-0:229,229,229;--color-secondary-1:168,168,168;--color-secondary-2:81,81,81;--color-secondary-3:41,41,41;--color-secondary-4:12,12,12;--color-tertiary-0:255,255,255;--color-tertiary-1:205,205,205;--color-tertiary-2:172,172,172;--color-tertiary-3:146,146,146;--color-tertiary-4:81,81,81;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { background-color: transparent; background-image: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { border-width: 0; border-radius: 0; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:57.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { color:#00aaff;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:57rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#exaZgX2XhmT2u3chdFs8bDZ471eCzJML { position:absolute;display:block;z-index:15014;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:4rem;width:13.5rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:0.3125rem;left:36.4375rem;display:block; }
#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fefefe, #fefefe);background-image: -moz-linear-gradient(90deg, #fefefe, #fefefe);background-image: -ms-linear-gradient(90deg, #fefefe, #fefefe);background-image: -o-linear-gradient(90deg, #fefefe, #fefefe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe' );";background-image: linear-gradient(90deg, #fefefe, #fefefe);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { background-color: transparent; background-image: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container > .video-iframe-container { display: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container { display: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .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); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { border-width: 0; border-radius: 0; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:block; }#mJqDLg6JQhyPPsqTg7KFoFZPn2l33lkG { color:#846d2c;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:6.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxeZI5zE68H1Pkt0k3NC7HDsZ9tGyzLB { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.1875rem;left:0rem;height:7.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8MTqNHdQ4I5Av6s8LNQ4SIFpssNQWlF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:6.0125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EhgfZtfFTKaxRbTqvnmTfL5iyUAATdHr { color:#846d2c;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:39.8125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcaXIhOL0iZ0kxThAshMO8fZIsOhrhIs { color:#846d2c;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:41.875rem;left:0rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ur1oGvQmiglKdP7EfxP4bJpGp0tbEfOT { color:#846d2c;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:33.6875rem;left:0rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJXirLoIK1OcyMZae9fGzPqtmPpmtawk { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#f2f2f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.25rem;left:14.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CKq3J3PEH6pxUtbTiIcrzKllOFp2ofgp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.875rem;left:14.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tvbao1awOLe4yfeWm8279FSGzAawSyfx { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#f2f2f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:14.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#G3cAIB2hrCm18bHmwbuEEk3IAofaXAwh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.0625rem;left:14.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9qfqSsiS5n4O998hTD6mZH0f7gxOhCx { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#f2f2f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.4375rem;left:14.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PTTSyx9RescDeUcVd1QMPTnW8igpnLW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.125rem;left:14.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSdOcvehA4dIbySg3sP3s7eqrTUDk8pg { position:absolute;display:block;z-index:15001;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:43.9375rem;width:35.9375rem;top:10.6875rem;left:39.0625rem;overflow:hidden;display:block; }
#xsVqgXqBWZ5glqaNZIWNvriMKzZEWtGS { position:absolute;display:block;z-index:15015;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.375rem;width:18.75rem;top:49rem;left:54.875rem;overflow:hidden;display:block; }
#P0sBPqHIIvZt9tEdrwBOeTVtiRbLlHhJ { color:#846d2c;display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:46.9375rem;left:55.1875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVve5AM21qkTSDeTvVDtzdnu2kybVf1m { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:46.9375rem;left:65.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQp9Q4v0a6T7DSz2gpdNHLWAepptSQVL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:52.5rem;left:54.875rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlDFI73uN7ImRymb2DfWZMyfRwpHnVAB { position:absolute;display:block;z-index:15016;height:3.75rem;width:20rem;top:44.799987792969rem;left:0rem;display:block; }
#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { background-color: transparent; background-image: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container > .video-iframe-container { display: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container { display: none; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .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); }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { border-width: 0; border-radius: 0; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#KtdUF8VbaURs18yJzmTZzdslf6FutfEg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0000007627531rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.818752288818rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:0.12421875rem;width:3.125rem;top:14.5rem;left:36rem;display:block; }
#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { background-color: transparent; background-image: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container > .video-iframe-container { display: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container { display: none; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .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); }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { border-width: 0; border-radius: 0; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.1249923706055rem;left:1.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2984313964844rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1249923706055rem;left:1.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { 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:9.625rem;width:6.8125rem;top:4.6734313964844rem;left:16.567970275879rem;overflow:hidden;display:block; }
#xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5015563964844rem;left:1.40625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:25.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { position:absolute;display:block;z-index:15027;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:9.625rem;width:6.75rem;top:4.6875rem;left:42.25rem;overflow:hidden;display:block; }
#XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5rem;left:27.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.125rem;left:27.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.125rem;left:27.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { position:absolute;display:block;z-index:15033;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:9.625rem;width:6.75rem;top:4.6874923706055rem;left:67.875rem;overflow:hidden;display:block; }
#eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:8.4999923706056rem;left:52.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1249923706055rem;left:52.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1249923706055rem;left:52.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { background-color: transparent; background-image: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container > .video-iframe-container { display: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container { display: none; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .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); }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { border-width: 0; border-radius: 0; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.2976608276368rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.40625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { 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:9.625rem;width:6.75rem;top:3.6726608276367rem;left:16.567970275879rem;overflow:hidden;display:block; }
#oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5640640258787rem;left:1.40625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:25.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { position:absolute;display:block;z-index:15027;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:9.625rem;width:6.75rem;top:3.6875rem;left:42.25rem;overflow:hidden;display:block; }
#gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:27.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { box-sizing:content-box;height:14rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:51.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { position:absolute;display:block;z-index:15033;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:9.625rem;width:6.75rem;top:3.6875rem;left:67.875rem;overflow:hidden;display:block; }
#Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.5625rem;left:52.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.125rem;left:52.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { background-color: transparent; background-image: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container > .video-iframe-container { display: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container { display: none; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .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); }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { border-width: 0; border-radius: 0; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:0rem;left:27.5rem;display:block; }
#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { background-color: transparent; background-image: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container > .video-iframe-container { display: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container { display: none; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .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); }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { border-width: 0; border-radius: 0; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:75rem;position:relative;display:block; }#gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:7.6375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDk5BQk5TI7M3CNrs6oGbd0w9zGVHQBc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:0.12421875rem;width:3.125rem;top:17rem;left:0rem;display:block; }
#T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { box-sizing:content-box;height:37.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6798e863-8844-44ec-a16c-659d36548d0b/b3fef99b1e4e138b94d9f4c06c1bcc83.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9687497615814rem;left:56.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.adaptive-delivery-prevent-bg, #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.lazyload, #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20.lazyloading { background-image: none; }
#vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { box-sizing:content-box;height:37.5rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/95004f90-7910-46c0-84fe-460138a6cad1/f809c874d38c34157aa56c195d605532.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9687497615814rem;left:36.934477210781rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.adaptive-delivery-prevent-bg, #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.lazyload, #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P.lazyloading { background-image: none; }
#v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T2xirTtrqggSukqsnnIHQM03oElg3HR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.1875rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.5rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:27.5625rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { box-sizing:content-box;height:2.5rem;width:33.125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VPPcuh5becbDWULRgEXFXgz10C5AUqly { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:0.12421875rem;width:3.125rem;top:12.5rem;left:0rem;display:block; }
#z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:36.93359375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.625rem;left:37.55859375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mcL7wp8OpaTGIlQH33sB767t814F89SQ { box-sizing:content-box;height:2.5rem;width:10.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:56.25rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.625rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { position:absolute;display:block;z-index:15026;height:21.5625rem;width:75rem;top:46.3984375rem;left:0rem;display:block; }
#aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { position:absolute;display:block;z-index:15017;height:3.75rem;width:20rem;top:34.125003814698rem;left:0rem;display:block; }
#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm { 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; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container { background-color: transparent; background-image: none; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container > .video-iframe-container { display: none; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row > .video-iframe-container { display: none; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .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); }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container { border-width: 0; border-radius: 0; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#MIci5xTBDuqhBwgygGMMaL1cSyzOK8uL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.0625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7EWTMKO7cQolwdLaOKRug5r31pWI1FW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;width:3.125rem;top:7.5625rem;left:35.9375rem;display:block; }
#CWH8WbP4pEKXeoNpPXmfoSgJVwRKBisz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { 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; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { background-color: transparent; background-image: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .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); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:1.125rem;left:3.8125rem;display:block; }
#RhzxiSwtyN3CK09G3Di808yePCaVWyQe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:2.0625rem;left:4.6875rem;display:block; }
#BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.6875rem;left:3.8125rem;display:block; }
#LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:14.625rem;left:4.6875rem;display:block; }
#AMesrPFIH8ssJVWgKKGW8yglXCKThudx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:26rem;left:3.8125rem;display:block; }
#rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:26.9375rem;left:4.6875rem;display:block; }
#d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat: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:19.875rem;width:0.0625rem;top:7.0625rem;left:7.125rem;display:block; }
#ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:12.625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.8125rem;left:12.625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5rem;left:12.625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.25rem;left:12.625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.9375rem;left:12.625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJnZgTkieFaml1u5xUyZd5q4lxappauM { color:#0e9ae5;display:block;width:3.31163125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0789031982422rem;left:5.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLrthrTmqRe3h99tbRbGO2mIJ2zP2TH3 { color:#0e9ae5;display:block;width:3.31055rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.642196655274rem;left:5.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwHLyB5GaTSTULREigBuoxcyeFOkM8ud { color:#0e9ae5;display:block;width:3.31055rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.984375rem;left:5.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1wDn4irbf214BvKavSVGWsL4nOk2gp8 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23.0625rem;left:50.125rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sN8Tnuek6xeyVJSik2kRdFxzypqGgqPt { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:7.375rem;left:41.3125rem;display:block; }
#gTyyT9kPNxzrkWRJlKR1CzTZx2lbcDGR { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:8.3125rem;left:42.1875rem;display:block; }
#AdoIvHUTIsgdqLaHvPi2PvoEQxBxhx6m { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:19.9375rem;left:41.3125rem;display:block; }
#ioNrGdmhnz9gxrT3t5Ll6w1LdplXzfvT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.875rem;width:4.875rem;top:20.875rem;left:42.1875rem;display:block; }
#TOLak9P1L0aZvz8FsVcPHtNWZiwlD5or { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat: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:12.5rem;width:0.0625rem;top:13.3125rem;left:44.625rem;display:block; }
#v0yZmV5h7DKUdBy1ES2l8Bzx7ZCUEo4K { color:rgba(var(--color-tertiary-2),1);display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.125rem;left:50.125rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRMeJPJ7TdzPW0Sg2o3fgZCm8ZP20yTo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.75rem;left:50.125rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x23SpNoD9WaNFT7a4PGscbLufxT3loPt { color:#0e9ae5;display:block;width:3.31163125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.3125rem;left:43rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bpJDMuaXJor85DnZmmHS43eSwRFHNzmJ { color:#0e9ae5;display:block;width:3.31055rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.875rem;left:43rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzMPX6TQ23zA5s7CoXAtkx5wSUVITK99 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.8125rem;left:50.125rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrfnKznexHg2998raXax6yJcsRFc3zC1 { position:absolute;display:block;z-index:15018;height:3.75rem;width:20rem;top:29.612501144409rem;left:46.25rem;display:none; }
#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH { 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; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container { background-color: transparent; background-image: none; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container > .video-iframe-container { display: none; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row > .video-iframe-container { display: none; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .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); }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container { border-width: 0; border-radius: 0; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { box-sizing:content-box;height:20.5625rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc1656ce-637f-4f57-b12b-6f9cec3ad8e2/129469d0181e7156cee28d5302811cbe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.adaptive-delivery-prevent-bg, #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.lazyload, #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe.lazyloading { background-image: none; }
#fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2 { box-sizing:content-box;height:20.5625rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb8f8c9b-356a-4740-bdb8-75dc66d061f6/5cb57af8cfea16364038f4980353e014.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:19.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2.adaptive-delivery-prevent-bg, #fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2.lazyload, #fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2.lazyloading { background-image: none; }
#QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O { box-sizing:content-box;height:20.5625rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/395f02a6-0c6a-426a-9847-2772eedd783c/e21d51321b394a15262f008194a01c82.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O.adaptive-delivery-prevent-bg, #QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O.lazyload, #QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O.lazyloading { background-image: none; }
#cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW { box-sizing:content-box;height:20.5625rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/435e9b55-9f04-4868-a3b9-2cf3861d8cf7/814ab35991da0aa33d2508b13bee6973.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:56.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW.adaptive-delivery-prevent-bg, #cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW.lazyload, #cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW.lazyloading { background-image: none; }
#yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { box-sizing:content-box;height:8.875rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.625rem;left:0.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.3125rem;left:1.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAwggeMlHD5QwLKN65h8J5WIqbFPcGER { box-sizing:content-box;height:8.875rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:19.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CODLz5ksBdW82uynlDrkgZG30L6TsfCe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.3125rem;left:20.4375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6kwzbpCr6IqvrkLMKeZMvFmtl1fXSwN { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.625rem;left:19.375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZzxhUs4F8aaxNUTgoTBme1milLBkZSf { box-sizing:content-box;height:8.875rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:38.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BzH1sxsEs7zTC0LfyhQtxSD4ho6JpJ8C { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.3125rem;left:39.1875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC9ukTt9SRGW1KyVVQOc0sb9t9P85IIE { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.625rem;left:38.125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5CpscZ12elJPVSTKRuyUN2wDSFM0MM0 { box-sizing:content-box;height:8.875rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.8125rem;left:56.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ouluqDCxVT0eZL8b3KSKBIQasDisvJ9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.3125rem;left:57.9375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cKqAvBlNWS57oO7VQmlcqViBt8y8JTTw { color:rgba(var(--color-primary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.625rem;left:56.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { background-color: transparent; background-image: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container > .video-iframe-container { display: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container { display: none; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .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); }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { border-width: 0; border-radius: 0; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.7781295776368rem;left:0rem;height:1.38125rem;font-style:normal;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) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:11.625rem;height:1.625rem;top:0.9375rem;left:36.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { width:17.875rem;height:3.25rem;top:2rem;left:29.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exaZgX2XhmT2u3chdFs8bDZ471eCzJML { width:13.5rem;height:4rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { width:20rem;height:3.75rem;top:0.3125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT { display:block; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJqDLg6JQhyPPsqTg7KFoFZPn2l33lkG { width:13.9375rem;height:8.125rem;top:33rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxeZI5zE68H1Pkt0k3NC7HDsZ9tGyzLB { width:39.5rem;height:7.375rem;top:15.1875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8MTqNHdQ4I5Av6s8LNQ4SIFpssNQWlF { width:37.5rem;height:6rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgfZtfFTKaxRbTqvnmTfL5iyUAATdHr { width:13.9375rem;height:1.75rem;top:39.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaXIhOL0iZ0kxThAshMO8fZIsOhrhIs { width:13.9375rem;height:1rem;top:41.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1oGvQmiglKdP7EfxP4bJpGp0tbEfOT { width:13.9375rem;height:1rem;top:33.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJXirLoIK1OcyMZae9fGzPqtmPpmtawk { width:12.5rem;height:2.5rem;top:34.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKq3J3PEH6pxUtbTiIcrzKllOFp2ofgp { width:12.5rem;height:1.1875rem;top:34.875rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvbao1awOLe4yfeWm8279FSGzAawSyfx { width:12.5rem;height:2.5rem;top:37.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cAIB2hrCm18bHmwbuEEk3IAofaXAwh { width:12.5rem;height:1.1875rem;top:38.0625rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9qfqSsiS5n4O998hTD6mZH0f7gxOhCx { width:12.5rem;height:2.5rem;top:40.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTSyx9RescDeUcVd1QMPTnW8igpnLW5 { width:12.5rem;height:1.1875rem;top:41.125rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSdOcvehA4dIbySg3sP3s7eqrTUDk8pg { width:35.9375rem;height:43.9375rem;top:10.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVqgXqBWZ5glqaNZIWNvriMKzZEWtGS { width:18.75rem;height:3.375rem;top:49rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0sBPqHIIvZt9tEdrwBOeTVtiRbLlHhJ { width:9.4375rem;height:1.625rem;top:46.9375rem;left:38.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVve5AM21qkTSDeTvVDtzdnu2kybVf1m { width:8.125rem;height:2.0625rem;top:46.9375rem;left:39.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQp9Q4v0a6T7DSz2gpdNHLWAepptSQVL { width:18.75rem;height:1.0625rem;top:52.5rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlDFI73uN7ImRymb2DfWZMyfRwpHnVAB { width:20rem;height:3.75rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { display:block; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtdUF8VbaURs18yJzmTZzdslf6FutfEg { width:47.75rem;height:3.8125rem;top:7.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { width:47.75rem;height:1.4375rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { width:3.125rem;height:0.0625rem;top:14.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { display:block; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { width:17.1875rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { width:23.6875rem;height:14rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { width:13.8125rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { width:6.8125rem;height:9.625rem;top:4.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { width:14.375rem;height:4.875rem;top:8.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { width:23.6875rem;height:14rem;top:2.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { width:6.75rem;height:9.625rem;top:4.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { width:15.1875rem;height:4.875rem;top:8.5rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { width:17.1875rem;height:2.4375rem;top:4.125rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { width:15.375rem;height:1.625rem;top:6.125rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { width:23.6875rem;height:14rem;top:2.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { width:6.75rem;height:9.625rem;top:4.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { width:14.375rem;height:3.625rem;top:8.4375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { width:17.1875rem;height:2.4375rem;top:4.0625rem;left:30.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { width:13.8125rem;height:1.625rem;top:6.0625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { display:block; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { width:15rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { width:23.6875rem;height:14rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { width:13.8125rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { width:6.75rem;height:9.625rem;top:3.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { width:14.875rem;height:4.875rem;top:7.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { width:23.6875rem;height:14rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { width:6.75rem;height:9.625rem;top:3.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { width:14.375rem;height:4.875rem;top:7.5625rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { width:17.1875rem;height:2.4375rem;top:3.125rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { width:15.375rem;height:1.625rem;top:5.125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { width:23.6875rem;height:14rem;top:1.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { width:6.75rem;height:9.625rem;top:3.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { width:14.375rem;height:3.625rem;top:7.5625rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { width:17.1875rem;height:2.4375rem;top:3.125rem;left:30.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { width:13.8125rem;height:1.625rem;top:5.125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { display:block; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { width:20rem;height:3.75rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { display:block; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { width:29.875rem;height:7.625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDk5BQk5TI7M3CNrs6oGbd0w9zGVHQBc { width:3.125rem;height:0.0625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { width:18.75rem;height:37.5rem;top:2.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { width:18.75rem;height:37.5rem;top:2.9375rem;left:23.309477210781rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { width:33.125rem;height:2.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { width:26.0625rem;height:1.375rem;top:15.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { width:33.125rem;height:2.5rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { width:30.5625rem;height:1.375rem;top:18.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { width:33.125rem;height:2.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xirTtrqggSukqsnnIHQM03oElg3HR6 { width:22.3125rem;height:1.375rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { width:33.125rem;height:2.5rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { width:22.3125rem;height:1.375rem;top:30.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { width:33.125rem;height:2.5rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { width:30.375rem;height:1.375rem;top:27.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { width:33.125rem;height:2.5rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { width:30.9375rem;height:1.375rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPPcuh5becbDWULRgEXFXgz10C5AUqly { width:3.125rem;height:0.0625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { width:10.1875rem;height:2.5rem;top:34.1875rem;left:23.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { width:6.25rem;height:1.625rem;top:34.625rem;left:23.93359375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL7wp8OpaTGIlQH33sB767t814F89SQ { width:10.1875rem;height:2.5rem;top:34.1875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { width:9.5rem;height:1.625rem;top:34.625rem;left:38.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { width:47.75rem;height:21.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { width:20rem;height:3.75rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm { display:block; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIci5xTBDuqhBwgygGMMaL1cSyzOK8uL { width:47.75rem;height:1.5625rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7EWTMKO7cQolwdLaOKRug5r31pWI1FW { width:3.125rem;height:0.125rem;top:7.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWH8WbP4pEKXeoNpPXmfoSgJVwRKBisz { width:47.75rem;height:3.75rem;top:8.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:6.625rem;height:6.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:4.8125rem;height:4.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:6.625rem;height:6.625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:4.8125rem;height:4.8125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:6.625rem;height:6.625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:4.8125rem;height:4.8125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { width:0;height:19.8125rem;top:7.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:21rem;height:1.625rem;top:2.5625rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:21.0625rem;height:2.75rem;top:4.875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:21.0625rem;height:2.75rem;top:16.8125rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:21rem;height:1.625rem;top:14.5rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { width:21.0625rem;height:2.75rem;top:29.25rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:21rem;height:1.625rem;top:26.9375rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnZgTkieFaml1u5xUyZd5q4lxappauM { width:3.25rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrthrTmqRe3h99tbRbGO2mIJ2zP2TH3 { width:3.25rem;height:2.75rem;top:15.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHLyB5GaTSTULREigBuoxcyeFOkM8ud { width:3.25rem;height:2.75rem;top:27.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1wDn4irbf214BvKavSVGWsL4nOk2gp8 { width:21.0625rem;height:2.75rem;top:23.0625rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN8Tnuek6xeyVJSik2kRdFxzypqGgqPt { width:6.6875rem;height:6.6875rem;top:7.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyyT9kPNxzrkWRJlKR1CzTZx2lbcDGR { width:4.875rem;height:4.875rem;top:8.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdoIvHUTIsgdqLaHvPi2PvoEQxBxhx6m { width:6.6875rem;height:6.6875rem;top:19.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioNrGdmhnz9gxrT3t5Ll6w1LdplXzfvT { width:4.875rem;height:4.875rem;top:20.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLak9P1L0aZvz8FsVcPHtNWZiwlD5or { width:0.0625rem;height:12.5rem;top:13.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0yZmV5h7DKUdBy1ES2l8Bzx7ZCUEo4K { width:21.0625rem;height:2.75rem;top:11.125rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMeJPJ7TdzPW0Sg2o3fgZCm8ZP20yTo { width:21.0625rem;height:1.6875rem;top:20.75rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23SpNoD9WaNFT7a4PGscbLufxT3loPt { width:3.25rem;height:2.8125rem;top:9.3125rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpJDMuaXJor85DnZmmHS43eSwRFHNzmJ { width:3.25rem;height:2.8125rem;top:21.875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzMPX6TQ23zA5s7CoXAtkx5wSUVITK99 { width:21.0625rem;height:1.6875rem;top:8.8125rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrfnKznexHg2998raXax6yJcsRFc3zC1 { width:20rem;height:3.75rem;top:29.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH { display:block; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { width:17.5rem;height:20.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2 { width:17.5rem;height:20.5625rem;top:2.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O { width:17.5rem;height:20.5625rem;top:2.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW { width:17.5rem;height:20.5625rem;top:2.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { width:17.5rem;height:8.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { width:17.5rem;height:1.75rem;top:23.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { width:15.375rem;height:1.5rem;top:25.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwggeMlHD5QwLKN65h8J5WIqbFPcGER { width:17.5rem;height:8.875rem;top:18.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CODLz5ksBdW82uynlDrkgZG30L6TsfCe { width:15.375rem;height:1.5rem;top:25.3125rem;left:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kwzbpCr6IqvrkLMKeZMvFmtl1fXSwN { width:17.5rem;height:1.75rem;top:23.625rem;left:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzxhUs4F8aaxNUTgoTBme1milLBkZSf { width:17.5rem;height:8.875rem;top:18.8125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzH1sxsEs7zTC0LfyhQtxSD4ho6JpJ8C { width:15.375rem;height:1.5rem;top:25.3125rem;left:20.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9ukTt9SRGW1KyVVQOc0sb9t9P85IIE { width:17.5rem;height:1.75rem;top:23.625rem;left:18.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5CpscZ12elJPVSTKRuyUN2wDSFM0MM0 { width:17.5rem;height:8.875rem;top:18.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouluqDCxVT0eZL8b3KSKBIQasDisvJ9Z { width:15.375rem;height:1.5rem;top:25.3125rem;left:32.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKqAvBlNWS57oO7VQmlcqViBt8y8JTTw { width:17.5rem;height:1.75rem;top:23.625rem;left:30.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { display:block; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { width:47.75rem;height:1.375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:relative;z-index:auto;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGbCMTItW9tl1stqtvXLSB3rgCe4i72 { width:12.6875rem;height:1.04166875rem;top:1.75rem;left:7.3125rem;text-align:right;text-align-last:right;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #THkE3Dvt88PZBFdWcwVaUhXb7W7F9pIW { width:11.5625rem;height:1.80555625rem;top:10.079196240234rem;left:4.1875rem;text-align:right;text-align-last:right;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #exaZgX2XhmT2u3chdFs8bDZ471eCzJML { width:10.5rem;height:3.0625rem;top:0.71875rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSUKIuNVzWra8WvJxqT7ScG8uKxiWuKC { width:20rem;height:3.75rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { background-color: transparent; background-image: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container > .video-iframe-container { display: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container { display: none; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .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); }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { border-width: 0; border-radius: 0; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwC9nvTnJbQxAxPS581Nxt4G9KUpwyfT > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mJqDLg6JQhyPPsqTg7KFoFZPn2l33lkG { width:9.625rem;height:6.09375rem;top:24.75rem;left:0rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxeZI5zE68H1Pkt0k3NC7HDsZ9tGyzLB { width:20rem;height:12.25rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V8MTqNHdQ4I5Av6s8LNQ4SIFpssNQWlF { width:17.3125rem;height:2.6rem;top:14.809387207031rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhgfZtfFTKaxRbTqvnmTfL5iyUAATdHr { width:9.25rem;height:1.375rem;top:30.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaXIhOL0iZ0kxThAshMO8fZIsOhrhIs { width:9.25rem;height:0.75625rem;top:31.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur1oGvQmiglKdP7EfxP4bJpGp0tbEfOT { width:4.3125rem;height:1.03125rem;top:24.75rem;left:2.6875000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJXirLoIK1OcyMZae9fGzPqtmPpmtawk { width:9.75rem;height:2.5rem;top:24.75rem;left:10.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKq3J3PEH6pxUtbTiIcrzKllOFp2ofgp { width:9.75rem;height:0.8125rem;top:25.625rem;left:10.250000536442rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvbao1awOLe4yfeWm8279FSGzAawSyfx { width:9.75rem;height:2.5rem;top:27.625rem;left:10.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3cAIB2hrCm18bHmwbuEEk3IAofaXAwh { width:9.625rem;height:0.8125rem;top:28.5rem;left:10.375000536442rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9qfqSsiS5n4O998hTD6mZH0f7gxOhCx { width:9.75rem;height:2.5rem;top:30.5625rem;left:10.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTSyx9RescDeUcVd1QMPTnW8igpnLW5 { width:9.625rem;height:0.8125rem;top:31.375rem;left:10.375000536442rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSdOcvehA4dIbySg3sP3s7eqrTUDk8pg { width:19.375rem;height:23.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsVqgXqBWZ5glqaNZIWNvriMKzZEWtGS { width:18.75rem;height:3.375rem;top:60.312507629394rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0sBPqHIIvZt9tEdrwBOeTVtiRbLlHhJ { width:9.4375rem;height:1.65rem;top:58.500007629394rem;left:0.93749994039537rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVve5AM21qkTSDeTvVDtzdnu2kybVf1m { width:8.125rem;height:2.0625rem;top:58.250007629394rem;left:11.000000536442rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQp9Q4v0a6T7DSz2gpdNHLWAepptSQVL { width:18.75rem;height:1.1rem;top:63.812507629394rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlDFI73uN7ImRymb2DfWZMyfRwpHnVAB { width:20rem;height:3.75rem;top:17.925001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp { display:block; }#Eo2tBvc6pF1u1EPyi3zNMGow3S802Emp > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtdUF8VbaURs18yJzmTZzdslf6FutfEg { width:20rem;height:1.7875rem;top:6.0609378814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7rH819GDTgOfZpsmh8dyPII3kV6m0yO { width:20rem;height:1.1375rem;top:7.848437309265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSS09bInl9PNq5e8HDEQ4fur2A0q2TK { width:3.125rem;height:0.125rem;top:5.375rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD { display:block; }#DB1LKe0FKqSpTmBQ4dqZ6aK8gb1oXRsD > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbJv0kJqN1EgC0EKdbKubyXl03rT6QWI { width:17.1875rem;height:1.625rem;top:4.1265640258789rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i954tlSLirnhwV2QUKHq8rehwwtTQxJ4 { width:20rem;height:14rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQvzF3miCBBLPbQ9Pi0OVJ7gXD65OLAA { width:13.8125rem;height:1.38125rem;top:5.7015609741211rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9tqkD3BJh8mRXvWt61V3iLsFWpI9ET { width:6.8125rem;height:9.625rem;top:4.1265630722046rem;left:13.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPx5TXI0Z4nWN4LTof1G089htKCAT0ZM { width:12.125rem;height:6.09375rem;top:8.078125rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuFys0bwBgNRAu7rXfLrAcNseKQ788Rk { width:20rem;height:14rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCqKNPALMOV4wf3USzcte88JyuV4Wc0 { width:6.75rem;height:9.625rem;top:19.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR89zlmpkVidQfnGPno7DZz0z7rsweF0 { width:12.25rem;height:6.09375rem;top:23.3125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSRoCuCRvt6AfZuW6GJl4eoXqDaArvBq { width:17.1875rem;height:1.625rem;top:19.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UShtkdf6zcsCB0akXkWvm3Hs6BOTNB3d { width:15.375rem;height:1.38125rem;top:20.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku19rQ8N61QCTziGGrk9TxqOlABgP3cn { width:20rem;height:14rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQRaVy340ZZXqe037VCgl8Aqg7ERn0s { width:6.75rem;height:9.625rem;top:34.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrDvXTTIZurWyZB6CXOKJNrgUL6Rrpz { width:10.3125rem;height:4.875rem;top:38.5625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhzUC548Cn4T2v2t3NgmZftHAsyahbSZ { width:17.1875rem;height:1.625rem;top:34.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRmB3eJIWUhL7UmyaSHKNHhDsxxMTP6c { width:13.8125rem;height:1.38125rem;top:36.1875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW { display:block; }#yPPXZwUNMpewxqSQcbQS4u1Z74OIhLOW > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVx1DOsOibuvXqo4VZxLcOF2RlLXaTWQ { width:17.1875rem;height:1.625rem;top:2.25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHSZ8qLHJT91zJHlcTpxKThwb6HZyF6T { width:20rem;height:14rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akf9hcZPXLfQXsyWAPrbIE0yOz6vWU7T { width:13.8125rem;height:1.625rem;top:3.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQT3l428oF7kJVgtpnpDktkZq7E7szg5 { width:6.75rem;height:9.625rem;top:2.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oecue7RdDDCZFPrZbtqfmMkdGtLGcyLo { width:12rem;height:6.09375rem;top:6.25rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuKaGJgiG5qxTkTrlQm4DQVTCyLQJ7Rs { width:20rem;height:14rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7yeENexuQws8Gu3TV42L1HIC5NCX1w { width:6.75rem;height:9.625rem;top:17.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSMTZuRh4TL1iJT1fD4qKUuGQ1LR2DX { width:11.9375rem;height:6.09375rem;top:21.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEIpTfXRE7MaV6qWt4SchVQ8XfZXfMyf { width:17.1875rem;height:1.625rem;top:17.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBITRO62l54vqPWbpLrxXRVfyxdqwuw { width:15.375rem;height:1.625rem;top:19.0625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IabF9mN7LTJRIin8MntBMkKBaDpxwZF2 { width:20rem;height:14rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVEscqNZ1l7rS3MykcRAkDaulfeEZXX { width:6.75rem;height:9.625rem;top:32.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Isa7qbBDqNUBa6ZqyTKuRc0tUUlXZSIZ { width:11.25rem;height:4.875rem;top:36.75rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Uscs0kgxG19uEkMzN1navQsLTk9O0K { width:17.1875rem;height:1.625rem;top:32.875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3J9vhfFE4H93MA8wom2i5sE4fuI0gZ { width:13.8125rem;height:1.625rem;top:34.3125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 { display:block; }#v9LqgvLP2cvVGsXQXlqvxZ0POFTDsJC1 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH2Tz6doGReRn5lsdvwDMgJpnfRbl9M0 { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg { display:block; }#zQxX9gCy9O2DfeQ2LE5RQAy2hFfKIvkg > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIIW8rq7NsT2ZilSmxTDkGmoxg25vRwS { width:16.9998125rem;height:4.875rem;top:5.1866321563721rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDk5BQk5TI7M3CNrs6oGbd0w9zGVHQBc { width:3.125rem;height:0.125rem;top:3.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Sg4enuTPu50iggaK7IQMbTTv3w9c20 { width:9.6875rem;height:19.375rem;top:33.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdOCpLvsIQ73Dt3Ov13ytwDofmxfw24P { width:9.6875rem;height:19.375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ExTVlwfJB8esluaRnRrtf966xW7eG3 { width:20rem;height:2.5rem;top:11.310943603516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfpaCXKJhWfKJx1NOKTw8QfKc1IdiImI { width:20rem;height:1.38125rem;top:11.870313644409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSU7bqpaR3N1Ota9HSy2QXr3aKXfcgZh { width:20rem;height:3.3125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKkhBDu5Q3DPQaOBqv7ZCz1tgpslTT0 { width:14rem;height:2.3375rem;top:14.9375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ihNOSowlFflVlWL75OcFMTxEOXmLtrV3 { width:20rem;height:2.5rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2xirTtrqggSukqsnnIHQM03oElg3HR6 { width:20rem;height:1.38125rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUv3ZP2Bd2x26o09QLUwgzSNLaCRgwtz { width:20rem;height:2.5rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #On8yA6WcwHvDTKbMPmWrsvAxy2XfJGvL { width:20rem;height:1.38125rem;top:29.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINy3QXZ1f68nw7paTQp6KWQHqFwJCFv { width:20rem;height:3.125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdSfui1tQkvKBBI40TU2h9JyNzn7rTI { width:20rem;height:2.3375rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BeGL0OUEugaHH7ce3nmwDNM4ATHWNuTQ { width:20rem;height:3.375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbKMpwCEeCEoDGwd8P2q3JiQ8t0I0ow { width:16.75rem;height:2.3375rem;top:22rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VPPcuh5becbDWULRgEXFXgz10C5AUqly { width:3.125rem;height:0.0625rem;top:9.3734436035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7II0EWMUHgvoysz59k5UkbIw4dMFQsQ { width:7.8125rem;height:2.5rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW0CVS38JZSRDsKL2Xd6uG4icQQPx5Ty { width:6.25rem;height:1.38125rem;top:48.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL7wp8OpaTGIlQH33sB767t814F89SQ { width:9.0625rem;height:2.5rem;top:48.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwqENH4UIZCXRtyFhGhT9skbfk3qLH26 { width:9.0625rem;height:1.38125rem;top:48.75rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6nmFaNBcZJLRLz5eFNf96n5wiM8zFpV { width:20rem;height:21.5625rem;top:61.142187595368rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZIpMS8VZbnceDdXRks8vNa0OioyhdD { width:20rem;height:3.75rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm { display:block; }#Ep9KKvgFc7P1ixiz7Ac4D35MleivZKLm > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIci5xTBDuqhBwgygGMMaL1cSyzOK8uL { width:16.9998125rem;height:2.4375rem;top:9.6245675086975rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7EWTMKO7cQolwdLaOKRug5r31pWI1FW { width:3.125rem;height:0.125rem;top:3.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWH8WbP4pEKXeoNpPXmfoSgJVwRKBisz { width:18.5623125rem;height:4.0625rem;top:4.861111164093rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:6.6875rem;height:6.6875rem;top:1.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:4.875rem;height:4.875rem;top:2.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:6.6875rem;height:6.6875rem;top:14.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:4.875rem;height:4.875rem;top:15rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:6.6875rem;height:6.6875rem;top:26.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:4.875rem;height:4.875rem;top:27.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6LqJB8h6KGQxC9BgikposUhkzDRkeqW { width:0.0625rem;height:19.875rem;top:84.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:11.9998125rem;height:1.38125rem;top:8.6875rem;left:4rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:18.125rem;height:2.275rem;top:10.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:18.125rem;height:2.275rem;top:23.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:17rem;height:1.38125rem;top:21.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5dlfvF31mtdgqWfBGXHI3kbKzLBd53 { width:18.125rem;height:2.275rem;top:36.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:17rem;height:1.38125rem;top:34.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnZgTkieFaml1u5xUyZd5q4lxappauM { width:3.2487rem;height:2.6rem;top:3.4375rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrthrTmqRe3h99tbRbGO2mIJ2zP2TH3 { width:3.2487rem;height:2.6rem;top:16.1875rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwHLyB5GaTSTULREigBuoxcyeFOkM8ud { width:3.2487rem;height:2.6rem;top:29rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1wDn4irbf214BvKavSVGWsL4nOk2gp8 { width:18.125rem;height:2.275rem;top:61.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN8Tnuek6xeyVJSik2kRdFxzypqGgqPt { width:6.625rem;height:6.625rem;top:39.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyyT9kPNxzrkWRJlKR1CzTZx2lbcDGR { width:4.8125rem;height:4.8125rem;top:40.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdoIvHUTIsgdqLaHvPi2PvoEQxBxhx6m { width:6.625rem;height:6.625rem;top:52.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioNrGdmhnz9gxrT3t5Ll6w1LdplXzfvT { width:4.8125rem;height:4.8125rem;top:53.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOLak9P1L0aZvz8FsVcPHtNWZiwlD5or { width:0.0625rem;height:12.5rem;top:114.20464499512rem;left:10.000213623047rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0yZmV5h7DKUdBy1ES2l8Bzx7ZCUEo4K { width:19.0625rem;height:2.275rem;top:49rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMeJPJ7TdzPW0Sg2o3fgZCm8ZP20yTo { width:20rem;height:1.38125rem;top:59.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23SpNoD9WaNFT7a4PGscbLufxT3loPt { width:3.24978125rem;height:2.6rem;top:41.6875rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpJDMuaXJor85DnZmmHS43eSwRFHNzmJ { width:3.24978125rem;height:2.6rem;top:54.4375rem;left:8.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzMPX6TQ23zA5s7CoXAtkx5wSUVITK99 { width:20rem;height:1.38125rem;top:47rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrfnKznexHg2998raXax6yJcsRFc3zC1 { width:20rem;height:3.75rem;top:65.2125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH { display:block; }#GEvuLQMP0F2MeQqJMNvy88sRiQL6tTGH > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1gToWNFSsvx6iVTE1w1FPMNsV1LJlwe { width:9.6875rem;height:12.5rem;top:1.75rem;left:0rem;z-index:15029;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fdHXsZnJeGeTgeyuf1pZaKWRHyg6WeF2 { width:9.6875rem;height:12.5rem;top:1.75rem;left:10.312500536442rem;z-index:15030;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QJ7a8ufQPCfFdU93X3TRarEnH0LpVz5O { width:9.6875rem;height:12.5rem;top:20.1875rem;left:0rem;z-index:15032;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cUcpaNIytD0z7RyqkQmaZUCgmsK3I2MW { width:9.6875rem;height:12.5rem;top:20.1875rem;left:10.3125rem;z-index:15031;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #yzx15Gaka948sfwFU5BD1XEdLPbhvLs0 { width:9.6875rem;height:5.9375rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dPBTWeBoyH1HcvDTvDQ5uoXoxUhNWD { width:9.6875rem;height:1.05625rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCnBqweTRXnoSP19BEL3HdhEXvuDqfQ5 { width:5.75rem;height:1.95rem;top:16.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwggeMlHD5QwLKN65h8J5WIqbFPcGER { width:9.6875rem;height:5.9375rem;top:13.625rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CODLz5ksBdW82uynlDrkgZG30L6TsfCe { width:5.4375rem;height:1.95rem;top:16.5625rem;left:12.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6kwzbpCr6IqvrkLMKeZMvFmtl1fXSwN { width:9.6875rem;height:1.05625rem;top:15.125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzxhUs4F8aaxNUTgoTBme1milLBkZSf { width:9.6875rem;height:5.9375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzH1sxsEs7zTC0LfyhQtxSD4ho6JpJ8C { width:7.4375rem;height:1.95rem;top:35rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9ukTt9SRGW1KyVVQOc0sb9t9P85IIE { width:9.6875rem;height:1.05625rem;top:33.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5CpscZ12elJPVSTKRuyUN2wDSFM0MM0 { width:9.6875rem;height:5.9375rem;top:32.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouluqDCxVT0eZL8b3KSKBIQasDisvJ9Z { width:6.875rem;height:1.95rem;top:35rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKqAvBlNWS57oO7VQmlcqViBt8y8JTTw { width:9.6875rem;height:1.05625rem;top:33.5625rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT { display:block; }#bT4J4zGsssbtCJEZxiFTtEvQswL0hrTT > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA34Jc5Rlt6Te2o87Z3QEGTJ9UODkc5i { width:20rem;height:2.75rem;top:1.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }