.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg { position:relative;display:block; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg { background-color: transparent; background-image: none; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row .container > .video-iframe-container { display: none; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row > .video-iframe-container { display: none; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .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); }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg { border-width: 0; border-radius: 0; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row .container > .video-iframe-container {  }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .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:7rem;width:60rem;position:relative;display:block; }#Jai5M4NcIwXkCiDC54dTHXP4U5ZXsD2c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:22.8125rem;top:0rem;left:18.59375rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KMJ5Tn6A/1612781576_168_p_goluboi_fon_boke_221.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#uTCLhvWd2kXNI9XN0qJ5xCPedVrRAltM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:22.8125rem;top:2.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#IzAsPUODhJeowBEVHVRPQBu7xZg8vdDh { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.125rem;width:21.25rem;top:9rem;left:3.4375rem;overflow:hidden;display:block; }
#BgbzfxldleTfsFyNL9f1oq5hmN7cnTLN { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:15.8125rem;top:10.9375rem;left:5.375rem;overflow:hidden;display:block; }
#CBHSu8RThJEbHOtsNyl6PrODs4oEoLVa { color:#ffffff;display:block;width:33.2495rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.25rem 0rem #000000;top:20.357666015625rem;left:26.343994140625rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mGVxW6Id2Ar5SrCEPf7TaqXG5HBWzzp3 { color:#ffffff;display:block;width:32.68675rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem #000000;top:24.498291015625rem;left:26.62353515625rem;height:4.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7WuHV0Zpq2cPwCmKk0UOTKedX7qDpT8 { z-index:15001;top:2.9833984375rem;left:6.248779296875rem;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffd300, #a77d00);background-image: -moz-linear-gradient(169deg, #ffd300, #a77d00);background-image: -ms-linear-gradient(169deg, #ffd300, #a77d00);background-image: -o-linear-gradient(169deg, #ffd300, #a77d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#a77d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#a77d00' );";background-image: linear-gradient(169deg, #ffd300, #a77d00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: -0.25rem 0.625rem 1.9375rem rgba(255,211,0,0.6) ;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:cairo;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bphe0yxQoxgpETGk7ysVaJuyoV24TPxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3VA1IDz9zFx0kxoASibJQtJHfT9hkT2 { color:#91a1cc;display:block;width:32.6865rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.25rem 0.1875rem #000000;top:29.875rem;left:26.625rem;height:4.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/N2W9IE7H/_.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F.adaptive-delivery-prevent-bg, #VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F.lazyload, #VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F.lazyloading { background-image: none; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container { background-color: transparent; background-image: none; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container > .video-iframe-container { display: none; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row > .video-iframe-container { display: none; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .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); }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container { border-width: 0; border-radius: 0; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row > .video-iframe-container {  }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#qmzl8Xyxra7ikEqRlkeHQA81J7A7UoVk { color:#ffffff;display:block;width:21.3745rem;position:absolute;font-family:cairo;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.623046875rem;left:4.68310546875rem;height:7.7988125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T3Z3ozgyZ3Odhdw029nIbBzBsMzt4q7t { color:#052956;display:block;width:29.3115rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:14.625rem;left:0.685546875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-form-header {  }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#000000;width:24.0625rem;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;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eaa14f;border-left:0.0625rem solid #eaa14f;border-right:0.0625rem solid #eaa14f;border-bottom:0.0625rem solid #eaa14f;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:24.0625rem;box-sizing:border-box;height:4rem;color:#522d62;font-size:1rem;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal;vertical-align:top; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eaa14f;border-left:0.0625rem solid #eaa14f;border-right:0.0625rem solid #eaa14f;border-bottom:0.0625rem solid #eaa14f;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:24.0625rem;box-sizing:border-box;height:4.375rem;color:#522d62;font-size:1rem;overflow:hidden;font-family:comfortaa;font-weight:400;font-style:normal;vertical-align:top; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f8a116;border-left:0.0625rem solid #f8a116;border-right:0.0625rem solid #f8a116;border-bottom:0.0625rem solid #f8a116;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:24.0625rem;box-sizing:border-box;height:4rem;color:#161616;font-family:comfortaa;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fdbd61;background-image:none;background-position:top left !important;background-repeat: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:4.8125rem;margin-bottom:0.25rem;margin-left:4.8125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:14.4375rem;height:4.625rem;font-family:cairo;overflow:hidden; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:comfortaa;font-size:0.875rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .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:comfortaa;font-size:0.75rem;font-weight:300;color:#522d62;vertical-align:top;width:22.875rem;overflow:hidden;font-style:normal;line-height:1.4; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .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; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .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:comfortaa;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-container:first-of-type{padding-top:0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-container:last-of-type{padding-bottom:0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;position:absolute;top:2.68359375rem;left:31.18359375rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem;display:block;vertical-align:top; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T {display:block;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;position:absolute;top:2.68359375rem;left:31.18359375rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #L9yRI5N83aRlnDb9MaVs68bQsFWqXvBz { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #ktTzgp1D60XRpAiOygsZ3B3qlU0rDCfn { position:relative;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #wu1Bm4LUxi0rh8hTMZNmuLHsztVfT4m0 { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #seocZlV4WffM1RyD7wTMSzrT4CLxnKDl { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #eTdOUksJ8Mp9FeCVAEOv61xGy4THlDkE { position:relative;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #kAUQ9uXlqJTTIQlLhMxLgGIhRQHzJ6KD { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #QAID9rPw71XCfqk0MNuFPDHBulQVogLg { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #sOhGTuKHcqg7nPqTC0Q6HHu4ryDuoWTT { position:relative;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #zuV7cnrwQwNBLK80bR2zszfzoCEym8nh { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #n8ntQ6J085hUCeuQLqGe9eTlUMQ7HGEW { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #oWCiKC2a0PovUnDATKxNa63HEI4lNuJC { position:relative;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rTxOfrQxdDvxQe0BQipfQ5pfhUkwHHz9 { position:relative; }
#DTelX9pnEXyTZqNeEWiU1w4PKRUJEnl5 { position:relative;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rUhxpn412NdX7COLR2396fbTXa0FpMl6 { position:relative; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #Bng8A24dHco57zyg4ZP3Cnd7UVe6W4QT { position:relative; }
#Kgm05Lg9NDRSie45i2r94SDk1DKpQim6 { color:#052956;display:block;width:29.3105625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:21.125rem;left:0.7138671875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/LE1HxmxT/happy_friendship_day_background_fJIq1pd_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.adaptive-delivery-prevent-bg, #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.lazyload, #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.lazyloading { background-image: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { background-color: transparent; background-image: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container > .video-iframe-container { display: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row > .video-iframe-container { display: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .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); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { border-width: 0; border-radius: 0; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row > .video-iframe-container {  }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:71.75rem;width:60rem;position:relative;display:block; }#XX56W1V9ztfREt3JIBRtxZ0VaIRFJoRu { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:12rem;left:36.875rem;display:block; }
#TGVaizyKVy6Ikp7vzoxdKJxgkwC9GfSq { background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:35.9375rem;left:38.75rem;display:block; }
#ym1uDGSZooZLOyKN1K7T9yg82STcUGe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkTuXNLUMTUIw99FrMkKevJaEoZDD03c { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#pPhhdFn9xUkKQva9Hm7oeIkrZchlTHXf { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:31.197265625rem;left:38rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6Nlrq2ZZV2byT9zLbZInykR13prCuru { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.75rem;left:21.75rem;height:0;text-align:right;text-align-last:right;display:none; }
#U1hJFu1V0JZye36o3pwzrquk7UfFzKbX { color:#1d2d51;display:block;width:12.4375rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.21875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfKt1twAI3ZkNEsO8hrUD16V2dT1X6DM { position:absolute;display:block;z-index:14998;background-color:rgba(14,25,61,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#vWExT2nTOMPddXNz4wtvD6zO92HHep48 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:12rem;left:3.75rem;display:block; }
#LmEvJ4sGVkJzudoA6yXSRoaLGVslkMmB { background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.9375rem;left:5.625rem;display:block; }
#l4yVkTgppV1zhTQlhVkD2LmT0SfoBcVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIxryZJenlb2BK6wWOcrvbRg5K72CsBI { color:#1d2d51;display:block;width:16.0625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3037109375rem;left:5.28125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A1PQWw3IlvDGzE7IerQMSt3ixZRENfgI { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1.75rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:20.875rem;left:3.75rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#Kd7ui9tuyPn0Zsf00H9Fq3JmESuIweKO { background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:64.0625rem;left:21.000001907349rem;display:block; }
#TcMMMsx7S7kAe7h5qSXScfdKtUQSqTNH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNZfB5B1hIl4fNOI287gSDPguMzWMwgt { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:40.0625rem;left:18.9375rem;display:block; }
#XoF9LQCH8Z7bhDG3ogpoRpBW9VFP8A8W { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.4;letter-spacing:0;top:50rem;left:21.031251907349rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#NQIRqTvh5IrJ78UrLKTmOrJrW87KdIM9 { color:#1d2d51;display:block;width:13.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:41.8125rem;left:21.968751907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KovThvn4CM2nThn2vkDRU2Mb6dgEMEE3 { position:absolute;display:block;z-index:15036;background-color:#df4a8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:46.625rem;left:29.843751907349rem;display:block; }
#HEGpOEnhM4ORMBGEkbs3n2XzQBxcPoTJ { position:absolute;display:block;z-index:15036;background-color:#50bbd3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:0.5rem;top:46.6875rem;left:28.500001907349rem;display:block; }
#ypQDa4t6xcsq21hlQGLBcUA0mpF5Nncw { position:absolute;display:block;z-index:15035;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:46.625rem;left:26.062501907349rem;display:block; }
#uDn7UDOVF3mDADTfk4C2ODyBJD7y0ug9 { color:#405466;display:block;width:17.5rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(37,41,46,0.99);top:23.4375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p74iPdmaJrD4EcOPQpX4Cggyw5Z5Npat { box-sizing:content-box;color:#405466;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15071;top:25rem;left:28.4375rem;display:block; }
#dGvT0sJSS9zul46SD21Tdw1hVMpSg9XC { color:#1d2d51;display:block;width:16.0625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:55.625rem;left:20.875001907349rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZX1NhGznuoloTa8ZnTzaHc7Ha1aRy5JO { color:#dfdfdf;display:block;width:39.4375rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.0617187023163rem;left:10.28125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/xalaLh1d/shutterstock_604256474_copy_%283%29.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH.adaptive-delivery-prevent-bg, #vdvbu5091yc6nX7lpKD34a0TgPy1SqrH.lazyload, #vdvbu5091yc6nX7lpKD34a0TgPy1SqrH.lazyloading { background-image: none; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container { background-color: transparent; background-image: none; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container > .video-iframe-container { display: none; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row > .video-iframe-container { display: none; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .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); }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container { border-width: 0; border-radius: 0; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row > .video-iframe-container {  }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:43.75rem;width:60rem;position:relative;display:block; }#UsoafLk8udlVNJOgxZRwxmnX33Ihi6eN { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:12rem;left:18.875rem;display:block; }
#CvxGo308IUbQe6oIwvffbpyJy6tfipIQ { background-color:#53d7b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:31.8125rem;left:20.75rem;display:block; }
#mTKGTNvt8PomhKddV9FZT5T7Trd2VCRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBiyXOCXIVbMPoXOC3VGBhIschcgbUGF { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#I1pmL2lD1yGQnZP1VzoH7cCAZxwImPys { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:"mykonos ar";font-size:5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.375001907349rem;left:20.000001907349rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqDNmcrxla2zNtGFKGdT2v3MrtOlCcB0 { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.75rem;left:21.75rem;height:0;text-align:right;text-align-last:right;display:none; }
#ChtHxUqP5G9rzgT5RRH0SIgOxHtkU12H { color:#dfdfdf;display:block;width:35.3125rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrB1Mt3in7XRUS4h23e8vf4wdSSr1lfC { position:absolute;display:block;z-index:15013;background-color:#dfdfdf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:4.8125rem;left:27.5rem;display:block; }
#WKHGFIgPDH1KG5Jm8O1PJLAr2FxW0euQ { position:absolute;display:block;z-index:15014;background-color:#dfdfdf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.625rem;top:4.8125rem;left:30.25rem;display:block; }
#meU1XsBVOtkWlucROfXeSrIzVGwOZzcT { position:absolute;display:block;z-index:15014;background-color:#dfdfdf;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:4.8125rem;left:31.125rem;display:block; }
#bc9WVX2whEoPBboncz7nFA46xfJWptOy { color:#fef7da;display:block;width:52.125rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZPeTUyJO1A1rvLfR0EUIZIaadUy0wHt { color:#1d2d51;display:block;width:19rem;position:absolute;font-family:"mykonos ar";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:18.937501907349rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWmdvDOk79PVzBGyz6bcSF2ChDAfZGcq { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#UIpCU6gUTAIgT5syWsJCeHno5mTmUx74 { position:absolute;display:block;z-index:14998;background-color:rgba(14,25,61,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:none; }
#AIiqZMBJQ6VHQ7xQ1yqthGtTI0KPxOZ9 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:19.950000762939rem;left:18.812501907349rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/syBkj18M/OH1WD50_min_min.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc.adaptive-delivery-prevent-bg, #Adc1KGddbmmATzeffaCl1ENbLz9W7tSc.lazyload, #Adc1KGddbmmATzeffaCl1ENbLz9W7tSc.lazyloading { background-image: none; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container { background-color: transparent; background-image: none; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,223,223,0.35); }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container > .video-iframe-container { display: none; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,223,223,0.35); }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row > .video-iframe-container { display: none; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .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); }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container { border-width: 0; border-radius: 0; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row > .video-iframe-container {  }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:36.875rem;width:60rem;position:relative;display:block; }#z7kTP6dCxpLgKFsLufrVm8MuqOqb9oHU { position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25rem;width:23.1875rem;top:10.9375rem;left:26.6875rem;display:block; }
#MPdr6OJiBmbrDKa4IQc5oGyu4yXdIRw8 { color:#0e193d;display:block;width:13.25rem;position:absolute;font-family:"mykonos ar";font-size:4.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.625rem;height:6.418rem;font-style:normal;display:block; }
#WTHOTPC8HCfg1ImTpbZSioDVO7JDTKgL { color:#0e193d;display:block;width:26rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.812497138977rem;left:25.281251907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXiNyBUa6y335rBV0Vyep1Ag2T945hk2 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"mykonos ar";font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:18.91250038147rem;left:27.500001907349rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#gGGevZRtTrVhJvIExyk6onEGBLQEQTpa { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28rem;left:29.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#GNi9Qiz2QmqvQrlZwsHWKDNn79VPefRP { position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:18.5rem;width:18.875rem;top:12.625rem;left:8.25rem;display:block; }
#Q8cCuQE24ZHR5igW0kf1nlINppaQaZhC { color:#1d2d51;display:block;width:17.3125rem;position:absolute;font-family:"mykonos ar";font-size:2.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:14.061718940735rem;left:9rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8oaoyBQ5DO5LqNU2zZQrMTNNpzmufVL { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"mykonos ar";font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:18.074999809265rem;left:10.78125rem;height:3.67383125rem;text-align:center;text-align-last:center;display:block; }
#AeVUoU7msq6BgPami2aKbndacb0wyORM { color:#011d2f;display:block;width:14.75rem;position:absolute;font-family:"mykonos ar";font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.0625rem;height:5.6875rem;font-style:normal;display:block; }
#oK4FUvTO0nJtmLiPPGSPh3nGqeRem4W2 { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.5rem;left:9.6875rem;height:0;text-align:right;text-align-last:right;display:none; }
#KJWVknW0tWS9O845dybvWWcDqLiMeUMV { background-color:#fdbd61;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.125rem;left:10.3125rem;display:block; }
#tsvxQQzbeiTXAGsgS4aHGC5lElbe0ZQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJI3iS3UXQOJNR1OCTTlVTwOofTTyo7g { background-color:#fdbd61;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:31.124999523163rem;left:30.593751907349rem;display:block; }
#JAkvPcNsrMy1I3kc0ouOfKo9Eg6R1XpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMT7VlvgmggBKUJu7QBiHf3sA9etT6U8 { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.375rem;left:29.000001907349rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#w7g1GfqkmXubk8AA2riTb82ztODk1NHv { color:#dfdfdf;display:block;width:42.375rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:1.359375rem;left:8.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Toc58KcNpUTlmO037rMAs8y1IUsLqXxV { position:absolute;display:block;z-index:15001;background-color:rgba(14,25,61,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#koTJJX0CVp5245XJuWc3k752P1HfyrrI { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:25.124999523163rem;left:9rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/lRsSdoou/B99.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl.adaptive-delivery-prevent-bg, #KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl.lazyload, #KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl.lazyloading { background-image: none; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container { background-color: transparent; background-image: none; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container > .video-iframe-container { display: none; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row > .video-iframe-container { display: none; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .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); }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container { border-width: 0; border-radius: 0; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row > .video-iframe-container {  }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:45.9375rem;width:60rem;position:relative;display:block; }#xG1ApMEyzcbbeXaS7bgcdXP8WQFNs2sE { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:30.1875rem;width:22.875rem;top:12.0625rem;left:19.125rem;display:block; }
#o7D6Q6JmMQOzfgEetSBbZTU56W8TwOu2 { color:#1d2d51;display:block;width:22.1875rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.625rem;left:19.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fT8Tken1Vg5uToqGvTPPGw6hlQAAmwc0 { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:"mykonos ar";font-size:5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.9375rem;left:23.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6VD6gLtQfFnmFST79H77EJ7WvObDsp8 { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#QRfIfcXhGcrlvt6svMbidmLiFACtlJrN { color:#dfdfdf;display:block;width:50rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.0625rem;left:5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlfk0htayp69Pb6SSXihNKxMTA3htlbi { color:#fef7da;display:block;width:52.125rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEkHT4PQicvgLobkTKA1aE1ZeupnVDkh { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#T0wuxpOEc1iCWSteZz7ipMzx9WRx7Pro { position:absolute;display:block;z-index:14998;background-color:rgba(14,25,61,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#zgs7sOcdDciGCNOGQb1sIguF6rGU46iZ { z-index:15032;top:37.5625rem;left:24.3125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;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:"mykonos ar";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471125rem;height:3.84609375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZoiOTcCtAiXxflAW3ViWndp19fpBpLrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2wDTNVipVqcHgOvBPdfny5OoANIuRPi { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.375rem;left:23.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#PpswT2iHzLdgfEbuMAAzi1sdScaAZb9m { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:21.38125038147rem;left:0rem;height:1.4rem;text-align:center;text-align-last:center;display:none; }
#triKqFOQX7070nd7nWEk31gi3vHz9Trq { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.875rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#yLST9LTzsv4qMLLLckT0FXUv85cvXUpe { color:#0b0d0e;display:block;width:18.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:35rem;left:20.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ws72oExx2HI2HLZXmIKSQEnJtF4nmVAV { color:#0b0d0e;display:block;width:20.3125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:34.4375rem;left:6.43593788147rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #1b57c7, #00308a);background-image: -moz-linear-gradient(200deg, #1b57c7, #00308a);background-image: -ms-linear-gradient(200deg, #1b57c7, #00308a);background-image: -o-linear-gradient(200deg, #1b57c7, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b57c7', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b57c7', endColorstr='#00308a' );";background-image: linear-gradient(200deg, #1b57c7, #00308a);background-size:initial !important;position:relative;display:block; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { background-color: transparent; background-image: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container > .video-iframe-container { display: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container { display: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .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); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { border-width: 0; border-radius: 0; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container {  }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#FCwMv3pi8EieMpKHxinvRWRl5V6ilAmA { color:#000000;display:block;width:33.5rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.2744140625rem;left:15.28125rem;height:6.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8Nchw31uZopANtxqnI2uz8Mqwxm6Ut7 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#MzNLR980zpeteRhKMym0enKPcHWzWf9X { box-sizing:content-box;color:#434343;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:15004;top:18.125rem;left:6rem;display:none; }
#EU2lTNeQSigsQnyaoUg39N7vzXbHCs5l { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.03125rem;left:21.25rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#up6TR75oh2z8DZCfzmNqUA2QixAFB9Ur { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:12.3798828125rem;left:22.375rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yfpdFiI1zn10SBoyDb9aL6PVrJhTxeLa { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:11.810546875rem;left:22.375rem;display:block; }
#raVhSIVFClUb8CZeQECSN86n3m4vdO3X { box-sizing:content-box;color:#ffeae3;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:15012;top:13.2119140625rem;left:14.0625rem;display:block; }
#h7JbVzHQ8EshPZLb7gaWDRsRUINgeXaM { box-sizing:content-box;color:#ffeae3;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:15013;top:13.2119140625rem;left:5.9375rem;display:block; }
#Vmiy0AKchdIRS7JKnkg6KoCXrnIfzMxt { box-sizing:content-box;color:#ffeae3;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:15014;top:13.2119140625rem;left:10.1875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg { display:block; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jai5M4NcIwXkCiDC54dTHXP4U5ZXsD2c { top:0rem;left:12.46875rem;width:22.8125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTCLhvWd2kXNI9XN0qJ5xCPedVrRAltM { top:2.0625rem;left:24.9375rem;width:22.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAsPUODhJeowBEVHVRPQBu7xZg8vdDh { top:9rem;left:0rem;width:21.25rem;height:31.12425rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgbzfxldleTfsFyNL9f1oq5hmN7cnTLN { top:10.9375rem;left:0rem;width:15.75rem;height:14.754154347242rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHSu8RThJEbHOtsNyl6PrODs4oEoLVa { top:20.3125rem;left:14.5625rem;width:33.1875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGVxW6Id2Ar5SrCEPf7TaqXG5HBWzzp3 { top:24.4375rem;left:15.125rem;width:32.625rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WuHV0Zpq2cPwCmKk0UOTKedX7qDpT8 { top:2.9375rem;left:0.123779296875rem;width:14.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphe0yxQoxgpETGk7ysVaJuyoV24TPxZ { display:block; }
 }@media only screen and (max-width: 763px) { #X3VA1IDz9zFx0kxoASibJQtJHfT9hkT2 { top:29.875rem;left:15.125rem;width:32.625rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F { display:block; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzl8Xyxra7ikEqRlkeHQA81J7A7UoVk { width:21.3125rem;height:7.6875rem;top:4.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Z3ozgyZ3Odhdw029nIbBzBsMzt4q7t { width:29.25rem;height:;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-regular-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-textarea { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.8125rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T  { width:24.0625rem;height:auto;top:2.6875rem;left:21.1875rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .radio-container { width:24.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T {display:block;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T { width:24.0625rem;height:auto;top:2.6875rem;left:21.1875rem; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #L9yRI5N83aRlnDb9MaVs68bQsFWqXvBz {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #ktTzgp1D60XRpAiOygsZ3B3qlU0rDCfn { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #wu1Bm4LUxi0rh8hTMZNmuLHsztVfT4m0 {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #seocZlV4WffM1RyD7wTMSzrT4CLxnKDl {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #eTdOUksJ8Mp9FeCVAEOv61xGy4THlDkE { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #kAUQ9uXlqJTTIQlLhMxLgGIhRQHzJ6KD {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #QAID9rPw71XCfqk0MNuFPDHBulQVogLg {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #sOhGTuKHcqg7nPqTC0Q6HHu4ryDuoWTT {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #zuV7cnrwQwNBLK80bR2zszfzoCEym8nh {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #n8ntQ6J085hUCeuQLqGe9eTlUMQ7HGEW {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #oWCiKC2a0PovUnDATKxNa63HEI4lNuJC { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rTxOfrQxdDvxQe0BQipfQ5pfhUkwHHz9 {  }
 }@media only screen and (max-width: 763px) { #DTelX9pnEXyTZqNeEWiU1w4PKRUJEnl5 { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rUhxpn412NdX7COLR2396fbTXa0FpMl6 {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #Bng8A24dHco57zyg4ZP3Cnd7UVe6W4QT {  }
 }@media only screen and (max-width: 763px) { #Kgm05Lg9NDRSie45i2r94SDk1DKpQim6 { width:29.25rem;height:8.0625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf { display:block; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX56W1V9ztfREt3JIBRtxZ0VaIRFJoRu { width:19.125rem;height:26.125rem;top:12rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVaizyKVy6Ikp7vzoxdKJxgkwC9GfSq { width:15.375rem;height:3.4375rem;top:35.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1uDGSZooZLOyKN1K7T9yg82STcUGe6 { display:block; }
 }@media only screen and (max-width: 763px) { #kkTuXNLUMTUIw99FrMkKevJaEoZDD03c { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPhhdFn9xUkKQva9Hm7oeIkrZchlTHXf { width:16.875rem;height:1.75rem;top:31.1875rem;left:30.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Nlrq2ZZV2byT9zLbZInykR13prCuru { top:28.75rem;left:15.625rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1hJFu1V0JZye36o3pwzrquk7UfFzKbX { width:12.4375rem;height:14.625rem;top:14.6875rem;left:34.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfKt1twAI3ZkNEsO8hrUD16V2dT1X6DM { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWExT2nTOMPddXNz4wtvD6zO92HHep48 { width:19.125rem;height:26.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmEvJ4sGVkJzudoA6yXSRoaLGVslkMmB { width:15.375rem;height:3.4375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yVkTgppV1zhTQlhVkD2LmT0SfoBcVE { display:block; }
 }@media only screen and (max-width: 763px) { #BIxryZJenlb2BK6wWOcrvbRg5K72CsBI { width:16.0625rem;height:3.5625rem;top:30.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PQWw3IlvDGzE7IerQMSt3ixZRENfgI { top:20.875rem;left:0rem;width:19.25rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7ui9tuyPn0Zsf00H9Fq3JmESuIweKO { width:15.375rem;height:3.4375rem;top:64.0625rem;left:14.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMMMsx7S7kAe7h5qSXScfdKtUQSqTNH { display:block; }
 }@media only screen and (max-width: 763px) { #vNZfB5B1hIl4fNOI287gSDPguMzWMwgt { width:19.125rem;height:26.125rem;top:40.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoF9LQCH8Z7bhDG3ogpoRpBW9VFP8A8W { top:50rem;left:14.906251907349rem;width:15.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQIRqTvh5IrJ78UrLKTmOrJrW87KdIM9 { width:13.5625rem;height:4.875rem;top:41.8125rem;left:15.843751907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KovThvn4CM2nThn2vkDRU2Mb6dgEMEE3 { width:0.3125rem;height:0.25rem;top:46.625rem;left:23.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEGpOEnhM4ORMBGEkbs3n2XzQBxcPoTJ { width:0.5rem;height:0.125rem;top:46.6875rem;left:22.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQDa4t6xcsq21hlQGLBcUA0mpF5Nncw { width:2.5rem;height:0.25rem;top:46.625rem;left:19.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDn7UDOVF3mDADTfk4C2ODyBJD7y0ug9 { width:17.5rem;height:1.625rem;top:23.4375rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74iPdmaJrD4EcOPQpX4Cggyw5Z5Npat { top:25rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvT0sJSS9zul46SD21Tdw1hVMpSg9XC { width:16.0625rem;height:5.3125rem;top:55.625rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1NhGznuoloTa8ZnTzaHc7Ha1aRy5JO { width:39.4375rem;height:5.6875rem;top:2rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdvbu5091yc6nX7lpKD34a0TgPy1SqrH { display:block; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsoafLk8udlVNJOgxZRwxmnX33Ihi6eN { width:19.125rem;height:26.125rem;top:12rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvxGo308IUbQe6oIwvffbpyJy6tfipIQ { width:15.375rem;height:3.4375rem;top:31.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTKGTNvt8PomhKddV9FZT5T7Trd2VCRU { display:block; }
 }@media only screen and (max-width: 763px) { #PBiyXOCXIVbMPoXOC3VGBhIschcgbUGF { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1pmL2lD1yGQnZP1VzoH7cCAZxwImPys { width:16.875rem;height:6.5rem;top:25.375rem;left:13.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqDNmcrxla2zNtGFKGdT2v3MrtOlCcB0 { top:28.75rem;left:15.625rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChtHxUqP5G9rzgT5RRH0SIgOxHtkU12H { width:35.3125rem;height:2.8125rem;top:0.875rem;left:4.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrB1Mt3in7XRUS4h23e8vf4wdSSr1lfC { width:2.5rem;height:0.25rem;top:4.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKHGFIgPDH1KG5Jm8O1PJLAr2FxW0euQ { width:0.625rem;height:0.25rem;top:4.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meU1XsBVOtkWlucROfXeSrIzVGwOZzcT { width:0.3125rem;height:0.25rem;top:4.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc9WVX2whEoPBboncz7nFA46xfJWptOy { width:47.75rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZPeTUyJO1A1rvLfR0EUIZIaadUy0wHt { width:19rem;height:5.1875rem;top:13.8125rem;left:12.812501907349rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmdvDOk79PVzBGyz6bcSF2ChDAfZGcq { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIpCU6gUTAIgT5syWsJCeHno5mTmUx74 { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIiqZMBJQ6VHQ7xQ1yqthGtTI0KPxOZ9 { top:19.9375rem;left:12.6875rem;width:19.25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adc1KGddbmmATzeffaCl1ENbLz9W7tSc { display:block; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7kTP6dCxpLgKFsLufrVm8MuqOqb9oHU { width:23.1875rem;height:25rem;top:10.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdr6OJiBmbrDKa4IQc5oGyu4yXdIRw8 { width:13.25rem;height:6.375rem;top:23.1875rem;left:25.5rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHOTPC8HCfg1ImTpbZSioDVO7JDTKgL { width:26rem;height:3.25rem;top:13.75rem;left:19.156251907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXiNyBUa6y335rBV0Vyep1Ag2T945hk2 { top:18.875rem;left:21.375rem;width:21.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGGevZRtTrVhJvIExyk6onEGBLQEQTpa { top:28rem;left:23.1875rem;width:2.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNi9Qiz2QmqvQrlZwsHWKDNn79VPefRP { width:18.875rem;height:18.5rem;top:12.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8cCuQE24ZHR5igW0kf1nlINppaQaZhC { width:17.3125rem;height:2.75rem;top:14rem;left:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8oaoyBQ5DO5LqNU2zZQrMTNNpzmufVL { top:18.0625rem;left:4.65625rem;width:14.5625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeVUoU7msq6BgPami2aKbndacb0wyORM { width:14.75rem;height:5.6875rem;top:21.6875rem;left:2.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK4FUvTO0nJtmLiPPGSPh3nGqeRem4W2 { top:21.5rem;left:3.5625rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJWVknW0tWS9O845dybvWWcDqLiMeUMV { width:15.375rem;height:3.4375rem;top:29.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsvxQQzbeiTXAGsgS4aHGC5lElbe0ZQx { display:block; }
 }@media only screen and (max-width: 763px) { #mJI3iS3UXQOJNR1OCTTlVTwOofTTyo7g { width:15.375rem;height:3.4375rem;top:31.0625rem;left:24.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkvPcNsrMy1I3kc0ouOfKo9Eg6R1XpR { display:block; }
 }@media only screen and (max-width: 763px) { #JMT7VlvgmggBKUJu7QBiHf3sA9etT6U8 { top:27.375rem;left:22.875001907349rem;width:2.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7g1GfqkmXubk8AA2riTb82ztODk1NHv { width:42.375rem;height:5.6875rem;top:1.3125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toc58KcNpUTlmO037rMAs8y1IUsLqXxV { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koTJJX0CVp5245XJuWc3k752P1HfyrrI { top:25.0625rem;left:2.875rem;width:2.375rem;height:1.625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl { display:block; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG1ApMEyzcbbeXaS7bgcdXP8WQFNs2sE { width:22.875rem;height:30.1875rem;top:12.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7D6Q6JmMQOzfgEetSBbZTU56W8TwOu2 { width:22.1875rem;height:4.875rem;top:14.625rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8Tken1Vg5uToqGvTPPGw6hlQAAmwc0 { width:16.875rem;height:6.5rem;top:23.9375rem;left:17.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6VD6gLtQfFnmFST79H77EJ7WvObDsp8 { top:28.0625rem;left:28.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRfIfcXhGcrlvt6svMbidmLiFACtlJrN { width:47.75rem;height:2.8125rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfk0htayp69Pb6SSXihNKxMTA3htlbi { width:47.75rem;height:3.25rem;top:5.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEkHT4PQicvgLobkTKA1aE1ZeupnVDkh { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0wuxpOEc1iCWSteZz7ipMzx9WRx7Pro { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgs7sOcdDciGCNOGQb1sIguF6rGU46iZ { top:37.5625rem;left:18.1875rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoiOTcCtAiXxflAW3ViWndp19fpBpLrS { display:block; }
 }@media only screen and (max-width: 763px) { #K2wDTNVipVqcHgOvBPdfny5OoANIuRPi { top:29.375rem;left:17rem;width:2.375rem;height:1.625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpswT2iHzLdgfEbuMAAzi1sdScaAZb9m { top:21.375rem;left:0rem;width:19.25rem;height:1.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #triKqFOQX7070nd7nWEk31gi3vHz9Trq { top:22.5625rem;left:7.75rem;width:19.25rem;height:1.375rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLST9LTzsv4qMLLLckT0FXUv85cvXUpe { top:35rem;left:14.75rem;width:18.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws72oExx2HI2HLZXmIKSQEnJtF4nmVAV { top:34.4375rem;left:0.310546875rem;width:20.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIUgTtcFJi0x35WontzB8ECxDXQqGuzb { display:block; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCwMv3pi8EieMpKHxinvRWRl5V6ilAmA { width:33.5rem;height:6.4375rem;top:4.25rem;left:9.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Nchw31uZopANtxqnI2uz8Mqwxm6Ut7 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzNLR980zpeteRhKMym0enKPcHWzWf9X { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU2lTNeQSigsQnyaoUg39N7vzXbHCs5l { top:18rem;left:15.125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up6TR75oh2z8DZCfzmNqUA2QixAFB9Ur { width:19.3125rem;height:1.75rem;top:12.375rem;left:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpdFiI1zn10SBoyDb9aL6PVrJhTxeLa { top:11.75rem;left:16.25rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raVhSIVFClUb8CZeQECSN86n3m4vdO3X { top:13.1875rem;left:7.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7JbVzHQ8EshPZLb7gaWDRsRUINgeXaM { top:13.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmiy0AKchdIRS7JKnkg6KoCXrnIfzMxt { top:13.1875rem;left:4.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg { display:block; }#hI9hKWTuEd6MRuuToXV9GtAdHQRELbBg > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jai5M4NcIwXkCiDC54dTHXP4U5ZXsD2c { width:20rem;height:6.027397260274rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KMJ5Tn6A/1612781576_168_p_goluboi_fon_boke_221.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTCLhvWd2kXNI9XN0qJ5xCPedVrRAltM { width:19.9995rem;height:14.245625rem;top:2.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzAsPUODhJeowBEVHVRPQBu7xZg8vdDh { width:19.999rem;height:29.292rem;top:51.75rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgbzfxldleTfsFyNL9f1oq5hmN7cnTLN { width:15.75rem;height:14.753875rem;top:45.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHSu8RThJEbHOtsNyl6PrODs4oEoLVa { width:19.9995rem;height:5.19921875rem;top:18.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGVxW6Id2Ar5SrCEPf7TaqXG5HBWzzp3 { width:19.9995rem;height:2.5996125rem;top:24.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WuHV0Zpq2cPwCmKk0UOTKedX7qDpT8 { top:38.3115234375rem;left:2.96875rem;width:14.0625rem;height:3.624025rem;display:block; }
 }@media only screen and (max-width: 763px) { #bphe0yxQoxgpETGk7ysVaJuyoV24TPxZ { display:block; }
 }@media only screen and (max-width: 763px) { #X3VA1IDz9zFx0kxoASibJQtJHfT9hkT2 { width:20rem;height:5.19921875rem;top:29.1669921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F { position:relative;z-index:auto;display:block; }#VmZTWZK26X7WpNs8Zbx7GXl3HC2x0e5F > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzl8Xyxra7ikEqRlkeHQA81J7A7UoVk { width:20rem;height:7.1484375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Z3ozgyZ3Odhdw029nIbBzBsMzt4q7t { width:20rem;height:4.5rem;top:11.749989509582rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-text {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-select {padding-top: 0; padding-bottom: 0;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T  { width:17.5rem;height:auto;top:22.9990234375rem;left:0rem; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T {display:block;}#x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T { width:17.5rem;height:auto;top:22.9990234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #L9yRI5N83aRlnDb9MaVs68bQsFWqXvBz {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #ktTzgp1D60XRpAiOygsZ3B3qlU0rDCfn { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #wu1Bm4LUxi0rh8hTMZNmuLHsztVfT4m0 {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #seocZlV4WffM1RyD7wTMSzrT4CLxnKDl {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #eTdOUksJ8Mp9FeCVAEOv61xGy4THlDkE { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #kAUQ9uXlqJTTIQlLhMxLgGIhRQHzJ6KD {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #QAID9rPw71XCfqk0MNuFPDHBulQVogLg {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #sOhGTuKHcqg7nPqTC0Q6HHu4ryDuoWTT {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #zuV7cnrwQwNBLK80bR2zszfzoCEym8nh {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #n8ntQ6J085hUCeuQLqGe9eTlUMQ7HGEW {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #oWCiKC2a0PovUnDATKxNa63HEI4lNuJC { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rTxOfrQxdDvxQe0BQipfQ5pfhUkwHHz9 {  }
 }@media only screen and (max-width: 763px) { #DTelX9pnEXyTZqNeEWiU1w4PKRUJEnl5 { display:block; }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #rUhxpn412NdX7COLR2396fbTXa0FpMl6 {  }
 }@media only screen and (max-width: 763px) { #x5sdVoCFK9CrCoVXE1bB9lWbdE8icF2T #Bng8A24dHco57zyg4ZP3Cnd7UVe6W4QT {  }
 }@media only screen and (max-width: 763px) { #Kgm05Lg9NDRSie45i2r94SDk1DKpQim6 { width:20rem;height:6.75rem;top:16.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf { background-color:#405466;background-image:url("https://images.assets-landingi.com/YzwPGKnR/office_provo_dental_room_green_span.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.adaptive-delivery-prevent-bg, #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.lazyload, #Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf.lazyloading { background-image: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { background-color: transparent; background-image: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container > .video-iframe-container { display: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row > .video-iframe-container { display: none; }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .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); }#Ro7RV1afKzmaAFfJWepIMSeO6xJKEavf > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX56W1V9ztfREt3JIBRtxZ0VaIRFJoRu { width:20rem;height:23.75rem;top:17.750000381843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVaizyKVy6Ikp7vzoxdKJxgkwC9GfSq { width:15.375rem;height:3.4375rem;top:39.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1uDGSZooZLOyKN1K7T9yg82STcUGe6 { display:block; }
 }@media only screen and (max-width: 763px) { #kkTuXNLUMTUIw99FrMkKevJaEoZDD03c { width:2.37426875rem;height:0;top:73.060302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #pPhhdFn9xUkKQva9Hm7oeIkrZchlTHXf { width:19.3125rem;height:1.8681625rem;top:31.748440170661rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6Nlrq2ZZV2byT9zLbZInykR13prCuru { width:2.375rem;height:0;top:24.26171875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U1hJFu1V0JZye36o3pwzrquk7UfFzKbX { width:19rem;height:7.3125rem;top:21.187500381843rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfKt1twAI3ZkNEsO8hrUD16V2dT1X6DM { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWExT2nTOMPddXNz4wtvD6zO92HHep48 { width:19.125rem;height:26.125rem;top:55.049216270447rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmEvJ4sGVkJzudoA6yXSRoaLGVslkMmB { width:15.375rem;height:3.4375rem;top:79.375rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yVkTgppV1zhTQlhVkD2LmT0SfoBcVE { display:block; }
 }@media only screen and (max-width: 763px) { #BIxryZJenlb2BK6wWOcrvbRg5K72CsBI { width:16.0625rem;height:3.736325rem;top:71.43750190735rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1PQWw3IlvDGzE7IerQMSt3ixZRENfgI { width:19.25rem;height:5.5996125rem;top:62.0986328125rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kd7ui9tuyPn0Zsf00H9Fq3JmESuIweKO { width:15.375rem;height:3.4375rem;top:116.0000038147rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcMMMsx7S7kAe7h5qSXScfdKtUQSqTNH { display:block; }
 }@media only screen and (max-width: 763px) { #vNZfB5B1hIl4fNOI287gSDPguMzWMwgt { width:19.125rem;height:26.125rem;top:92.064062118531rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoF9LQCH8Z7bhDG3ogpoRpBW9VFP8A8W { width:15.4375rem;height:4.72265625rem;top:101.4140663147rem;left:3.2812498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQIRqTvh5IrJ78UrLKTmOrJrW87KdIM9 { width:13.5625rem;height:4.875rem;top:93.375005722044rem;left:4.1874998807907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KovThvn4CM2nThn2vkDRU2Mb6dgEMEE3 { width:0.3125rem;height:0.25rem;top:98.935943603512rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEGpOEnhM4ORMBGEkbs3n2XzQBxcPoTJ { width:0.625rem;height:0.25rem;top:98.936725616456rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypQDa4t6xcsq21hlQGLBcUA0mpF5Nncw { width:2.5rem;height:0.25rem;top:98.9375038147rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDn7UDOVF3mDADTfk4C2ODyBJD7y0ug9 { width:17.5rem;height:1.625rem;top:11rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p74iPdmaJrD4EcOPQpX4Cggyw5Z5Npat { width:3.125rem;height:3.125rem;top:13.3740234375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGvT0sJSS9zul46SD21Tdw1hVMpSg9XC { width:16.0625rem;height:5.36133125rem;top:107.93749427796rem;left:2.3125001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1NhGznuoloTa8ZnTzaHc7Ha1aRy5JO { width:20rem;height:9.421875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdvbu5091yc6nX7lpKD34a0TgPy1SqrH { display:block; }#vdvbu5091yc6nX7lpKD34a0TgPy1SqrH > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsoafLk8udlVNJOgxZRwxmnX33Ihi6eN { width:20rem;height:14.5625rem;top:13.718749523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvxGo308IUbQe6oIwvffbpyJy6tfipIQ { width:15.375rem;height:3.4375rem;top:26.499982357025rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTKGTNvt8PomhKddV9FZT5T7Trd2VCRU { display:block; }
 }@media only screen and (max-width: 763px) { #PBiyXOCXIVbMPoXOC3VGBhIschcgbUGF { width:2.37426875rem;height:0;top:73.060302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #I1pmL2lD1yGQnZP1VzoH7cCAZxwImPys { width:9.4375rem;height:4.0625rem;top:21.456270217896rem;left:5.2812498807907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqDNmcrxla2zNtGFKGdT2v3MrtOlCcB0 { width:2.375rem;height:0;top:24.26171875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ChtHxUqP5G9rzgT5RRH0SIgOxHtkU12H { width:20rem;height:4.7109375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrB1Mt3in7XRUS4h23e8vf4wdSSr1lfC { width:2.5rem;height:0.25rem;top:5.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKHGFIgPDH1KG5Jm8O1PJLAr2FxW0euQ { width:0.625rem;height:0.25rem;top:5.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meU1XsBVOtkWlucROfXeSrIzVGwOZzcT { width:0.4375rem;height:0.3125rem;top:5rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc9WVX2whEoPBboncz7nFA46xfJWptOy { width:20rem;height:4.875rem;top:6.3734558103606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZPeTUyJO1A1rvLfR0EUIZIaadUy0wHt { width:19rem;height:4.875rem;top:13.781249523163rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWmdvDOk79PVzBGyz6bcSF2ChDAfZGcq { width:2.3734375rem;height:1.625rem;top:24.118751049042rem;left:4.3124998807907rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15022;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #UIpCU6gUTAIgT5syWsJCeHno5mTmUx74 { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIiqZMBJQ6VHQ7xQ1yqthGtTI0KPxOZ9 { width:20rem;height:2.798825rem;top:18.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Adc1KGddbmmATzeffaCl1ENbLz9W7tSc { display:block; }#Adc1KGddbmmATzeffaCl1ENbLz9W7tSc > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7kTP6dCxpLgKFsLufrVm8MuqOqb9oHU { width:20rem;height:16.0625rem;top:4.5rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MPdr6OJiBmbrDKa4IQc5oGyu4yXdIRw8 { width:12.93675rem;height:4.0625rem;top:13.300000572577rem;left:3.5312498807907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTHOTPC8HCfg1ImTpbZSioDVO7JDTKgL { width:20rem;height:2.03125rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXiNyBUa6y335rBV0Vyep1Ag2T945hk2 { width:20rem;height:4.79883125rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gGGevZRtTrVhJvIExyk6onEGBLQEQTpa { width:2.37421875rem;height:1.625rem;top:16.200001716614rem;left:2.7500001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNi9Qiz2QmqvQrlZwsHWKDNn79VPefRP { width:18.875rem;height:18.5rem;top:23.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8cCuQE24ZHR5igW0kf1nlINppaQaZhC { width:17.3125rem;height:2.6rem;top:25.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8oaoyBQ5DO5LqNU2zZQrMTNNpzmufVL { width:14.5625rem;height:3.67383125rem;top:29.8125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeVUoU7msq6BgPami2aKbndacb0wyORM { width:15.3125rem;height:3.16875rem;top:33.312502289191rem;left:2.3437501192093rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK4FUvTO0nJtmLiPPGSPh3nGqeRem4W2 { width:2.375rem;height:0;top:61.0125rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KJWVknW0tWS9O845dybvWWcDqLiMeUMV { width:15.375rem;height:3.4375rem;top:40.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsvxQQzbeiTXAGsgS4aHGC5lElbe0ZQx { display:block; }
 }@media only screen and (max-width: 763px) { #mJI3iS3UXQOJNR1OCTTlVTwOofTTyo7g { width:15.375rem;height:3.4375rem;top:18.812500953674rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAkvPcNsrMy1I3kc0ouOfKo9Eg6R1XpR { display:block; }
 }@media only screen and (max-width: 763px) { #JMT7VlvgmggBKUJu7QBiHf3sA9etT6U8 { width:2.375rem;height:1.625rem;top:35.875rem;left:5.1240234375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #w7g1GfqkmXubk8AA2riTb82ztODk1NHv { width:20rem;height:3.25rem;top:0.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Toc58KcNpUTlmO037rMAs8y1IUsLqXxV { width:20rem;height:3.9375rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #koTJJX0CVp5245XJuWc3k752P1HfyrrI { width:2.375rem;height:0.08125rem;top:44.8125rem;left:8.8125rem;font-size:0.0625rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl { display:block; }#KNzXMEtsm5gAf4SsRumldn2DcJ5lHopl > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG1ApMEyzcbbeXaS7bgcdXP8WQFNs2sE { width:20rem;height:26.875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7D6Q6JmMQOzfgEetSBbZTU56W8TwOu2 { width:19rem;height:3.8984375rem;top:28.564453125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8Tken1Vg5uToqGvTPPGw6hlQAAmwc0 { width:10.8125rem;height:4.0625rem;top:36.5rem;left:6.25rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6VD6gLtQfFnmFST79H77EJ7WvObDsp8 { width:2.37426875rem;height:0;top:73.060302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #QRfIfcXhGcrlvt6svMbidmLiFACtlJrN { width:20rem;height:4.2246125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfk0htayp69Pb6SSXihNKxMTA3htlbi { width:20rem;height:7.96875rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gEkHT4PQicvgLobkTKA1aE1ZeupnVDkh { width:2.374025rem;height:1.625rem;top:39rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15022;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #T0wuxpOEc1iCWSteZz7ipMzx9WRx7Pro { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgs7sOcdDciGCNOGQb1sIguF6rGU46iZ { top:45.486328125rem;left:3.78125rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoiOTcCtAiXxflAW3ViWndp19fpBpLrS { display:block; }
 }@media only screen and (max-width: 763px) { #K2wDTNVipVqcHgOvBPdfny5OoANIuRPi { width:2.375rem;height:0.08125rem;top:58.987499237061rem;left:8.8125003576281rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpswT2iHzLdgfEbuMAAzi1sdScaAZb9m { width:8.0625rem;height:0.9619125rem;top:36.5rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #triKqFOQX7070nd7nWEk31gi3vHz9Trq { width:0.75rem;height:0.0875rem;top:58.96249961853rem;left:6.1093748807907rem;font-size:0.0625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yLST9LTzsv4qMLLLckT0FXUv85cvXUpe { width:18.375rem;height:1.4625rem;top:28.564843654633rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ws72oExx2HI2HLZXmIKSQEnJtF4nmVAV { width:20rem;height:1.4625rem;top:46.662499809638rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sIUgTtcFJi0x35WontzB8ECxDXQqGuzb { background-color:transparent;background-image: -webkit-linear-gradient(top, #1b57c7, #00308a);background-image: -moz-linear-gradient(top, #1b57c7, #00308a);background-image: -ms-linear-gradient(top, #1b57c7, #00308a);background-image: -o-linear-gradient(top, #1b57c7, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b57c7', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b57c7', endColorstr='#00308a' );";background-image: linear-gradient(to bottom, #1b57c7, #00308a);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { background-color: transparent; background-image: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container > .video-iframe-container { display: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container { display: none; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .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); }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { border-width: 0; border-radius: 0; }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row > .video-iframe-container {  }#sIUgTtcFJi0x35WontzB8ECxDXQqGuzb > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCwMv3pi8EieMpKHxinvRWRl5V6ilAmA { width:20rem;height:4.949225rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #P8Nchw31uZopANtxqnI2uz8Mqwxm6Ut7 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MzNLR980zpeteRhKMym0enKPcHWzWf9X { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EU2lTNeQSigsQnyaoUg39N7vzXbHCs5l { width:19.4375rem;height:1.29980625rem;top:29.875rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up6TR75oh2z8DZCfzmNqUA2QixAFB9Ur { width:18.8125rem;height:1.69921875rem;top:14.3125rem;left:0rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfpdFiI1zn10SBoyDb9aL6PVrJhTxeLa { width:17.9375rem;height:2.9375rem;top:13.693359375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raVhSIVFClUb8CZeQECSN86n3m4vdO3X { width:3.125rem;height:3.125rem;top:22.0625rem;left:14rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7JbVzHQ8EshPZLb7gaWDRsRUINgeXaM { width:3.125rem;height:3.125rem;top:22.0625rem;left:7.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmiy0AKchdIRS7JKnkg6KoCXrnIfzMxt { width:3.125rem;height:3.125rem;top:22.0625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }