.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;
}
.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;
  }
}
@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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { position:relative;display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { background-color: transparent; background-image: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row > .video-iframe-container { display: none; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .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); }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { border-width: 0; border-radius: 0; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:80px;width:960px;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:171px;top:12px;left:24.5px;overflow:hidden;display:block; }
#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { position:relative;display:none; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { border-width: 0; border-radius: 0; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#oamgE9ap9x4tT9PnxFl3egncPRfLFQV0 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#MDJZRKbPE5Z6ADnsKz6MzIOV6gAnxu5T { color:#00789a;display:block;width:386px;position:absolute;font-family:montserrat;font-size:28px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:20px;left:25px;height:36px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#FIc8ivV0vFqDReV70Oixqnp7xR6DWUmM { color:#00789a;display:block;width:444px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:71px;left:25px;height:150px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#nRyHeLuACoyTVTG5OGcoB6h6V4kFfUEK { color:#000000;display:block;width:264px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:70px;top:371px;left:10px;display:none; }
#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep { position:relative;display:none; }#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep { border-width: 0; border-radius: 0; }#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#xHWJBEqaF3OtKmSSbqa69rr2gHlZFpJy { color:#ffffff;display:block;width:414px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:264px;left:25px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l { position:relative;display:block; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l { background-color: transparent; background-image: none; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row .container > .video-iframe-container { display: none; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row > .video-iframe-container { display: none; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .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); }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l { border-width: 0; border-radius: 0; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;position:relative;display:block; }#vg7y20gK4Ff0I75xGVQrM5p0gG0VBTsu { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:137px;left:568px;height:84px;text-align:center;text-align-last:center;display:block; }
#lwHDcmMFPHT5MGpCtQFJgr4unoWw3gNe { position:absolute;display:block;z-index:100010;background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:117px;border-top-right-radius:117px;border-bottom-left-radius:117px;border-bottom-right-radius:117px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:194px;width:194px;top:123px;left:757px;display:none; }
#qc7XJWpJ6OnLVEI7OKRoWecSRW8fHeIT { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:183px;left:760px;height:78px;text-align:center;text-align-last:center;display:none; }
#cxyMKuJ3s0HXahATEByQbppdXDReADu1 { position:absolute;display:block;z-index:100014;background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:161px;border-top-right-radius:161px;border-bottom-left-radius:161px;border-bottom-right-radius:161px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:251px;width:251px;top:73px;left:557px;display:block; }
#NVOoa6mOQKd9Q00pIC3zsDpBZIHr9SpX { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:235px;left:568px;height:46px;text-align:center;text-align-last:center;display:block; }
#ksgTiiBo4RPtz9nlxpcyTLSQC14orCdS { position:absolute;display:block;z-index:100015;background-color:#f7a700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:161px;border-top-right-radius:161px;border-bottom-left-radius:161px;border-bottom-right-radius:161px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:143px;width:143px;top:27px;left:752px;display:block; }
#fkDSSrKKkTPlZvmaXpL1s79gTfGJTxSh { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:82px;left:709px;height:56px;text-align:center;text-align-last:center;display:block; }
#W77imkBtDKif9nnaQxfqhkTfn5hUZAmh { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:70px;left:73px;height:41px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zR6C01Z44rmmE4eiHwARzb0lqxPet1Ef { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:47px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:351px;left:25px;display:none; }
#vJWrEJ1llToTsFR3cfvIod88n6MA14DM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qEKfco0Kgop83PvOGzHZNws8PBQRypAx { color:#000000;display:block;width:319px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:552px;left:2px;display:none; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { position:relative;display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { background-color: transparent; background-image: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row > .video-iframe-container { display: none; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .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); }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { border-width: 0; border-radius: 0; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:669px;width:960px;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23px;left:28px;height:82px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:128px;left:28px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:209px;left:28px;height:351px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hSeCOI5aNwuxzcrJuWN6XPkudutX6QCE { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iwUwtU9O/skaeve_taender_invisalign.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:615px;width:429px;top:22.5px;left:505.5px;display:block; }
#hSeCOI5aNwuxzcrJuWN6XPkudutX6QCE.adaptive-delivery-prevent-bg { background-image: none; }
#ryUE8dAlWFnHAuW4zEBcCFpsszmFBWyO { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:47px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:591.5px;left:28px;display:block; }
#ncoZIlgR1CtAcmWEgloyQTqIMROVOCiV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU { position:relative;display:none; }#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU { border-width: 0; border-radius: 0; }#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:505px;width:960px;position:relative;display:none; }#OK410ZM6xD1ESTAXZDdDWFou98lTZ7Zr { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UwGd5iaY/hessam.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:267px;width:265px;top:33px;left:117px;display:block; }
#OK410ZM6xD1ESTAXZDdDWFou98lTZ7Zr.adaptive-delivery-prevent-bg { background-image: none; }
#TOZ6A0wbu4Qcln8UKCnHkLXPdkMEGvTL { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 11px rgba(0,0,0,0.2) ;height:430px;width:287px;top:24px;left:106px;display:block; }
#L5z8PwX4GlmEfZT4lXNQWnclEm1zl6rt { color:#00789a;display:block;width:243px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:371px;left:128px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkw2IcnqwTSadprFxt75RB9QuGFEEm6O { color:#585858;display:block;width:243px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:330px;left:128px;height:31px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sDua8pqTiwlI0L9zg0mEnSJZI1DnTTyB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:150px;top:389px;left:794px;overflow:hidden;display:block; }
#Xqqsh3S8bh63RroMQl7NtkcmV0T3gegd { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:209px;left:28px;height:351px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK { position:relative;display:block; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK { background-color: transparent; background-image: none; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row .container > .video-iframe-container { display: none; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row > .video-iframe-container { display: none; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .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); }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK { border-width: 0; border-radius: 0; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf4f8;background-image:none;font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#ARMpICor5zpLbh2E5nwzibGDe5sDvNTS { color:#5f6f7e;display:block;width:585px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:25px;left:187.5px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv { position:relative;display:block; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv { background-color: transparent; background-image: none; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row .container > .video-iframe-container { display: none; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row > .video-iframe-container { display: none; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .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); }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv { border-width: 0; border-radius: 0; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me { position:relative;display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me { background-color: transparent; background-image: none; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row .container > .video-iframe-container { display: none; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row > .video-iframe-container { display: none; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .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); }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me { border-width: 0; border-radius: 0; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:241px;width:960px;position:relative;display:block; }#vPzioNSMTbP6CP4QVRxK61WyIRiFzcBC { position:absolute;display:block;z-index:100001;height:240px;width:960px;top:0px;left:0px;display:block; }
#egkrHFtGdDqKgrHIGtcteNuguNubk12a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { background-color: transparent; background-image: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container > .video-iframe-container { display: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row > .video-iframe-container { display: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .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); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { border-width: 0; border-radius: 0; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { font-size:14px;font-family:arial;height:828px;width:960px;position:relative;display:block; }#PHBTr4WfMC8nqhHK9DkuL0QXTup7PEAR { color:#585858;display:block;width:503px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:34px;left:228.5px;height:82px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukuMB4asPlZZQ4OMwWdEtaUsr6C02GGN { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:369px;height:47px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:751px;left:295.5px;display:block; }
#HISHdyGaB5ZfsT5UkR8POH6n2pt0mWi4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DD0m8ToxFShCbZZCPU53ab72ct7RnB1a { position:absolute;display:block;z-index:100009;height:591px;width:561px;top:140px;left:199.5px;display:block; }
#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv { position:relative;display:none; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv { border-width: 0; border-radius: 0; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#BBJooANl9BE253us99zeafFPNFk4N2id { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:320px;display:none; }
#UiNB9AawQb3mVixPSGFdsnx5J4vLT9wd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:240px;width:320px;display:none; }
#e5tdCKmlhSsubIswl3yseP1lbbNr3SDR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:200px;width:200px;display:none; }
#yktxcbvHD1AxJX5u2TC99qCUidGzrdCM { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:200px;width:200px;display:none; }
#GklCDDMhJkR5Tls1EdnT3agJAJWyCy7L { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:261px;left:156px;display:none; }
#MRw3OxRLeUPs9JOT8eT3k9fC9UaFwAsn { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:23px;top:550px;left:60px;display:none; }
#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw { position:relative;display:none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw { border-width: 0; border-radius: 0; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#IWhByNypDkUVgPwy0tk6hi3NZf9HDND5 { color:#00789a;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:122px;left:34px;height:41px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 { position:relative;display:none; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 { border-width: 0; border-radius: 0; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#ynFNaWtmaS5pFGStUlwKncTpuurtIVoS { color:#ffffff;display:block;width:328px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:219px;left:82px;height:405px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ot1ABWaEWNTS8Oq5ZVMTCAUIudCs0aDp { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:318px;left:34px;display:none; }
#mmweLTZA2v4LTMrk1BAsqqwyZ5P5TCbX { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#qvv7qfIBgN0z2nkoUvMWc7wcpz9D1AHI { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:320px;left:35px;display:none; }
#ONqir7xbIsBkXZhTRXEW0tcTLoEzlvMF { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#KVDhie6kV2CCiJ8ip0nkgJcbcVdvOtMp { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:211px;left:34px;display:none; }
#BndEq0IFVuI23mN7sROrTrrJEha8uDBN { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:213px;left:35px;display:none; }
#TLtTgcicyiSCktWz8e6dk8DgzqsfXKTR { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:47px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0px;left:196px;display:block; }
#GmigVUuCwRekqlELoZiO9Mn83Nbp7bJt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#a4lNOWgoiDgTbT4XSZbtZqR5TJB0MW2v { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#LxRGdt9bnrDFuZDVcIxySPql0P7zScpI { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg { position:relative;display:none; }#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg { border-width: 0; border-radius: 0; }#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:359px;width:960px;position:relative;display:none; }#tBikTwTnoxmTwiH3Nynqmez5JAftzX0S { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:137px;left:568px;height:84px;text-align:center;text-align-last:center;display:block; }
#O3lJ6TpWlZWIf1yo56vyE5G3daMRu3oi { position:absolute;display:block;z-index:100010;background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:117px;border-top-right-radius:117px;border-bottom-left-radius:117px;border-bottom-right-radius:117px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:194px;width:194px;top:123px;left:757px;display:none; }
#xZO2XMoZP6XihTnIpGWThggm7BS3iTAL { color:#ffffff;display:block;width:200px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:183px;left:760px;height:78px;text-align:center;text-align-last:center;display:none; }
#THUcUkDIrFf7nTiDMm6QaRF54avtxXK6 { position:absolute;display:block;z-index:100014;background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:161px;border-top-right-radius:161px;border-bottom-left-radius:161px;border-bottom-right-radius:161px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:251px;width:251px;top:73px;left:557px;display:block; }
#orAlhdM1qadkz1h4nyQlHG18JBHrQ0UL { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:235px;left:568px;height:46px;text-align:center;text-align-last:center;display:block; }
#SCTnuVeEH4OTyByskCFWW2OtvqXMR3VU { position:absolute;display:block;z-index:100015;background-color:#f7a700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:161px;border-top-right-radius:161px;border-bottom-left-radius:161px;border-bottom-right-radius:161px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:143px;width:143px;top:27px;left:752px;display:block; }
#wCIJJ8IJaBTSUEJ6etyhTqarxPBm6eWi { color:#ffffff;display:block;width:237px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:82px;left:709px;height:56px;text-align:center;text-align-last:center;display:block; }
#urwcydNAuETegOOPdu6aVTIsC2rGh8Zt { color:#000000;display:block;width:154px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:41px;top:227px;left:83px;display:none; }
#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 { position:relative;display:block; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 { background-color: transparent; background-image: none; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row .container > .video-iframe-container { display: none; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row > .video-iframe-container { display: none; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .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); }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 { border-width: 0; border-radius: 0; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:625px;width:960px;position:relative;display:block; }#UvLRyc56XlgZcx2V1zxgVQqhMgxfztpF { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15px;left:35px;height:123px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P4eebsmyMuWp9nm4rUuh4McdQBuVGrlO { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15px;left:35px;height:123px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG { position:relative;display:none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG { border-width: 0; border-radius: 0; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM { position:relative;display:none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM { border-width: 0; border-radius: 0; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#uElaT9EmopgFiBznLLhMK9DFQiex4LhB { color:#ffffff;display:block;width:328px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:219px;left:82px;height:405px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Wo9fCvZcw2dv9RzJt7V1rBOrvq2SxtVr { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:318px;left:34px;display:none; }
#WSaH3uzCCwBtl0WreXSkPCDTPMAD4826 { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#fhiBzb5iKhWb5nARvRt3iyPuVmzgcrEt { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:320px;left:35px;display:none; }
#EQJQDXJkKGSHQNlO4M3PqSEQbp3IExpn { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#Do2kcCnXBdeFQvm4Cnp2HG80ggzWthg4 { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:211px;left:34px;display:none; }
#T68UGxLHhOmatPuEW9SZLsxw61XlJSHb { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:213px;left:35px;display:none; }
#pDaBG4hmf8XeTdFn8JEesE6kgofwPXPo { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:47px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0px;left:196px;display:block; }
#JgLqomMStDk9blDuuaCZNUDQbTZCiFZM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DGUxSg7abnaV09UlLZ2zkFenrTZ6JGDC { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15px;left:35px;height:123px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU { position:relative;display:none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU { border-width: 0; border-radius: 0; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp { position:relative;display:none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp { border-width: 0; border-radius: 0; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#d2CNUc8f8I9UzRfhGgyK6IeUog53bmFB { color:#ffffff;display:block;width:328px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:219px;left:82px;height:405px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lRkBT0yPD7XyXZWsS5FFQJOh1bDeOEXH { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:318px;left:34px;display:none; }
#uMxecT1L4dw28DM5ThsT9HlvyZlGps9F { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#gcCWAkqkLhD34kiU6JPBwzdwztWrwX2q { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:320px;left:35px;display:none; }
#ociTvDRr21yET7DKv0LTtNcfSX2eqAVb { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#fzFFkQDH8CaRMTTb9lletAl78EyfwUKT { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:211px;left:34px;display:none; }
#V0rElDp3zfghDPEDWLVc5xoRAZtygF1M { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:213px;left:35px;display:none; }
#naTdz6dXPw5zEwe0516MzMmTZWGPcCsR { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:47px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0px;left:196px;display:block; }
#RZLBVW6otd0lQgSpRmLWd9w0MlT74Uwr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cbi9nLzMuCrr5es7MnrFTTwq6JeOTAA0 { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15px;left:35px;height:123px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#TFoELORChxpoDyp8c0nSCFTHT8eV67Dd { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:318px;left:34px;display:none; }
#HG01wBLt8JTTuRsslGSOotpRzoarXQtA { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:320px;left:35px;display:none; }
#ChR6hzC9RPA1iyODsb7VVhRtqrBJZZek { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#x8TKEAW4BQLRXRxlaJJF0bsQZLqWIAzH { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#Dkl3Z2UsI8dRQkbuyrDZNciUHhcVJGWn { box-sizing:content-box;color:#f7a700;font-size:28px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:427px;left:34px;display:none; }
#lyrJrFIDIvMw9RhAnsKcsqHfaoMWxCm4 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f7a700;border-left:2px solid #f7a700;border-right:2px solid #f7a700;border-bottom:2px solid #f7a700;border-top-left-radius:140px;border-top-right-radius:140px;border-bottom-left-radius:140px;border-bottom-right-radius:140px;box-shadow: 3px 3px 10px rgba(0,0,0,0.3) ;height:32px;width:32px;top:429px;left:35px;display:none; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { position:relative;display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { background-color: transparent; background-image: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row > .video-iframe-container { display: none; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .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); }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { border-width: 0; border-radius: 0; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:634px;width:960px;position:relative;display:block; }#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27px;left:513px;height:82px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aXhBTgoFSq5eq07gzsf8rrFI6T9TxMQy { color:#5f6f7e;display:block;width:405px;position:absolute;font-family:montserrat;font-size:22px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:135px;left:513px;height:140px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:295px;left:513px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MoXDnEcDAPXih4SzZomMpAhX4pZqE74D { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:560px;width:301px;top:37px;left:89.5px;display:block; }
#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu { position:relative;display:none; }#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu { border-width: 0; border-radius: 0; }#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:634px;width:960px;position:relative;display:none; }#o4tN6eEoQdVLqsKZHTHUElsUywrXkMGu { color:#5f6f7e;display:block;width:414px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27px;left:513px;height:82px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rTNXPpOlvhh4uhsAe2w60e5FC9KB9dVN { color:#5f6f7e;display:block;width:405px;position:absolute;font-family:montserrat;font-size:22px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:135px;left:513px;height:140px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UV9rrPR2apyD0nT9TXIGUhmDUGdQJ3Ps { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 10px rgba(0,0,0,0.39) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:402px;height:47px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:0px;left:196px;display:none; }
#EbdBcVbU2uyiPP9MAN9C6u2QASoquTk0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DBKD1TP7ndwRNRsph46PqfHpb23QAiON { position:relative;display:block; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON { background-color: transparent; background-image: none; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row .container > .video-iframe-container { display: none; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row > .video-iframe-container { display: none; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .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); }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON { border-width: 0; border-radius: 0; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS { position:relative;display:none; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS { border-width: 0; border-radius: 0; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:none; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L { position:relative;display:block; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L { background-color: transparent; background-image: none; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row .container > .video-iframe-container { display: none; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row > .video-iframe-container { display: none; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .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); }#fzkKasSe3I4GufldPT6byT2od4vgNO3L { border-width: 0; border-radius: 0; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf4f8;background-image:none;font-size:14px;font-family:arial;height:140px;width:960px;position:relative;display:block; }#aTA9F6uRBP8kHsaQQsUm79xhMnsCRlRL { color:#5f6f7e;display:block;width:585px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:25px;left:187.5px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Olc7iuEGUgRJhVlI32xQsI5q9WrvvzhU { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/lenhDEB1/d2350ae8_492e_4941_b3a7_0096e197b7d4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39px;width:37px;top:86px;left:413px;display:block; }
#Olc7iuEGUgRJhVlI32xQsI5q9WrvvzhU.adaptive-delivery-prevent-bg { background-image: none; }
#BrnsfduQwqZkPPVsagzscgMcG85mkwzW { color:#5f6f7e;display:block;width:83px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:92px;left:459px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC { position:relative;display:block; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC { background-color: transparent; background-image: none; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row .container > .video-iframe-container { display: none; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row > .video-iframe-container { display: none; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .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); }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC { border-width: 0; border-radius: 0; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK { position:relative;display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK { background-color: transparent; background-image: none; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row .container > .video-iframe-container { display: none; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row > .video-iframe-container { display: none; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .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); }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK { border-width: 0; border-radius: 0; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:241px;width:960px;position:relative;display:block; }#CI5i30nVC07Bcy8RxV5sBORKhcUzcCiW { position:absolute;display:block;z-index:100001;height:241px;width:960px;top:0px;left:0px;display:block; }
#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na { position:relative;display:block; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na { background-color: transparent; background-image: none; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row .container > .video-iframe-container { display: none; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row > .video-iframe-container { display: none; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .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); }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na { border-width: 0; border-radius: 0; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 { position:relative;display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 { background-color: transparent; background-image: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container > .video-iframe-container { display: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row > .video-iframe-container { display: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .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); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 { border-width: 0; border-radius: 0; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00789a;background-image:none;font-size:14px;font-family:arial;height:167px;width:960px;position:relative;display:block; }#eyKllzdaWdEXPEGD9RwhkZCCdwdEHq9C { color:#ffffff;display:block;width:583px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:18.5px;left:188.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K10KLudTIOCe5hsexJLbgs70PKszELic { color:#ffffff;display:block;width:588px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:116.5px;left:186px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyOssXTV0Zuv4fTTnQJVwgxoge1Z8ZIn { color:#000000;display:block;width:287px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:20px;top:275px;left:13px;display:none; }
#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc { position:relative;display:block; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc { background-color: transparent; background-image: none; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row .container > .video-iframe-container { display: none; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row > .video-iframe-container { display: none; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .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); }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc { border-width: 0; border-radius: 0; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:351px;width:960px;position:relative;display:block; }#ddnts1pIUH7lCTuflf9w3KNqt7l3ANbh { position:absolute;display:block;z-index:100000;height:350px;width:960px;top:0px;left:0px;display:block; }
#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO { position:relative;display:block; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO { background-color: transparent; background-image: none; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row .container > .video-iframe-container { display: none; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row > .video-iframe-container { display: none; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .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); }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO { border-width: 0; border-radius: 0; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:30px;width:960px;position:relative;display:block; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,241,0.46);background-image:none;position:relative;display:block; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { background-color: transparent; background-image: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container > .video-iframe-container { display: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row > .video-iframe-container { display: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .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); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { border-width: 0; border-radius: 0; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { font-size:14px;font-family:arial;height:1542px;width:960px;position:relative;display:block; }#X0RMzfAP6qfLx6lodfUDbkLlP7TBynQ0 { color:#5f6f7e;display:block;width:501px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:39px;left:33px;height:41px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2Om77KBQF3EOBNIPzP0g7cKdkAJQApz { color:#5f6f7e;display:block;width:533px;position:absolute;font-family:montserrat;font-size:21px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:104px;left:33px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 { color:#00789a;display:block;width:769px;position:absolute;font-family:montserrat;font-size:18px;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:249px;left:33px;height:;font-style:normal;display:block; }#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 li:before{  }
#FJq0J78EChrXt2J360GzE1RboW654XVI { background-color:#00789a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:432px;height:47px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1440px;left:33px;display:block; }
#h7BCXeWqMAHU2KThHi0CoKxtT7ZXInb5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
body { position:relative;display:block; }
#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { width:764px;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { top:12px;left:0px;width:171px;height:56px;display:block; }
#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { display:none; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container { width:764px;position:relative;display:none; }#oamgE9ap9x4tT9PnxFl3egncPRfLFQV0 { display:none; }
#MDJZRKbPE5Z6ADnsKz6MzIOV6gAnxu5T { top:214px;left:0px;width:221px;height:;font-size:40px;display:none; }
#FIc8ivV0vFqDReV70Oixqnp7xR6DWUmM { top:278px;left:0px;width:310px;height:;font-size:32px;display:none; }
#nRyHeLuACoyTVTG5OGcoB6h6V4kFfUEK { top:371px;left:0px;width:264px;height:70px;font-size:18px;display:none; }
#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep { display:none; }#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep > .row .container { width:764px;position:relative;display:none; }#xHWJBEqaF3OtKmSSbqa69rr2gHlZFpJy { top:20px;left:0px;width:320px;height:;font-size:21px;display:none; }
#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l { display:block; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row .container { width:764px;position:relative;display:block; }#vg7y20gK4Ff0I75xGVQrM5p0gG0VBTsu { top:137px;left:470px;width:237px;height:84px;font-size:22px;display:block; }
#lwHDcmMFPHT5MGpCtQFJgr4unoWw3gNe { top:123px;left:562px;width:194px;height:194px;display:none; }
#qc7XJWpJ6OnLVEI7OKRoWecSRW8fHeIT { top:204px;left:0px;width:200px;height:130px;font-size:28px;display:none; }
#cxyMKuJ3s0HXahATEByQbppdXDReADu1 { top:73px;left:459px;width:251px;height:251px;display:block; }
#NVOoa6mOQKd9Q00pIC3zsDpBZIHr9SpX { top:235px;left:470px;width:237px;height:46px;font-size:18px;display:block; }
#ksgTiiBo4RPtz9nlxpcyTLSQC14orCdS { top:27px;left:613px;width:143px;height:143px;display:block; }
#fkDSSrKKkTPlZvmaXpL1s79gTfGJTxSh { top:82px;left:527px;width:237px;height:56px;font-size:22px;display:block; }
#W77imkBtDKif9nnaQxfqhkTfn5hUZAmh { top:17px;left:0px;width:320px;height:;font-size:28px;display:block; }
#zR6C01Z44rmmE4eiHwARzb0lqxPet1Ef { width:369px;height:47px;top:351px;left:0px;display:none; }
#vJWrEJ1llToTsFR3cfvIod88n6MA14DM { display:block; }
#qEKfco0Kgop83PvOGzHZNws8PBQRypAx { top:552px;left:0px;width:319px;height:20px;font-size:16px;display:none; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { width:764px;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { top:23px;left:0px;width:414px;height:;font-size:32px;display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { top:536px;left:0px;width:320px;height:136px;font-size:21px;display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { top:699px;left:0px;width:320px;height:243px;font-size:18px;display:block; }
#hSeCOI5aNwuxzcrJuWN6XPkudutX6QCE { top:22px;left:335px;width:429px;height:615px;display:block; }
#ryUE8dAlWFnHAuW4zEBcCFpsszmFBWyO { width:369px;height:47px;top:591px;left:0px;display:block; }
#ncoZIlgR1CtAcmWEgloyQTqIMROVOCiV { display:block; }
#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU { display:none; }#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU > .row .container { width:764px;position:relative;display:none; }#OK410ZM6xD1ESTAXZDdDWFou98lTZ7Zr { top:33px;left:0px;width:265px;height:267px;display:block; }
#TOZ6A0wbu4Qcln8UKCnHkLXPdkMEGvTL { top:24px;left:0px;width:287px;height:430px;display:block; }
#L5z8PwX4GlmEfZT4lXNQWnclEm1zl6rt { top:367px;left:5px;width:243px;height:27px;font-size:18px;display:block; }
#wkw2IcnqwTSadprFxt75RB9QuGFEEm6O { top:326px;left:5px;width:243px;height:31px;font-size:21px;display:block; }
#sDua8pqTiwlI0L9zg0mEnSJZI1DnTTyB { top:389px;left:612px;width:150px;height:150px;display:block; }
#Xqqsh3S8bh63RroMQl7NtkcmV0T3gegd { top:397px;left:3.5px;width:247px;height:405px;font-size:18px;display:none; }
#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK { display:block; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row .container { width:764px;position:relative;display:block; }#ARMpICor5zpLbh2E5nwzibGDe5sDvNTS { top:19px;left:0px;width:299px;height:712px;font-size:19px;display:block; }
#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv { display:block; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row .container { width:764px;position:relative;display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me { display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row .container { width:764px;position:relative;display:block; }#vPzioNSMTbP6CP4QVRxK61WyIRiFzcBC { top:0px;left:0px;width:764px;height:240px;display:block; }
#egkrHFtGdDqKgrHIGtcteNuguNubk12a { display:block; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { width:764px;position:relative;display:block; }#PHBTr4WfMC8nqhHK9DkuL0QXTup7PEAR { top:34px;left:130.5px;width:503px;height:82px;font-size:32px;display:block; }
#ukuMB4asPlZZQ4OMwWdEtaUsr6C02GGN { width:369px;height:47px;top:751px;left:197.5px;display:block; }
#HISHdyGaB5ZfsT5UkR8POH6n2pt0mWi4 { display:block; }
#DD0m8ToxFShCbZZCPU53ab72ct7RnB1a { top:140px;left:101.5px;width:561px;height:591px;display:block; }
#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv { display:none; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container { width:764px;position:relative;display:none; }#BBJooANl9BE253us99zeafFPNFk4N2id { width:320px;height:240px;display:none; }
#UiNB9AawQb3mVixPSGFdsnx5J4vLT9wd { width:320px;height:240px;display:none; }
#e5tdCKmlhSsubIswl3yseP1lbbNr3SDR { display:none; }
#yktxcbvHD1AxJX5u2TC99qCUidGzrdCM { display:none; }
#GklCDDMhJkR5Tls1EdnT3agJAJWyCy7L { top:261px;left:58.5px;width:200px;height:20px;font-size:18px;display:none; }
#MRw3OxRLeUPs9JOT8eT3k9fC9UaFwAsn { top:550px;left:0px;width:200px;height:23px;font-size:18px;display:none; }
#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw { display:none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container { width:764px;position:relative;display:none; }#IWhByNypDkUVgPwy0tk6hi3NZf9HDND5 { top:19px;left:0px;width:319px;height:;font-size:30px;display:none; }
#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 { display:none; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container { width:764px;position:relative;display:none; }#ynFNaWtmaS5pFGStUlwKncTpuurtIVoS { top:22px;left:0px;width:253px;height:297px;font-size:18px;display:none; }
#ot1ABWaEWNTS8Oq5ZVMTCAUIudCs0aDp { top:318px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#mmweLTZA2v4LTMrk1BAsqqwyZ5P5TCbX { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#qvv7qfIBgN0z2nkoUvMWc7wcpz9D1AHI { top:320px;left:0px;width:32px;height:32px;display:none; }
#ONqir7xbIsBkXZhTRXEW0tcTLoEzlvMF { top:429px;left:0px;width:32px;height:32px;display:none; }
#KVDhie6kV2CCiJ8ip0nkgJcbcVdvOtMp { top:211px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#BndEq0IFVuI23mN7sROrTrrJEha8uDBN { top:213px;left:0px;width:32px;height:32px;display:none; }
#TLtTgcicyiSCktWz8e6dk8DgzqsfXKTR { width:402px;height:47px;top:0px;left:98px;display:block; }
#GmigVUuCwRekqlELoZiO9Mn83Nbp7bJt { display:block; }
#a4lNOWgoiDgTbT4XSZbtZqR5TJB0MW2v { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#LxRGdt9bnrDFuZDVcIxySPql0P7zScpI { top:429px;left:0px;width:32px;height:32px;display:none; }
#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg { display:none; }#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg > .row .container { width:764px;position:relative;display:none; }#tBikTwTnoxmTwiH3Nynqmez5JAftzX0S { top:137px;left:470px;width:237px;height:84px;font-size:22px;display:block; }
#O3lJ6TpWlZWIf1yo56vyE5G3daMRu3oi { top:123px;left:562px;width:194px;height:194px;display:none; }
#xZO2XMoZP6XihTnIpGWThggm7BS3iTAL { top:109px;left:0px;width:200px;height:130px;font-size:25px;display:none; }
#THUcUkDIrFf7nTiDMm6QaRF54avtxXK6 { top:73px;left:459px;width:251px;height:251px;display:block; }
#orAlhdM1qadkz1h4nyQlHG18JBHrQ0UL { top:235px;left:470px;width:237px;height:46px;font-size:18px;display:block; }
#SCTnuVeEH4OTyByskCFWW2OtvqXMR3VU { top:27px;left:613px;width:143px;height:143px;display:block; }
#wCIJJ8IJaBTSUEJ6etyhTqarxPBm6eWi { top:82px;left:527px;width:237px;height:56px;font-size:22px;display:block; }
#urwcydNAuETegOOPdu6aVTIsC2rGh8Zt { top:227px;left:0px;width:154px;height:41px;font-size:16px;display:none; }
#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 { display:block; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row .container { width:764px;position:relative;display:block; }#UvLRyc56XlgZcx2V1zxgVQqhMgxfztpF { top:15px;left:0px;width:320px;height:;font-size:32px;display:block; }
#P4eebsmyMuWp9nm4rUuh4McdQBuVGrlO { top:169px;left:0px;width:320px;height:;font-size:26px;display:none; }
#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG { display:none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container { width:764px;position:relative;display:none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM { display:none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container { width:764px;position:relative;display:none; }#uElaT9EmopgFiBznLLhMK9DFQiex4LhB { top:90px;left:0px;width:253px;height:540px;font-size:18px;display:none; }
#Wo9fCvZcw2dv9RzJt7V1rBOrvq2SxtVr { top:318px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#WSaH3uzCCwBtl0WreXSkPCDTPMAD4826 { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#fhiBzb5iKhWb5nARvRt3iyPuVmzgcrEt { top:320px;left:0px;width:32px;height:32px;display:none; }
#EQJQDXJkKGSHQNlO4M3PqSEQbp3IExpn { top:429px;left:0px;width:32px;height:32px;display:none; }
#Do2kcCnXBdeFQvm4Cnp2HG80ggzWthg4 { top:211px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#T68UGxLHhOmatPuEW9SZLsxw61XlJSHb { top:213px;left:0px;width:32px;height:32px;display:none; }
#pDaBG4hmf8XeTdFn8JEesE6kgofwPXPo { width:402px;height:47px;top:0px;left:98px;display:block; }
#JgLqomMStDk9blDuuaCZNUDQbTZCiFZM { display:block; }
#DGUxSg7abnaV09UlLZ2zkFenrTZ6JGDC { top:36px;left:0px;width:320px;height:;font-size:26px;display:none; }
#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU { display:none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container { width:764px;position:relative;display:none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp { display:none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container { width:764px;position:relative;display:none; }#d2CNUc8f8I9UzRfhGgyK6IeUog53bmFB { top:90px;left:0px;width:253px;height:756px;font-size:18px;display:none; }
#lRkBT0yPD7XyXZWsS5FFQJOh1bDeOEXH { top:318px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#uMxecT1L4dw28DM5ThsT9HlvyZlGps9F { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#gcCWAkqkLhD34kiU6JPBwzdwztWrwX2q { top:320px;left:0px;width:32px;height:32px;display:none; }
#ociTvDRr21yET7DKv0LTtNcfSX2eqAVb { top:429px;left:0px;width:32px;height:32px;display:none; }
#fzFFkQDH8CaRMTTb9lletAl78EyfwUKT { top:211px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#V0rElDp3zfghDPEDWLVc5xoRAZtygF1M { top:213px;left:0px;width:32px;height:32px;display:none; }
#naTdz6dXPw5zEwe0516MzMmTZWGPcCsR { width:402px;height:47px;top:0px;left:98px;display:block; }
#RZLBVW6otd0lQgSpRmLWd9w0MlT74Uwr { display:block; }
#cbi9nLzMuCrr5es7MnrFTTwq6JeOTAA0 { top:22px;left:0px;width:320px;height:;font-size:26px;display:none; }
#TFoELORChxpoDyp8c0nSCFTHT8eV67Dd { top:318px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#HG01wBLt8JTTuRsslGSOotpRzoarXQtA { top:320px;left:0px;width:32px;height:32px;display:none; }
#ChR6hzC9RPA1iyODsb7VVhRtqrBJZZek { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#x8TKEAW4BQLRXRxlaJJF0bsQZLqWIAzH { top:429px;left:0px;width:32px;height:32px;display:none; }
#Dkl3Z2UsI8dRQkbuyrDZNciUHhcVJGWn { top:427px;left:0px;width:41px;height:41px;font-size:28px;display:none; }
#lyrJrFIDIvMw9RhAnsKcsqHfaoMWxCm4 { top:429px;left:0px;width:32px;height:32px;display:none; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { width:764px;position:relative;display:block; }#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { top:27px;left:350px;width:414px;height:82px;font-size:32px;display:block; }
#aXhBTgoFSq5eq07gzsf8rrFI6T9TxMQy { top:135px;left:359px;width:405px;height:140px;font-size:22px;display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { top:295px;left:350px;width:414px;height:108px;font-size:18px;display:block; }
#MoXDnEcDAPXih4SzZomMpAhX4pZqE74D { top:37px;left:40.5px;width:301px;height:560px;display:block; }
#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu { display:none; }#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu > .row .container { width:764px;position:relative;display:none; }#o4tN6eEoQdVLqsKZHTHUElsUywrXkMGu { top:22px;left:0px;width:320px;height:;font-size:32px;display:block; }
#rTNXPpOlvhh4uhsAe2w60e5FC9KB9dVN { top:127px;left:0px;width:320px;height:273px;font-size:22px;display:block; }
#UV9rrPR2apyD0nT9TXIGUhmDUGdQJ3Ps { width:402px;height:47px;top:0px;left:98px;display:none; }
#EbdBcVbU2uyiPP9MAN9C6u2QASoquTk0 { display:block; }
#DBKD1TP7ndwRNRsph46PqfHpb23QAiON { display:block; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row .container { width:764px;position:relative;display:block; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS { display:none; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS > .row .container { width:764px;position:relative;display:none; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L { display:block; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row .container { width:764px;position:relative;display:block; }#aTA9F6uRBP8kHsaQQsUm79xhMnsCRlRL { top:20px;left:0px;width:320px;height:81px;font-size:18px;display:block; }
#Olc7iuEGUgRJhVlI32xQsI5q9WrvvzhU { top:86px;left:315px;width:37px;height:39px;display:block; }
#BrnsfduQwqZkPPVsagzscgMcG85mkwzW { top:92px;left:361px;width:83px;height:27px;font-size:18px;display:block; }
#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC { display:block; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row .container { width:764px;position:relative;display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK { display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row .container { width:764px;position:relative;display:block; }#CI5i30nVC07Bcy8RxV5sBORKhcUzcCiW { top:0px;left:0px;width:764px;height:241px;display:block; }
#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na { display:block; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row .container { width:764px;position:relative;display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 { display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container { width:764px;position:relative;display:block; }#eyKllzdaWdEXPEGD9RwhkZCCdwdEHq9C { top:20px;left:0px;width:320px;height:;font-size:29px;display:block; }
#K10KLudTIOCe5hsexJLbgs70PKszELic { top:116px;left:88px;width:588px;height:27px;font-size:21px;display:block; }
#DyOssXTV0Zuv4fTTnQJVwgxoge1Z8ZIn { top:275px;left:0px;width:287px;height:20px;font-size:16px;display:none; }
#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc { display:block; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row .container { width:764px;position:relative;display:block; }#ddnts1pIUH7lCTuflf9w3KNqt7l3ANbh { top:0px;left:0px;width:764px;height:350px;display:block; }
#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO { display:block; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row .container { width:764px;position:relative;display:block; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 { display:block; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { width:764px;position:relative;display:block; }#X0RMzfAP6qfLx6lodfUDbkLlP7TBynQ0 { top:39px;left:0px;width:501px;height:41px;font-size:32px;display:block; }
#T2Om77KBQF3EOBNIPzP0g7cKdkAJQApz { top:126px;left:0px;width:320px;height:136px;font-size:21px;display:block; }
#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 { top:282px;left:0px;width:320px;height:;font-size:18px;display:block; }#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 li:before{  }
#FJq0J78EChrXt2J360GzE1RboW654XVI { width:432px;height:47px;top:1440px;left:0px;display:block; }
#h7BCXeWqMAHU2KThHi0CoKxtT7ZXInb5 { display:block; }
body { position:relative;display:block; }
#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk { display:block; }#bTTFDF7sTahuPUy95AzbKgWrPdMIpMhk > .row .container { width:320px;height:96px;position:relative;display:block; }#z5lu5IP5kGBdZJDkQligLMixU3ywX5xi { width:197px;height:62px;top:17px;left:61.5px;display:block; }
#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { display:block; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { background-color: transparent; background-image: none; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container > .video-iframe-container { display: none; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row > .video-iframe-container { display: none; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .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); }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ { border-width: 0; border-radius: 0; }#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container { width:320px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UX2wnFbI/A68I5957.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:444px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#DlmSuJiTPmL0SrbDyPXBGvAXMGqF2PAZ > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#oamgE9ap9x4tT9PnxFl3egncPRfLFQV0 { top:205px;left:0px;width:290px;height:225px;z-index:100000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#MDJZRKbPE5Z6ADnsKz6MzIOV6gAnxu5T { width:221px;height:;top:214px;left:12px;font-size:40px;z-index:100001;display:block; }
#FIc8ivV0vFqDReV70Oixqnp7xR6DWUmM { width:310px;height:76.8px;top:278.5px;left:10px;font-size:32px;z-index:100002;text-shadow:1px 1px 3px rgba(255,255,255,0.5);display:block; }
#nRyHeLuACoyTVTG5OGcoB6h6V4kFfUEK { top:371px;left:10.5px;width:277px;height:46.8px;z-index:100010;font-size:18px;display:block; }
#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep { display:block; }#VmU2bvzQnFMdxAR8PpoAIVMZZU1EHJep > .row .container { width:320px;height:215px;position:relative;display:block; }#xHWJBEqaF3OtKmSSbqa69rr2gHlZFpJy { width:320px;height:;top:20px;left:0px;font-size:21px;z-index:100006;color:#00789a;display:block; }
#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l { display:block; }#ItF5NKgG8pJ9hvZz1TnghaWHwzdzQA9l > .row .container { width:320px;height:565px;position:relative;display:block; }#vg7y20gK4Ff0I75xGVQrM5p0gG0VBTsu { width:237px;height:auto;top:137px;left:41px;font-size:22px;display:none; }
#lwHDcmMFPHT5MGpCtQFJgr4unoWw3gNe { width:270px;height:270px;top:148px;left:20px;z-index:100016;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:142px;border-top-right-radius:142px;border-bottom-left-radius:142px;border-bottom-right-radius:142px;display:block; }
#qc7XJWpJ6OnLVEI7OKRoWecSRW8fHeIT { width:200px;height:145.6px;top:217px;left:58px;font-size:28px;z-index:100019;display:block; }
#cxyMKuJ3s0HXahATEByQbppdXDReADu1 { width:251px;height:251px;top:73px;left:30px;display:none; }
#NVOoa6mOQKd9Q00pIC3zsDpBZIHr9SpX { width:237px;height:auto;top:235px;left:41px;font-size:18px;display:none; }
#ksgTiiBo4RPtz9nlxpcyTLSQC14orCdS { width:143px;height:143px;top:27px;left:84px;display:none; }
#fkDSSrKKkTPlZvmaXpL1s79gTfGJTxSh { width:237px;height:auto;top:82px;left:41px;font-size:22px;display:none; }
#W77imkBtDKif9nnaQxfqhkTfn5hUZAmh { width:320px;height:;top:17px;left:-2px;font-size:28px;text-align:center;text-align-last:center;display:block; }
#zR6C01Z44rmmE4eiHwARzb0lqxPet1Ef { width:304px;height:47px;top:464px;left:8px;font-size:19px;z-index:100010;display:block; }
#vJWrEJ1llToTsFR3cfvIod88n6MA14DM { display:block; }
#qEKfco0Kgop83PvOGzHZNws8PBQRypAx { top:530px;left:2.5px;width:319px;height:20.8px;z-index:100022;text-align:center;text-align-last:center;display:block; }
#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 { display:block; }#uFaOu5rsKBoZeSevArlTcbBmLpUUevz8 > .row .container { width:320px;height:1044px;position:relative;display:block; }#ZVGEOhdr7qg4rrdQBdu4bnPMUfDEA9m7 { width:320px;height:124.8px;top:394px;left:0px;font-size:32px;display:block; }
#gp6QapkBuOmsUS7Mt0Mnriwn1Klvp0HP { width:320px;height:136.5px;top:536px;left:0px;font-size:21px;display:block; }
#fSBTaiZyXT1tmhoQsaBCAtSGoQNRveym { width:320px;height:243px;top:699px;left:0px;font-size:18px;display:block; }
#hSeCOI5aNwuxzcrJuWN6XPkudutX6QCE { width:320px;height:353px;top:21px;left:0px;display:block; }
#ryUE8dAlWFnHAuW4zEBcCFpsszmFBWyO { width:320px;height:47px;top:972px;left:0px;font-size:19px;display:block; }
#ncoZIlgR1CtAcmWEgloyQTqIMROVOCiV { display:block; }
#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU { display:block; }#ox94LJJzZ6PLsa0uJZrevdaEDNaknQLU > .row .container { width:320px;height:888px;position:relative;display:block; }#OK410ZM6xD1ESTAXZDdDWFou98lTZ7Zr { width:265px;height:267px;top:29px;left:27px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KrpNlLOY/tandblegning_specialister.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#OK410ZM6xD1ESTAXZDdDWFou98lTZ7Zr.adaptive-delivery-prevent-bg { background-image: none; }
#TOZ6A0wbu4Qcln8UKCnHkLXPdkMEGvTL { width:287px;height:835px;top:20px;left:16px;display:block; }
#L5z8PwX4GlmEfZT4lXNQWnclEm1zl6rt { width:243px;height:27px;top:353.5px;left:38.5px;font-size:18px;display:block; }
#wkw2IcnqwTSadprFxt75RB9QuGFEEm6O { width:243px;height:31.5px;top:320.5px;left:38px;font-size:21px;display:block; }
#sDua8pqTiwlI0L9zg0mEnSJZI1DnTTyB { width:150px;height:150px;top:2606px;left:85px;z-index:99997;display:none; }
#Xqqsh3S8bh63RroMQl7NtkcmV0T3gegd { width:247px;height:432px;top:397px;left:36.5px;font-size:18px;z-index:100006;display:block; }
#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK { display:block; }#gDdZOWhTJmDJrbFvzRQkqxFwTOzqZbDK > .row .container { width:320px;height:788px;position:relative;display:block; }#ARMpICor5zpLbh2E5nwzibGDe5sDvNTS { width:299px;height:712.5px;top:19px;left:10px;font-size:19px;text-align:left;text-align-last:left;display:block; }
#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv { display:block; }#iuNmpLfHNr8EZfHRTpgxdV9pmJTiSaGv > .row .container { width:320px;height:11px;position:relative;display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me { display:block; }#Ll2fmllQIzMrx2UiebqigIb7at9Dp9me > .row .container { width:320px;height:273px;position:relative;display:block; }#vPzioNSMTbP6CP4QVRxK61WyIRiFzcBC { width:320px;height:241px;top:15px;left:0px;display:block; }
#egkrHFtGdDqKgrHIGtcteNuguNubk12a { background-color:#ffffff;background-image:none;display:block; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { background-color: transparent; background-image: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container > .video-iframe-container { display: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row > .video-iframe-container { display: none; }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .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); }#egkrHFtGdDqKgrHIGtcteNuguNubk12a > .row .container { width:320px;height:576px;position:relative;display:block; }#PHBTr4WfMC8nqhHK9DkuL0QXTup7PEAR { width:320px;height:83.2px;top:30px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
#ukuMB4asPlZZQ4OMwWdEtaUsr6C02GGN { width:320px;height:47px;top:515.609375px;left:0px;font-size:19px;display:block; }
#HISHdyGaB5ZfsT5UkR8POH6n2pt0mWi4 { display:block; }
#DD0m8ToxFShCbZZCPU53ab72ct7RnB1a { width:320px;height:357px;top:129px;left:0px;display:block; }
#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv { display:block; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv { background-color: transparent; background-image: none; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container > .video-iframe-container { display: none; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row > .video-iframe-container { display: none; }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .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); }#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container { width:320px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;height:622px;position:relative;display:block; }
#ZoVQ9gxdBaChKpbRRTTCD9T4TM7C7Gpv > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#BBJooANl9BE253us99zeafFPNFk4N2id { top:21px;left:0px;width:320px;height:239px;z-index:100001;overflow:hidden;display:block; }
#UiNB9AawQb3mVixPSGFdsnx5J4vLT9wd { top:324px;left:0px;width:320px;height:240px;z-index:100002;overflow:hidden;display:block; }
#e5tdCKmlhSsubIswl3yseP1lbbNr3SDR { top:210px;left:111.5px;width:87px;height:87px;z-index:100004;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;background-color:#f7a700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #fdfbfb;border-left:5px solid #fdfbfb;border-right:5px solid #fdfbfb;border-bottom:5px solid #fdfbfb;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#yktxcbvHD1AxJX5u2TC99qCUidGzrdCM { top:513px;left:111.5px;width:87px;height:87px;z-index:100005;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;background-color:#f7a700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:5px solid #fdfbfb;border-left:5px solid #fdfbfb;border-right:5px solid #fdfbfb;border-bottom:5px solid #fdfbfb;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#GklCDDMhJkR5Tls1EdnT3agJAJWyCy7L { top:247px;left:60px;width:200px;height:23.4px;z-index:100006;color:#ffffff;font-size:18px;text-align:center;text-align-last:center;display:block; }
#MRw3OxRLeUPs9JOT8eT3k9fC9UaFwAsn { top:550px;left:60px;width:200px;height:23.4px;z-index:100007;color:#ffffff;font-size:18px;text-align:center;text-align-last:center;display:block; }
#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/v3leKqbK/fordele_mb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw.adaptive-delivery-prevent-bg { background-image: none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container { background-color: transparent; background-image: none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container > .video-iframe-container { display: none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row > .video-iframe-container { display: none; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .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); }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container { border-width: 0; border-radius: 0; }#FuCnPtVnmanvNTTCgA7nTFTMqez23iPw > .row .container { width:320px;height:411px;position:relative;display:block; }#IWhByNypDkUVgPwy0tk6hi3NZf9HDND5 { width:319px;height:;top:19px;left:0px;font-size:30px;color:#5f6f7e;z-index:100006;text-shadow:1px 1px 3px rgba(255,255,255,0.77);display:block; }
#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 { background-color:#edf4f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container { background-color: transparent; background-image: none; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container > .video-iframe-container { display: none; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row > .video-iframe-container { display: none; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .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); }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container { border-width: 0; border-radius: 0; }#KlaIzrrrQvuDB9zqdbTTFPfC8GJ7KuW1 > .row .container { width:320px;height:429px;position:relative;display:block; }#ynFNaWtmaS5pFGStUlwKncTpuurtIVoS { width:253px;height:297px;top:22.5px;left:67px;font-size:18px;z-index:100019;color:#5f6f7e;display:block; }
#ot1ABWaEWNTS8Oq5ZVMTCAUIudCs0aDp { width:41px;height:41px;top:70px;left:0px;font-size:28px;z-index:100033;display:block; }
#mmweLTZA2v4LTMrk1BAsqqwyZ5P5TCbX { width:41px;height:41px;top:126px;left:0px;font-size:28px;z-index:100035;display:block; }
#qvv7qfIBgN0z2nkoUvMWc7wcpz9D1AHI { width:32px;height:32px;top:72px;left:2px;z-index:100032;display:block; }
#ONqir7xbIsBkXZhTRXEW0tcTLoEzlvMF { width:32px;height:32px;top:128px;left:2px;z-index:100034;display:block; }
#KVDhie6kV2CCiJ8ip0nkgJcbcVdvOtMp { width:41px;height:41px;top:15px;left:0px;font-size:28px;z-index:100031;display:block; }
#BndEq0IFVuI23mN7sROrTrrJEha8uDBN { width:32px;height:32px;top:17px;left:2px;z-index:100030;display:block; }
#TLtTgcicyiSCktWz8e6dk8DgzqsfXKTR { width:320px;height:47px;top:349.5px;left:0px;font-size:19px;display:block; }
#GmigVUuCwRekqlELoZiO9Mn83Nbp7bJt { display:block; }
#a4lNOWgoiDgTbT4XSZbtZqR5TJB0MW2v { width:41px;height:41px;top:178px;left:0px;font-size:28px;z-index:100037;display:block; }
#LxRGdt9bnrDFuZDVcIxySPql0P7zScpI { width:32px;height:32px;top:180px;left:2px;z-index:100036;display:block; }
#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg { display:block; }#UhfcqgAOQo13q1S4zct83og8zJHv1Kfg > .row .container { width:320px;height:303px;position:relative;display:block; }#tBikTwTnoxmTwiH3Nynqmez5JAftzX0S { width:237px;height:auto;top:137px;left:41px;font-size:22px;display:none; }
#O3lJ6TpWlZWIf1yo56vyE5G3daMRu3oi { width:270px;height:270px;top:13px;left:20px;z-index:100016;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;border-top-left-radius:142px;border-top-right-radius:142px;border-bottom-left-radius:142px;border-bottom-right-radius:142px;display:block; }
#xZO2XMoZP6XihTnIpGWThggm7BS3iTAL { width:200px;height:130px;top:78.5px;left:60px;font-size:25px;z-index:100019;display:block; }
#THUcUkDIrFf7nTiDMm6QaRF54avtxXK6 { width:251px;height:251px;top:73px;left:30px;display:none; }
#orAlhdM1qadkz1h4nyQlHG18JBHrQ0UL { width:237px;height:auto;top:235px;left:41px;font-size:18px;display:none; }
#SCTnuVeEH4OTyByskCFWW2OtvqXMR3VU { width:143px;height:143px;top:27px;left:84px;display:none; }
#wCIJJ8IJaBTSUEJ6etyhTqarxPBm6eWi { width:237px;height:auto;top:82px;left:41px;font-size:22px;display:none; }
#urwcydNAuETegOOPdu6aVTIsC2rGh8Zt { top:227px;left:83px;width:154px;height:41.6px;z-index:100022;text-align:center;text-align-last:center;display:block; }
#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 { display:block; }#LrHXIqSiUk2rNCzwL7WZEHz2B8h7P4z5 > .row .container { width:320px;height:246px;position:relative;display:block; }#UvLRyc56XlgZcx2V1zxgVQqhMgxfztpF { width:320px;height:124.8px;top:15px;left:0px;font-size:32px;display:block; }
#P4eebsmyMuWp9nm4rUuh4McdQBuVGrlO { width:320px;height:67.6px;top:159px;left:0px;font-size:26px;z-index:100004;display:block; }
#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PhmudzQh/forundersoegelsen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG.adaptive-delivery-prevent-bg { background-image: none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container { background-color: transparent; background-image: none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container > .video-iframe-container { display: none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row > .video-iframe-container { display: none; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .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); }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container { border-width: 0; border-radius: 0; }#Sg0WPPNehAu8lsLIwfUBoWr3HpwH4bbG > .row .container { width:320px;height:399px;position:relative;display:block; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM { background-color:#edf4f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container { background-color: transparent; background-image: none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container > .video-iframe-container { display: none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row > .video-iframe-container { display: none; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .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); }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container { border-width: 0; border-radius: 0; }#aibPTcAlB9C09aTZxxWg5Sgyi6yxmCgM > .row .container { width:320px;height:751px;position:relative;display:block; }#uElaT9EmopgFiBznLLhMK9DFQiex4LhB { width:253px;height:540px;top:90px;left:67px;font-size:18px;z-index:100019;color:#5f6f7e;display:block; }
#Wo9fCvZcw2dv9RzJt7V1rBOrvq2SxtVr { width:41px;height:41px;top:325px;left:0px;font-size:28px;z-index:100033;display:block; }
#WSaH3uzCCwBtl0WreXSkPCDTPMAD4826 { width:41px;height:41px;top:491px;left:0px;font-size:28px;z-index:100035;display:block; }
#fhiBzb5iKhWb5nARvRt3iyPuVmzgcrEt { width:32px;height:32px;top:326px;left:2px;z-index:100032;display:block; }
#EQJQDXJkKGSHQNlO4M3PqSEQbp3IExpn { width:32px;height:32px;top:493px;left:2px;z-index:100034;display:block; }
#Do2kcCnXBdeFQvm4Cnp2HG80ggzWthg4 { width:41px;height:41px;top:82px;left:0px;font-size:28px;z-index:100031;display:block; }
#T68UGxLHhOmatPuEW9SZLsxw61XlJSHb { width:32px;height:32px;top:84px;left:2px;z-index:100030;display:block; }
#pDaBG4hmf8XeTdFn8JEesE6kgofwPXPo { width:320px;height:47px;top:670px;left:0px;font-size:19px;display:block; }
#JgLqomMStDk9blDuuaCZNUDQbTZCiFZM { display:block; }
#DGUxSg7abnaV09UlLZ2zkFenrTZ6JGDC { width:320px;height:33.8px;top:22px;left:0px;font-size:26px;z-index:100005;display:block; }
#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PwjvstGQ/klinikblegningen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU.adaptive-delivery-prevent-bg { background-image: none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container { background-color: transparent; background-image: none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container > .video-iframe-container { display: none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row > .video-iframe-container { display: none; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .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); }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container { border-width: 0; border-radius: 0; }#bz7wIAcsHlLsApTP7eQkdGMevKfr4eBU > .row .container { width:320px;height:399px;position:relative;display:block; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp { background-color:#edf4f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container { background-color: transparent; background-image: none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container > .video-iframe-container { display: none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row > .video-iframe-container { display: none; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .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); }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container { border-width: 0; border-radius: 0; }#HklPANHfu7PfBacDCv24AcLDxQELAcsp > .row .container { width:320px;height:973px;position:relative;display:block; }#d2CNUc8f8I9UzRfhGgyK6IeUog53bmFB { width:253px;height:756px;top:90px;left:67px;font-size:18px;z-index:100019;color:#5f6f7e;display:block; }
#lRkBT0yPD7XyXZWsS5FFQJOh1bDeOEXH { width:41px;height:41px;top:252px;left:2px;font-size:28px;z-index:100033;display:block; }
#uMxecT1L4dw28DM5ThsT9HlvyZlGps9F { width:41px;height:41px;top:491px;left:0px;font-size:28px;z-index:100035;display:block; }
#gcCWAkqkLhD34kiU6JPBwzdwztWrwX2q { width:32px;height:32px;top:253px;left:4px;z-index:100032;display:block; }
#ociTvDRr21yET7DKv0LTtNcfSX2eqAVb { width:32px;height:32px;top:493px;left:2px;z-index:100034;display:block; }
#fzFFkQDH8CaRMTTb9lletAl78EyfwUKT { width:41px;height:41px;top:82px;left:0px;font-size:28px;z-index:100031;display:block; }
#V0rElDp3zfghDPEDWLVc5xoRAZtygF1M { width:32px;height:32px;top:84px;left:2px;z-index:100030;display:block; }
#naTdz6dXPw5zEwe0516MzMmTZWGPcCsR { width:320px;height:47px;top:895px;left:0px;font-size:19px;display:block; }
#RZLBVW6otd0lQgSpRmLWd9w0MlT74Uwr { display:block; }
#cbi9nLzMuCrr5es7MnrFTTwq6JeOTAA0 { width:320px;height:;top:22px;left:0px;font-size:26px;z-index:100005;display:block; }
#TFoELORChxpoDyp8c0nSCFTHT8eV67Dd { width:41px;height:41px;top:383px;left:0px;font-size:28px;z-index:100035;display:block; }
#HG01wBLt8JTTuRsslGSOotpRzoarXQtA { width:32px;height:32px;top:384px;left:2px;z-index:100034;display:block; }
#ChR6hzC9RPA1iyODsb7VVhRtqrBJZZek { width:41px;height:41px;top:623px;left:0px;font-size:28px;z-index:100037;display:block; }
#x8TKEAW4BQLRXRxlaJJF0bsQZLqWIAzH { width:32px;height:32px;top:625px;left:2px;z-index:100036;display:block; }
#Dkl3Z2UsI8dRQkbuyrDZNciUHhcVJGWn { width:41px;height:41px;top:758px;left:0px;font-size:28px;z-index:100039;display:block; }
#lyrJrFIDIvMw9RhAnsKcsqHfaoMWxCm4 { width:32px;height:32px;top:760px;left:2px;z-index:100038;display:block; }
#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U { display:block; }#J70TDxqV0IHXoSwCVkeXA5KZr6TFRi8U > .row .container { width:320px;height:974px;position:relative;display:block; }#TI3O5myhpnBEM4HvW6ggR3vDABteRLTp { width:320px;height:124.8px;top:22px;left:0px;font-size:32px;display:block; }
#aXhBTgoFSq5eq07gzsf8rrFI6T9TxMQy { width:320px;height:163.8px;top:641px;left:0px;font-size:21px;display:block; }
#TRHAtIQqmIvSbTnHFlygAxDE0SVMrPi4 { width:320px;height:135px;top:823px;left:0px;font-size:18px;display:block; }
#MoXDnEcDAPXih4SzZomMpAhX4pZqE74D { height:461px;width:320px;top:158px;left:0px;display:block; }
#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu { display:block; }#bFphyeDOCkM1wqFaeRdwSHAG2QaKT9vu > .row .container { width:320px;height:489px;position:relative;display:block; }#o4tN6eEoQdVLqsKZHTHUElsUywrXkMGu { width:320px;height:;top:22px;left:0px;font-size:32px;display:block; }
#rTNXPpOlvhh4uhsAe2w60e5FC9KB9dVN { width:320px;height:273px;top:127px;left:0px;font-size:21px;display:block; }
#UV9rrPR2apyD0nT9TXIGUhmDUGdQJ3Ps { width:320px;height:47px;top:426px;left:0px;font-size:19px;z-index:100012;display:block; }
#EbdBcVbU2uyiPP9MAN9C6u2QASoquTk0 { display:block; }
#DBKD1TP7ndwRNRsph46PqfHpb23QAiON { display:block; }#DBKD1TP7ndwRNRsph46PqfHpb23QAiON > .row .container { width:320px;height:11px;position:relative;display:block; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS { display:block; }#QnIXcOTbdT590pt8kC8ib9hga5Ip7vfS > .row .container { width:320px;height:14px;position:relative;display:block; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L { display:block; }#fzkKasSe3I4GufldPT6byT2od4vgNO3L > .row .container { width:320px;height:201px;position:relative;display:block; }#aTA9F6uRBP8kHsaQQsUm79xhMnsCRlRL { width:320px;height:81px;top:20px;left:0px;font-size:18px;display:block; }
#Olc7iuEGUgRJhVlI32xQsI5q9WrvvzhU { width:37px;height:39px;top:112px;left:141.5px;display:block; }
#BrnsfduQwqZkPPVsagzscgMcG85mkwzW { width:83px;height:27px;top:162px;left:118.5px;font-size:18px;display:block; }
#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC { display:block; }#BnNzuTW46oXgHW5b0qWFSZm0cThp4lcC > .row .container { width:320px;height:31px;position:relative;display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK { display:block; }#BIWaUTntnqTDOuH6uaCIrX0ULsf0l3vK > .row .container { width:320px;height:281px;position:relative;display:block; }#CI5i30nVC07Bcy8RxV5sBORKhcUzcCiW { width:320px;height:241px;top:20px;left:0px;display:block; }
#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na { display:block; }#ru8RzOrCqdMcZwnKxQUf2yqRZLNzt0na > .row .container { width:320px;height:30px;position:relative;display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 { background-color:#00789a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container { background-color: transparent; background-image: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container > .video-iframe-container { display: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row > .video-iframe-container { display: none; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .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); }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container { border-width: 0; border-radius: 0; }#Frt3UT1Tz8BTzzkMqq86X19eF2ZwQxB3 > .row .container { width:320px;height:209px;position:relative;display:block; }#eyKllzdaWdEXPEGD9RwhkZCCdwdEHq9C { width:320px;height:;top:20px;left:0px;font-size:29px;display:block; }
#K10KLudTIOCe5hsexJLbgs70PKszELic { width:320px;height:52px;top:112px;left:0px;font-size:20px;display:block; }
#DyOssXTV0Zuv4fTTnQJVwgxoge1Z8ZIn { top:185px;left:13.5px;width:287px;height:20.8px;z-index:100009;text-align:center;text-align-last:center;display:block; }
#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc { display:block; }#tUUomGVUXIfw5x3vp08o8mtoM4tu62uc > .row .container { width:320px;height:390px;position:relative;display:block; }#ddnts1pIUH7lCTuflf9w3KNqt7l3ANbh { width:320px;height:350px;top:20px;left:0px;display:block; }
#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO { display:block; }#HlLTWyimQy17v6Sm0b6zz8RLCxKTdJxO > .row .container { width:320px;height:30px;position:relative;display:block; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Ox0nboQK/stemning_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48.adaptive-delivery-prevent-bg { background-image: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { background-color: transparent; background-image: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,250,250,0.83); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container > .video-iframe-container { display: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,250,250,0.83); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row > .video-iframe-container { display: none; }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .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); }#OI2Z9WiBvw3PivROukhqv9LC2CLM4k48 > .row .container { width:320px;height:1242px;position:relative;display:block; }#X0RMzfAP6qfLx6lodfUDbkLlP7TBynQ0 { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
#T2Om77KBQF3EOBNIPzP0g7cKdkAJQApz { width:320px;height:136.5px;top:126px;left:0px;font-size:21px;display:block; }
#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 { width:320px;height:;top:282px;left:0px;font-size:18px;display:block; }#T70TJz4y2ndrHsd6TJp1650TfULdhqs4 li:before{  }
#FJq0J78EChrXt2J360GzE1RboW654XVI { width:320px;height:47px;top:1179px;left:0px;font-size:19px;display:block; }
#h7BCXeWqMAHU2KThHi0CoKxtT7ZXInb5 { display:block; }
