.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#eeeeee;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); }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc { position:relative;display:none; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc { border-width: 0; border-radius: 0; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container > .video-iframe-container {  }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#gtgV1yRatklJD3d1yNXpFSpXGHfGBgEt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.375rem;top:1.625rem;left:0rem;overflow:hidden;display:none; }
#pEaLgvHTnSK93rTuKwPepDlnCGiugvTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r { position:relative;display:none; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r { border-width: 0; border-radius: 0; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container > .video-iframe-container {  }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.9375rem;width:75rem;position:relative;display:none; }#grygQ0NAULiU39IobZSKNUEMxzRDlANt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:2.5625rem;left:54.625rem;display:none; }
#NR3aSJpDzSuMaQEAC9tZhDpxvrpl0hso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NDmHFetekktXu5GM99Tf0VJzgGhvCeTZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2.5625rem;left:58.875rem;display:none; }
#kcVucXFsq8KTNtRI2I0XWirDbwSP6VQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r1OqkXr7W9Qf4yiJMamQ26u5KoDPs3f6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:2.5625rem;left:63.3125rem;display:none; }
#wqUW4Bwuhi53yUM3hafmBd02yeo4x4vV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EFWBmvt29iS9fGL2qIG5adtG0oZPWl8Q { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:2.5625rem;left:68.3125rem;display:none; }
#pCi3P0C9P3rKgATL6D1JZoJW3PZOGND0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iIGP0G8sTUra9WloqBot6Go9v2T9aTek { background-color:rgba(238,238,238,0.9);background-image:url("https://images.assets-landingi.com/uc/5b1c8aca-19fd-4e5b-a44e-721ce3e68ad0/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek.adaptive-delivery-prevent-bg, #iIGP0G8sTUra9WloqBot6Go9v2T9aTek.lazyload, #iIGP0G8sTUra9WloqBot6Go9v2T9aTek.lazyloading { background-image: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { background-color: transparent; background-image: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container > .video-iframe-container { display: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row > .video-iframe-container { display: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .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); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { border-width: 0; border-radius: 0; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row > .video-iframe-container {  }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { font-size:0.875rem;font-family:"open sans";height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#nTx3uZghOkfWbhBTU57wIuBLbFdViZmS { color:#05213a;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.9;letter-spacing:0;top:15.875rem;left:0rem;height:1.78125rem;font-style:normal;display:block; }
#XgX0mcID0KsDaZpIynxOHk4aqsn4gkdo { color:#26b4b0;display:block;width:19.6875rem;position:absolute;font-family:"playfair display";font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:7.625rem;left:54rem;height:2.23095625rem;font-style:normal;display:block; }
#kBNEelVBcrAy3Sx2U2z7yNvMXXs6Bhx4 { color:#26b4b0;display:block;width:32.5625rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5);top:8.6875rem;left:0rem;height:2.54345625rem;font-style:normal;display:block; }
#Lt0M0y5lo8AGtTNMu0zzoWpcgW3i8oBG { color:#05213a;display:block;width:34.0625rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:400;z-index:100004;line-height:.8;letter-spacing:0;top:11.9375rem;left:0rem;height:1.849825rem;font-style:normal;display:block; }
#SEIKJ1MrRI6lf5lvIcx6xqbTeHiTHWtT { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.19) ;height:31.875rem;width:23.5rem;top:6.3125rem;left:51.5rem;display:block; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-form-header { font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;color:rgba(0,0,0,0.46);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;line-height:.3; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text { background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(5,33,58,0.21);border-left:0.0625rem solid rgba(5,33,58,0.21);border-right:0.0625rem solid rgba(5,33,58,0.21);border-bottom:0.0625rem solid rgba(5,33,58,0.21);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:poppins;vertical-align:top;line-height:1.1; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-textarea { background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(5,33,58,0.21);border-left:0.0625rem solid rgba(5,33,58,0.21);border-right:0.0625rem solid rgba(5,33,58,0.21);border-bottom:0.0625rem solid rgba(5,33,58,0.21);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:poppins;vertical-align:top;line-height:1.1; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .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:#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;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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-button { background-color:#26b4b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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.0625rem;font-weight:700;color:#ffffff;width:18.75rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(0,0,0,0.2) ; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei [class*="-text"]:-moz-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei [class*="-text"]::-moz-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei [class*="-text"]:-ms-input-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei [class*="-text"]::-webkit-input-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal;float:none; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .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; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container:first-of-type{padding-top:0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container:last-of-type{padding-bottom:0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei  { 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:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:13.375rem;left:52.625rem;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei {display:block;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei { 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:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:13.375rem;left:52.625rem;font-size:0.8125rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #QFHhvgcblh19EicRztkwcid09kuQSU38 { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Df70zaMZvW0AfuBfkNZBO7KhFraPigJ8 { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #l5nQZ21nqVMhdyiamHfGoKCfyiCnftAn { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #MkxDmoFW2ydf4DBR8ai1xtDP6faMqUOy { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #B8bZbMhQvmTbs8e1TsCW4EyVbShkmdRi { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Ektr6U2VFuvEMakx8qWTSJXbyo91P5Za { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #TvWDyarMsEQzwSqTid5SrZAlOHTfr32u { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #hwwNkZidOfpMsyAe3z2n4eAfTTrkBmMC { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #c1UEdLPAnk7QQAGw2MXn3C07MywmGC5H { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #oETBpcTOBqNwqDsOrvL4oh5mrEvfnTkm { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #gqyP7ka7xT4BKMtpOZMcSeTiSDU3Jz5c { position:relative;z-index:2; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #sk3hWDDvxTWizPZKWV0mIuw2hi7ZtTJz { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #kJ5zPJOy0sJ5uhzyaZRSbddPxDf1hmBg { position:relative; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #V0SqPGiT4K2z76pVAtIRDlMIRgPuNZv9 { position:relative; }
#rVfRfrM5doLt7I811dPTBnL6UTsFzkMv { color:#4a4a4a;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:.8;letter-spacing:0;top:35.25rem;left:51.5rem;height:0.849825rem;text-align:center;text-align-last:center;display:block; }
#piwALRBtSLa6Q9XFrOhsoOCOQ6ITLXbz { color:rgba(0,0,0,0.81);display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:10.3125rem;left:53.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#xS04VTsQowATtRkTp1Sghs2yIrFRwtAn { position:absolute;display:block;z-index:99996;background-color:rgba(166,176,189,0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5.5625rem;left:50.75rem;display:block; }
#TyQFfN3Ke1TQ5qwaz5voiOiGIePm7tye { color:#05213a;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.9;letter-spacing:0;top:18.484375rem;left:1rem;height:5.34375rem;font-style:normal;display:block; }
#iv1r5yxzR8rg3hZ6PTDxO2C3ATFPRtbE { position:absolute;display:block;z-index:100010;background-color:#05213a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:0.0625rem;top:18.6875rem;left:0rem;display:block; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.68);background-image:none;color:#303541;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;font-style:normal; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-label { background-color:;background-image:none;color:rgba(5,33,58,0.41);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.1875rem;left:0rem;z-index:100010; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #SeIzBdtLR9NVILS5we8C4vu3yfphEcCz { display:flex;position:relative;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #eThx7I2zNTAKSFnVguv34cLuTIVTb6lC { width:auto; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #oBnrLeTE5sC4bF1pN6MnFLsBIE1NLGPE {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fT2Mhf5RfymbanUZoGWRP21lQTRuOhrI { display:flex;position:relative;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #Ve9XIg7XCFE16fTRsH7kGJ1ShAD1Obpu {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #QoFLPIdAVv9bqLOaOyBFUK73XsODDbZe {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fLdDloLXTv5yxiErnK545LdTmhQuctlh { display:flex;position:relative;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #wJVZETKXlkSKXq5LlN5ITb4D1ieWU4Ak {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #aT3oDoWtFcGc4qU0aiWxUGX1yinvx8P6 {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #l5rCFMvzyBhtJapHdDJa0GXUmZepkHF1 { display:flex;position:relative;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #yFLctEl3phbltmlvvHMbP4HBXZQn7nXe {  }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #TzvGJ99HszukH7C2uZqzBiQGNsTUZi7W {  }
#tkT8n5nVcAxogNSIgpM4PTdnAhPdmDpL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #05213a;border-left:0.0625rem solid #05213a;border-right:0.0625rem solid #05213a;border-bottom:0.0625rem solid #05213a;box-sizing:border-box;color:#05213a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.75rem;left:0rem;display:block; }
#kzTRVBN5V9xuvRweVvhT9PGLxNDdXKIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DvyvapQQe2w1KtswIXzsvVXnGSTUMgDb { color:#05213a;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:31.0625rem;left:0rem;height:1.5rem;display:block; }
#SRGgH9S2PPD3xMcaCoKrG36gP360WZ5q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#qUzGozRB6AFBV6oVeNkT8aZaA3ma6Cui { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:2.5625rem;left:54.625rem;display:block; }
#vdm4HaqB1cNnKnNC9a4epT4SAuWffzhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B6ssbro0T1cPsfcPKkF9v3lc0wfplQs8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:2.5625rem;left:58.875rem;display:block; }
#hkJ77Qs5O1U7UW1h2yLJtibbqqcWifRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z5DH2TC2Is0mal1g99AuEdOiZwcU5ugV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:1rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:2.5625rem;left:63.3125rem;display:block; }
#uye9bcGEqyPddxV0PJcGc7l4VveAiL8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qPOC1vKLCBwRt4026lNkqvbo5qdbxUM6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:1rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:2.5625rem;left:68.3125rem;display:block; }
#opfs9kblhqD8elFXQCV54z0aapl25F4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container { background-color: transparent; background-image: none; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container > .video-iframe-container { display: none; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row > .video-iframe-container { display: none; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .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); }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container { border-width: 0; border-radius: 0; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row > .video-iframe-container {  }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#sncGpR83WflgSUkdvHv4dKfiFlManPMg { color:#05213a;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:100004;line-height:.8;letter-spacing:0;top:5.625rem;left:0rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#DQ6lQN6JmIDPZslhSspHkEuZs6BBOeG7 { color:rgba(38,180,176,0.34);display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100005;line-height:.8;letter-spacing:0;top:4.1875rem;left:0rem;height:0.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container { background-color: transparent; background-image: none; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container > .video-iframe-container { display: none; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row > .video-iframe-container { display: none; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .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); }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container { border-width: 0; border-radius: 0; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row > .video-iframe-container {  }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#u2nBduAm1tcCpZckwBHUNDwCVFdbZJNL { position:absolute;display:block;z-index:99995;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.09) ;height:22.375rem;width:24.0625rem;top:3.1875rem;left:0rem;display:block; }
#ptXGAH0aOg4q0UfEioiacqoIcoB83VJT { color:#05213a;display:block;width:15.375rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RdMo0HPkFHKXzzfTSqbRyIozNqyJr5P0 { color:rgba(5,33,58,0.8);display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:11.625rem;left:2.5625rem;height:9.597625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ez7ZTCZHLvPTFtOF00Li2sukGeBfJfRF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:38.125rem;left:0rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fREz9FZ0qc6LD7VS0MTAE3bUIfMiUknB { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:42.125rem;left:27.5625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ax7yo662ft1OTmyL1nN6QpaKxFxpRqlk { position:absolute;display:block;z-index:100014;background-color:#26b4b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:9.3125rem;top:9.84375rem;left:7.875rem;display:block; }
#RV2NxR2iuXy6sywkEPWlU4GW3JCDKVAq { position:absolute;display:block;z-index:100009;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:11.5625rem;top:0.125rem;left:63.4375rem;display:block; }
#z7Aa4ok6cxWM56hSau1l8ZeIKUD29c9S { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0;border-bottom:0.0625rem solid rgba(166,176,189,0.46);height:22.1875rem;width:19.75rem;top:4.125rem;left:0.8125rem;display:block; }
#IZppuo4uLRhZePcFbntpVAOxtPVExQOE { position:absolute;display:block;z-index:100007;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:75rem;top:32.625rem;left:0rem;display:block; }
#dVwGGtCFrHyimrIskxcqPDE18xWqtdfo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:18rem;top:42.375rem;left:54.25rem;overflow:hidden;display:block; }
#hMKagtT2DIcGxUPMDnD5MGpmozUoASRo { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:35.018737792969rem;left:0rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVBFhJhT0vWcTw7zr0vl9QPlSvRntaZT { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:18.0625rem;top:32.625rem;left:2.5625rem;overflow:hidden;display:block; }
#SRneoMtMS9iUazdHScsGeKIOFCciheGP { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5.3125rem;top:7.75rem;left:2.5625rem;overflow:hidden;display:block; }
#QJZKFr6Lp5Ly5DpwzXermHGb63Gi0J1E { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.875rem;width:4.875rem;top:42.6875rem;left:17.9375rem;display:block; }
#PRRMhZh5mlU4QBVzECfKGIHmbDTME5iu { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(52deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(52deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(52deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(52deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(52deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2rem;width:2rem;top:35.21875rem;left:67.125rem;display:block; }
#nMli8XZAqzs3hhV0Xn1ooSpN1OwLTyOd { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(216deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.875rem;width:4.875rem;top:42.6875rem;left:17.9375rem;display:none; }
#ZlufKRl8T8PT4OzIruHy6mqX0EGOcOHg { box-sizing:content-box;color:#ffffff;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:29.831249237061rem;left:34.28125rem;display:block; }
#RF3wiLBS8SCgTFtVxNrBwHGIpz6hBtmf { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.625rem;top:0.75rem;left:20.625rem;overflow:hidden;display:block; }
#xfAsGDJI7y2Z8FT6ySsCZllAgcB6ufXK { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.5625rem;top:0.75rem;left:47.875rem;overflow:hidden;display:block; }
#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DjjaZybYx4I/unsplash/milad-fakurian-DjjaZybYx4I-photo-1632059368252-be6d65abc4e2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR.adaptive-delivery-prevent-bg, #rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR.lazyload, #rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR.lazyloading { background-image: none; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container { background-color: transparent; background-image: none; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container > .video-iframe-container { display: none; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row > .video-iframe-container { display: none; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .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); }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container { border-width: 0; border-radius: 0; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row > .video-iframe-container {  }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#ppx30TZDPDKpJJkxA6Dcz4affyT5B1Pg { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.0625rem;width:8.0625rem;top:17rem;left:-5.0625rem;display:block; }
#MR7LceylfieFXxnKdVT3VN5TAdLcgFe7 { color:#26b4b0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100007;line-height:.8;letter-spacing:0;top:3.6875rem;left:0rem;height:0.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWwmP0bV2B4HCG3JuWOFmtshOJeA7Omc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:100006;line-height:.8;letter-spacing:0;top:5.375rem;left:0rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hWdFd2a960AT0sS8zfNuFw69zZT7Ldrb { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:block; }
#ooUpoQewyzJksTPnpzVGTV8Gt8sVoWe7 { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:none; }
#F4MEzOm3lwzeq7qD7oIiBp6mXyJ6HG0O { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:0.25rem;overflow:hidden;display:block; }
#z8Q4VZ1iUc971Qikxq54NdpICJuZaV68 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:25.25rem;overflow:hidden;display:block; }
#CzWV3ALpVwnwh3txxsfEGW4HT0sp1TTQ { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:50.25rem;overflow:hidden;display:block; }
#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.58);background-image:none;position:relative;display:block; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container { background-color: transparent; background-image: none; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container > .video-iframe-container { display: none; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row > .video-iframe-container { display: none; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .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); }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container { border-width: 0; border-radius: 0; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row > .video-iframe-container {  }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#nT1TD5uypl3OalBvZotmwWWmGAp15ZZX { position:absolute;display:block;z-index:99995;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.09) ;height:26.0625rem;width:24.0625rem;top:5.375rem;left:50.9375rem;display:block; }
#RRQq5lDvZgqWazWfw7sTDrxi2AfzSDPO { color:#05213a;display:block;width:15.9375rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:7.9375rem;left:53.5rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w9VcP1fJ7v7xPmAhRy9nz0s3Ul5pR0aR { color:rgba(5,33,58,0.8);display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:13.375rem;left:53.5rem;height:12.796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r172Ew3N8w4wSf9g2U1Ug93dA29G5JpL { color:#ffffff;display:block;width:64.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:42.0625rem;left:5.4375rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzuWTfGSMCQibDK50bgIokVCZy9A5p81 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:46rem;left:21.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTI0eWBVWrQi3GC00PuM81GuJFhMM02g { position:absolute;display:block;z-index:99993;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:11.5625rem;top:3.75rem;left:0rem;display:block; }
#qQirJIqAD733bWcfKoXwVwTQLpZFU47n { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0;border-right:0.0625rem solid rgba(166,176,189,0.46);border-bottom:0.0625rem solid rgba(166,176,189,0.46);height:25.875rem;width:19.75rem;top:6.3125rem;left:54.375rem;display:block; }
#oSyihfEMCNZnL4223UKxanm2Tq125eDw { position:absolute;display:block;z-index:100007;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:75rem;top:36.25rem;left:0rem;display:block; }
#buiA0u6yMSgoE33b0er2yUAwuiUBnh05 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:18rem;top:46rem;left:54.25rem;overflow:hidden;display:block; }
#LXznafgZu0cBAxJTNugV9i8ASnHf9m64 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:38.75rem;left:0rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyiNvOqsrSS7Q7Uk7ZTk5M5vK2pM3wtG { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:18.0625rem;top:36.25rem;left:2.5625rem;overflow:hidden;display:block; }
#n4e6nd6etCUAOC4gEO0qNTGTFrf6e2Bu { position:absolute;display:block;z-index:99996;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.0625rem;width:3.5rem;top:5.3125rem;left:50.9375rem;display:block; }
#Mm0hBAr5yiTXxRt4pwx2COEV39XfkGTw { position:absolute;display:block;z-index:100015;background-color:#26b4b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:9.125rem;top:11.25rem;left:59.34375rem;display:block; }
#knAeShm71oHAQKTgof6WrTp14VwpCTI8 { position:absolute;display:block;z-index:99991;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0;border-bottom:0.0625rem solid rgba(166,176,189,0.46);height:25.875rem;width:19.75rem;top:6.375rem;left:51.75rem;display:block; }
#KzaBrbu1ZGKd43x4gybmP2CVuPRokvv9 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:5rem;top:10.125rem;left:53.5rem;overflow:hidden;display:block; }
#DMhuS0l1XJQtCgGOBti5PcPGpr7cs0ou { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(99deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(99deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(99deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(99deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(99deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.875rem;width:4.875rem;top:47.1875rem;left:14.375rem;display:block; }
#HfW9scu7fRxtMCbcftBBChAms7ycZZQp { box-sizing:content-box;color:#f8f8f8;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:33.268749237061rem;left:34.28125rem;display:block; }
#rT5RSzNcFbKCnDRzMEv5HMmM5hFE2MJN { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.625rem;top:4.375rem;left:0.625rem;overflow:hidden;display:block; }
#nk9U1dUx25wmnN7NcZTJHdvJLqmkQruv { position:absolute;display:block;z-index:99990;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.5625rem;top:4.3125rem;left:27.875rem;overflow:hidden;display:block; }
#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DjjaZybYx4I/unsplash/milad-fakurian-DjjaZybYx4I-photo-1632059368252-be6d65abc4e2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv.adaptive-delivery-prevent-bg, #gkKppS0iVzw5UJeQtDSi7NEAunchXdOv.lazyload, #gkKppS0iVzw5UJeQtDSi7NEAunchXdOv.lazyloading { background-image: none; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container { background-color: transparent; background-image: none; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container > .video-iframe-container { display: none; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row > .video-iframe-container { display: none; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .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); }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container { border-width: 0; border-radius: 0; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row > .video-iframe-container {  }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#HfMRX5D2XHMPkso4pJqLlPx0sKFT0XXg { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.0625rem;width:8.0625rem;top:17rem;left:-5.0625rem;display:block; }
#WMBDbluTAPMyaHFpPzdFKfhAuUl0H9l8 { color:#26b4b0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100007;line-height:.8;letter-spacing:0;top:3.6875rem;left:0rem;height:0.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gm68MGyK9eyinsCRAE5w6hseGu8pnOpQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:100006;line-height:.8;letter-spacing:0;top:5.375rem;left:0rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#XHqAEV4nCWPbtq924TtKFZ6rBd3mQlzu { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:block; }
#SwGCwOBB1XGVeEcN1kB0n7A85JHhUzrE { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:none; }
#QPoWbUVlD91WXsDtpUXAokNKv5iNoFkR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:0.25rem;overflow:hidden;display:block; }
#K5c7p8ratWW1CnllrHNkalPp8CDcMszU { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:25.25rem;overflow:hidden;display:block; }
#SttQEfvA01pMrN86P5C56pvVn1cHgTQd { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:50.25rem;overflow:hidden;display:block; }
#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container { background-color: transparent; background-image: none; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container > .video-iframe-container { display: none; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row > .video-iframe-container { display: none; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .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); }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container { border-width: 0; border-radius: 0; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row > .video-iframe-container {  }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#erIbp69WVtqX6F7iRh5Vw2BaXalSiHpI { position:absolute;display:block;z-index:99995;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.09) ;height:30.6875rem;width:24.0625rem;top:4.75rem;left:0rem;display:block; }
#nCAAQwtDiyW7thrRyXTAIKg8QXc77Jz1 { color:#05213a;display:block;width:15.375rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNLsU0ZCuAcqUsJl4IIp83uTZTPhgkti { color:rgba(5,33,58,0.8);display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:12.8125rem;left:2.5625rem;height:17.5956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXIEKOfi9FHprgHHWIytF7vxNaSqMhy9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:45.1875rem;left:0rem;height:3.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lsbPOM1nra7p9wnswQ2bGZCrhD0LfITo { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:49.4375rem;left:21.34375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DF9lIpxrnqV5ZdC2IpFb3Z7csuybN4Dk { position:absolute;display:block;z-index:100014;background-color:#26b4b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:9.0625rem;top:10.84375rem;left:8.375rem;display:block; }
#EzJHikyZAJWTIkHN2odW8Am65EA4Aqxk { position:absolute;display:block;z-index:100009;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:11.5625rem;top:5.6875rem;left:63.4375rem;display:block; }
#bXT5eQNyh7a71hwk8LTT0mZ7v1S0IhQ3 { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0;border-bottom:0.0625rem solid rgba(166,176,189,0.46);height:30.4375rem;width:19.75rem;top:5.6875rem;left:0.8125rem;display:block; }
#mKJw1aFIHhioX5ZUelu6zrB2Q9m4xpiS { position:absolute;display:block;z-index:100007;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:75rem;top:39.6875rem;left:0rem;display:block; }
#fg9TrsA1Mm12eMHUhHRu2k15QXDkZ3nV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:18rem;top:49.4375rem;left:54.25rem;overflow:hidden;display:block; }
#btSrBI6CLr7nzqpcomOVhXJ03EsLL5z4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:42.0625rem;left:0rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKQk68DXgD8rMuI1lJyh6mQ6IgxOOvNw { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:18.0625rem;top:39.6875rem;left:2.5625rem;overflow:hidden;display:block; }
#xs7TiWXS2gq9rnOwwb1B0VOSq4IrZ0Ww { position:absolute;display:block;z-index:99993;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.0625rem solid rgba(166,176,189,0.46);border-bottom:0.0625rem solid rgba(166,176,189,0.46);height:30.4375rem;width:19.75rem;top:5.75rem;left:3.5625rem;display:block; }
#FJQPuw12caaC620aWTWCR4yaQfObiz2T { position:absolute;display:block;z-index:99996;background-color:rgba(255,255,255,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:3.5rem;top:4.75rem;left:20.625rem;display:block; }
#QRrRt03FrWUPibuoFBSM5hnuLgUBqGDc { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.75rem;top:8.8125rem;left:2.5625rem;overflow:hidden;display:block; }
#MGLgJMk3pVZNIrBpzbsOnXam4vCDF1MJ { position:absolute;display:block;z-index:100030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:50.59375rem;left:68.5625rem;display:block; }
#Qt3BiQs3QSqEkDxVwJke4FvTkFr7NUw3 { box-sizing:content-box;color:#ffffff;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:36.831249237061rem;left:34.28125rem;display:block; }
#WI2RVwsO7e55ERixxfd66fAwiG8XOtDn { position:absolute;display:block;z-index:99992;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.625rem;top:6.3125rem;left:20.625rem;overflow:hidden;display:block; }
#wsgZETDvxQvBHgLssnN9PotnTON7W3ye { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:26.5625rem;top:6.3125rem;left:47.875rem;overflow:hidden;display:block; }
#BRuLXFkRItnLOkSr527eOU7ALLprGM0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DjjaZybYx4I/unsplash/milad-fakurian-DjjaZybYx4I-photo-1632059368252-be6d65abc4e2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n.adaptive-delivery-prevent-bg, #BRuLXFkRItnLOkSr527eOU7ALLprGM0n.lazyload, #BRuLXFkRItnLOkSr527eOU7ALLprGM0n.lazyloading { background-image: none; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container { background-color: transparent; background-image: none; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container > .video-iframe-container { display: none; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.94); }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row > .video-iframe-container { display: none; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .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); }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container { border-width: 0; border-radius: 0; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row > .video-iframe-container {  }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#hAVhKxW2E0Tw3vVD21L4iTNuyhHIzn30 { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2626b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.15), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.0625rem;width:8.0625rem;top:17rem;left:-5.0625rem;display:block; }
#i6hgP1m0NiIHfaeh1frkyqG28TTob9kU { color:#26b4b0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100007;line-height:.8;letter-spacing:0;top:3.6875rem;left:0rem;height:0.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mv92XAvUVggX6TwiHMuobgfRkr6dpt3l { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:100006;line-height:.8;letter-spacing:0;top:5.375rem;left:0rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#OAccQqUFlMsROWloz0ZygVIeflruIKFk { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:block; }
#w4xRDLg3VsipAkGcIblhWXMC55qEroEO { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.125rem;width:3.125rem;top:3.5375003814698rem;left:67.625rem;display:none; }
#fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9 { position:absolute;display:block;z-index:100033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/59122d92-4c35-44a6-9d00-2ffbeddc5697/makijaz_permanentny_oczu28.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:0.25rem;display:block; }#fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9.adaptive-delivery-prevent-bg, #fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9.lazyload, #fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9.lazyloading { background-image: none; }
#sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2 { position:absolute;display:block;z-index:100034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/958150da-ef32-40a7-b46c-44374d81af97/makijaz_permanentny_oczu21.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:50.25rem;display:block; }#sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2.adaptive-delivery-prevent-bg, #sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2.lazyload, #sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2.lazyloading { background-image: none; }
#OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b010468-4c45-4134-87b2-fa0fa7b69647/makijaz_permanentny_oczu301.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.75rem;width:24.5rem;top:9.9375rem;left:25.25rem;display:block; }#OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP.adaptive-delivery-prevent-bg, #OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP.lazyload, #OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP.lazyloading { background-image: none; }
#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z { position:relative;display:block; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z { background-color: transparent; background-image: none; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container > .video-iframe-container { display: none; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row > .video-iframe-container { display: none; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .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); }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z { border-width: 0; border-radius: 0; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container > .video-iframe-container {  }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:107.8125rem;width:75rem;position:relative;display:block; }#T2TXwcOHCUgaqmyxmsH7Bxb86mvn4TQd { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:300;z-index:100023;line-height:.8;letter-spacing:0;top:12.875rem;left:3.3125rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C7qui2JxwNKuxXaylsgJkgvC80bKJs4U { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100025;line-height:1.8;letter-spacing:0;top:15.375rem;left:3.3125rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A197hD9F0Aff2MySulaGJzlWWIQPNT3C { position:absolute;display:block;z-index:100009;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:75rem;top:8.6875rem;left:0rem;display:block; }
#LnWHS5kyiBAdGZl3G0567aSZg0PVlhWT { position:absolute;display:block;z-index:100028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.25rem;width:3.25rem;top:57.21875rem;left:70rem;display:block; }
#tL27RVFyr0nm1UrIgncPE1NwhD9k1G0N { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:14rem;top:8.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#e1iFlqAJkPgTJH8oPhOwrT2dMIcEzA5X { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:14rem;top:42.4375rem;left:31.75rem;overflow:hidden;display:block; }
#UVPIKdRpWk131tz8G3A49m8DG7dAZz2d { position:absolute;display:block;z-index:100029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.5625rem;width:2.5625rem;top:24.75rem;left:34.3125rem;display:block; }
#S9W3Tdt0pncZk0bnTX6GDIoH38lsgtCh { position:absolute;display:block;z-index:100015;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.6875rem;width:75rem;top:42.4375rem;left:0rem;display:block; }
#OAC01Wh1JJWuZgHugOZO60Vt1IXsltTU { position:absolute;display:block;z-index:100035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.5625rem;width:2.5625rem;top:58.8125rem;left:33.4375rem;display:block; }
#fVUHVucBVserZzbOXEWdWe1z2kdF87e7 { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100031;line-height:1.6;letter-spacing:0;top:50.52499961853rem;left:33.8125rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AlXQ1dWHST3Ib6tbAIfmyDZTsSOI8AdL { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:14rem;top:42.375rem;left:10rem;overflow:hidden;display:block; }
#TWmCaGTr7AesPsZHxAzycqNHO3nTeyBZ { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:300;z-index:100029;line-height:.8;letter-spacing:0;top:48.024307250976rem;left:33.875rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dpbSNbuICKwDh8a6mT1Pft8p4ATis8ac { position:absolute;display:block;z-index:100030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.5625rem;width:2.5625rem;top:56.3125rem;left:69.1875rem;display:block; }
#EsddxKpdnx4SyrNlWK0Z59w3V3Pst354 { position:absolute;display:block;z-index:100015;background-color:#a6b0bd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:75rem;top:76.1875rem;left:0rem;display:block; }
#sgLv569Fks2SWsyV2GKaGGLkLUW2mxVT { position:absolute;display:block;z-index:100035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.5625rem;width:2.5625rem;top:92.625rem;left:39.1875rem;display:block; }
#wZlIEEVp1oqb0vEsgX7AWHrqd8xI1pT2 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100031;line-height:1.6;letter-spacing:0;top:84.625rem;left:3.375rem;height:7.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eL71ahwz5OkW52Qt7liT3BXenPrFWzQ4 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:14rem;top:76.1875rem;left:1.6875rem;overflow:hidden;display:block; }
#vFWc4UUb6EwitFRbK52mccSbAkDJGS9t { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:300;z-index:100029;line-height:.8;letter-spacing:0;top:81.875rem;left:3.3125rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFNGzI0ny694bhrmHdS3Ef0nstalm4dy { color:#05213a;display:block;width:75rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:normal;z-index:100008;line-height:.8;letter-spacing:0;top:4.1875rem;left:0rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#n82mvhRSzRZTw8BD4nhK5PDPQqDSVtmd { color:rgba(38,180,176,0.34);display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100009;line-height:.8;letter-spacing:0;top:2.875rem;left:0rem;height:0.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmRiaQykxwUMwcCqv5lPMgt0273citJy { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:25.75rem;top:2.375rem;left:44.25rem;overflow:hidden;display:block; }
#n1VMeIabHmDcZEBATROdTJKTExHp5SbW { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:25.75rem;top:36.03125rem;left:4.375rem;overflow:hidden;display:block; }
#F9QbFqNE28KwT00cVnzGN0WfWpbIuXvd { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:25.75rem;top:70.28125rem;left:44.3125rem;overflow:hidden;display:block; }
#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58598f44-be75-45cd-926b-033d51eb535d/bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V.adaptive-delivery-prevent-bg, #Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V.lazyload, #Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V.lazyloading { background-image: none; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container { background-color: transparent; background-image: none; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,33,58,0.5); }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container > .video-iframe-container { display: none; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,33,58,0.5); }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row > .video-iframe-container { display: none; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .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); }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container { border-width: 0; border-radius: 0; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row > .video-iframe-container {  }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container { font-size:0.875rem;font-family:"open sans";height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#QTTJP9c1ZwiiE0OzvtfGlXf9oFB6J37T { color:#26b4b0;display:block;width:32.5rem;position:absolute;font-family:"playfair display";font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:6.6875rem;left:37.5rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueaeu78V422Gq14IIFv6gg8yKzB3mG5U { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:300;z-index:100034;line-height:.8;letter-spacing:0;top:14rem;left:5.125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNKEQRSTKcEQ6i6F9rAuA71MUtA1XvMh { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.19) ;height:32.625rem;width:32.5rem;top:4.125rem;left:37.5rem;display:block; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-form-header { font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.8125rem;font-weight:400;color:rgba(0,0,0,0.46);width:26rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;line-height:.3; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text { background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(5,33,58,0.21);border-left:0.0625rem solid rgba(5,33,58,0.21);border-right:0.0625rem solid rgba(5,33,58,0.21);border-bottom:0.0625rem solid rgba(5,33,58,0.21);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:26rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:poppins;vertical-align:top;line-height:1.1; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-textarea { background-color:rgba(255,255,255,0.19);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(5,33,58,0.21);border-left:0.0625rem solid rgba(5,33,58,0.21);border-right:0.0625rem solid rgba(5,33,58,0.21);border-bottom:0.0625rem solid rgba(5,33,58,0.21);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:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:poppins;vertical-align:top;line-height:1.1; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .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:#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;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:26rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-button { background-color:#26b4b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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.0625rem;font-weight:700;color:#ffffff;width:26rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(0,0,0,0.2) ; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya [class*="-text"]:-moz-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya [class*="-text"]::-moz-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya [class*="-text"]:-ms-input-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya [class*="-text"]::-webkit-input-placeholder { color:rgba(5,33,58,0.6);font-family:poppins;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:25rem;overflow:hidden;font-style:normal;float:none; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .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; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-container:first-of-type{padding-top:0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-container:last-of-type{padding-bottom:0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya  { 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:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:11.5rem;left:39.5rem;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya {display:block;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya { 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:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:11.5rem;left:39.5rem;font-size:0.8125rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #Xqgb05fi0gJq0ROk5JVv5Datx3IMygTW { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #fHpVPcHXAB7sDzgkMgV3I5T5IlrQWCtP { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SlVxNeelg9GvrSmGAnq4vH4XnQz6NxZZ { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #AkgAMR5gsOz3ES4yvhdbUfT8hGUbDqp5 { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #u4qXNQvNBh3b0r2evZWaLTJo8yONbksX { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #py0ewxz4Hqv7T3LSSeOmIT8l7PqLRNky { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #ydxx7h2essKsHnhPpGWrFOOQMHHS6ukq { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #wl6ZKA8idcpq3SbdbsHdDSNBLzBbfptM { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #EafRvTgO0eITyTnSOTT8ISG0od6HZI7F { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SDrwuM7AoflXVSxbh2oJxzAU7xzBqofI { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #cQCIUiTFB8u80Bkf3Ni9fK5h14gDWExK { position:relative;z-index:2; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #bIBJoBJ49Kq4hfHCU9wVqFSpFZCm08UO { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #MJ44Owvg89oF99Gz1b82x1MToQffyn6q { position:relative; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #x8rEGbwwKNHqvJzVWSmGPgCEyrUgZD5F { position:relative; }
#kD6uEQTmbcLWTR3gQOqFQd2bGeTuNbgg { color:#4a4a4a;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:.8;letter-spacing:0;top:33.481250762939rem;left:37.5rem;height:0.849825rem;text-align:center;text-align-last:center;display:block; }
#OsCOiPHn8sLKc2CwQeUqdbzoA8B2U6ao { color:rgba(0,0,0,0.81);display:block;width:28.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.7;letter-spacing:0;top:9.1875rem;left:39.375rem;height:1.80615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.68);background-image:none;color:#303541;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;font-style:normal; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(255,255,255,0.68);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.75rem;left:12.3125rem;z-index:100010; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #iqwPCVXXkbwH3sIQrLv3vUqb3KnEsM6O { display:flex;position:relative;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #dZX1cAbfWJoG642NAKC9GPAxn0T5CKua { width:auto; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #SbznLcdBZrQhrtpHl2WkVbiMLCFiKLMR {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #AyZWirMz6LgqhyZEAAKLTwTMMbuhHMR2 { display:flex;position:relative;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #peywzouco7CcyHa6PwLsAKxdVNigXL6y {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #qOq2TIOtntD09n0IZtu6X7VLiTzW9y6p {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #kofkHkUqw49bkrS7GfwOh1yCGep2Lbec { display:flex;position:relative;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #IqNE9kF9sBni2TXsM8E5gWWNtiF3CgEC {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #wWrRZciNLhAyeAIVE0vcDGvkmdF9MzIt {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #cXhtnIy819le2ZzolNx3VrP2cAnNynSI { display:flex;position:relative;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #hZJcOno5Cww5BogN905SE9gOLqBlcOKh {  }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #zsk8wkp4ksDhkw4dTOFpz29lohC0SPCP {  }
#xnTGyN1sunaX9cWcTrVWoywu8yeTgRT1 { color:rgba(255,255,255,0.77);display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:20.3125rem;left:5.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3oraJZUUhT8xssnk20KVs25TiLoTdlS { position:absolute;display:block;z-index:99998;background-color:#05213a;background-image:url("https://images.assets-landingi.com/DjjaZybYx4I/unsplash/milad-fakurian-DjjaZybYx4I-photo-1632059368252-be6d65abc4e2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:32.5rem;top:4.0625rem;left:5rem;display:block; }#s3oraJZUUhT8xssnk20KVs25TiLoTdlS.adaptive-delivery-prevent-bg, #s3oraJZUUhT8xssnk20KVs25TiLoTdlS.lazyload, #s3oraJZUUhT8xssnk20KVs25TiLoTdlS.lazyloading { background-image: none; }
#V1wuMApku2Ie5s60WtvOiyJohiaNOKAJ { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9126b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, rgba(38,180,176,0.57), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.3125rem;width:3.3125rem;top:4.875rem;left:38.75rem;display:block; }
#r5Pi1kDX8WH7XbvIMROQ6d7ZfaTGtt4O { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(288deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(288deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));background-image: -o-linear-gradient(288deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ffffff', endColorstr='#02ffffff' );";background-image: linear-gradient(288deg, rgba(255,255,255,0.1), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.0625rem;width:3.0625rem;top:32.375rem;left:33.6875rem;display:block; }
#tCMWZWJJFNp570Iu9TL6bTGNsH1a8zOT { position:absolute;display:block;z-index:100032;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(38,180,176,0.65), rgba(255,255,255,0.01));background-image: -moz-linear-gradient(117deg, rgba(38,180,176,0.65), rgba(255,255,255,0.01));background-image: -ms-linear-gradient(117deg, rgba(38,180,176,0.65), rgba(255,255,255,0.01));background-image: -o-linear-gradient(117deg, rgba(38,180,176,0.65), rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a526b4b0', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a526b4b0', endColorstr='#02ffffff' );";background-image: linear-gradient(117deg, rgba(38,180,176,0.65), rgba(255,255,255,0.01));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:2.25rem;width:2.25rem;top:31rem;left:30.4375rem;display:block; }
#fD7y91W1mnFflzUEg68iXl2buRm85ZVE { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.91);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:32.5rem;top:4.03125rem;left:5rem;display:block; }
#o3l9Nl5qQn816OSpe2i02ErB1fE9RMcc { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:9.2855806350706rem;left:8.875rem;height:3.412325rem;display:block; }
#dpDO8CZ2QmpVFnJ1WSbUex21d5ZRBUzZ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:15.90017414093rem;left:13.59375rem;height:3.412325rem;display:block; }
#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container { background-color: transparent; background-image: none; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container > .video-iframe-container { display: none; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row > .video-iframe-container { display: none; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .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); }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container { border-width: 0; border-radius: 0; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row > .video-iframe-container {  }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#z5TUKBteNs7QwEdBXVfnFPe1JEZD6B1K { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:7.875rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#Tk8p0UitZ3KzyT9VFKmB9MgI7pF4ZzlE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.75rem;left:65.25rem;display:block; }
#WTEqsTUk0t2e7Bl1Wba44aC3pAuAKEPO { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.625rem;left:68.71875rem;display:block; }
#rlzrlToIMVAgDzq12iQuKKW7GQX5zZpM { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:1.9375rem;left:72.71875rem;overflow:hidden;display:block; }
#bRn31pW385usFgQWVqlupd8UfJREmmuD { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:1.09375rem;left:71.875rem;display:block; }
#vtloN9DAvIf1A6KOrmbpkWt33PuDN5zQ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:1.09375rem;left:68.1875rem;display:block; }
#ayC3tdeKgnNuJTuGezq4nqTaxaynTNHn { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.43);border-left:0.0625rem solid rgba(255,255,255,0.43);border-right:0.0625rem solid rgba(255,255,255,0.43);border-bottom:0.0625rem solid rgba(255,255,255,0.43);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3rem;width:3rem;top:1.09375rem;left:64.625rem;display:block; }
#UCcMfwxF9CAVSybAURln2bhmXh57nLGf { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:0.1875rem;left:11.15625rem;height:6rem;display:block; }
#kvHP2U4IORD3IX93fPqgiJk6cUihLd98 { color:#fbf3f3;display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.705078125rem;left:45.21875rem;height:4.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc { display:none; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtgV1yRatklJD3d1yNXpFSpXGHfGBgEt { top:1.625rem;left:0rem;width:9.375rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEaLgvHTnSK93rTuKwPepDlnCGiugvTn { display:none; }
 }@media only screen and (max-width: 763px) { #l8A5FXmG9nzep9LivFKl0uRgpELyTV6r { display:none; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #grygQ0NAULiU39IobZSKNUEMxzRDlANt { width:3.875rem;height:1rem;top:2.5625rem;left:41rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR3aSJpDzSuMaQEAC9tZhDpxvrpl0hso { display:block; }
 }@media only screen and (max-width: 763px) { #NDmHFetekktXu5GM99Tf0VJzgGhvCeTZ { width:3.875rem;height:1rem;top:2.5625rem;left:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcVucXFsq8KTNtRI2I0XWirDbwSP6VQZ { display:block; }
 }@media only screen and (max-width: 763px) { #r1OqkXr7W9Qf4yiJMamQ26u5KoDPs3f6 { width:3.875rem;height:1rem;top:2.5625rem;left:43.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqUW4Bwuhi53yUM3hafmBd02yeo4x4vV { display:block; }
 }@media only screen and (max-width: 763px) { #EFWBmvt29iS9fGL2qIG5adtG0oZPWl8Q { width:6.6875rem;height:1rem;top:2.5625rem;left:41.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCi3P0C9P3rKgATL6D1JZoJW3PZOGND0 { display:block; }
 }@media only screen and (max-width: 763px) { #iIGP0G8sTUra9WloqBot6Go9v2T9aTek { display:block; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTx3uZghOkfWbhBTU57wIuBLbFdViZmS { top:15.875rem;left:0rem;width:24.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgX0mcID0KsDaZpIynxOHk4aqsn4gkdo { top:7.625rem;left:28.0625rem;width:19.6875rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBNEelVBcrAy3Sx2U2z7yNvMXXs6Bhx4 { top:8.6875rem;left:0rem;width:32.5625rem;height:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0M0y5lo8AGtTNMu0zzoWpcgW3i8oBG { top:11.9375rem;left:0rem;width:34.0625rem;height:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEIKJ1MrRI6lf5lvIcx6xqbTeHiTHWtT { top:6.3125rem;left:24.25rem;width:23.5rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-checkbox-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei  { width:18.75rem;height:auto;top:13.375rem;left:26.5rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei {display:block;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei { width:18.75rem;height:auto;top:13.375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #QFHhvgcblh19EicRztkwcid09kuQSU38 {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Df70zaMZvW0AfuBfkNZBO7KhFraPigJ8 {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #l5nQZ21nqVMhdyiamHfGoKCfyiCnftAn {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #MkxDmoFW2ydf4DBR8ai1xtDP6faMqUOy {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #B8bZbMhQvmTbs8e1TsCW4EyVbShkmdRi {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Ektr6U2VFuvEMakx8qWTSJXbyo91P5Za {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #TvWDyarMsEQzwSqTid5SrZAlOHTfr32u {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #hwwNkZidOfpMsyAe3z2n4eAfTTrkBmMC {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #c1UEdLPAnk7QQAGw2MXn3C07MywmGC5H {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #oETBpcTOBqNwqDsOrvL4oh5mrEvfnTkm {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #gqyP7ka7xT4BKMtpOZMcSeTiSDU3Jz5c {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #sk3hWDDvxTWizPZKWV0mIuw2hi7ZtTJz {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #kJ5zPJOy0sJ5uhzyaZRSbddPxDf1hmBg {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #V0SqPGiT4K2z76pVAtIRDlMIRgPuNZv9 {  }
 }@media only screen and (max-width: 763px) { #rVfRfrM5doLt7I811dPTBnL6UTsFzkMv { top:35.25rem;left:24.25rem;width:23.5rem;height:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piwALRBtSLa6Q9XFrOhsoOCOQ6ITLXbz { top:10.3125rem;left:29.1875rem;width:18.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS04VTsQowATtRkTp1Sghs2yIrFRwtAn { top:5.5625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyQFfN3Ke1TQ5qwaz5voiOiGIePm7tye { top:18.4375rem;left:0rem;width:24.9375rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv1r5yxzR8rg3hZ6PTDxO2C3ATFPRtbE { top:18.6875rem;left:0rem;width:0.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm { width:18rem;height:5.0625rem;display:flex;top:36.5rem;left:7.65625rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #SeIzBdtLR9NVILS5we8C4vu3yfphEcCz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #eThx7I2zNTAKSFnVguv34cLuTIVTb6lC {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #oBnrLeTE5sC4bF1pN6MnFLsBIE1NLGPE {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fT2Mhf5RfymbanUZoGWRP21lQTRuOhrI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #Ve9XIg7XCFE16fTRsH7kGJ1ShAD1Obpu {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #QoFLPIdAVv9bqLOaOyBFUK73XsODDbZe {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fLdDloLXTv5yxiErnK545LdTmhQuctlh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #wJVZETKXlkSKXq5LlN5ITb4D1ieWU4Ak {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #aT3oDoWtFcGc4qU0aiWxUGX1yinvx8P6 {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #l5rCFMvzyBhtJapHdDJa0GXUmZepkHF1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #yFLctEl3phbltmlvvHMbP4HBXZQn7nXe {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #TzvGJ99HszukH7C2uZqzBiQGNsTUZi7W {  }
 }@media only screen and (max-width: 763px) { #tkT8n5nVcAxogNSIgpM4PTdnAhPdmDpL { width:12.8125rem;height:3.4375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzTRVBN5V9xuvRweVvhT9PGLxNDdXKIM { display:block; }
 }@media only screen and (max-width: 763px) { #DvyvapQQe2w1KtswIXzsvVXnGSTUMgDb { top:31.0625rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRGgH9S2PPD3xMcaCoKrG36gP360WZ5q { top:1.625rem;left:0rem;width:9.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUzGozRB6AFBV6oVeNkT8aZaA3ma6Cui { width:3.875rem;height:1rem;top:2.5625rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdm4HaqB1cNnKnNC9a4epT4SAuWffzhh { display:block; }
 }@media only screen and (max-width: 763px) { #B6ssbro0T1cPsfcPKkF9v3lc0wfplQs8 { width:3.875rem;height:1rem;top:2.5625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkJ77Qs5O1U7UW1h2yLJtibbqqcWifRK { display:block; }
 }@media only screen and (max-width: 763px) { #z5DH2TC2Is0mal1g99AuEdOiZwcU5ugV { width:3.875rem;height:1rem;top:2.5625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uye9bcGEqyPddxV0PJcGc7l4VveAiL8D { display:block; }
 }@media only screen and (max-width: 763px) { #qPOC1vKLCBwRt4026lNkqvbo5qdbxUM6 { width:6.6875rem;height:1rem;top:2.5625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opfs9kblhqD8elFXQCV54z0aapl25F4c { display:block; }
 }@media only screen and (max-width: 763px) { #y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR { display:block; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sncGpR83WflgSUkdvHv4dKfiFlManPMg { top:5.625rem;left:0rem;width:47.75rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6lQN6JmIDPZslhSspHkEuZs6BBOeG7 { top:4.1875rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 { display:block; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2nBduAm1tcCpZckwBHUNDwCVFdbZJNL { top:3.1875rem;left:0rem;width:24.0625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptXGAH0aOg4q0UfEioiacqoIcoB83VJT { top:6.375rem;left:0rem;width:15.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMo0HPkFHKXzzfTSqbRyIozNqyJr5P0 { top:11.625rem;left:0rem;width:17.25rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7ZTCZHLvPTFtOF00Li2sukGeBfJfRF { top:38.125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREz9FZ0qc6LD7VS0MTAE3bUIfMiUknB { top:42.125rem;left:13.9375rem;width:19.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax7yo662ft1OTmyL1nN6QpaKxFxpRqlk { top:9.8125rem;left:0rem;width:9.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV2NxR2iuXy6sywkEPWlU4GW3JCDKVAq { top:0.125rem;left:36.1875rem;width:11.5625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Aa4ok6cxWM56hSau1l8ZeIKUD29c9S { top:4.125rem;left:0rem;width:19.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZppuo4uLRhZePcFbntpVAOxtPVExQOE { top:32.625rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVwGGtCFrHyimrIskxcqPDE18xWqtdfo { top:42.375rem;left:29.75rem;width:18rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMKagtT2DIcGxUPMDnD5MGpmozUoASRo { top:35rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBFhJhT0vWcTw7zr0vl9QPlSvRntaZT { top:32.625rem;left:0rem;width:18.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRneoMtMS9iUazdHScsGeKIOFCciheGP { top:7.75rem;left:0rem;width:5.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZKFr6Lp5Ly5DpwzXermHGb63Gi0J1E { top:42.6875rem;left:4.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRRMhZh5mlU4QBVzECfKGIHmbDTME5iu { top:35.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMli8XZAqzs3hhV0Xn1ooSpN1OwLTyOd { top:42.6875rem;left:4.3125rem;width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlufKRl8T8PT4OzIruHy6mqX0EGOcOHg { top:29.8125rem;left:20.65625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3wiLBS8SCgTFtVxNrBwHGIpz6hBtmf { top:0.75rem;left:7rem;width:26.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfAsGDJI7y2Z8FT6ySsCZllAgcB6ufXK { top:0.75rem;left:21.1875rem;width:26.5625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR { display:block; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppx30TZDPDKpJJkxA6Dcz4affyT5B1Pg { top:17rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7LceylfieFXxnKdVT3VN5TAdLcgFe7 { top:3.6875rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWwmP0bV2B4HCG3JuWOFmtshOJeA7Omc { top:5.375rem;left:0rem;width:47.75rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdFd2a960AT0sS8zfNuFw69zZT7Ldrb { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooUpoQewyzJksTPnpzVGTV8Gt8sVoWe7 { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4MEzOm3lwzeq7qD7oIiBp6mXyJ6HG0O { top:9.9375rem;left:0rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Q4VZ1iUc971Qikxq54NdpICJuZaV68 { top:9.9375rem;left:7.25rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWV3ALpVwnwh3txxsfEGW4HT0sp1TTQ { top:9.9375rem;left:23.125rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 { display:block; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT1TD5uypl3OalBvZotmwWWmGAp15ZZX { top:5.375rem;left:23.6875rem;width:24.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQq5lDvZgqWazWfw7sTDrxi2AfzSDPO { top:7.9375rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VcP1fJ7v7xPmAhRy9nz0s3Ul5pR0aR { top:13.375rem;left:27.8125rem;width:19.9375rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r172Ew3N8w4wSf9g2U1Ug93dA29G5JpL { top:42.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzuWTfGSMCQibDK50bgIokVCZy9A5p81 { top:46rem;left:8rem;width:32.5rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTI0eWBVWrQi3GC00PuM81GuJFhMM02g { top:3.75rem;left:0rem;width:11.5625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQirJIqAD733bWcfKoXwVwTQLpZFU47n { top:6.3125rem;left:27.9375rem;width:19.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSyihfEMCNZnL4223UKxanm2Tq125eDw { top:36.25rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiA0u6yMSgoE33b0er2yUAwuiUBnh05 { top:46rem;left:29.75rem;width:18rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXznafgZu0cBAxJTNugV9i8ASnHf9m64 { top:38.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyiNvOqsrSS7Q7Uk7ZTk5M5vK2pM3wtG { top:36.25rem;left:0rem;width:18.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4e6nd6etCUAOC4gEO0qNTGTFrf6e2Bu { top:5.3125rem;left:37.3125rem;width:3.5rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm0hBAr5yiTXxRt4pwx2COEV39XfkGTw { top:11.25rem;left:38.625rem;width:9.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knAeShm71oHAQKTgof6WrTp14VwpCTI8 { top:6.375rem;left:27.9375rem;width:19.75rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzaBrbu1ZGKd43x4gybmP2CVuPRokvv9 { top:10.125rem;left:39.875rem;width:5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMhuS0l1XJQtCgGOBti5PcPGpr7cs0ou { top:47.1875rem;left:0.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfW9scu7fRxtMCbcftBBChAms7ycZZQp { top:33.25rem;left:20.65625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5RSzNcFbKCnDRzMEv5HMmM5hFE2MJN { top:4.375rem;left:0rem;width:26.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9U1dUx25wmnN7NcZTJHdvJLqmkQruv { top:4.3125rem;left:14.25rem;width:26.5625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkKppS0iVzw5UJeQtDSi7NEAunchXdOv { display:block; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfMRX5D2XHMPkso4pJqLlPx0sKFT0XXg { top:17rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBDbluTAPMyaHFpPzdFKfhAuUl0H9l8 { top:3.6875rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm68MGyK9eyinsCRAE5w6hseGu8pnOpQ { top:5.375rem;left:0rem;width:47.75rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHqAEV4nCWPbtq924TtKFZ6rBd3mQlzu { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwGCwOBB1XGVeEcN1kB0n7A85JHhUzrE { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPoWbUVlD91WXsDtpUXAokNKv5iNoFkR { top:9.9375rem;left:0rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5c7p8ratWW1CnllrHNkalPp8CDcMszU { top:9.9375rem;left:7.25rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SttQEfvA01pMrN86P5C56pvVn1cHgTQd { top:9.9375rem;left:23.125rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 { display:block; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erIbp69WVtqX6F7iRh5Vw2BaXalSiHpI { top:4.75rem;left:0rem;width:24.0625rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCAAQwtDiyW7thrRyXTAIKg8QXc77Jz1 { top:7.625rem;left:0rem;width:15.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLsU0ZCuAcqUsJl4IIp83uTZTPhgkti { top:12.8125rem;left:0rem;width:20.6875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIEKOfi9FHprgHHWIytF7vxNaSqMhy9 { top:45.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsbPOM1nra7p9wnswQ2bGZCrhD0LfITo { top:49.4375rem;left:7.71875rem;width:32.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9lIpxrnqV5ZdC2IpFb3Z7csuybN4Dk { top:10.8125rem;left:0rem;width:9.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzJHikyZAJWTIkHN2odW8Am65EA4Aqxk { top:5.6875rem;left:36.1875rem;width:11.5625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXT5eQNyh7a71hwk8LTT0mZ7v1S0IhQ3 { top:5.6875rem;left:0rem;width:19.75rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKJw1aFIHhioX5ZUelu6zrB2Q9m4xpiS { top:39.6875rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg9TrsA1Mm12eMHUhHRu2k15QXDkZ3nV { top:49.4375rem;left:29.75rem;width:18rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btSrBI6CLr7nzqpcomOVhXJ03EsLL5z4 { top:42.0625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQk68DXgD8rMuI1lJyh6mQ6IgxOOvNw { top:39.6875rem;left:0rem;width:18.0625rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs7TiWXS2gq9rnOwwb1B0VOSq4IrZ0Ww { top:5.75rem;left:0rem;width:19.75rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJQPuw12caaC620aWTWCR4yaQfObiz2T { top:4.75rem;left:7rem;width:3.5rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRrRt03FrWUPibuoFBSM5hnuLgUBqGDc { top:8.8125rem;left:0rem;width:4.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGLgJMk3pVZNIrBpzbsOnXam4vCDF1MJ { top:50.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3BiQs3QSqEkDxVwJke4FvTkFr7NUw3 { top:36.8125rem;left:20.65625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI2RVwsO7e55ERixxfd66fAwiG8XOtDn { top:6.3125rem;left:7rem;width:26.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsgZETDvxQvBHgLssnN9PotnTON7W3ye { top:6.3125rem;left:21.1875rem;width:26.5625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuLXFkRItnLOkSr527eOU7ALLprGM0n { display:block; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVhKxW2E0Tw3vVD21L4iTNuyhHIzn30 { top:17rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hgP1m0NiIHfaeh1frkyqG28TTob9kU { top:3.6875rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv92XAvUVggX6TwiHMuobgfRkr6dpt3l { top:5.375rem;left:0rem;width:47.75rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAccQqUFlMsROWloz0ZygVIeflruIKFk { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4xRDLg3VsipAkGcIblhWXMC55qEroEO { top:3.5rem;left:44.5rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9 { top:9.9375rem;left:0rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2 { top:9.9375rem;left:23.125rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP { top:9.9375rem;left:7.25rem;width:24.5rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z { display:block; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2TXwcOHCUgaqmyxmsH7Bxb86mvn4TQd { top:12.875rem;left:0rem;width:24.4375rem;height:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7qui2JxwNKuxXaylsgJkgvC80bKJs4U { top:15.375rem;left:0rem;width:35.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A197hD9F0Aff2MySulaGJzlWWIQPNT3C { top:8.6875rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnWHS5kyiBAdGZl3G0567aSZg0PVlhWT { top:57.1875rem;left:44.375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL27RVFyr0nm1UrIgncPE1NwhD9k1G0N { top:8.6875rem;left:0rem;width:14rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1iFlqAJkPgTJH8oPhOwrT2dMIcEzA5X { top:42.4375rem;left:17.75rem;width:14rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVPIKdRpWk131tz8G3A49m8DG7dAZz2d { top:24.75rem;left:20.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9W3Tdt0pncZk0bnTX6GDIoH38lsgtCh { top:42.4375rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAC01Wh1JJWuZgHugOZO60Vt1IXsltTU { top:58.8125rem;left:19.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVUHVucBVserZzbOXEWdWe1z2kdF87e7 { top:50.5rem;left:0rem;width:35.375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlXQ1dWHST3Ib6tbAIfmyDZTsSOI8AdL { top:42.375rem;left:1.875rem;width:14rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmCaGTr7AesPsZHxAzycqNHO3nTeyBZ { top:48rem;left:0rem;width:31.9375rem;height:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpbSNbuICKwDh8a6mT1Pft8p4ATis8ac { top:56.3125rem;left:45.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsddxKpdnx4SyrNlWK0Z59w3V3Pst354 { top:76.1875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLv569Fks2SWsyV2GKaGGLkLUW2mxVT { top:92.625rem;left:25.5rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZlIEEVp1oqb0vEsgX7AWHrqd8xI1pT2 { top:84.625rem;left:0rem;width:32.625rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL71ahwz5OkW52Qt7liT3BXenPrFWzQ4 { top:76.1875rem;left:0rem;width:14rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFWc4UUb6EwitFRbK52mccSbAkDJGS9t { top:81.875rem;left:0rem;width:24.4375rem;height:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFNGzI0ny694bhrmHdS3Ef0nstalm4dy { top:4.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n82mvhRSzRZTw8BD4nhK5PDPQqDSVtmd { top:2.875rem;left:0rem;width:47.75rem;height:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmRiaQykxwUMwcCqv5lPMgt0273citJy { top:2.375rem;left:6rem;width:25.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VMeIabHmDcZEBATROdTJKTExHp5SbW { top:36.0625rem;left:0rem;width:25.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QbFqNE28KwT00cVnzGN0WfWpbIuXvd { top:70.3125rem;left:6rem;width:25.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V { display:block; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTTJP9c1ZwiiE0OzvtfGlXf9oFB6J37T { top:6.6875rem;left:15.25rem;width:32.5rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueaeu78V422Gq14IIFv6gg8yKzB3mG5U { top:14rem;left:0rem;width:32.4375rem;height:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKEQRSTKcEQ6i6F9rAuA71MUtA1XvMh { top:4.125rem;left:15.25rem;width:32.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya  { width:26rem;height:auto;top:11.5rem;left:19.25rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya {display:block;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya { width:26rem;height:auto;top:11.5rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #Xqgb05fi0gJq0ROk5JVv5Datx3IMygTW {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #fHpVPcHXAB7sDzgkMgV3I5T5IlrQWCtP {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SlVxNeelg9GvrSmGAnq4vH4XnQz6NxZZ {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #AkgAMR5gsOz3ES4yvhdbUfT8hGUbDqp5 {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #u4qXNQvNBh3b0r2evZWaLTJo8yONbksX {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #py0ewxz4Hqv7T3LSSeOmIT8l7PqLRNky {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #ydxx7h2essKsHnhPpGWrFOOQMHHS6ukq {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #wl6ZKA8idcpq3SbdbsHdDSNBLzBbfptM {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #EafRvTgO0eITyTnSOTT8ISG0od6HZI7F {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SDrwuM7AoflXVSxbh2oJxzAU7xzBqofI {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #cQCIUiTFB8u80Bkf3Ni9fK5h14gDWExK {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #bIBJoBJ49Kq4hfHCU9wVqFSpFZCm08UO {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #MJ44Owvg89oF99Gz1b82x1MToQffyn6q {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #x8rEGbwwKNHqvJzVWSmGPgCEyrUgZD5F {  }
 }@media only screen and (max-width: 763px) { #kD6uEQTmbcLWTR3gQOqFQd2bGeTuNbgg { top:33.4375rem;left:15.25rem;width:32.5rem;height:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCOiPHn8sLKc2CwQeUqdbzoA8B2U6ao { top:9.1875rem;left:17.125rem;width:28.6875rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 { width:18rem;height:5.0625rem;display:flex;top:36.5rem;left:7.65625rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #iqwPCVXXkbwH3sIQrLv3vUqb3KnEsM6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #dZX1cAbfWJoG642NAKC9GPAxn0T5CKua {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #SbznLcdBZrQhrtpHl2WkVbiMLCFiKLMR {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #AyZWirMz6LgqhyZEAAKLTwTMMbuhHMR2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #peywzouco7CcyHa6PwLsAKxdVNigXL6y {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #qOq2TIOtntD09n0IZtu6X7VLiTzW9y6p {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #kofkHkUqw49bkrS7GfwOh1yCGep2Lbec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #IqNE9kF9sBni2TXsM8E5gWWNtiF3CgEC {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #wWrRZciNLhAyeAIVE0vcDGvkmdF9MzIt {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #cXhtnIy819le2ZzolNx3VrP2cAnNynSI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #hZJcOno5Cww5BogN905SE9gOLqBlcOKh {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #zsk8wkp4ksDhkw4dTOFpz29lohC0SPCP {  }
 }@media only screen and (max-width: 763px) { #xnTGyN1sunaX9cWcTrVWoywu8yeTgRT1 { top:20.3125rem;left:0rem;width:32.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3oraJZUUhT8xssnk20KVs25TiLoTdlS { top:4.0625rem;left:0rem;width:32.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1wuMApku2Ie5s60WtvOiyJohiaNOKAJ { top:4.875rem;left:25.125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Pi1kDX8WH7XbvIMROQ6d7ZfaTGtt4O { top:32.375rem;left:20.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMWZWJJFNp570Iu9TL6bTGNsH1a8zOT { top:31rem;left:16.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD7y91W1mnFflzUEg68iXl2buRm85ZVE { top:4rem;left:0rem;width:32.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3l9Nl5qQn816OSpe2i02ErB1fE9RMcc { top:9.25rem;left:0rem;width:26.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpDO8CZ2QmpVFnJ1WSbUex21d5ZRBUzZ { top:15.875rem;left:0rem;width:15.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz { display:block; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5TUKBteNs7QwEdBXVfnFPe1JEZD6B1K { top:2.0625rem;left:0rem;width:7.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8p0UitZ3KzyT9VFKmB9MgI7pF4ZzlE { top:1.75rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEqsTUk0t2e7Bl1Wba44aC3pAuAKEPO { top:1.625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlzrlToIMVAgDzq12iQuKKW7GQX5zZpM { top:1.9375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRn31pW385usFgQWVqlupd8UfJREmmuD { top:1.0625rem;left:44.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtloN9DAvIf1A6KOrmbpkWt33PuDN5zQ { top:1.0625rem;left:44.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayC3tdeKgnNuJTuGezq4nqTaxaynTNHn { top:1.0625rem;left:44.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCcMfwxF9CAVSybAURln2bhmXh57nLGf { top:0.1875rem;left:0rem;width:25.875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvHP2U4IORD3IX93fPqgiJk6cUihLd98 { top:1.6875rem;left:29.9375rem;width:17.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc { background-color:#dcdcdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container { background-color: transparent; background-image: none; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container > .video-iframe-container { display: none; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row > .video-iframe-container { display: none; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .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); }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container { border-width: 0; border-radius: 0; }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row > .video-iframe-container {  }#JKagxu9HgVC87Qli7gzy5L8q9QMSJXGc > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtgV1yRatklJD3d1yNXpFSpXGHfGBgEt { width:7.8125rem;height:3.3125rem;top:1.375rem;left:6.09375rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #pEaLgvHTnSK93rTuKwPepDlnCGiugvTn { top:2rem;left:17.9375rem;width:2.0625rem;height:2.0625rem;z-index:100002;color:#000000;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8A5FXmG9nzep9LivFKl0uRgpELyTV6r { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container { background-color: transparent; background-image: none; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container > .video-iframe-container { display: none; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row > .video-iframe-container { display: none; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .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); }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container { border-width: 0; border-radius: 0; }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row > .video-iframe-container {  }#l8A5FXmG9nzep9LivFKl0uRgpELyTV6r > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grygQ0NAULiU39IobZSKNUEMxzRDlANt { width:3.875rem;height:1rem;top:2rem;left:8.0625rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #NR3aSJpDzSuMaQEAC9tZhDpxvrpl0hso { display:block; }
 }@media only screen and (max-width: 763px) { #NDmHFetekktXu5GM99Tf0VJzgGhvCeTZ { width:3.875rem;height:1rem;top:4.5rem;left:8.0625rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #kcVucXFsq8KTNtRI2I0XWirDbwSP6VQZ { display:block; }
 }@media only screen and (max-width: 763px) { #r1OqkXr7W9Qf4yiJMamQ26u5KoDPs3f6 { width:3.875rem;height:1rem;top:7rem;left:8.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #wqUW4Bwuhi53yUM3hafmBd02yeo4x4vV { display:block; }
 }@media only screen and (max-width: 763px) { #EFWBmvt29iS9fGL2qIG5adtG0oZPWl8Q { width:6.6875rem;height:1rem;top:9.3125rem;left:6.6875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #pCi3P0C9P3rKgATL6D1JZoJW3PZOGND0 { display:block; }
 }@media only screen and (max-width: 763px) { #iIGP0G8sTUra9WloqBot6Go9v2T9aTek { background-color:#eeeeee;background-image:url("https://images.assets-landingi.com/uc/4a9d5e06-a76f-41cc-a3b8-0f3d2f9c7463/mob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek.adaptive-delivery-prevent-bg, #iIGP0G8sTUra9WloqBot6Go9v2T9aTek.lazyload, #iIGP0G8sTUra9WloqBot6Go9v2T9aTek.lazyloading { background-image: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { background-color: transparent; background-image: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container > .video-iframe-container { display: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row > .video-iframe-container { display: none; }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .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); }#iIGP0G8sTUra9WloqBot6Go9v2T9aTek > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTx3uZghOkfWbhBTU57wIuBLbFdViZmS { width:20rem;height:3rem;top:8.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XgX0mcID0KsDaZpIynxOHk4aqsn4gkdo { width:18.8125rem;height:2.01875rem;top:61.8125rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBNEelVBcrAy3Sx2U2z7yNvMXXs6Bhx4 { width:20rem;height:2.19965rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Lt0M0y5lo8AGtTNMu0zzoWpcgW3i8oBG { width:20rem;height:4rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SEIKJ1MrRI6lf5lvIcx6xqbTeHiTHWtT { width:20rem;height:29.625rem;top:60.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-text {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-select {padding-top: 0; padding-bottom: 0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container:first-of-type{padding-top:0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .widget-container:last-of-type{padding-bottom:0;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei  { width:17.5rem;height:auto;top:67.5625rem;left:0rem; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei {display:block;}#eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei { width:17.5rem;height:auto;top:67.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #QFHhvgcblh19EicRztkwcid09kuQSU38 {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Df70zaMZvW0AfuBfkNZBO7KhFraPigJ8 {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #l5nQZ21nqVMhdyiamHfGoKCfyiCnftAn {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #MkxDmoFW2ydf4DBR8ai1xtDP6faMqUOy {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #B8bZbMhQvmTbs8e1TsCW4EyVbShkmdRi {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #Ektr6U2VFuvEMakx8qWTSJXbyo91P5Za {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #TvWDyarMsEQzwSqTid5SrZAlOHTfr32u {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #hwwNkZidOfpMsyAe3z2n4eAfTTrkBmMC {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #c1UEdLPAnk7QQAGw2MXn3C07MywmGC5H {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #oETBpcTOBqNwqDsOrvL4oh5mrEvfnTkm {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #gqyP7ka7xT4BKMtpOZMcSeTiSDU3Jz5c {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #sk3hWDDvxTWizPZKWV0mIuw2hi7ZtTJz {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #kJ5zPJOy0sJ5uhzyaZRSbddPxDf1hmBg {  }
 }@media only screen and (max-width: 763px) { #eOp1dFMSnwPvx8M8228HS8qXmT5h0Nei #V0SqPGiT4K2z76pVAtIRDlMIRgPuNZv9 {  }
 }@media only screen and (max-width: 763px) { #rVfRfrM5doLt7I811dPTBnL6UTsFzkMv { width:20rem;height:0.85rem;top:87.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piwALRBtSLa6Q9XFrOhsoOCOQ6ITLXbz { width:18.5625rem;height:3.3993rem;top:64.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS04VTsQowATtRkTp1Sghs2yIrFRwtAn { width:12.5rem;height:12.5rem;top:40.575000762939rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyQFfN3Ke1TQ5qwaz5voiOiGIePm7tye { width:18.5rem;height:6rem;top:11.4375rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iv1r5yxzR8rg3hZ6PTDxO2C3ATFPRtbE { width:0.0625rem;height:4.9375rem;top:92.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm { width:18rem;height:5.0625rem;display:flex;top:54rem;left:0.9375rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #SeIzBdtLR9NVILS5we8C4vu3yfphEcCz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #eThx7I2zNTAKSFnVguv34cLuTIVTb6lC {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #oBnrLeTE5sC4bF1pN6MnFLsBIE1NLGPE {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fT2Mhf5RfymbanUZoGWRP21lQTRuOhrI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #Ve9XIg7XCFE16fTRsH7kGJ1ShAD1Obpu {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #QoFLPIdAVv9bqLOaOyBFUK73XsODDbZe {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #fLdDloLXTv5yxiErnK545LdTmhQuctlh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #wJVZETKXlkSKXq5LlN5ITb4D1ieWU4Ak {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #aT3oDoWtFcGc4qU0aiWxUGX1yinvx8P6 {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #l5rCFMvzyBhtJapHdDJa0GXUmZepkHF1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #yFLctEl3phbltmlvvHMbP4HBXZQn7nXe {  }
 }@media only screen and (max-width: 763px) { #S7hcw7Jziw36HbtVIiDU7uktgH7bKsKm #TzvGJ99HszukH7C2uZqzBiQGNsTUZi7W {  }
 }@media only screen and (max-width: 763px) { #tkT8n5nVcAxogNSIgpM4PTdnAhPdmDpL { width:10.25rem;height:2.625rem;top:18rem;left:4.875rem;background-color:rgba(255,255,255,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kzTRVBN5V9xuvRweVvhT9PGLxNDdXKIM { display:block; }
 }@media only screen and (max-width: 763px) { #DvyvapQQe2w1KtswIXzsvVXnGSTUMgDb { width:20rem;height:1.5rem;top:51.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRGgH9S2PPD3xMcaCoKrG36gP360WZ5q { width:7.8125rem;height:3.3125rem;top:1.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUzGozRB6AFBV6oVeNkT8aZaA3ma6Cui { width:3.875rem;height:1rem;top:73.25rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdm4HaqB1cNnKnNC9a4epT4SAuWffzhh { display:block; }
 }@media only screen and (max-width: 763px) { #B6ssbro0T1cPsfcPKkF9v3lc0wfplQs8 { width:3.875rem;height:1rem;top:75.5rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkJ77Qs5O1U7UW1h2yLJtibbqqcWifRK { display:block; }
 }@media only screen and (max-width: 763px) { #z5DH2TC2Is0mal1g99AuEdOiZwcU5ugV { width:3.875rem;height:1rem;top:77.75rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uye9bcGEqyPddxV0PJcGc7l4VveAiL8D { display:block; }
 }@media only screen and (max-width: 763px) { #qPOC1vKLCBwRt4026lNkqvbo5qdbxUM6 { width:6.6875rem;height:1rem;top:80rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #opfs9kblhqD8elFXQCV54z0aapl25F4c { display:block; }
 }@media only screen and (max-width: 763px) { #y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR { display:block; }#y6L98BV2DT5rGn8x1Q6KzhVMVhr56CTR > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sncGpR83WflgSUkdvHv4dKfiFlManPMg { width:20rem;height:4.4rem;top:3.2625007629394rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DQ6lQN6JmIDPZslhSspHkEuZs6BBOeG7 { width:20rem;height:0.55rem;top:2.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 { display:block; }#U8ccdplEKITtmClyR3gtVOnTkzhaWkI7 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2nBduAm1tcCpZckwBHUNDwCVFdbZJNL { width:20rem;height:21.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptXGAH0aOg4q0UfEioiacqoIcoB83VJT { width:15.375rem;height:2.03125rem;top:4.4375rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdMo0HPkFHKXzzfTSqbRyIozNqyJr5P0 { width:17.25rem;height:11.1988125rem;top:9.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7ZTCZHLvPTFtOF00Li2sukGeBfJfRF { width:20rem;height:6.3993rem;top:71.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fREz9FZ0qc6LD7VS0MTAE3bUIfMiUknB { width:19.9375rem;height:6rem;top:79.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax7yo662ft1OTmyL1nN6QpaKxFxpRqlk { width:9.3125rem;height:0.0625rem;top:7.90625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV2NxR2iuXy6sywkEPWlU4GW3JCDKVAq { width:11.5625rem;height:10.375rem;top:30.53125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7Aa4ok6cxWM56hSau1l8ZeIKUD29c9S { width:18.875rem;height:20.9375rem;top:1.90625rem;left:0.5rem;z-index:100013;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0.0625rem solid rgba(166,176,189,0.46);border-bottom:0.0625rem solid rgba(166,176,189,0.46);display:block; }
 }@media only screen and (max-width: 763px) { #IZppuo4uLRhZePcFbntpVAOxtPVExQOE { width:20rem;height:20.4375rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVwGGtCFrHyimrIskxcqPDE18xWqtdfo { width:18rem;height:8.1875rem;top:80.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMKagtT2DIcGxUPMDnD5MGpmozUoASRo { width:20rem;height:2.4rem;top:68.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVBFhJhT0vWcTw7zr0vl9QPlSvRntaZT { width:18.0625rem;height:7.1875rem;top:66.375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRneoMtMS9iUazdHScsGeKIOFCciheGP { width:5.3125rem;height:5rem;top:5.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZKFr6Lp5Ly5DpwzXermHGb63Gi0J1E { width:2.9375rem;height:2.9375rem;top:77rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRRMhZh5mlU4QBVzECfKGIHmbDTME5iu { width:2rem;height:2rem;top:98.84375rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMli8XZAqzs3hhV0Xn1ooSpN1OwLTyOd { width:2.25rem;height:2.25rem;top:67.5625rem;left:0.5625rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #ZlufKRl8T8PT4OzIruHy6mqX0EGOcOHg { width:6.4375rem;height:6.4375rem;top:63.4375rem;left:6.40625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF3wiLBS8SCgTFtVxNrBwHGIpz6hBtmf { width:20rem;height:21.173708920188rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfAsGDJI7y2Z8FT6ySsCZllAgcB6ufXK { width:20rem;height:21.223529411765rem;top:44.651041984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR { display:block; }#rGUqLRy3efXGDcWwcEbcwc7nJJ1t7IlR > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppx30TZDPDKpJJkxA6Dcz4affyT5B1Pg { width:8.0625rem;height:8.0625rem;top:15.71249961853rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7LceylfieFXxnKdVT3VN5TAdLcgFe7 { width:20rem;height:0.55rem;top:2.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWwmP0bV2B4HCG3JuWOFmtshOJeA7Omc { width:20rem;height:2.2rem;top:4.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hWdFd2a960AT0sS8zfNuFw69zZT7Ldrb { width:3.125rem;height:3.125rem;top:32.466667175293rem;left:16.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #ooUpoQewyzJksTPnpzVGTV8Gt8sVoWe7 { width:3.125rem;height:3.125rem;top:9.2166662216188rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #F4MEzOm3lwzeq7qD7oIiBp6mXyJ6HG0O { width:20rem;height:23.469387755102rem;top:8.184374809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8Q4VZ1iUc971Qikxq54NdpICJuZaV68 { width:20rem;height:23.469387755102rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWV3ALpVwnwh3txxsfEGW4HT0sp1TTQ { width:20rem;height:23.469387755102rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 { display:block; }#Wc4pqpCEDM1BE0Ji5hM2kyzERqPSoVX2 > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nT1TD5uypl3OalBvZotmwWWmGAp15ZZX { width:20rem;height:29.1875rem;top:2.875rem;left:0rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #RRQq5lDvZgqWazWfw7sTDrxi2AfzSDPO { width:15.9375rem;height:2.1875rem;top:5.4375rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9VcP1fJ7v7xPmAhRy9nz0s3Ul5pR0aR { width:17.0625rem;height:19.1979375rem;top:10.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r172Ew3N8w4wSf9g2U1Ug93dA29G5JpL { width:17rem;height:9.5989625rem;top:81.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzuWTfGSMCQibDK50bgIokVCZy9A5p81 { width:17.9375rem;height:12rem;top:91.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTI0eWBVWrQi3GC00PuM81GuJFhMM02g { width:11.5625rem;height:10.375rem;top:1.25rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQirJIqAD733bWcfKoXwVwTQLpZFU47n { width:18.8125rem;height:28.875rem;top:3.53125rem;left:0.5625rem;z-index:99991;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0.0625rem solid rgba(166,176,189,0.46);border-bottom:0.0625rem solid rgba(166,176,189,0.46);display:block; }
 }@media only screen and (max-width: 763px) { #oSyihfEMCNZnL4223UKxanm2Tq125eDw { width:20rem;height:30.125rem;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buiA0u6yMSgoE33b0er2yUAwuiUBnh05 { width:18rem;height:8.1875rem;top:107.25rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXznafgZu0cBAxJTNugV9i8ASnHf9m64 { width:20rem;height:2.4rem;top:77.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyiNvOqsrSS7Q7Uk7ZTk5M5vK2pM3wtG { width:18.0625rem;height:7.1875rem;top:75.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4e6nd6etCUAOC4gEO0qNTGTFrf6e2Bu { width:3.5rem;height:26.0625rem;top:32.25rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mm0hBAr5yiTXxRt4pwx2COEV39XfkGTw { width:9.125rem;height:0.0625rem;top:8.875rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knAeShm71oHAQKTgof6WrTp14VwpCTI8 { width:19.75rem;height:25.875rem;top:13.1875rem;left:0rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #KzaBrbu1ZGKd43x4gybmP2CVuPRokvv9 { width:5rem;height:2.3125rem;top:7.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMhuS0l1XJQtCgGOBti5PcPGpr7cs0ou { width:3rem;height:3rem;top:101.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfW9scu7fRxtMCbcftBBChAms7ycZZQp { width:6.4375rem;height:6.4375rem;top:72.5rem;left:6.78125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5RSzNcFbKCnDRzMEv5HMmM5hFE2MJN { width:20rem;height:21.173708920188rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk9U1dUx25wmnN7NcZTJHdvJLqmkQruv { width:20rem;height:21.223529411765rem;top:53.736458778381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkKppS0iVzw5UJeQtDSi7NEAunchXdOv { display:block; }#gkKppS0iVzw5UJeQtDSi7NEAunchXdOv > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfMRX5D2XHMPkso4pJqLlPx0sKFT0XXg { width:8.0625rem;height:8.0625rem;top:6.7479162216188rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBDbluTAPMyaHFpPzdFKfhAuUl0H9l8 { width:20rem;height:0.55rem;top:2.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm68MGyK9eyinsCRAE5w6hseGu8pnOpQ { width:20rem;height:2.2rem;top:4.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XHqAEV4nCWPbtq924TtKFZ6rBd3mQlzu { width:3.125rem;height:3.125rem;top:32.466667175293rem;left:16.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #SwGCwOBB1XGVeEcN1kB0n7A85JHhUzrE { width:3.125rem;height:3.125rem;top:9.2166662216188rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #QPoWbUVlD91WXsDtpUXAokNKv5iNoFkR { width:20rem;height:23.469387755102rem;top:8.4041662216188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5c7p8ratWW1CnllrHNkalPp8CDcMszU { width:20rem;height:23.469387755102rem;top:32.466666221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SttQEfvA01pMrN86P5C56pvVn1cHgTQd { width:20rem;height:23.469387755102rem;top:56.498958587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 { display:block; }#XrWFwys0G5p5P54ZpTp1XODUTMB8FTT1 > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erIbp69WVtqX6F7iRh5Vw2BaXalSiHpI { width:20rem;height:35.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCAAQwtDiyW7thrRyXTAIKg8QXc77Jz1 { width:15.375rem;height:2.03125rem;top:5.5625rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLsU0ZCuAcqUsJl4IIp83uTZTPhgkti { width:17.125rem;height:25.59725rem;top:11.125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIEKOfi9FHprgHHWIytF7vxNaSqMhy9 { width:20rem;height:12.798625rem;top:88.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsbPOM1nra7p9wnswQ2bGZCrhD0LfITo { width:18.5rem;height:12rem;top:102.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF9lIpxrnqV5ZdC2IpFb3Z7csuybN4Dk { width:9.0625rem;height:0.0625rem;top:8.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzJHikyZAJWTIkHN2odW8Am65EA4Aqxk { width:11.5625rem;height:10.375rem;top:63.4375rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXT5eQNyh7a71hwk8LTT0mZ7v1S0IhQ3 { width:18.9375rem;height:35.1875rem;top:3.9375rem;left:0.5rem;z-index:100013;border-top:0.0625rem solid rgba(166,176,189,0.46);border-left:0.0625rem solid rgba(166,176,189,0.46);border-right:0.0625rem solid rgba(166,176,189,0.46);border-bottom:0.0625rem solid rgba(166,176,189,0.46);display:block; }
 }@media only screen and (max-width: 763px) { #mKJw1aFIHhioX5ZUelu6zrB2Q9m4xpiS { width:20rem;height:32.75rem;top:82.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg9TrsA1Mm12eMHUhHRu2k15QXDkZ3nV { width:18rem;height:8.1875rem;top:100.0625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #btSrBI6CLr7nzqpcomOVhXJ03EsLL5z4 { width:20rem;height:2.4rem;top:85.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQk68DXgD8rMuI1lJyh6mQ6IgxOOvNw { width:18.0625rem;height:7.1875rem;top:82.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs7TiWXS2gq9rnOwwb1B0VOSq4IrZ0Ww { width:19.75rem;height:30.4375rem;top:19.3125rem;left:0rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #FJQPuw12caaC620aWTWCR4yaQfObiz2T { width:3.5rem;height:25.75rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRrRt03FrWUPibuoFBSM5hnuLgUBqGDc { width:4.75rem;height:4.375rem;top:6.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGLgJMk3pVZNIrBpzbsOnXam4vCDF1MJ { width:2.25rem;height:2.25rem;top:83.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt3BiQs3QSqEkDxVwJke4FvTkFr7NUw3 { width:6.4375rem;height:6.4375rem;top:79.6875rem;left:6.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI2RVwsO7e55ERixxfd66fAwiG8XOtDn { width:20rem;height:21.173708920188rem;top:38.75rem;left:0rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #wsgZETDvxQvBHgLssnN9PotnTON7W3ye { width:20rem;height:21.223529411765rem;top:60.588541984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuLXFkRItnLOkSr527eOU7ALLprGM0n { display:block; }#BRuLXFkRItnLOkSr527eOU7ALLprGM0n > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVhKxW2E0Tw3vVD21L4iTNuyhHIzn30 { width:8.0625rem;height:8.0625rem;top:15.71249961853rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6hgP1m0NiIHfaeh1frkyqG28TTob9kU { width:20rem;height:0.55rem;top:2.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv92XAvUVggX6TwiHMuobgfRkr6dpt3l { width:20rem;height:2.2rem;top:4.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OAccQqUFlMsROWloz0ZygVIeflruIKFk { width:3.125rem;height:3.125rem;top:32.466667175293rem;left:16.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #w4xRDLg3VsipAkGcIblhWXMC55qEroEO { width:3.125rem;height:3.125rem;top:9.2166662216188rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #fbmBE8y2uXJ16QlNLkdPfdb2Usk9oiG9 { width:20rem;height:20rem;top:8.2166662216188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg1lgwtdfwOVuMH2PudIJ7BT1fFQyEb2 { width:20rem;height:22.3125rem;top:51.654166221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG7LKPQ3HIsz9gsTRkhoCX5wW80tEMvP { width:20rem;height:22rem;top:28.966666221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z { display:block; }#aSID6mnQtzbgtN0HzVLJrdChSxJsth4Z > .row .container { width:20rem;height:160.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2TXwcOHCUgaqmyxmsH7Bxb86mvn4TQd { width:13.4375rem;height:1.35rem;top:35.75rem;left:1.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7qui2JxwNKuxXaylsgJkgvC80bKJs4U { width:18rem;height:16.1953125rem;top:38rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A197hD9F0Aff2MySulaGJzlWWIQPNT3C { width:20rem;height:25.4375rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnWHS5kyiBAdGZl3G0567aSZg0PVlhWT { width:2.5625rem;height:2.5625rem;top:31.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL27RVFyr0nm1UrIgncPE1NwhD9k1G0N { width:14rem;height:5.5625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1iFlqAJkPgTJH8oPhOwrT2dMIcEzA5X { width:14rem;height:5.5rem;top:66.1875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVPIKdRpWk131tz8G3A49m8DG7dAZz2d { width:2.5625rem;height:2.5625rem;top:22.1125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9W3Tdt0pncZk0bnTX6GDIoH38lsgtCh { width:20rem;height:23.1875rem;top:81.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAC01Wh1JJWuZgHugOZO60Vt1IXsltTU { width:2.5625rem;height:2.5625rem;top:50.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVUHVucBVserZzbOXEWdWe1z2kdF87e7 { width:17.125rem;height:20.79775rem;top:88.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlXQ1dWHST3Ib6tbAIfmyDZTsSOI8AdL { width:14rem;height:5.5625rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmCaGTr7AesPsZHxAzycqNHO3nTeyBZ { width:11.9375rem;height:4.0486125rem;top:84.0625rem;left:1.3125rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dpbSNbuICKwDh8a6mT1Pft8p4ATis8ac { width:1.3125rem;height:1.3125rem;top:32.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsddxKpdnx4SyrNlWK0Z59w3V3Pst354 { width:20rem;height:25.875rem;top:131rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLv569Fks2SWsyV2GKaGGLkLUW2mxVT { width:2.5625rem;height:2.5625rem;top:132.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZlIEEVp1oqb0vEsgX7AWHrqd8xI1pT2 { width:17.1875rem;height:15.99825rem;top:138.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL71ahwz5OkW52Qt7liT3BXenPrFWzQ4 { width:14rem;height:5.5625rem;top:127.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFWc4UUb6EwitFRbK52mccSbAkDJGS9t { width:14.3125rem;height:4.0486125rem;top:133.625rem;left:1.3125rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MFNGzI0ny694bhrmHdS3Ef0nstalm4dy { width:20rem;height:1.6rem;top:3.8875007629394rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n82mvhRSzRZTw8BD4nhK5PDPQqDSVtmd { width:20rem;height:0.55rem;top:2.6124992370606rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmRiaQykxwUMwcCqv5lPMgt0273citJy { width:20rem;height:25.3885625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VMeIabHmDcZEBATROdTJKTExHp5SbW { width:20rem;height:25.388349514563rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QbFqNE28KwT00cVnzGN0WfWpbIuXvd { width:20rem;height:25.388349514563rem;top:105.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V { display:block; }#Ln5de3vlgzK9pi3xXmwXF6Azb9hhpe1V > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTTJP9c1ZwiiE0OzvtfGlXf9oFB6J37T { width:20rem;height:3.84895625rem;top:25.75rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ueaeu78V422Gq14IIFv6gg8yKzB3mG5U { width:20rem;height:1.3rem;top:8.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKEQRSTKcEQ6i6F9rAuA71MUtA1XvMh { width:20rem;height:33.4375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya  { width:17.5rem;height:auto;top:31.875rem;left:0rem; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya {display:block;}#f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya { width:17.5rem;height:auto;top:31.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #Xqgb05fi0gJq0ROk5JVv5Datx3IMygTW {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #fHpVPcHXAB7sDzgkMgV3I5T5IlrQWCtP {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SlVxNeelg9GvrSmGAnq4vH4XnQz6NxZZ {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #AkgAMR5gsOz3ES4yvhdbUfT8hGUbDqp5 {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #u4qXNQvNBh3b0r2evZWaLTJo8yONbksX {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #py0ewxz4Hqv7T3LSSeOmIT8l7PqLRNky {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #ydxx7h2essKsHnhPpGWrFOOQMHHS6ukq {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #wl6ZKA8idcpq3SbdbsHdDSNBLzBbfptM {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #EafRvTgO0eITyTnSOTT8ISG0od6HZI7F {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #SDrwuM7AoflXVSxbh2oJxzAU7xzBqofI {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #cQCIUiTFB8u80Bkf3Ni9fK5h14gDWExK {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #bIBJoBJ49Kq4hfHCU9wVqFSpFZCm08UO {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #MJ44Owvg89oF99Gz1b82x1MToQffyn6q {  }
 }@media only screen and (max-width: 763px) { #f6XuTPZZz29LcqtP0NJmv1zBXn1Zroya #x8rEGbwwKNHqvJzVWSmGPgCEyrUgZD5F {  }
 }@media only screen and (max-width: 763px) { #kD6uEQTmbcLWTR3gQOqFQd2bGeTuNbgg { width:20rem;height:0.85rem;top:55.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCOiPHn8sLKc2CwQeUqdbzoA8B2U6ao { width:20rem;height:3.6111125rem;top:29.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 { width:18rem;height:5.0625rem;display:flex;top:15.34375rem;left:0.9375rem;z-index:100009; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #iqwPCVXXkbwH3sIQrLv3vUqb3KnEsM6O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #dZX1cAbfWJoG642NAKC9GPAxn0T5CKua {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #SbznLcdBZrQhrtpHl2WkVbiMLCFiKLMR {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #AyZWirMz6LgqhyZEAAKLTwTMMbuhHMR2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #peywzouco7CcyHa6PwLsAKxdVNigXL6y {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #qOq2TIOtntD09n0IZtu6X7VLiTzW9y6p {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #kofkHkUqw49bkrS7GfwOh1yCGep2Lbec { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #IqNE9kF9sBni2TXsM8E5gWWNtiF3CgEC {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #wWrRZciNLhAyeAIVE0vcDGvkmdF9MzIt {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #cXhtnIy819le2ZzolNx3VrP2cAnNynSI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #hZJcOno5Cww5BogN905SE9gOLqBlcOKh {  }
 }@media only screen and (max-width: 763px) { #hqX9W6Io9wpzbS5BgdIlHC7ODzMRNNO7 #zsk8wkp4ksDhkw4dTOFpz29lohC0SPCP {  }
 }@media only screen and (max-width: 763px) { #xnTGyN1sunaX9cWcTrVWoywu8yeTgRT1 { width:20rem;height:1.5rem;top:12.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3oraJZUUhT8xssnk20KVs25TiLoTdlS { width:20rem;height:32.625rem;top:3.125rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #V1wuMApku2Ie5s60WtvOiyJohiaNOKAJ { width:3.3125rem;height:3.3125rem;top:28.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5Pi1kDX8WH7XbvIMROQ6d7ZfaTGtt4O { width:3.0625rem;height:3.0625rem;top:57.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCMWZWJJFNp570Iu9TL6bTGNsH1a8zOT { width:2.25rem;height:2.25rem;top:56.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD7y91W1mnFflzUEg68iXl2buRm85ZVE { width:20rem;height:32.625rem;top:3.125rem;left:0rem;z-index:99997;background-color:rgba(0,0,0,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o3l9Nl5qQn816OSpe2i02ErB1fE9RMcc { width:20rem;height:2.599825rem;top:4.6249680519104rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpDO8CZ2QmpVFnJ1WSbUex21d5ZRBUzZ { width:7.0625rem;height:5.19965rem;top:9.6111106872556rem;left:6.4687502384187rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz { display:block; }#DuyQ633PJsG1TWJTUpidnWa9EiTw9Uyz > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5TUKBteNs7QwEdBXVfnFPe1JEZD6B1K { width:7.875rem;height:3.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8p0UitZ3KzyT9VFKmB9MgI7pF4ZzlE { width:1.875rem;height:1.875rem;top:2.3125rem;left:10.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEqsTUk0t2e7Bl1Wba44aC3pAuAKEPO { width:2.0625rem;height:2.0625rem;top:2.1875rem;left:13.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlzrlToIMVAgDzq12iQuKKW7GQX5zZpM { width:1.4375rem;height:1.4375rem;top:2.5rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRn31pW385usFgQWVqlupd8UfJREmmuD { width:3rem;height:3rem;top:1.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtloN9DAvIf1A6KOrmbpkWt33PuDN5zQ { width:3rem;height:3rem;top:1.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayC3tdeKgnNuJTuGezq4nqTaxaynTNHn { width:3rem;height:3rem;top:1.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCcMfwxF9CAVSybAURln2bhmXh57nLGf { width:20rem;height:6.5625rem;top:6.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvHP2U4IORD3IX93fPqgiJk6cUihLd98 { width:17.8125rem;height:3.9375rem;top:14.3125rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }