.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Playfair Display";--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ { position:relative;display:block; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ { background-color: transparent; background-image: none; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container > .video-iframe-container { display: none; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row > .video-iframe-container { display: none; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .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); }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ { border-width: 0; border-radius: 0; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LiUxwl0EDH3HIGJ0RQhDpuQgAsBQ8llo { position:absolute;display:block;z-index:15000;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:5.0625rem;width:18.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10875106-bdcb-4331-b516-c610307fd732/caregiverclient5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q.adaptive-delivery-prevent-bg, #Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q.lazyload, #Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q.lazyloading { background-image: none; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container { background-color: transparent; background-image: none; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,148,0.74); }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container > .video-iframe-container { display: none; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,74,148,0.74); }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row > .video-iframe-container { display: none; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .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); }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container { border-width: 0; border-radius: 0; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#qT60Li2n05FkJSRTNX2UXWX1tNZCdZSM { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:10.0625rem;left:0rem;height:9.45rem;display:block; }
#tmiIXk79zrDW21ZmF7GMDUlwuCTueQxk { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.6875rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:24.375rem;left:0rem;height:4.825rem;font-style:normal;display:block; }#zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S li:before{  }
#heGKUnuwq6TJ6WNmFIwo0ffoSoN583G1 { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.5625rem;left:0rem;display:block; }
#P7EXOsA7whckpMSvvbE6mNekc2ukxepN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Biy0kB3NmUWAGoeasaTSMFzECn9nFC80 { background-color:#ffffff;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#004a94;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.5625rem;left:16.6875rem;display:block; }
#gsoaJtRx4T5aKB0o14ezzhatBVzc47aL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udbaCzT5tCZnK1r6keSey6fSW9oVGouX { box-sizing:content-box;height:41.1875rem;width:33.8125rem;position:absolute;display:block;z-index:15000;background-color:#05274a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.6875rem;left:41.187500953674rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GyO1Emthfsv2IPAVFLnhIw9ibvTUbE5X { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:6.625rem;left:42.6875rem;height:4.05rem;text-align:center;text-align-last:center;display:block; }
#p928L5FGtqzA1DJ5PZdHaUv1EwVVhUz8 { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:42.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-form-header {  }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:28rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:1.3; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#c06831;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:28rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-0),1);vertical-align:top;width:26.5625rem;overflow:hidden;font-style:normal; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-container:first-of-type{padding-top:0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-container:last-of-type{padding-bottom:0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.75rem;left:42.8125rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL {display:block;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.75rem;left:42.8125rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #wBDMOIdWiauzgJTwJzThqaV2mCOQS9rV { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #XxHNqRLt5aFNK7lFP1MohfZd4mtzSH2I { position:relative;display:none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #OC0FxoieCq07noBo2tTSgxQLZ3JxLGlu { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #s1sRCN90LVJh2GM6c0gtLMM6fWGCwFmG { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #bLSZQWxOihZkVXPnvqEqD4LrksaGg1lQ { position:relative;display:none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #TGuzE7MtEqWIHwdDyCOzTyRQ4zLaqN6M { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #e2v0NxXAVudHowlOk8W1lIFGOKiKzL2K { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HzT5SkcH53xga8HwaZ9ILWGylBPW09LJ { position:relative;display:none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rLDynBLNW7AussReduEABQu21uSGBsuN { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IeckwQiVehPzdtd4U8gScrZss3gbBtQb { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HnBC0TeAUMHyO7XmAV0frfsRhTXPtNKG { position:relative;display:none; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #pdTP1eXlmsThL7B3IyLMsxvugcxInTJ9 { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ahHv6QMAfFb6ShspKrFL7KERlCk0qhaa { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #R0mbqTskeN5SIIiV1MD2AGmTaLV6QBTh { position:relative;display:block; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #I8aMG8EqohIChtcxc61CqyZcz63Tdfzq { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IDfNRC63evuT3W4uBquIfWhQLpzUQzJT { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ynqtXSpL01qU6qIZ5Iz7BtHf3JopEiv7 { position:relative;z-index:2; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #RDxA11eOyGa4OSffzoAsOkm6wGCqTekU { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rNvmUDsn0n3D4aqLHgVQy6E5u4bDCW6R { position:relative; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL #qrBFJS9ltOw3zlT9rCgAEUcvM5U5tQ07 { position:relative; }
#oqat4o17iizLR7lekk4h3KgOGy1OULuy { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.625rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH { position:relative;display:block; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH { background-color: transparent; background-image: none; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container > .video-iframe-container { display: none; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row > .video-iframe-container { display: none; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .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); }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH { border-width: 0; border-radius: 0; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rbACvzg69n1eebhEz8m6TK9QsTVun179 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.9375rem;width:37.375rem;top:8.5rem;left:37.500001907349rem;display:block; }
#eazJKlwa5LwgcFxPISJOZ3QWZIRoonEC { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.125rem;left:0rem;display:block; }
#qHTpZ5HfkPVMXhAVymQu3Ji4UWGPc4cM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8aXn1kahap3sMmbCTnA2HQTTWKZ4nTC { color:#061e47;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edSZXseCBTS33blipL3BIvUgkQeVfiRs { color:#273038;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0.1875rem;height:8.75rem;font-style:normal;display:block; }#edSZXseCBTS33blipL3BIvUgkQeVfiRs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#edSZXseCBTS33blipL3BIvUgkQeVfiRs li:before{  }
#d1q6W42GuI1vNIwEd7Ghnu9raFBouAl9 { color:#004a94;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#SKFQuH1FMTkESTB7hiqkaiW3SPQ9SatR { color:#273038;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f3;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; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container { background-color: transparent; background-image: none; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container > .video-iframe-container { display: none; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row > .video-iframe-container { display: none; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .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); }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container { border-width: 0; border-radius: 0; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#Rs5irVx9xoU1Sb3WU88labRIbvSolD7c { color:#004a94;display:block;width:37.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.3125rem;left:18.562501907349rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#nQ2PeC9UeU1UxDFTcdZkCzHTyiSuBJUD { color:#273038;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.693576335907rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f3;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; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container { background-color: transparent; background-image: none; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container > .video-iframe-container { display: none; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row > .video-iframe-container { display: none; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .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); }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container { border-width: 0; border-radius: 0; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#UQyGomCZgamJZT29xNJcSUwvdsvf1Ogc { color:#061e47;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:1.5rem;left:1.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh { color:#273038;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9375009536743rem;left:1.25rem;height:8.75rem;font-style:normal;display:block; }#C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh li:before{  }
#HnCnnyu2oystq91BMUAQMXNskGHxie8L { color:#061e47;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:1.5rem;left:27rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 { color:#273038;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.9375rem;left:27rem;height:10.5625rem;font-style:normal;display:block; }#QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 li:before{  }
#wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B { color:#273038;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:5.9375rem;left:52.6875rem;height:8.75rem;font-style:normal;display:block; }#wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B li:before{  }
#x8eub5E0LRt9zV6luyW7hPVOs8W71FaE { color:#061e47;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:1.5rem;left:52.6875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aKq7T25VvWtyExWTJC2J8UNcCgXk0ZkT { box-sizing:content-box;height:18.4375rem;width:23.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(11,11,11,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.53125rem;left:25.562501907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QvBbpqnMeQSkG5nEptUoDKuZ5QhJe5n2 { box-sizing:content-box;height:18.4375rem;width:23.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(11,11,11,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.53125rem;left:51.125001907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#PLaoFh4qTgCLo9LppdAEXynTTGEuQQJa { box-sizing:content-box;height:18.4375rem;width:23.875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(11,11,11,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.53125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f3;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; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container { background-color: transparent; background-image: none; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container > .video-iframe-container { display: none; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row > .video-iframe-container { display: none; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .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); }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container { border-width: 0; border-radius: 0; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#EVJA7If78kQMABsJizapEJRJ8DFUtzCs { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.3125rem;left:18.75rem;display:block; }
#sovrc40fHTtbTvvm1dHPzTAOMURpsFTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDaqXbcF0FgnqAd2zJlIvW1ttu2xh1Ct { background-color:#005494;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.3125rem;left:37.375rem;display:block; }
#n1ZqbSy2W4S6ETVtlS0ouFhEMuh3COvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no { 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; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container { background-color: transparent; background-image: none; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container > .video-iframe-container { display: none; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row > .video-iframe-container { display: none; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .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); }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container { border-width: 0; border-radius: 0; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#iw3EPM9QZx2nOTDR5WZHGXprv4wdTbwm { color:#004a94;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.625rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 { 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; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container { background-color: transparent; background-image: none; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container > .video-iframe-container { display: none; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row > .video-iframe-container { display: none; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .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); }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container { border-width: 0; border-radius: 0; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#z9FG8BCIcbAG2lyMIXNFqOtiDpKUTedc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.5rem;width:34.875rem;top:1.625rem;left:0rem;display:block; }
#wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb { color:#273038;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.375rem;left:37.5rem;height:;font-style:normal;display:block; }#wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb li:before{  }
#At9AVI2Mp96udMVS6OOVKsiGKqBxxy4T { color:#273038;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0.49999809265137rem;left:37.500001907349rem;height:1.5rem;font-style:normal;display:block; }
#J3IoUxBPgJzbQWgnR4tXo4uoPpVqmlbu { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.312501907349rem;left:37.500001907349rem;display:block; }
#Sd1bUTbDq0iSfRDvfnB6IbPiebndXwhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a448d7c-854f-4d51-bfe5-c715fde9308c/amanacareherodesk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.adaptive-delivery-prevent-bg, #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.lazyload, #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.lazyloading { background-image: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { background-color: transparent; background-image: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container > .video-iframe-container { display: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row > .video-iframe-container { display: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .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); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { border-width: 0; border-radius: 0; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#p07vOZ2JvwkZ55inFmolVlSPsqmAHBFJ { color:#004a94;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.498263835907rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#TPX3pObngRtAsaH1vqIXiiEINeqoiuPd { color:#273038;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8116321563719rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FapcUPHIEOgF75IZ3lhTm2PaPRdnzm4g { color:#061e47;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:13.937500953674rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vSJaT5n0NX4OITkdK4XQPwSgWFqwgbnb { color:#273038;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.062500953674rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8LprKbyPksXDkkbEHHmNJ6vN00vrKFb { color:#061e47;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.437500953674rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzJn3NoFpzQWTcpwUTGxsrDXEVUvC5Jn { color:#273038;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.562500953674rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydaSivxDmSzbuf8hbhcE8Ahk8uKVtwnS { color:#061e47;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:28.937500953674rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDp9y1dJLvh6giVI1F77SGcqt6tZWZiC { color:#273038;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.062500953674rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xW0LT9g8B47quPLlBxreTyyMu5ud2r5r { color:#273038;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:38.875000953674rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxFJEHrMeiWFWTWFK1e1CgIkZdo8BvkB { color:#061e47;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.500000953674rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KtyUetFktD4ptHraSnFMLZOt4P5BJl2h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.250000953674rem;left:0rem; }
#LglR0fWRReyTdWV4p05K6v2lMQFuc1gX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.750000953674rem;left:0rem; }
#JNOgDT7GoZa1vMat2xCTGTWfwF0aKwz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.784722328186rem;left:0.00694465637207rem; }
#VmPWsAHQeH4fBaclIWkWLHnwU7r4cnbV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.284722328186rem;left:0.00694465637207rem; }
#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004a94;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; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container { background-color: transparent; background-image: none; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container > .video-iframe-container { display: none; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row > .video-iframe-container { display: none; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .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); }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container { border-width: 0; border-radius: 0; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#ApvBG1T122hf541mDyktvW6aLLgNRooz { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:4.0564231872559rem;left:16.21875rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#lErTIs84G0PnhEw9puOtz8SgHZG2tkhM { color:#c06831;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6145839691162rem;left:27.718751907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmgk3C5sLPP5U9bVZI5Qqnv3I5QnwCQV { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:16.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004a94;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; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container { background-color: transparent; background-image: none; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container > .video-iframe-container { display: none; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row > .video-iframe-container { display: none; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .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); }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container { border-width: 0; border-radius: 0; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#U80iyLCXp8DHmuKq4JZTFpDDRx8idE3I { color:#c06831;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:1.75rem;left:0rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#Zk85TygAlkPt7HkIASaetxsdc5KtkHBs { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.1484375rem;left:5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uABVymWnIapiOAIRDbStRUbHK8gav5WD { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:1.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPbBIlwLMFB8VQoPEmKoGfGWyJNkCEJC { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.3125rem;left:20.4375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpkNucy5A6RXmdoPCicGakfwtwIblCTm { color:#c06831;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:1.75rem;left:18.75rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#WwfAVWCMd63k256MTaO00RSG9grw489y { color:#ffffff;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.1484375rem;left:22.125001907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BypNebSfGwNRCPIbSyPuxlVTrFcp6oAD { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.3125rem;left:38.625001907349rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmrwevK6EaD4ppVSWHFpuq9dZ1KyTLHG { color:#c06831;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:1.75rem;left:37.5rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#NCAedQB8SbKl6JWMrXnIKhDD5mAT2TV0 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:4.125rem;left:40.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1c3iTK2wCp5WPTn101rWcNPsKqH8cmE { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:4.1484375rem;left:58.656251907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCT2D59dsR4IvPbx3NQcPrk4lL48OpqT { color:#c06831;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:1.75rem;left:56.25rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#DbLbMwZUQVN7O6DWUwXUOJFU53kJwLdq { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3125rem;left:58.062501907349rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004a94;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; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container { background-color: transparent; background-image: none; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container > .video-iframe-container { display: none; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row > .video-iframe-container { display: none; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .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); }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container { border-width: 0; border-radius: 0; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#InUTnxvBSl48o3vTzd6Xm7yppH7z6kCu { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8125rem;left:25.906251907349rem;display:block; }
#TTe9TKnFSFyzMv5MJfrWGREJC6SUMX0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ { position:relative;display:block; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ { background-color: transparent; background-image: none; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container > .video-iframe-container { display: none; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row > .video-iframe-container { display: none; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .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); }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ { border-width: 0; border-radius: 0; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tquSXDZRTK3Ct92oS0nbxgDRUwRgwrhT { color:#004a94;display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:2.875rem;left:14.875rem;height:;text-align:center;text-align-last:center;display:block; }
#Exp3aZt229WPwQK7tSzvpJIopO3DKbqB { color:#273038;display:block;width:70.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN { position:relative;display:block; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN { background-color: transparent; background-image: none; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container > .video-iframe-container { display: none; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row > .video-iframe-container { display: none; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .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); }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN { border-width: 0; border-radius: 0; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SL34EgZKwBNiwe6H5Z9kMD2vmI6H6wBg { color:#c06831;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.0625rem;left:4rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tsIBdroXpdU3uRvO1t7B5pWE5bPcTdG1 { color:#273038;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.625rem;left:2.125rem;height:9rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wHEzw0fkdIrkQV6tfVsDwpzoydG8L6Tf { color:#273038;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.6875rem;left:0.03125rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TQDP6HNd6u9kFbQGmX4n4uHU9p0GWEmV { color:#273038;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.8125rem;left:27.75rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FTLiitBq6TKnLgI90NorCyCU4XReJMvZ { color:#273038;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.5625rem;left:27.5rem;height:9rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ei4DTpVFrKzBc60S4Fc9HT0pJdIaqPJD { color:#c06831;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:28.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeZutN9tT0z5cXEHyQKvnngqrMqOga78 { color:#273038;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.875rem;left:53rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NcXtpLOuRbRHZaRnT56Tdr9g9TwZuTXI { color:#273038;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.625rem;left:52.75rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#m0rcsXlux38bwBFtEMJUWyPy7Dv074vo { color:#c06831;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.1875rem;left:54rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUaxOSZZ8GIoEUQVeSXFF5m63UM1IsZX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.4250001907349rem;left:11.342968940735rem; }
#UaHAap9pexX2GT6rUix0fuTr4D9NZl22 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.375rem;left:36.500000953674rem; }
#lNNH5vPVRAnFT4PhlrtFPIoop6lwh2Tm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.4250001907349rem;left:61.187500953674rem; }
#KfzSzLfmANyusMtRCKmReTgpW03zVn4p { box-sizing:content-box;height:14.8125rem;width:23.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -o-linear-gradient(180deg, #ffdac5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffdac5, #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4687509536743rem;left:0.5625rem;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; }
#ytVPqGURQt09Gcfgu0w1sXJVvD91v4fw { box-sizing:content-box;height:14.8125rem;width:23.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -o-linear-gradient(180deg, #ffdac5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffdac5, #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4062509536743rem;left:25.562500953674rem;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; }
#IROPaPTqpfgHnUMzKEF3dtfQI9ltqE7K { box-sizing:content-box;height:14.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffdac5, #ffffff);background-image: -o-linear-gradient(180deg, #ffdac5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffdac5, #ffffff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4687509536743rem;left:50.562500953674rem;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; }
#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004a94;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; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container { background-color: transparent; background-image: none; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container > .video-iframe-container { display: none; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row > .video-iframe-container { display: none; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .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); }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container { border-width: 0; border-radius: 0; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#CkTgA4oO2PJDM04IBlJ54zm0wvcXk2FU { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#bTCqwJp0MvZZoiUivvhsXMQXn5WnheEp { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3109359741213rem;left:0rem;height:2.6rem;font-style:normal;display:block; }
#MF57fzuViCVRmBaZuhtdN3n9n2Fiu0vS { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.125003814698rem;left:0rem;display:block; }
#RaTwTsxDnKN1PdfC8zLzsu7dKdQc5DvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrmKfeGdkqUVQ2WlF4nAD2pqbzLg9fvF { background-color:#ffffff;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#004a94;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.125003814698rem;left:18.624999046326rem;display:block; }
#bg9Z58r5icctTtSyltUZ1xWKP65bQRkX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCvcVUCikDzJ5wFd3lVnDgf8SHDebldC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:34rem;width:31.75rem;top:3.5rem;left:41.429688453674rem;overflow:hidden;display:block; }
#I36nz44ZzxS2iV6vwc914eRBmTP30FNH { position:absolute;display:block;z-index:15011;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:12.25rem;width:12.25rem;top:20.674217224121rem;left:36.875000953674rem;overflow:hidden;display:block; }
#oZWe04cKFA8UJxd7vxEBHSKPlFSDy9NP { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.790626525879rem;left:1.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3iKCvkgZCzPQhQ0l2W47CUUIAqeZA0Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.915626525879rem;left:0rem; }
#x5nhb6EUTDl38Il888Woi2Tywcoi9TAw { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.685157775879rem;left:2.0554685592651rem;height:2.5996125rem;font-style:normal;display:block; }
#vHDF7XPxFt34F6VpX0r4vCuFRTw6eApl { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:2.0625rem;height:2.5996125rem;font-style:normal;display:block; }
#uvKgwxczyVehK7gOmU4EnIPb6t7OzTsT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18.125rem;left:1.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiR8FvCgoV9em6M1DIeePvtkcArA51EO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.25rem;left:0rem; }
#dZuKFnCRnTk0VGE8rRL16LXSocl5IfZX { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:27.125003814698rem;left:2.0625rem;height:2.6rem;font-style:normal;display:block; }
#eG4gunDphptmL8wyp37DCIc8QlwZgazX { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:25.250003814698rem;left:1.9375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJo4W6hqnaPbIsql9PLq7HG4vNDKK48f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.375003814698rem;left:0rem; }
#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ { position:relative;display:block; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ { background-color: transparent; background-image: none; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container > .video-iframe-container { display: none; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row > .video-iframe-container { display: none; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .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); }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ { border-width: 0; border-radius: 0; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container.adaptive-delivery-prevent-bg, #O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container.lazyload, #O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container.lazyloading { background-image: none; }#sNhqisrTglTAhgr9rPX8v666OlPHVsp3 { color:#004a94;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:5.625rem;left:38.6875rem;height:4.05rem;text-align:left;text-align-last:left;display:block; }
#iuE49d7OxC8HdxTVGGe0tSoKWBuZZ72l { color:#273038;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:38.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VC8KHKuPWIF5WLmSw6gyep1eT8zO7lyO { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.8125rem;left:38.625rem;display:block; }
#qi8EzxOvVxBAgFl17qQcfVcvQkhymno3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ezkt9tDDJn958mWvWl2cH25zK3nGeSZ6 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.875rem;width:37.125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0053a5;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; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container { background-color: transparent; background-image: none; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container > .video-iframe-container { display: none; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row > .video-iframe-container { display: none; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .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); }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container { border-width: 0; border-radius: 0; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#V6axOfx7CU8xcX9elrCq3pPfwfKIRXpw { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:3.7492187023163rem;left:0rem;height:6.075rem;text-align:left;text-align-last:left;display:block; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1); }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-trigger.adaptive-delivery-prevent-bg, #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-trigger.lazyload, #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-trigger.lazyloading { background-image: none; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz { box-sizing:content-box;height:auto;width:54.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:#003a73;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.7499997615814rem;left:17.749999046326rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #FXwLHUrvLRskws12GVHchV00z6AzvTRG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fSRyWDhTdm1C5hGV3QOZi6tfwu7z7y0u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #i3J8xXlKOITdFqUTsBC5eFqTqcE30SJf { display:block;position:relative; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #PP9UMRxqnCJ2uJExttVOaAzJtqLNXpA6 {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NuBKVbuTma0IZU8pB2O46sa8M9ZcReTs {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #UFDwZibox6mWGRImH38ECk8ASr5y3VMb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #K5B3L5AXIiyouQuQr8TT17ETQg3f0XCf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #zcloqoConK2oGmTLISIMD4tepOxi8RCL { display:block;position:relative; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #O2nFHy8iiG88RSJM2TkN6Ocme8ZT94ue {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fT0UECM0A6NDHDMBTy67bg8IbBvxoMF3 { display:none; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AQEfI4wes7ZThDc08Nm38VwFf7rTr8JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #OIpt5aAgHmTKGv13lvV9OSWa4J68NxKZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #E5Ki5XSS4STKy0tgpWMW7R6qrpLTq7zZ { display:block;position:relative; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #CTECoTBElVdHCwa6x0qPnT11HQz2oVfv {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #ZbgwVHXiqeQoLVDJZ79QnWAyN8Is75ge { display:none; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NHQRIPN2cbbWyXfr54sBVFR4Gx8BtBpV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #TTvqKT2vSp9OTc2IzBvWOXyhmcaVMLG9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aBWdrlwmu39BtrFphskAMuPrdJRbWTMX { display:block;position:relative; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kIH880L6OlV4b4qVlm7btOyxEe6yv0c3 {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #h3Tm39ug5slfJDMNc1sTQHMPzwMcuLKD { display:none; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aDmNXiLvXzn2TfgVdMgLboQClQ1QpVMc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #WB3QtB1as7DwfQUWRHp9NI8GypSHq9ga { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AhmDUGWbictfJ6rLBlC8W9h3u8KmCuIi { display:block;position:relative; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kbMoGzOyyET5QTo4NvZRq7pTTSK2hOZR {  }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #wGSvD0641KuRZGGoFHBUzphdZTaPsE3x { display:none; }
#Z0XT09wKeDh8MexEVXgBaWldAdxkNWws { position:absolute;display:block;z-index:15007;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:20.75rem;width:14.8125rem;top:8.4296879768369rem;left:5.75rem;overflow:hidden;display:block; }
#yTkzR1FIoCNv54S0oTNInpUigTvDQegK { 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; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container { background-color: transparent; background-image: none; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container > .video-iframe-container { display: none; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row > .video-iframe-container { display: none; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .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); }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container { border-width: 0; border-radius: 0; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#amrCqFoG9cKE5KwPLGFWK5nDJPJ0W9EZ { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:3.0564098358154rem;left:23.218751907349rem;height:4.05rem;text-align:center;text-align-last:center;display:block; }
#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB { position:relative;display:block; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB { background-color: transparent; background-image: none; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container > .video-iframe-container { display: none; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row > .video-iframe-container { display: none; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .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); }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB { border-width: 0; border-radius: 0; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QraVy3rKTFdeUQ8T9ErxiH8wN15mnqrJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.25rem;width:9.25rem;top:0.99913215637206rem;left:7.875rem;overflow:hidden;display:block; }
#MpFScVSdEWOeTKtHe0EtQZ0F8bufyRCf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.25rem;width:9.25rem;top:0.99913215637206rem;left:32.875001907349rem;overflow:hidden;display:block; }
#ZuTUamdPakLVrgxMLRM3XpzmKqzZhmrF { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.25rem;width:9.25rem;top:0.99913215637206rem;left:57.875001907349rem;overflow:hidden;display:block; }
#Me1sM1gqGqwqqfqfV43bncUs1mReATLn { color:#061e47;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:11.375rem;left:4.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9ciAOmlHHaQtDBUiTaro7g9tSxaZT8x { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7C9axdNF9TnIgnDBvHS5Cyme8yK1wxb { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:16.125rem;left:3.84375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xR8v1JNHicg8y9aPv41P3BSJP5QemqFq { color:#273038;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:16.124131202698rem;left:28.000001907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sx2HBccOy76iD42I06MRhmfzJtr5Siva { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.249994277954rem;left:28.843751907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQ5lKTLEqWu2pIcZ0DFABWHTm0TmTDkA { color:#061e47;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:11.374994277954rem;left:29.125001907349rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzUCHzJmwMfIN5A0bUTaCM9R7GX7ZWUz { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:16.12326335907rem;left:53.843751907349rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgTgqHntM1lOEdRyyTpSefftebsrynDe { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.250000953674rem;left:53.843751907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmnm2mmbefRyuQWtJPZhsCckemoDS4Wb { color:#061e47;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.374994277954rem;left:54.125001907349rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MisJaXCKDePqZ7pOCIBpq5bZIvyPxoUE { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:17.973438262939rem;left:3.84375rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWlsxcxgDsPTO6qqKnnxQMNGIg6QqsOB { color:#273038;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:17.925001144409rem;left:28.000000953674rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn3H0XGcyzTJ8FBirVFcrOq9bFgesT41 { color:#273038;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:17.925001144409rem;left:53.843750953674rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB { 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; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container { background-color: transparent; background-image: none; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container > .video-iframe-container { display: none; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row > .video-iframe-container { display: none; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .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); }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container { border-width: 0; border-radius: 0; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#yiB2TbCWVJ7AN71pdHP4pswWuNO0VFzZ { box-sizing:content-box;height:13.25rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:#00264d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rRVCBbenwon9AfsmJW4L6l410amM4GBF { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:3.5625rem;left:17.1875rem;height:2.025rem;text-align:center;text-align-last:center;display:block; }
#ahHQ7hVA5p9dJmTUZk4SFNqWQQRdKtda { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.8125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ASPteZL8MMsNWBRDOw1nWk9we4VCmpcC { background-color:#ffffff;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#004a94;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9rem;left:38.25rem;display:block; }
#DbOG1W2eIBAPDAAHyrqwevrJMd0T30Qu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r14nmgaKTBx1zBSD54IhVo2V5aZt9IvT { background-color:#c06831;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9rem;left:16.75rem;display:block; }
#Basq9vD8PJ5XkbrTsIZvKax0K9JkMSKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container { background-color: transparent; background-image: none; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container > .video-iframe-container { display: none; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row > .video-iframe-container { display: none; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .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); }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container { border-width: 0; border-radius: 0; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#ykOCTK7mFnkN3K3OLeE3egW9wGzuhhFX { 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:5.0625rem;width:18.125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#K1dFD1NMAasAh313xaNh2KHvFq5DPyF3 { color:#273038;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:8.9618072509762rem;left:0rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R5yIUTKVsBzdScSMVwOpJW730xSx9aLD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:29.125rem; }
#WlSMc01DG2D9SWIAarI8iaV4SbxZxFBL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:32.4375rem; }
#PcoB1UvixMzEzgaufNa9nQE5l00m31Lv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.8125rem;left:35.875rem; }
#CNEgggnKI2fdf2bQsg30zBzmsTB5qDdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.8125rem;left:39.375rem; }
#OxCtOPOtWbGzqEUrfocwdTAIZ0cv55uw { 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:6.5rem;width:6.5rem;top:1.6875rem;left:54.125001907349rem;overflow:hidden;display:block; }
#ShDtydiNBmoNrhMPXmTSHGqPyMbcFmtB { 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:4.1875rem;width:11.6875rem;top:2.71875rem;left:63.31250190735rem;overflow:hidden;display:block; }
#G18KLcALaBqV7XDNzbgOy6PDTz4a45q5 { position:absolute;display:block;z-index:15016;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:4.9375rem;width:20.4375rem;top:9.7812576293944rem;left:54.441349188138rem;overflow:hidden;display:block; }
#MwKCNBRgF1lv3lxXXinmOOqExiEFAk3Z { color:#273038;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:10.861721038818rem;left:0rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE8TV0XFv3DUvsayc6scWzvNAF4DqCdG { color:#273038;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:12.868751525879rem;left:0rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container { background-color: transparent; background-image: none; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container > .video-iframe-container { display: none; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row > .video-iframe-container { display: none; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .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); }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container { border-width: 0; border-radius: 0; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#gfur5XWXsX0dEasNhWw8TQEGGmizrmLB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2.9375rem;top:0.875rem;left:41.125rem;overflow:hidden;display:block; }
#v1kXMKTau0xXEDsCipzv5owdrWXuotAy { color:rgba(var(--color-tertiary-1),1);display:block;width:11.3125rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:31rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ { display:block; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiUxwl0EDH3HIGJ0RQhDpuQgAsBQ8llo { top:0rem;left:0rem;width:18.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q { display:block; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT60Li2n05FkJSRTNX2UXWX1tNZCdZSM { top:10.0625rem;left:0rem;width:34.3125rem;height:9.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiIXk79zrDW21ZmF7GMDUlwuCTueQxk { top:20.6875rem;left:0rem;width:35.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S { top:24.375rem;left:0rem;width:28.8125rem;height:4.8125rem;font-size:1rem;display:block; }#zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S li:before{  }
 }@media only screen and (max-width: 763px) { #heGKUnuwq6TJ6WNmFIwo0ffoSoN583G1 { width:15.875rem;height:3.4375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EXOsA7whckpMSvvbE6mNekc2ukxepN { display:block; }
 }@media only screen and (max-width: 763px) { #Biy0kB3NmUWAGoeasaTSMFzECn9nFC80 { width:17rem;height:3.4375rem;top:34.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsoaJtRx4T5aKB0o14ezzhatBVzc47aL { display:block; }
 }@media only screen and (max-width: 763px) { #udbaCzT5tCZnK1r6keSey6fSW9oVGouX { top:4.6875rem;left:13.9375rem;width:33.8125rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyO1Emthfsv2IPAVFLnhIw9ibvTUbE5X { top:6.625rem;left:16.875rem;width:30.875rem;height:4rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p928L5FGtqzA1DJ5PZdHaUv1EwVVhUz8 { top:11.5625rem;left:17.25rem;width:30.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-textarea { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-button { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-checkbox-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL  { width:28rem;height:auto;top:15.75rem;left:17.25rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL {display:block;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL { width:28rem;height:auto;top:15.75rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #wBDMOIdWiauzgJTwJzThqaV2mCOQS9rV {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #XxHNqRLt5aFNK7lFP1MohfZd4mtzSH2I {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #OC0FxoieCq07noBo2tTSgxQLZ3JxLGlu {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #s1sRCN90LVJh2GM6c0gtLMM6fWGCwFmG {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #bLSZQWxOihZkVXPnvqEqD4LrksaGg1lQ {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #TGuzE7MtEqWIHwdDyCOzTyRQ4zLaqN6M {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #e2v0NxXAVudHowlOk8W1lIFGOKiKzL2K {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HzT5SkcH53xga8HwaZ9ILWGylBPW09LJ {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rLDynBLNW7AussReduEABQu21uSGBsuN {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IeckwQiVehPzdtd4U8gScrZss3gbBtQb {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HnBC0TeAUMHyO7XmAV0frfsRhTXPtNKG {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #pdTP1eXlmsThL7B3IyLMsxvugcxInTJ9 {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ahHv6QMAfFb6ShspKrFL7KERlCk0qhaa {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #R0mbqTskeN5SIIiV1MD2AGmTaLV6QBTh {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #I8aMG8EqohIChtcxc61CqyZcz63Tdfzq {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IDfNRC63evuT3W4uBquIfWhQLpzUQzJT {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ynqtXSpL01qU6qIZ5Iz7BtHf3JopEiv7 {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #RDxA11eOyGa4OSffzoAsOkm6wGCqTekU {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rNvmUDsn0n3D4aqLHgVQy6E5u4bDCW6R {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #qrBFJS9ltOw3zlT9rCgAEUcvM5U5tQ07 {  }
 }@media only screen and (max-width: 763px) { #oqat4o17iizLR7lekk4h3KgOGy1OULuy { top:30.625rem;left:0rem;width:30.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH { display:block; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbACvzg69n1eebhEz8m6TK9QsTVun179 { top:8.5rem;left:10.375rem;width:37.375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eazJKlwa5LwgcFxPISJOZ3QWZIRoonEC { width:25rem;height:3.4375rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTpZ5HfkPVMXhAVymQu3Ji4UWGPc4cM { display:block; }
 }@media only screen and (max-width: 763px) { #m8aXn1kahap3sMmbCTnA2HQTTWKZ4nTC { top:12.25rem;left:0rem;width:14.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZXseCBTS33blipL3BIvUgkQeVfiRs { top:15.0625rem;left:0rem;width:37.1875rem;height:8.75rem;font-size:1rem;display:block; }#edSZXseCBTS33blipL3BIvUgkQeVfiRs li:before{  }
 }@media only screen and (max-width: 763px) { #d1q6W42GuI1vNIwEd7Ghnu9raFBouAl9 { top:3.5rem;left:0rem;width:33.875rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFQuH1FMTkESTB7hiqkaiW3SPQ9SatR { top:8.5rem;left:0rem;width:34.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg { display:block; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rs5irVx9xoU1Sb3WU88labRIbvSolD7c { top:2.3125rem;left:4.9375019073486rem;width:37.875rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ2PeC9UeU1UxDFTcdZkCzHTyiSuBJUD { top:4.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 { display:block; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQyGomCZgamJZT29xNJcSUwvdsvf1Ogc { top:1.5rem;left:0rem;width:19.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh { top:5.9375rem;left:0rem;width:19.8125rem;height:8.75rem;font-size:1rem;display:block; }#C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh li:before{  }
 }@media only screen and (max-width: 763px) { #HnCnnyu2oystq91BMUAQMXNskGHxie8L { top:1.5rem;left:15.875rem;width:13.125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 { top:5.9375rem;left:9.5625rem;width:18.5625rem;height:10.5625rem;font-size:1rem;display:block; }#QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 li:before{  }
 }@media only screen and (max-width: 763px) { #wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B { top:5.9375rem;left:25.4375rem;width:20.125rem;height:8.75rem;font-size:1rem;display:block; }#wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B li:before{  }
 }@media only screen and (max-width: 763px) { #x8eub5E0LRt9zV6luyW7hPVOs8W71FaE { top:1.5rem;left:31.75rem;width:13.125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKq7T25VvWtyExWTJC2J8UNcCgXk0ZkT { top:0.5rem;left:7.875rem;width:23.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBbpqnMeQSkG5nEptUoDKuZ5QhJe5n2 { top:0.5rem;left:23.75rem;width:23.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLaoFh4qTgCLo9LppdAEXynTTGEuQQJa { top:0.5rem;left:0rem;width:23.875rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u { display:block; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVJA7If78kQMABsJizapEJRJ8DFUtzCs { width:17.375rem;height:3.4375rem;top:2.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovrc40fHTtbTvvm1dHPzTAOMURpsFTb { display:block; }
 }@media only screen and (max-width: 763px) { #dDaqXbcF0FgnqAd2zJlIvW1ttu2xh1Ct { width:18.875rem;height:3.4375rem;top:2.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ZqbSy2W4S6ETVtlS0ouFhEMuh3COvl { display:block; }
 }@media only screen and (max-width: 763px) { #H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no { display:block; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw3EPM9QZx2nOTDR5WZHGXprv4wdTbwm { top:3.625rem;left:0rem;width:41.75rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 { display:block; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9FG8BCIcbAG2lyMIXNFqOtiDpKUTedc { top:1.625rem;left:0rem;width:34.875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb { top:4.375rem;left:10.5625rem;width:37.1875rem;height:;font-size:1rem;display:block; }#wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb li:before{  }
 }@media only screen and (max-width: 763px) { #At9AVI2Mp96udMVS6OOVKsiGKqBxxy4T { top:0.4375rem;left:10.5625rem;width:37.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3IoUxBPgJzbQWgnR4tXo4uoPpVqmlbu { width:17.375rem;height:3.4375rem;top:18.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd1bUTbDq0iSfRDvfnB6IbPiebndXwhN { display:block; }
 }@media only screen and (max-width: 763px) { #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X { display:block; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p07vOZ2JvwkZ55inFmolVlSPsqmAHBFJ { top:3.4375rem;left:0rem;width:29.0625rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPX3pObngRtAsaH1vqIXiiEINeqoiuPd { top:8.75rem;left:0rem;width:35.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FapcUPHIEOgF75IZ3lhTm2PaPRdnzm4g { top:13.9375rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSJaT5n0NX4OITkdK4XQPwSgWFqwgbnb { top:16.0625rem;left:0rem;width:30.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8LprKbyPksXDkkbEHHmNJ6vN00vrKFb { top:21.4375rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJn3NoFpzQWTcpwUTGxsrDXEVUvC5Jn { top:23.5625rem;left:0rem;width:26.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaSivxDmSzbuf8hbhcE8Ahk8uKVtwnS { top:28.9375rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDp9y1dJLvh6giVI1F77SGcqt6tZWZiC { top:31.0625rem;left:0rem;width:26.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW0LT9g8B47quPLlBxreTyyMu5ud2r5r { top:38.875rem;left:0rem;width:25.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxFJEHrMeiWFWTWFK1e1CgIkZdo8BvkB { top:36.5rem;left:0rem;width:29.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtyUetFktD4ptHraSnFMLZOt4P5BJl2h { top:14.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LglR0fWRReyTdWV4p05K6v2lMQFuc1gX { top:21.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNOgDT7GoZa1vMat2xCTGTWfwF0aKwz4 { top:36.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmPWsAHQeH4fBaclIWkWLHnwU7r4cnbV { top:29.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi { display:block; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApvBG1T122hf541mDyktvW6aLLgNRooz { top:4rem;left:2.59375rem;width:42.5625rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErTIs84G0PnhEw9puOtz8SgHZG2tkhM { top:2.5625rem;left:14.093751907349rem;width:19.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmgk3C5sLPP5U9bVZI5Qqnv3I5QnwCQV { top:6.875rem;left:2.8125rem;width:42.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFKMzX6nvHzTTu4QciBFa0TwsA987RO { display:block; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U80iyLCXp8DHmuKq4JZTFpDDRx8idE3I { top:1.75rem;left:0rem;width:18.75rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk85TygAlkPt7HkIASaetxsdc5KtkHBs { top:4.125rem;left:1.59375rem;width:8.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABVymWnIapiOAIRDbStRUbHK8gav5WD { top:8.3125rem;left:0rem;width:15.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbBIlwLMFB8VQoPEmKoGfGWyJNkCEJC { top:8.3125rem;left:8.5rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkNucy5A6RXmdoPCicGakfwtwIblCTm { top:1.75rem;left:5.125rem;width:18.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwfAVWCMd63k256MTaO00RSG9grw489y { top:4.125rem;left:11.875rem;width:12rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BypNebSfGwNRCPIbSyPuxlVTrFcp6oAD { top:8.3125rem;left:19.3125rem;width:16.5rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmrwevK6EaD4ppVSWHFpuq9dZ1KyTLHG { top:1.75rem;left:17.0625rem;width:18.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCAedQB8SbKl6JWMrXnIKhDD5mAT2TV0 { top:4.125rem;left:23.8125rem;width:12rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1c3iTK2wCp5WPTn101rWcNPsKqH8cmE { top:4.125rem;left:33.8125rem;width:13.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCT2D59dsR4IvPbx3NQcPrk4lL48OpqT { top:1.75rem;left:29rem;width:18.75rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLbMwZUQVN7O6DWUwXUOJFU53kJwLdq { top:8.3125rem;left:32.625rem;width:15.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 { display:block; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InUTnxvBSl48o3vTzd6Xm7yppH7z6kCu { width:23.1875rem;height:3.4375rem;top:1.8125rem;left:12.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTe9TKnFSFyzMv5MJfrWGREJC6SUMX0m { display:block; }
 }@media only screen and (max-width: 763px) { #HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ { display:block; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tquSXDZRTK3Ct92oS0nbxgDRUwRgwrhT { top:2.875rem;left:1.25rem;width:45.1875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exp3aZt229WPwQK7tSzvpJIopO3DKbqB { top:5.5625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN { display:block; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL34EgZKwBNiwe6H5Z9kMD2vmI6H6wBg { top:16.0625rem;left:0rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsIBdroXpdU3uRvO1t7B5pWE5bPcTdG1 { top:4.625rem;left:0rem;width:20.9375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEzw0fkdIrkQV6tfVsDwpzoydG8L6Tf { top:17.6875rem;left:0rem;width:24.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDP6HNd6u9kFbQGmX4n4uHU9p0GWEmV { top:17.8125rem;left:11.9375rem;width:19.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLiitBq6TKnLgI90NorCyCU4XReJMvZ { top:4.5625rem;left:11.9375rem;width:19.8125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4DTpVFrKzBc60S4Fc9HT0pJdIaqPJD { top:16.125rem;left:15.0625rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZutN9tT0z5cXEHyQKvnngqrMqOga78 { top:17.875rem;left:27.8125rem;width:19.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcXtpLOuRbRHZaRnT56Tdr9g9TwZuTXI { top:4.625rem;left:27.8125rem;width:19.8125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0rcsXlux38bwBFtEMJUWyPy7Dv074vo { top:16.1875rem;left:30.9375rem;width:16.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUaxOSZZ8GIoEUQVeSXFF5m63UM1IsZX { top:1.375rem;left:6.780468940735rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaHAap9pexX2GT6rUix0fuTr4D9NZl22 { top:1.375rem;left:22.812500953674rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNNH5vPVRAnFT4PhlrtFPIoop6lwh2Tm { top:1.375rem;left:38.375000953674rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfzSzLfmANyusMtRCKmReTgpW03zVn4p { top:2.4375rem;left:0rem;width:23.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVPqGURQt09Gcfgu0w1sXJVvD91v4fw { top:2.375rem;left:7.875rem;width:23.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IROPaPTqpfgHnUMzKEF3dtfQI9ltqE7K { top:2.4375rem;left:23.75rem;width:23.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfSqqiMnvzLn4dlLcQMoclrS72TKTQay { display:block; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTgA4oO2PJDM04IBlJ54zm0wvcXk2FU { top:3.5rem;left:0rem;width:36.875rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTCqwJp0MvZZoiUivvhsXMQXn5WnheEp { top:6.25rem;left:0rem;width:35.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF57fzuViCVRmBaZuhtdN3n9n2Fiu0vS { width:17.375rem;height:3.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTwTsxDnKN1PdfC8zLzsu7dKdQc5DvG { display:block; }
 }@media only screen and (max-width: 763px) { #QrmKfeGdkqUVQ2WlF4nAD2pqbzLg9fvF { width:18.875rem;height:3.4375rem;top:34.125rem;left:4.9999990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg9Z58r5icctTtSyltUZ1xWKP65bQRkX { display:block; }
 }@media only screen and (max-width: 763px) { #aCvcVUCikDzJ5wFd3lVnDgf8SHDebldC { top:3.5rem;left:16rem;width:31.75rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36nz44ZzxS2iV6vwc914eRBmTP30FNH { top:20.625rem;left:23.250000953674rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWe04cKFA8UJxd7vxEBHSKPlFSDy9NP { top:10.75rem;left:0rem;width:22.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3iKCvkgZCzPQhQ0l2W47CUUIAqeZA0Q { top:10.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5nhb6EUTDl38Il888Woi2Tywcoi9TAw { top:12.625rem;left:0rem;width:31.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDF7XPxFt34F6VpX0r4vCuFRTw6eApl { top:20rem;left:0rem;width:31.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvKgwxczyVehK7gOmU4EnIPb6t7OzTsT { top:18.125rem;left:0rem;width:22.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiR8FvCgoV9em6M1DIeePvtkcArA51EO { top:18.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZuKFnCRnTk0VGE8rRL16LXSocl5IfZX { top:27.125rem;left:0rem;width:31.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG4gunDphptmL8wyp37DCIc8QlwZgazX { top:25.25rem;left:0rem;width:22.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJo4W6hqnaPbIsql9PLq7HG4vNDKK48f { top:25.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ { display:block; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNhqisrTglTAhgr9rPX8v666OlPHVsp3 { top:5.625rem;left:15.75rem;width:32rem;height:4rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuE49d7OxC8HdxTVGGe0tSoKWBuZZ72l { top:10.8125rem;left:12.4375rem;width:35.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8KHKuPWIF5WLmSw6gyep1eT8zO7lyO { width:35.1875rem;height:3.4375rem;top:15.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8EzxOvVxBAgFl17qQcfVcvQkhymno3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ezkt9tDDJn958mWvWl2cH25zK3nGeSZ6 { top:2rem;left:0rem;width:37.125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN { display:block; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6axOfx7CU8xcX9elrCq3pPfwfKIRXpw { top:3.6875rem;left:0rem;width:15.9375rem;height:6.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz { display:flex;height:auto;width:45.25rem;top:5.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #FXwLHUrvLRskws12GVHchV00z6AzvTRG {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fSRyWDhTdm1C5hGV3QOZi6tfwu7z7y0u {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #i3J8xXlKOITdFqUTsBC5eFqTqcE30SJf {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #PP9UMRxqnCJ2uJExttVOaAzJtqLNXpA6 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NuBKVbuTma0IZU8pB2O46sa8M9ZcReTs {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #UFDwZibox6mWGRImH38ECk8ASr5y3VMb {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #K5B3L5AXIiyouQuQr8TT17ETQg3f0XCf {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #zcloqoConK2oGmTLISIMD4tepOxi8RCL {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #O2nFHy8iiG88RSJM2TkN6Ocme8ZT94ue {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fT0UECM0A6NDHDMBTy67bg8IbBvxoMF3 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AQEfI4wes7ZThDc08Nm38VwFf7rTr8JQ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #OIpt5aAgHmTKGv13lvV9OSWa4J68NxKZ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #E5Ki5XSS4STKy0tgpWMW7R6qrpLTq7zZ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #CTECoTBElVdHCwa6x0qPnT11HQz2oVfv {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #ZbgwVHXiqeQoLVDJZ79QnWAyN8Is75ge {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NHQRIPN2cbbWyXfr54sBVFR4Gx8BtBpV {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #TTvqKT2vSp9OTc2IzBvWOXyhmcaVMLG9 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aBWdrlwmu39BtrFphskAMuPrdJRbWTMX {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kIH880L6OlV4b4qVlm7btOyxEe6yv0c3 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #h3Tm39ug5slfJDMNc1sTQHMPzwMcuLKD {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aDmNXiLvXzn2TfgVdMgLboQClQ1QpVMc {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #WB3QtB1as7DwfQUWRHp9NI8GypSHq9ga {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AhmDUGWbictfJ6rLBlC8W9h3u8KmCuIi {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kbMoGzOyyET5QTo4NvZRq7pTTSK2hOZR {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #wGSvD0641KuRZGGoFHBUzphdZTaPsE3x {  }
 }@media only screen and (max-width: 763px) { #Z0XT09wKeDh8MexEVXgBaWldAdxkNWws { top:8.375rem;left:0rem;width:14.8125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkzR1FIoCNv54S0oTNInpUigTvDQegK { display:block; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amrCqFoG9cKE5KwPLGFWK5nDJPJ0W9EZ { top:3rem;left:9.5937519073488rem;width:28.5625rem;height:4rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB { display:block; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QraVy3rKTFdeUQ8T9ErxiH8wN15mnqrJ { top:0.9375rem;left:3.3125rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFScVSdEWOeTKtHe0EtQZ0F8bufyRCf { top:0.9375rem;left:19.187501907349rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTUamdPakLVrgxMLRM3XpzmKqzZhmrF { top:0.9375rem;left:35.062501907349rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1sM1gqGqwqqfqfV43bncUs1mReATLn { top:11.375rem;left:0rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ciAOmlHHaQtDBUiTaro7g9tSxaZT8x { top:13.25rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7C9axdNF9TnIgnDBvHS5Cyme8yK1wxb { top:16.125rem;left:0rem;width:17.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8v1JNHicg8y9aPv41P3BSJP5QemqFq { top:16.0625rem;left:12.75rem;width:19rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2HBccOy76iD42I06MRhmfzJtr5Siva { top:13.1875rem;left:14.4375rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5lKTLEqWu2pIcZ0DFABWHTm0TmTDkA { top:11.3125rem;left:15rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzUCHzJmwMfIN5A0bUTaCM9R7GX7ZWUz { top:16.0625rem;left:30.3125rem;width:17.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTgqHntM1lOEdRyyTpSefftebsrynDe { top:13.25rem;left:30.3125rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmnm2mmbefRyuQWtJPZhsCckemoDS4Wb { top:11.3125rem;left:30.875rem;width:16.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisJaXCKDePqZ7pOCIBpq5bZIvyPxoUE { top:17.9375rem;left:0rem;width:17.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWlsxcxgDsPTO6qqKnnxQMNGIg6QqsOB { top:17.875rem;left:12.75rem;width:19rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3H0XGcyzTJ8FBirVFcrOq9bFgesT41 { top:17.875rem;left:30.3125rem;width:17.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB { display:block; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiB2TbCWVJ7AN71pdHP4pswWuNO0VFzZ { top:1.25rem;left:0rem;width:47.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVCBbenwon9AfsmJW4L6l410amM4GBF { top:3.5625rem;left:3.5625rem;width:40.5625rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahHQ7hVA5p9dJmTUZk4SFNqWQQRdKtda { top:6.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPteZL8MMsNWBRDOw1nWk9we4VCmpcC { width:20rem;height:3.4375rem;top:9rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOG1W2eIBAPDAAHyrqwevrJMd0T30Qu { display:block; }
 }@media only screen and (max-width: 763px) { #r14nmgaKTBx1zBSD54IhVo2V5aZt9IvT { width:20rem;height:3.4375rem;top:9rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Basq9vD8PJ5XkbrTsIZvKax0K9JkMSKq { display:block; }
 }@media only screen and (max-width: 763px) { #yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 { display:block; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykOCTK7mFnkN3K3OLeE3egW9wGzuhhFX { top:1.6875rem;left:0rem;width:18.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dFD1NMAasAh313xaNh2KHvFq5DPyF3 { top:8.9375rem;left:0rem;width:20.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5yIUTKVsBzdScSMVwOpJW730xSx9aLD { top:3.8125rem;left:15.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlSMc01DG2D9SWIAarI8iaV4SbxZxFBL { top:3.8125rem;left:18.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcoB1UvixMzEzgaufNa9nQE5l00m31Lv { top:3.8125rem;left:22.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNEgggnKI2fdf2bQsg30zBzmsTB5qDdm { top:3.8125rem;left:25.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxCtOPOtWbGzqEUrfocwdTAIZ0cv55uw { top:1.6875rem;left:40.25rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShDtydiNBmoNrhMPXmTSHGqPyMbcFmtB { top:2.6875rem;left:36.0625rem;width:11.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G18KLcALaBqV7XDNzbgOy6PDTz4a45q5 { top:9.75rem;left:26.875rem;width:20.4375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKCNBRgF1lv3lxXXinmOOqExiEFAk3Z { top:10.8125rem;left:0rem;width:20.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE8TV0XFv3DUvsayc6scWzvNAF4DqCdG { top:12.8125rem;left:0rem;width:20.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe { display:block; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfur5XWXsX0dEasNhWw8TQEGGmizrmLB { top:0.875rem;left:27.5rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1kXMKTau0xXEDsCipzv5owdrWXuotAy { top:1.25rem;left:17.375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ { display:block; }#OtEkQxuEU44gnE1Lsw4CQgwe2NPVUgVZ > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiUxwl0EDH3HIGJ0RQhDpuQgAsBQ8llo { width:18.125rem;height:5.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q { display:block; }#Low3DGkHTBJJrrfZyuy2gWK05CWqcV5q > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT60Li2n05FkJSRTNX2UXWX1tNZCdZSM { width:20rem;height:5.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tmiIXk79zrDW21ZmF7GMDUlwuCTueQxk { width:20rem;height:3.9rem;top:7.7750005722044rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S { width:20rem;height:4.825rem;top:12.324653625488rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#zzlZz7eSkzv2VssfxWBrG5T9UGGQGl0S li:before{  }
 }@media only screen and (max-width: 763px) { #heGKUnuwq6TJ6WNmFIwo0ffoSoN583G1 { width:20rem;height:3.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7EXOsA7whckpMSvvbE6mNekc2ukxepN { display:block; }
 }@media only screen and (max-width: 763px) { #Biy0kB3NmUWAGoeasaTSMFzECn9nFC80 { width:20rem;height:3.4375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsoaJtRx4T5aKB0o14ezzhatBVzc47aL { display:block; }
 }@media only screen and (max-width: 763px) { #udbaCzT5tCZnK1r6keSey6fSW9oVGouX { width:20rem;height:45.5625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyO1Emthfsv2IPAVFLnhIw9ibvTUbE5X { width:18.5rem;height:5.4rem;top:34.375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p928L5FGtqzA1DJ5PZdHaUv1EwVVhUz8 { width:17.9375rem;height:6.5rem;top:41.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-text {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-select {padding-top: 0; padding-bottom: 0;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL  { width:17.5rem;height:auto;top:47.5rem;left:0rem; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#quViODWqxToBWi6CduRcHXDQJ2o4SDOL {display:block;}#quViODWqxToBWi6CduRcHXDQJ2o4SDOL { width:17.5rem;height:auto;top:47.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #wBDMOIdWiauzgJTwJzThqaV2mCOQS9rV {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #XxHNqRLt5aFNK7lFP1MohfZd4mtzSH2I {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #OC0FxoieCq07noBo2tTSgxQLZ3JxLGlu {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #s1sRCN90LVJh2GM6c0gtLMM6fWGCwFmG {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #bLSZQWxOihZkVXPnvqEqD4LrksaGg1lQ {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #TGuzE7MtEqWIHwdDyCOzTyRQ4zLaqN6M {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #e2v0NxXAVudHowlOk8W1lIFGOKiKzL2K {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HzT5SkcH53xga8HwaZ9ILWGylBPW09LJ {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rLDynBLNW7AussReduEABQu21uSGBsuN {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IeckwQiVehPzdtd4U8gScrZss3gbBtQb {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #HnBC0TeAUMHyO7XmAV0frfsRhTXPtNKG {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #pdTP1eXlmsThL7B3IyLMsxvugcxInTJ9 {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ahHv6QMAfFb6ShspKrFL7KERlCk0qhaa {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #R0mbqTskeN5SIIiV1MD2AGmTaLV6QBTh {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #I8aMG8EqohIChtcxc61CqyZcz63Tdfzq {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #IDfNRC63evuT3W4uBquIfWhQLpzUQzJT {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #ynqtXSpL01qU6qIZ5Iz7BtHf3JopEiv7 {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #RDxA11eOyGa4OSffzoAsOkm6wGCqTekU {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #rNvmUDsn0n3D4aqLHgVQy6E5u4bDCW6R {  }
 }@media only screen and (max-width: 763px) { #quViODWqxToBWi6CduRcHXDQJ2o4SDOL #qrBFJS9ltOw3zlT9rCgAEUcvM5U5tQ07 {  }
 }@media only screen and (max-width: 763px) { #oqat4o17iizLR7lekk4h3KgOGy1OULuy { width:20rem;height:3.9rem;top:18.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH { display:block; }#n15PR0kwwagk9Pu9s6TrbCJ6Pu1VkBhH > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbACvzg69n1eebhEz8m6TK9QsTVun179 { height:11.203125rem;width:20rem;top:38.812495231628rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eazJKlwa5LwgcFxPISJOZ3QWZIRoonEC { width:19.9375rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTpZ5HfkPVMXhAVymQu3Ji4UWGPc4cM { display:block; }
 }@media only screen and (max-width: 763px) { #m8aXn1kahap3sMmbCTnA2HQTTWKZ4nTC { width:14.0625rem;height:1.875rem;top:14rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #edSZXseCBTS33blipL3BIvUgkQeVfiRs { width:20rem;height:16.25rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }#edSZXseCBTS33blipL3BIvUgkQeVfiRs li:before{  }
 }@media only screen and (max-width: 763px) { #d1q6W42GuI1vNIwEd7Ghnu9raFBouAl9 { width:18.3125rem;height:6rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKFQuH1FMTkESTB7hiqkaiW3SPQ9SatR { width:20rem;height:3.9rem;top:9.0998263359069rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg { display:block; }#N4AkhvQtilTGrZAC5NGZk7mOmpK72ZCg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rs5irVx9xoU1Sb3WU88labRIbvSolD7c { width:20rem;height:4rem;top:1.1874990463257rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nQ2PeC9UeU1UxDFTcdZkCzHTyiSuBJUD { width:20rem;height:3.9rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 { display:block; }#A8kfAUoKBWMT6Z5X4qKI8mSFmTtyDuI0 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQyGomCZgamJZT29xNJcSUwvdsvf1Ogc { width:18.1875rem;height:3.75rem;top:1.1875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh { width:17.75rem;height:8.75rem;top:5.625rem;left:1.125rem;font-size:1rem;display:block; }#C7Tpnk5l9P2fQITuGIiOds9rGJbm3Reh li:before{  }
 }@media only screen and (max-width: 763px) { #HnCnnyu2oystq91BMUAQMXNskGHxie8L { width:13.125rem;height:3.75rem;top:17.25rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 { width:15.3125rem;height:10.5625rem;top:21.75rem;left:1.125rem;font-size:1rem;display:block; }#QCCxOv0bfNEOtHBGbFgQyKWgbqVFeuU0 li:before{  }
 }@media only screen and (max-width: 763px) { #wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B { width:18rem;height:8.75rem;top:41.8125rem;left:1rem;font-size:1rem;display:block; }#wnzXgToArI6tOHTaBdy2W0DDWiNrZx5B li:before{  }
 }@media only screen and (max-width: 763px) { #x8eub5E0LRt9zV6luyW7hPVOs8W71FaE { width:13.125rem;height:3.75rem;top:36.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKq7T25VvWtyExWTJC2J8UNcCgXk0ZkT { width:20rem;height:18.4375rem;top:16.499123573303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBbpqnMeQSkG5nEptUoDKuZ5QhJe5n2 { width:20rem;height:18.4375rem;top:35.875000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLaoFh4qTgCLo9LppdAEXynTTGEuQQJa { width:20rem;height:15.5rem;top:5.2452087402344E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u { display:block; }#IK6pTe1vOG2TvZDtZ0wgIX9zy2xbw56u > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVJA7If78kQMABsJizapEJRJ8DFUtzCs { width:20rem;height:3.4375rem;top:1.25rem;left:-0.062499880790711rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovrc40fHTtbTvvm1dHPzTAOMURpsFTb { display:block; }
 }@media only screen and (max-width: 763px) { #dDaqXbcF0FgnqAd2zJlIvW1ttu2xh1Ct { width:20rem;height:3.4375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ZqbSy2W4S6ETVtlS0ouFhEMuh3COvl { display:block; }
 }@media only screen and (max-width: 763px) { #H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no { display:block; }#H2oVfnmqEDL0TncpbnNA7QhqcdtSq9no > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw3EPM9QZx2nOTDR5WZHGXprv4wdTbwm { width:20rem;height:8rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 { display:block; }#werVl634H8Xr5yGVSMUWRe6HQoyoAOg5 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9FG8BCIcbAG2lyMIXNFqOtiDpKUTedc { height:11.182795698925rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb { width:20rem;height:15.375rem;top:13.993925094604rem;left:0rem;font-size:1rem;display:block; }#wv5kK0WV7aqcPS4BxPyEsubXRbpsh7Eb li:before{  }
 }@media only screen and (max-width: 763px) { #At9AVI2Mp96udMVS6OOVKsiGKqBxxy4T { width:20rem;height:4.5rem;top:30.6195625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3IoUxBPgJzbQWgnR4tXo4uoPpVqmlbu { width:20rem;height:3.4375rem;top:36.369529724121rem;left:-0.062499940395355rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd1bUTbDq0iSfRDvfnB6IbPiebndXwhN { display:block; }
 }@media only screen and (max-width: 763px) { #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1a448d7c-854f-4d51-bfe5-c715fde9308c/amanacareherodesk.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.adaptive-delivery-prevent-bg, #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.lazyload, #V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X.lazyloading { background-image: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { background-color: transparent; background-image: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container > .video-iframe-container { display: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row > .video-iframe-container { display: none; }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .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); }#V9Fbx3XlpKaF6McDf9SMdThKb3HgRJ2X > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p07vOZ2JvwkZ55inFmolVlSPsqmAHBFJ { width:20rem;height:6rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPX3pObngRtAsaH1vqIXiiEINeqoiuPd { width:20rem;height:6.5rem;top:9.0000009536744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FapcUPHIEOgF75IZ3lhTm2PaPRdnzm4g { width:17.75rem;height:3.75rem;top:16.683159828186rem;left:1.9991320371627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSJaT5n0NX4OITkdK4XQPwSgWFqwgbnb { width:17.8125rem;height:6.5rem;top:20.620661735534rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8LprKbyPksXDkkbEHHmNJ6vN00vrKFb { width:14.75rem;height:3.75rem;top:29.13107585907rem;left:1.9991320371627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJn3NoFpzQWTcpwUTGxsrDXEVUvC5Jn { width:17.4375rem;height:5.2rem;top:33.317690849304rem;left:1.9991320371627rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydaSivxDmSzbuf8hbhcE8Ahk8uKVtwnS { width:8.6875rem;height:3.75rem;top:40.466146707535rem;left:1.9991320371627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDp9y1dJLvh6giVI1F77SGcqt6tZWZiC { width:16.25rem;height:5.2rem;top:44.591146469116rem;left:1.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW0LT9g8B47quPLlBxreTyyMu5ud2r5r { width:17.625rem;height:5.2rem;top:55.615453720093rem;left:2.0616320371628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxFJEHrMeiWFWTWFK1e1CgIkZdo8BvkB { width:11.75rem;height:3.75rem;top:51.615453720093rem;left:1.9991320371627rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtyUetFktD4ptHraSnFMLZOt4P5BJl2h { display:flex;width:1.25rem;height:1.25rem;top:16.933159828186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LglR0fWRReyTdWV4p05K6v2lMQFuc1gX { display:flex;width:1.25rem;height:1.25rem;top:29.38107585907rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JNOgDT7GoZa1vMat2xCTGTWfwF0aKwz4 { display:flex;width:1.25rem;height:1.25rem;top:51.865470886231rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VmPWsAHQeH4fBaclIWkWLHnwU7r4cnbV { display:flex;width:1.25rem;height:1.25rem;top:40.717012643814rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi { display:block; }#nQ9tNNU3PLBVTM6fHsVwKB5QspPeOlMi > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApvBG1T122hf541mDyktvW6aLLgNRooz { width:20rem;height:5.4rem;top:3.1250009536743rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lErTIs84G0PnhEw9puOtz8SgHZG2tkhM { width:19.5625rem;height:1.3rem;top:1.2499742507934rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmgk3C5sLPP5U9bVZI5Qqnv3I5QnwCQV { width:20rem;height:3.9rem;top:9.5729169845581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFKMzX6nvHzTTu4QciBFa0TwsA987RO { display:block; }#VXFKMzX6nvHzTTu4QciBFa0TwsA987RO > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U80iyLCXp8DHmuKq4JZTFpDDRx8idE3I { width:18.75rem;height:1.8rem;top:1.25rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk85TygAlkPt7HkIASaetxsdc5KtkHBs { width:8.75rem;height:3rem;top:3.7361125946045rem;left:5.6250001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABVymWnIapiOAIRDbStRUbHK8gav5WD { width:15.375rem;height:5.2rem;top:7.4861125946044rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPbBIlwLMFB8VQoPEmKoGfGWyJNkCEJC { width:15.375rem;height:3.9rem;top:21.796873092651rem;left:2.3125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkNucy5A6RXmdoPCicGakfwtwIblCTm { width:18.75rem;height:1.8rem;top:14.9974rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwfAVWCMd63k256MTaO00RSG9grw489y { width:12rem;height:3rem;top:18.04688125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BypNebSfGwNRCPIbSyPuxlVTrFcp6oAD { width:16.5rem;height:9.1rem;top:34.244791030884rem;left:1.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmrwevK6EaD4ppVSWHFpuq9dZ1KyTLHG { width:18.75rem;height:1.8rem;top:27.44531875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCAedQB8SbKl6JWMrXnIKhDD5mAT2TV0 { width:12rem;height:3rem;top:30.4948rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1c3iTK2wCp5WPTn101rWcNPsKqH8cmE { width:13.9375rem;height:3rem;top:48.14065625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCT2D59dsR4IvPbx3NQcPrk4lL48OpqT { width:18.75rem;height:1.8rem;top:45.091175rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLbMwZUQVN7O6DWUwXUOJFU53kJwLdq { width:15.125rem;height:5.2rem;top:51.765649795532rem;left:2.4375001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 { display:block; }#RAiGoVFPP9AD1OWK5G3PlN1aao7Wyqx0 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InUTnxvBSl48o3vTzd6Xm7yppH7z6kCu { width:19.625rem;height:3.4375rem;top:1.25rem;left:0.12500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTe9TKnFSFyzMv5MJfrWGREJC6SUMX0m { display:block; }
 }@media only screen and (max-width: 763px) { #HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ { display:block; }#HE8z7btT9ZWwklNmXQcvZ5ozUqrSsQEJ > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tquSXDZRTK3Ct92oS0nbxgDRUwRgwrhT { width:20rem;height:3.6rem;top:2.3125019073486rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exp3aZt229WPwQK7tSzvpJIopO3DKbqB { width:18.625rem;height:3.9rem;top:6.9625015258787rem;left:0.68671876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN { display:block; }#f6HlIXiDD1FTuFlqlZWq8l95b17bCNCN > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL34EgZKwBNiwe6H5Z9kMD2vmI6H6wBg { width:16.6875rem;height:1.625rem;top:15.843749523163rem;left:1.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsIBdroXpdU3uRvO1t7B5pWE5bPcTdG1 { width:17.625rem;height:12rem;top:3.4554681777954rem;left:1.1867187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEzw0fkdIrkQV6tfVsDwpzoydG8L6Tf { width:19.8125rem;height:3rem;top:17.71875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQDP6HNd6u9kFbQGmX4n4uHU9p0GWEmV { width:19.8125rem;height:3rem;top:40.25rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLiitBq6TKnLgI90NorCyCU4XReJMvZ { width:17.1875rem;height:12rem;top:25.550000786781rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei4DTpVFrKzBc60S4Fc9HT0pJdIaqPJD { width:16.6875rem;height:1.625rem;top:37.987500786781rem;left:1.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeZutN9tT0z5cXEHyQKvnngqrMqOga78 { width:19.8125rem;height:3rem;top:61.59375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcXtpLOuRbRHZaRnT56Tdr9g9TwZuTXI { width:17.75rem;height:10.5rem;top:48.018752098084rem;left:1.1242187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0rcsXlux38bwBFtEMJUWyPy7Dv074vo { width:16.6875rem;height:1.625rem;top:59.393751144409rem;left:1.6562500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUaxOSZZ8GIoEUQVeSXFF5m63UM1IsZX { display:flex;width:2.3125rem;height:2.3125rem;top:0rem;left:8.8437505364419rem; }
 }@media only screen and (max-width: 763px) { #UaHAap9pexX2GT6rUix0fuTr4D9NZl22 { display:flex;width:2.3125rem;height:2.3125rem;top:22.5rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #lNNH5vPVRAnFT4PhlrtFPIoop6lwh2Tm { display:flex;width:2.3125rem;height:2.3125rem;top:44.96875rem;left:8.8437505364419rem; }
 }@media only screen and (max-width: 763px) { #KfzSzLfmANyusMtRCKmReTgpW03zVn4p { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVPqGURQt09Gcfgu0w1sXJVvD91v4fw { width:20rem;height:14.8125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IROPaPTqpfgHnUMzKEF3dtfQI9ltqE7K { width:20rem;height:14.8125rem;top:46.500001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfSqqiMnvzLn4dlLcQMoclrS72TKTQay { display:block; }#UfSqqiMnvzLn4dlLcQMoclrS72TKTQay > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTgA4oO2PJDM04IBlJ54zm0wvcXk2FU { width:18.3125rem;height:4rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTCqwJp0MvZZoiUivvhsXMQXn5WnheEp { width:20rem;height:3.9rem;top:7.0624990463256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF57fzuViCVRmBaZuhtdN3n9n2Fiu0vS { width:20rem;height:3.4375rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaTwTsxDnKN1PdfC8zLzsu7dKdQc5DvG { display:block; }
 }@media only screen and (max-width: 763px) { #QrmKfeGdkqUVQ2WlF4nAD2pqbzLg9fvF { width:20rem;height:3.4375rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg9Z58r5icctTtSyltUZ1xWKP65bQRkX { display:block; }
 }@media only screen and (max-width: 763px) { #aCvcVUCikDzJ5wFd3lVnDgf8SHDebldC { width:20rem;height:21.4375rem;top:12.066744729336rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #I36nz44ZzxS2iV6vwc914eRBmTP30FNH { width:12.25rem;height:12.25rem;top:24.937500834465rem;left:7.7491322755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWe04cKFA8UJxd7vxEBHSKPlFSDy9NP { width:17.75rem;height:3rem;top:37.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3iKCvkgZCzPQhQ0l2W47CUUIAqeZA0Q { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x5nhb6EUTDl38Il888Woi2Tywcoi9TAw { width:16.875rem;height:6.5rem;top:40.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHDF7XPxFt34F6VpX0r4vCuFRTw6eApl { width:17.6875rem;height:6.5rem;top:51.125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvKgwxczyVehK7gOmU4EnIPb6t7OzTsT { width:17.8125rem;height:1.5rem;top:48.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiR8FvCgoV9em6M1DIeePvtkcArA51EO { display:flex;width:1.25rem;height:1.25rem;top:49rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dZuKFnCRnTk0VGE8rRL16LXSocl5IfZX { width:16.8125rem;height:5.2rem;top:62.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG4gunDphptmL8wyp37DCIc8QlwZgazX { width:15.9375rem;height:3rem;top:59.0625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJo4W6hqnaPbIsql9PLq7HG4vNDKK48f { display:flex;width:1.25rem;height:1.25rem;top:59.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ { display:block; }#O37wQu0HbpccC1l8X8Ezxa2SEuxmxLbZ > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNhqisrTglTAhgr9rPX8v666OlPHVsp3 { width:20rem;height:5.4rem;top:1.6146106719971rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuE49d7OxC8HdxTVGGe0tSoKWBuZZ72l { width:20rem;height:5.2rem;top:8.5026044845581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC8KHKuPWIF5WLmSw6gyep1eT8zO7lyO { width:20rem;height:3.4375rem;top:14.664068222046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8EzxOvVxBAgFl17qQcfVcvQkhymno3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ezkt9tDDJn958mWvWl2cH25zK3nGeSZ6 { width:20rem;height:11.2456875rem;top:19.53906917572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN { display:block; }#RrFnU3lZlTgbmyCEuLWPOiCE87afH3TN > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6axOfx7CU8xcX9elrCq3pPfwfKIRXpw { width:15.9375rem;height:5.4rem;top:1.7749996185302rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ju0off4paENGGtXNlQVMDn2GN6OqFTqz { display:flex;height:auto;width:17.5rem;top:9.2742195129394rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #FXwLHUrvLRskws12GVHchV00z6AzvTRG {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fSRyWDhTdm1C5hGV3QOZi6tfwu7z7y0u {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #i3J8xXlKOITdFqUTsBC5eFqTqcE30SJf {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #PP9UMRxqnCJ2uJExttVOaAzJtqLNXpA6 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NuBKVbuTma0IZU8pB2O46sa8M9ZcReTs {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #UFDwZibox6mWGRImH38ECk8ASr5y3VMb {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #K5B3L5AXIiyouQuQr8TT17ETQg3f0XCf {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #zcloqoConK2oGmTLISIMD4tepOxi8RCL {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #O2nFHy8iiG88RSJM2TkN6Ocme8ZT94ue {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #fT0UECM0A6NDHDMBTy67bg8IbBvxoMF3 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AQEfI4wes7ZThDc08Nm38VwFf7rTr8JQ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #OIpt5aAgHmTKGv13lvV9OSWa4J68NxKZ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #E5Ki5XSS4STKy0tgpWMW7R6qrpLTq7zZ {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #CTECoTBElVdHCwa6x0qPnT11HQz2oVfv {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #ZbgwVHXiqeQoLVDJZ79QnWAyN8Is75ge {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #NHQRIPN2cbbWyXfr54sBVFR4Gx8BtBpV {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #TTvqKT2vSp9OTc2IzBvWOXyhmcaVMLG9 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aBWdrlwmu39BtrFphskAMuPrdJRbWTMX {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kIH880L6OlV4b4qVlm7btOyxEe6yv0c3 {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #h3Tm39ug5slfJDMNc1sTQHMPzwMcuLKD {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #aDmNXiLvXzn2TfgVdMgLboQClQ1QpVMc {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #WB3QtB1as7DwfQUWRHp9NI8GypSHq9ga {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #AhmDUGWbictfJ6rLBlC8W9h3u8KmCuIi {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #kbMoGzOyyET5QTo4NvZRq7pTTSK2hOZR {  }
 }@media only screen and (max-width: 763px) { #Ju0off4paENGGtXNlQVMDn2GN6OqFTqz #wGSvD0641KuRZGGoFHBUzphdZTaPsE3x {  }
 }@media only screen and (max-width: 763px) { #Z0XT09wKeDh8MexEVXgBaWldAdxkNWws { width:9.875rem;height:13.8125rem;top:0rem;left:10.125000536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yTkzR1FIoCNv54S0oTNInpUigTvDQegK { display:block; }#yTkzR1FIoCNv54S0oTNInpUigTvDQegK > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amrCqFoG9cKE5KwPLGFWK5nDJPJ0W9EZ { width:20rem;height:5.4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB { display:block; }#MRf60dFP3rbRi0EEaTzrnWb7fNxHm7uB > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QraVy3rKTFdeUQ8T9ErxiH8wN15mnqrJ { width:9.25rem;height:9.25rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpFScVSdEWOeTKtHe0EtQZ0F8bufyRCf { width:9.25rem;height:9.25rem;top:22.27256875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTUamdPakLVrgxMLRM3XpzmKqzZhmrF { width:9.25rem;height:9.25rem;top:43.2951375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me1sM1gqGqwqqfqfV43bncUs1mReATLn { width:16.75rem;height:1.875rem;top:11.75rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ciAOmlHHaQtDBUiTaro7g9tSxaZT8x { width:17.3125rem;height:1.3rem;top:13.624132156372rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7C9axdNF9TnIgnDBvHS5Cyme8yK1wxb { width:17.3125rem;height:1.8rem;top:15.861978530884rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR8v1JNHicg8y9aPv41P3BSJP5QemqFq { width:19rem;height:1.8rem;top:37.197051048279rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2HBccOy76iD42I06MRhmfzJtr5Siva { width:17.3125rem;height:1.3rem;top:34.647596359253rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5lKTLEqWu2pIcZ0DFABWHTm0TmTDkA { width:16.75rem;height:1.875rem;top:32.77256875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzUCHzJmwMfIN5A0bUTaCM9R7GX7ZWUz { width:17.3125rem;height:1.8rem;top:58.532119750976rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTgqHntM1lOEdRyyTpSefftebsrynDe { width:17.3125rem;height:1.3rem;top:55.670119285584rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmnm2mmbefRyuQWtJPZhsCckemoDS4Wb { width:16.75rem;height:1.875rem;top:53.7951375rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MisJaXCKDePqZ7pOCIBpq5bZIvyPxoUE { width:17.3125rem;height:1.8rem;top:17.661720275879rem;left:1.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWlsxcxgDsPTO6qqKnnxQMNGIg6QqsOB { width:19rem;height:1.8rem;top:38.996876239777rem;left:0.49921876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3H0XGcyzTJ8FBirVFcrOq9bFgesT41 { width:17.3125rem;height:1.8rem;top:60.332033157349rem;left:1.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB { display:block; }#Vz3PR39P25UR7vZeEZ9fAoJnfdrA2kPB > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiB2TbCWVJ7AN71pdHP4pswWuNO0VFzZ { width:20rem;height:23.0625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVCBbenwon9AfsmJW4L6l410amM4GBF { width:18.5625rem;height:5.4rem;top:2.8125rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahHQ7hVA5p9dJmTUZk4SFNqWQQRdKtda { width:18.5rem;height:3.9rem;top:9.375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASPteZL8MMsNWBRDOw1nWk9we4VCmpcC { width:17.375rem;height:3.4375rem;top:19rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbOG1W2eIBAPDAAHyrqwevrJMd0T30Qu { display:block; }
 }@media only screen and (max-width: 763px) { #r14nmgaKTBx1zBSD54IhVo2V5aZt9IvT { width:17.375rem;height:3.4375rem;top:14.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Basq9vD8PJ5XkbrTsIZvKax0K9JkMSKq { display:block; }
 }@media only screen and (max-width: 763px) { #yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 { display:block; }#yV0MFzPtN3P8BfwlLLzBwdot10hW4cx0 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykOCTK7mFnkN3K3OLeE3egW9wGzuhhFX { width:18.125rem;height:5.0625rem;top:1.3000001907349rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dFD1NMAasAh313xaNh2KHvFq5DPyF3 { width:20rem;height:1.9rem;top:7.1874942779544rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5yIUTKVsBzdScSMVwOpJW730xSx9aLD { display:flex;width:2rem;height:2rem;top:14.6875rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #WlSMc01DG2D9SWIAarI8iaV4SbxZxFBL { display:flex;width:2rem;height:2rem;top:14.6875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #PcoB1UvixMzEzgaufNa9nQE5l00m31Lv { display:flex;width:2rem;height:2rem;top:14.6875rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #CNEgggnKI2fdf2bQsg30zBzmsTB5qDdm { display:flex;width:2rem;height:2rem;top:14.6875rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #OxCtOPOtWbGzqEUrfocwdTAIZ0cv55uw { width:7.5rem;height:7.5rem;top:18.5625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShDtydiNBmoNrhMPXmTSHGqPyMbcFmtB { width:14.3125rem;height:5.1875rem;top:28.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G18KLcALaBqV7XDNzbgOy6PDTz4a45q5 { width:20rem;height:4.91015625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKCNBRgF1lv3lxXXinmOOqExiEFAk3Z { width:20rem;height:1.9rem;top:9.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wE8TV0XFv3DUvsayc6scWzvNAF4DqCdG { width:20rem;height:1.9rem;top:10.961719512939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe { display:block; }#FC6k9n9PvIHbAKEryAlVeVRco8y4qTRe > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfur5XWXsX0dEasNhWw8TQEGGmizrmLB { width:3.5625rem;height:2rem;top:1.8125rem;left:13.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v1kXMKTau0xXEDsCipzv5owdrWXuotAy { width:12.375rem;height:1.3rem;top:2.6875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;font-family:poppins;display:block; }
 }