.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-primary-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-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { background-color: transparent; background-image: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container > .video-iframe-container { display: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container { display: none; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .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); }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { border-width: 0; border-radius: 0; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { color:#353860;display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:3.46875rem;left:2.40625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { background-color: transparent; background-image: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container > .video-iframe-container { display: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container { display: none; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .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); }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { border-width: 0; border-radius: 0; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#AGVim9wBElL3Eehak72urqveTxvkhZ3J { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { color:#353860;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OIGa2f6TJgirgOSL64qQem4zXM2fgwW0 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#vRc2lga9b0gEUT4UMLyUEoCJ8arZwfP9 { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.125rem;left:0rem;display:block; }
#DTMbUp9THl8U7TwgNJWN64qLMB7t7QB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVGtDaXQ873tkQE8MpX3V8SiVlmsWIww { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.4375rem;left:0rem;display:block; }
#BcuaWGeba4cleKu7FrQnGUEi5zF1ZMic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container { background-color: transparent; background-image: none; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container > .video-iframe-container { display: none; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row > .video-iframe-container { display: none; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .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); }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container { border-width: 0; border-radius: 0; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#Qv6MWi4RBZ4HlMlTnGXGhoMo5TtPVgEE { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#Tw2Zq9ieBgtGfb9fwsamMA2Oyh8DBeUi { color:#353860;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B5Jg4aERyTTHsEB2p2o3CTdDSRFcFTiZ { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#J30RitUvT5OmsqbmvJIMUKwKFbWtMURm { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.125rem;left:0rem;display:block; }
#m9mpuME9ZeXG3WBtIofCiqNNbF2BP1GA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rf2yLIV6qITXcB2oGx5w4pcyTN6fXcgX { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.1875rem;left:0rem;display:block; }
#qU1NKGNPNW1Zdkg1Muhi9tpyO02hLqnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container { background-color: transparent; background-image: none; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container > .video-iframe-container { display: none; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row > .video-iframe-container { display: none; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .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); }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container { border-width: 0; border-radius: 0; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#vz1AsoCJsrHQ7kTT8rdshHo05PsFAH9z { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#alGefvaLR2Kfi3DXsThliafycdS1NzTq { color:#353860;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yATm2kllV0bu2FVXzrLupt7ffQt01ME7 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#XHnJ1e7HSLLBKwMVeI9kR6p0LDNzT3UP { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.125rem;left:0rem;display:block; }
#XvR8F2fE8wDzQghhZfbhsqicOzgBJBiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IohKZ0DoRrswFvVfKy2dZndSfKQO5LaB { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.125rem;left:0rem;display:block; }
#NeD0df6ZEue6tUTbQJa5qhmqsesPpQ1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container { background-color: transparent; background-image: none; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container > .video-iframe-container { display: none; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row > .video-iframe-container { display: none; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .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); }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container { border-width: 0; border-radius: 0; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#nNzl1KhhHTo2UbCT7AGTfeT8FoNm76JT { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#h86lTUGJn2ptXD3Pxn7bQkz3QaMtRMlC { color:#353860;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:8.49609375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTT1whtN1lIutIT04sNDIbPUKIK7xex7 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#faPEbtrEolXrT5C7H96C4fa39iCLw6K2 { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.5625rem;left:0rem;display:block; }
#oAUAheOZHzO4CCboDB4JmIOtCt3N9h8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLJMTGTbgNnITDN5pvRLCNwE8fXwkL5p { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.875rem;left:0rem;display:block; }
#fRuPd6liV4s4P5RXDoo2GbBHFC5smcsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container { background-color: transparent; background-image: none; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container > .video-iframe-container { display: none; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row > .video-iframe-container { display: none; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .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); }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container { border-width: 0; border-radius: 0; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#WizhNIMqUwqvTcGrxlHJXmZbhcH8KAKO { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#HqbdEZNn0Q1xbQmHI7sV3TqDwwWTlTcq { color:#353860;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:6.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EbTzwTfqWH4CKSFbf2dtdliK0xAuhK97 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#U18TTT3oLTCc3esJ6i4TCmMkvQtqlCIX { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.125rem;left:0rem;display:block; }
#welqpp5x8pTbw63e6uWvXZ6NxmNZOl9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h5TeSak1R68ydppx9bTIzfS4JKPcf4cn { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:15.59375rem;left:0rem;display:block; }
#uW2A5n5G67Nyub2hDAz6qx490xzXAaMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container { background-color: transparent; background-image: none; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container > .video-iframe-container { display: none; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row > .video-iframe-container { display: none; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .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); }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container { border-width: 0; border-radius: 0; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#eXM9CS0G1Vss79ZF7U8P2idbDFmZxKHZ { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#CxWrWXTdReCqEOmzOtDLzEzFUO0SOGhT { color:#353860;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JMUvP1NNG3WJafqS9JT7iPwMX2ifNHD4 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#m7DENTNxJn4h5wobIo1CTosyhKusb05a { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.125rem;left:0rem;display:block; }
#oceJTS9TnyIyQ183e70xc0QwnEFKBXda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQdhGZf78IROUg2swfl2EgDOu5XTeE3M { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.59375rem;left:0rem;display:block; }
#ccwufstVOtfOCUJXhLZXzvHuvoFSK1lz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container { background-color: transparent; background-image: none; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container > .video-iframe-container { display: none; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row > .video-iframe-container { display: none; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .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); }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container { border-width: 0; border-radius: 0; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#cK2A2LWIAdWsN0OTKIu25PGyleUDaz9t { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#pUpxZWxdUrM90wWGgSffnAiCTSP1v8WO { color:#353860;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:6.796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KiHzdLD58cIU2dJ2e79IP2gPPR06eLEl { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#rIXbPAsXQ1D4In77EBitc4pnr8FkVRCA { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.125rem;left:0rem;display:block; }
#ifZZJv4LJ8b3vFmgQLouWpAk77wRiTOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2g2vhwkasDqcTcUX8ESBU9ko6VohXzq { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.875rem;left:0rem;display:block; }
#nC1nBkz6r3i3Mt2DhrmpTaXz5lV3IoTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container { background-color: transparent; background-image: none; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container > .video-iframe-container { display: none; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row > .video-iframe-container { display: none; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .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); }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container { border-width: 0; border-radius: 0; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#wqO9gRbyJD8PGa7ulD3iatgHAkrNbgqF { box-sizing:content-box;height:35rem;width:0.0625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.65625rem;left:17.6875rem;display:block; }
#HEyXJwyroC6bADDoqagCsbtT29uxgeEN { color:#353860;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:1.65625rem;left:0rem;height:8.49609375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m5c9F3es1QWk7fisdvDIrTKzLW2ee1l2 { position:absolute;display:block;z-index:15001;height:31.3125rem;width:55.875rem;top:1.65625rem;left:18.875rem;display:block; }
#XqtUaNloZFPdV0vTZstBAtaTg2ZWu8G4 { background-color:#f35878;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.5rem;left:0rem;display:block; }
#ztzW1JCtP7NEFTJxd5WwyfyHNvMOdeE1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6ZwCAWkZBHJ4Tr73AGvLWxAXdpFKlRJ { background-color:#23a1b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.75rem;left:0rem;display:block; }
#Agwh8QANotZsBSV4H4rw7txsBnV0NdVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz8Emx43kitunxIsaiShPsklNAqGXAxn { display:block; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { width:47.75rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { width:42.1875rem;height:9.19925rem;top:1.125rem;left:2.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { display:block; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AGVim9wBElL3Eehak72urqveTxvkhZ3J { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { width:12.5rem;height:5.09765625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIGa2f6TJgirgOSL64qQem4zXM2fgwW0 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRc2lga9b0gEUT4UMLyUEoCJ8arZwfP9 { width:15.4375rem;height:3.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTMbUp9THl8U7TwgNJWN64qLMB7t7QB3 { display:block; }
 }@media only screen and (max-width: 1199px) { #AVGtDaXQ873tkQE8MpX3V8SiVlmsWIww { width:15.4375rem;height:3.4375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcuaWGeba4cleKu7FrQnGUEi5zF1ZMic { display:block; }
 }@media only screen and (max-width: 1199px) { #gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv { display:block; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qv6MWi4RBZ4HlMlTnGXGhoMo5TtPVgEE { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tw2Zq9ieBgtGfb9fwsamMA2Oyh8DBeUi { width:12.5rem;height:6.796875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5Jg4aERyTTHsEB2p2o3CTdDSRFcFTiZ { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J30RitUvT5OmsqbmvJIMUKwKFbWtMURm { width:15.4375rem;height:3.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9mpuME9ZeXG3WBtIofCiqNNbF2BP1GA { display:block; }
 }@media only screen and (max-width: 1199px) { #Rf2yLIV6qITXcB2oGx5w4pcyTN6fXcgX { width:15.4375rem;height:3.4375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qU1NKGNPNW1Zdkg1Muhi9tpyO02hLqnF { display:block; }
 }@media only screen and (max-width: 1199px) { #FNFagxGGfFyybl7pcos3rGzXPZdILZN3 { display:block; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vz1AsoCJsrHQ7kTT8rdshHo05PsFAH9z { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #alGefvaLR2Kfi3DXsThliafycdS1NzTq { width:12.5rem;height:6.796875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yATm2kllV0bu2FVXzrLupt7ffQt01ME7 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHnJ1e7HSLLBKwMVeI9kR6p0LDNzT3UP { width:15.4375rem;height:3.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvR8F2fE8wDzQghhZfbhsqicOzgBJBiW { display:block; }
 }@media only screen and (max-width: 1199px) { #IohKZ0DoRrswFvVfKy2dZndSfKQO5LaB { width:15.4375rem;height:3.4375rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeD0df6ZEue6tUTbQJa5qhmqsesPpQ1d { display:block; }
 }@media only screen and (max-width: 1199px) { #pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 { display:block; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nNzl1KhhHTo2UbCT7AGTfeT8FoNm76JT { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h86lTUGJn2ptXD3Pxn7bQkz3QaMtRMlC { width:12.5rem;height:10.19534375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTT1whtN1lIutIT04sNDIbPUKIK7xex7 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #faPEbtrEolXrT5C7H96C4fa39iCLw6K2 { width:15.4375rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAUAheOZHzO4CCboDB4JmIOtCt3N9h8r { display:block; }
 }@media only screen and (max-width: 1199px) { #TLJMTGTbgNnITDN5pvRLCNwE8fXwkL5p { width:15.4375rem;height:3.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRuPd6liV4s4P5RXDoo2GbBHFC5smcsw { display:block; }
 }@media only screen and (max-width: 1199px) { #J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG { display:block; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WizhNIMqUwqvTcGrxlHJXmZbhcH8KAKO { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HqbdEZNn0Q1xbQmHI7sV3TqDwwWTlTcq { width:12.5rem;height:8.49609375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbTzwTfqWH4CKSFbf2dtdliK0xAuhK97 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U18TTT3oLTCc3esJ6i4TCmMkvQtqlCIX { width:15.4375rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #welqpp5x8pTbw63e6uWvXZ6NxmNZOl9A { display:block; }
 }@media only screen and (max-width: 1199px) { #h5TeSak1R68ydppx9bTIzfS4JKPcf4cn { width:15.4375rem;height:3.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uW2A5n5G67Nyub2hDAz6qx490xzXAaMG { display:block; }
 }@media only screen and (max-width: 1199px) { #TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd { display:block; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eXM9CS0G1Vss79ZF7U8P2idbDFmZxKHZ { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxWrWXTdReCqEOmzOtDLzEzFUO0SOGhT { width:12.5rem;height:6.796875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMUvP1NNG3WJafqS9JT7iPwMX2ifNHD4 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7DENTNxJn4h5wobIo1CTosyhKusb05a { width:15.4375rem;height:3.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oceJTS9TnyIyQ183e70xc0QwnEFKBXda { display:block; }
 }@media only screen and (max-width: 1199px) { #xQdhGZf78IROUg2swfl2EgDOu5XTeE3M { width:15.4375rem;height:3.4375rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccwufstVOtfOCUJXhLZXzvHuvoFSK1lz { display:block; }
 }@media only screen and (max-width: 1199px) { #tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z { display:block; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container { width:47.75rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cK2A2LWIAdWsN0OTKIu25PGyleUDaz9t { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUpxZWxdUrM90wWGgSffnAiCTSP1v8WO { width:12.5rem;height:8.496125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KiHzdLD58cIU2dJ2e79IP2gPPR06eLEl { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rIXbPAsXQ1D4In77EBitc4pnr8FkVRCA { width:15.4375rem;height:3.4375rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifZZJv4LJ8b3vFmgQLouWpAk77wRiTOa { display:block; }
 }@media only screen and (max-width: 1199px) { #y2g2vhwkasDqcTcUX8ESBU9ko6VohXzq { width:15.4375rem;height:3.4375rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nC1nBkz6r3i3Mt2DhrmpTaXz5lV3IoTr { display:block; }
 }@media only screen and (max-width: 1199px) { #BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL { display:block; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wqO9gRbyJD8PGa7ulD3iatgHAkrNbgqF { width:0.0625rem;height:18.75rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEyXJwyroC6bADDoqagCsbtT29uxgeEN { width:12.5rem;height:10.19534375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5c9F3es1QWk7fisdvDIrTKzLW2ee1l2 { width:30rem;height:16.6875rem;top:2.31640625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XqtUaNloZFPdV0vTZstBAtaTg2ZWu8G4 { width:15.4375rem;height:3.4375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztzW1JCtP7NEFTJxd5WwyfyHNvMOdeE1 { display:block; }
 }@media only screen and (max-width: 1199px) { #Z6ZwCAWkZBHJ4Tr73AGvLWxAXdpFKlRJ { width:15.4375rem;height:3.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Agwh8QANotZsBSV4H4rw7txsBnV0NdVn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8Emx43kitunxIsaiShPsklNAqGXAxn { display:block; }#Lz8Emx43kitunxIsaiShPsklNAqGXAxn > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwZG7NR0cxoXuckC4ADTtUU7Uz7hxwIn { width:19.1875rem;height:12.598625rem;top:1.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 { display:block; }#bskqRrA1MrFvSAItNKcZDwq8JAiGIQx1 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGVim9wBElL3Eehak72urqveTxvkhZ3J { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXWDOpEXWMxEIRdlzEVyPwtCNpskRHqb { width:12.5rem;height:4.1982375rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OIGa2f6TJgirgOSL64qQem4zXM2fgwW0 { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRc2lga9b0gEUT4UMLyUEoCJ8arZwfP9 { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTMbUp9THl8U7TwgNJWN64qLMB7t7QB3 { display:block; }
 }@media only screen and (max-width: 763px) { #AVGtDaXQ873tkQE8MpX3V8SiVlmsWIww { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcuaWGeba4cleKu7FrQnGUEi5zF1ZMic { display:block; }
 }@media only screen and (max-width: 763px) { #gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv { display:block; }#gKgpP3nO4aRZ5TxxmeStwyL4BupnUKRv > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qv6MWi4RBZ4HlMlTnGXGhoMo5TtPVgEE { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw2Zq9ieBgtGfb9fwsamMA2Oyh8DBeUi { width:12.5rem;height:5.59765625rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B5Jg4aERyTTHsEB2p2o3CTdDSRFcFTiZ { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J30RitUvT5OmsqbmvJIMUKwKFbWtMURm { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mpuME9ZeXG3WBtIofCiqNNbF2BP1GA { display:block; }
 }@media only screen and (max-width: 763px) { #Rf2yLIV6qITXcB2oGx5w4pcyTN6fXcgX { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU1NKGNPNW1Zdkg1Muhi9tpyO02hLqnF { display:block; }
 }@media only screen and (max-width: 763px) { #FNFagxGGfFyybl7pcos3rGzXPZdILZN3 { display:block; }#FNFagxGGfFyybl7pcos3rGzXPZdILZN3 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz1AsoCJsrHQ7kTT8rdshHo05PsFAH9z { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #alGefvaLR2Kfi3DXsThliafycdS1NzTq { width:12.5rem;height:5.59765625rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yATm2kllV0bu2FVXzrLupt7ffQt01ME7 { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnJ1e7HSLLBKwMVeI9kR6p0LDNzT3UP { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvR8F2fE8wDzQghhZfbhsqicOzgBJBiW { display:block; }
 }@media only screen and (max-width: 763px) { #IohKZ0DoRrswFvVfKy2dZndSfKQO5LaB { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeD0df6ZEue6tUTbQJa5qhmqsesPpQ1d { display:block; }
 }@media only screen and (max-width: 763px) { #pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 { display:block; }#pqGGyBo0ufVdubMcv90sSs6NyQf8D6S4 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNzl1KhhHTo2UbCT7AGTfeT8FoNm76JT { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h86lTUGJn2ptXD3Pxn7bQkz3QaMtRMlC { width:12.5rem;height:8.396475rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NTT1whtN1lIutIT04sNDIbPUKIK7xex7 { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faPEbtrEolXrT5C7H96C4fa39iCLw6K2 { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAUAheOZHzO4CCboDB4JmIOtCt3N9h8r { display:block; }
 }@media only screen and (max-width: 763px) { #TLJMTGTbgNnITDN5pvRLCNwE8fXwkL5p { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRuPd6liV4s4P5RXDoo2GbBHFC5smcsw { display:block; }
 }@media only screen and (max-width: 763px) { #J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG { display:block; }#J2JhJ2dl4JO0EyuAuVLTV73BRJSK4uvG > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WizhNIMqUwqvTcGrxlHJXmZbhcH8KAKO { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqbdEZNn0Q1xbQmHI7sV3TqDwwWTlTcq { width:12.5rem;height:6.99706875rem;top:0.6572265625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EbTzwTfqWH4CKSFbf2dtdliK0xAuhK97 { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U18TTT3oLTCc3esJ6i4TCmMkvQtqlCIX { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #welqpp5x8pTbw63e6uWvXZ6NxmNZOl9A { display:block; }
 }@media only screen and (max-width: 763px) { #h5TeSak1R68ydppx9bTIzfS4JKPcf4cn { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW2A5n5G67Nyub2hDAz6qx490xzXAaMG { display:block; }
 }@media only screen and (max-width: 763px) { #TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd { display:block; }#TvNk5fid2d2fXSzsPZDs2SN2qstiEMxd > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXM9CS0G1Vss79ZF7U8P2idbDFmZxKHZ { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxWrWXTdReCqEOmzOtDLzEzFUO0SOGhT { width:12.5rem;height:5.59765625rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JMUvP1NNG3WJafqS9JT7iPwMX2ifNHD4 { width:20rem;height:11.25rem;top:8.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7DENTNxJn4h5wobIo1CTosyhKusb05a { width:15.4375rem;height:3.4375rem;top:21.6083984375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceJTS9TnyIyQ183e70xc0QwnEFKBXda { display:block; }
 }@media only screen and (max-width: 763px) { #xQdhGZf78IROUg2swfl2EgDOu5XTeE3M { width:15.4375rem;height:3.4375rem;top:26.2958984375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccwufstVOtfOCUJXhLZXzvHuvoFSK1lz { display:block; }
 }@media only screen and (max-width: 763px) { #tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z { display:block; }#tQZl7bzchmfok7Hp0idF5ImKSfIeP20Z > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK2A2LWIAdWsN0OTKIu25PGyleUDaz9t { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUpxZWxdUrM90wWGgSffnAiCTSP1v8WO { width:12.5rem;height:6.9970625rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KiHzdLD58cIU2dJ2e79IP2gPPR06eLEl { width:20rem;height:11.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIXbPAsXQ1D4In77EBitc4pnr8FkVRCA { width:15.4375rem;height:3.4375rem;top:23.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifZZJv4LJ8b3vFmgQLouWpAk77wRiTOa { display:block; }
 }@media only screen and (max-width: 763px) { #y2g2vhwkasDqcTcUX8ESBU9ko6VohXzq { width:15.4375rem;height:3.4375rem;top:28.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC1nBkz6r3i3Mt2DhrmpTaXz5lV3IoTr { display:block; }
 }@media only screen and (max-width: 763px) { #BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL { display:block; }#BWtuvw8uC8Nu1DdDbBXWmWeOpMOpliWL > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqO9gRbyJD8PGa7ulD3iatgHAkrNbgqF { width:0.0625rem;height:35rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEyXJwyroC6bADDoqagCsbtT29uxgeEN { width:12.5rem;height:8.396475rem;top:2.125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m5c9F3es1QWk7fisdvDIrTKzLW2ee1l2 { width:20rem;height:11.25rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqtUaNloZFPdV0vTZstBAtaTg2ZWu8G4 { width:15.4375rem;height:3.4375rem;top:25.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztzW1JCtP7NEFTJxd5WwyfyHNvMOdeE1 { display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZwCAWkZBHJ4Tr73AGvLWxAXdpFKlRJ { width:15.4375rem;height:3.4375rem;top:30rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agwh8QANotZsBSV4H4rw7txsBnV0NdVn { display:block; }
 }