.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f1d09f;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00538b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container { background-color: transparent; background-image: none; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container > .video-iframe-container { display: none; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row > .video-iframe-container { display: none; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .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); }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container { border-width: 0; border-radius: 0; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container { background-color: transparent; background-image: none; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container > .video-iframe-container { display: none; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row > .video-iframe-container { display: none; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .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); }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container { border-width: 0; border-radius: 0; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:16.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { color:#333333;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:25.36171913147rem;height:5.60625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#egKtzK9Li9AW77J1zNFSLT9f0zHIyhmW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.3125rem;top:1.375rem;left:51.687498092651rem;overflow:hidden;display:block; }
#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:#f1d09f;background-image:url("https://images.assets-landingi.com/uc/c13d11db-4f14-494a-b67a-94c4f6b44cf4/MicrosoftTeamsimage3.png");background-position:top 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyloading { background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:60rem;height:32.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#sDw0p6WtH446bpDCJvgUX1766rkKEyLo { position:absolute;display:block;z-index:14999;height:4.4375rem;width:8rem;top:7.125rem;left:0rem;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-form-header {  }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:1.25rem;font-weight:bold;color:#ffffff;width:20.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;vertical-align:top;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.3125rem;box-sizing:border-box;height:2rem;color:#161616;font-family:roboto;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff9d6c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#161616;width:12.1875rem;height:2.75rem;font-family:dosis;overflow:hidden;line-height:1; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { color:#161616;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { color:#161616;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:roboto;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;font-size:0.8125rem;font-weight:300;color:#fdfdfd;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;line-height:1;float:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:first-of-type{padding-top:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:last-of-type{padding-bottom:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { background-color:#00538b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.7222223281861rem;left:36.25rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.3125rem;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { background-color:#00538b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.7222223281861rem;left:36.25rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ChJLL0lGfZqlf2l9TnIlJE9oMBNEAoCH { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #hdwHcyQf3aav6DAFDOySgs5ryehsNTgz { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #H8ITlILGqiu2P8n0FeWTA8GPGJkoJCxh { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #zdDkJuNKgWKdFLHxbLccFeeMOIMlNJn5 { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CzOsvMe4fnAl0Zs2RhhhV3cUyASiKs8E { position:relative;display:none; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #lJ3JW9KMCx0E2EH1HyOlBetQEH0sA26w { position:relative; }
#K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX { position:relative;z-index:2; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc { position:relative; }
#tiKbe0MM0oOHLhREo6XxN4yIccfhb8vc { position:relative;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci { position:relative; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW { position:relative; }
#TT8Rh8lLtoVfUtg2QWZiwE74mFgur2OL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:60rem;display:none; }
#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { background-color: transparent; background-image: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container > .video-iframe-container { display: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container { display: none; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .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); }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { border-width: 0; border-radius: 0; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#WTl82qqoFQIyWMZabynBhBD99UiwJIqP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:11.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:11.1875rem;left:17.5rem;overflow:hidden;display:block; }
#QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:11.187515258789rem;left:32.500001907349rem;overflow:hidden;display:block; }
#IJH4U71TS4J1smnKILBpiu5nt34rZ63R { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10rem;top:11.1875rem;left:47.5rem;overflow:hidden;display:block; }
#MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.762499809265rem;left:1.25rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.762499809265rem;left:16.250001907349rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.762499809265rem;left:31.250001907349rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { color:#333333;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.762499809265rem;left:46.250001907349rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { color:#333333;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:0.75rem;height:4.54426875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { color:#333333;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.4375rem;left:15.5625rem;height:4.54426875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { color:#333333;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.5625rem;height:3.4082rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { color:#333333;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.4375rem;left:45.5625rem;height:4.54426875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkUzhXSLrSl588dT8HymlOg7QbePcCWe { color:#333333;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEJ5i8wx6SCcwCIFlPnqfSv4Rlf5P7gc { color:#333333;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3375005722046rem;left:0rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { background-color: transparent; background-image: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container > .video-iframe-container { display: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container { display: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .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); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { border-width: 0; border-radius: 0; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { color:#00538b;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container { background-color: transparent; background-image: none; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container > .video-iframe-container { display: none; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row > .video-iframe-container { display: none; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .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); }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container { border-width: 0; border-radius: 0; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#Q5W7FRKcxMXtCqwTxMlZwyTrMCOvuygK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:25rem;top:1.6562497615814rem;left:35.000001907349rem;overflow:hidden;display:block; }
#ZlGVsIf3GIDMEeqVxTZToVo6UtvUONR7 { color:#00538b;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#lFiUoP2HcON6Olv4D2r9iV9meOy4gwEi { color:#00538b;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:6.816375rem;font-style:normal;display:block; }
#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container { background-color: transparent; background-image: none; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container > .video-iframe-container { display: none; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row > .video-iframe-container { display: none; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .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); }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container { border-width: 0; border-radius: 0; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#UMxqoBt6y1N0e45KKLVLbsp5bT8isAuH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:25rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#hdLMiPxb1qxhus2GpaQRW72T5JDfiETM { color:#333333;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5625rem;left:28.125rem;height:1.7871125rem;font-style:normal;display:block; }
#Ah0pVI9insWEMcmCZXLqoDwEizCTXLlT { color:#333333;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:28.125rem;height:5.6803375rem;font-style:normal;display:block; }
#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container { background-color: transparent; background-image: none; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container > .video-iframe-container { display: none; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row > .video-iframe-container { display: none; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .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); }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container { border-width: 0; border-radius: 0; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#tJt7PU2KT6tvUJkI2dJHKbnEgUEXPt37 { color:#00538b;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#LbnfIshUwLbatexlVfnLBJeXZMFxiQOJ { color:#00538b;display:block;width:31.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:4.54426875rem;font-style:normal;display:block; }
#cAqD8fo2O9yhl8ttul3xBpESAheg67Wf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:25rem;top:1.6875rem;left:35rem;overflow:hidden;display:block; }
#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container { background-color: transparent; background-image: none; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container > .video-iframe-container { display: none; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row > .video-iframe-container { display: none; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .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); }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container { border-width: 0; border-radius: 0; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#oysBOwF7HIhvqo48OSXFtvt0ETonS1lq { color:#333333;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container { background-color: transparent; background-image: none; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container > .video-iframe-container { display: none; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row > .video-iframe-container { display: none; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .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); }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container { border-width: 0; border-radius: 0; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#tpR4rLsrLQmIXR42SonGIXoTRCha0uGb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.875rem;width:31.875rem;top:1.65625rem;left:14.0625rem;display:block; }
#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { background-color: transparent; background-image: none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container > .video-iframe-container { display: none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row > .video-iframe-container { display: none; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .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); }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { border-width: 0; border-radius: 0; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { color:#333333;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { background-color: transparent; background-image: none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container > .video-iframe-container { display: none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row > .video-iframe-container { display: none; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .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); }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { border-width: 0; border-radius: 0; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:15.0625rem;top:0.59375rem;left:7.5041656494137rem;overflow:hidden;display:block; }
#zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.0625rem;top:1.8125rem;left:25rem;overflow:hidden;display:block; }
#CbJaN455FhfU002FN4kLU6ob6O8ONBfT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.9375rem;top:1.5rem;left:39.9375rem;overflow:hidden;display:block; }
#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2d9e7;background-image:url("https://images.assets-landingi.com/uc/40381142-2e23-4e3c-9faf-2be713a516ea/MicrosoftTeamsimage7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.adaptive-delivery-prevent-bg, #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.lazyload, #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.lazyloading { background-image: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { background-color: transparent; background-image: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container > .video-iframe-container { display: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container { display: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .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); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { border-width: 0; border-radius: 0; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.875rem;width:51.625rem;top:17.625rem;left:4.1875rem;display:block; }
#xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { color:#333333;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:5rem;height:2.2721375rem;font-style:normal;display:block; }
#tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:51.625rem;top:11.375rem;left:4.1875rem;display:block; }
#SBivP4TJGcPESzcepx53QLsL6IHR0MZn { color:#333333;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.1875rem;left:5rem;height:4.54426875rem;font-style:normal;display:block; }
#iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { color:#333333;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5rem;height:3.40820625rem;font-style:normal;display:block; }
#v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { color:#333333;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:5rem;height:3.40820625rem;font-style:normal;display:block; }
#iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:51.625rem;top:5.0625rem;left:4.1875rem;display:block; }
#IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5rem;width:51.625rem;top:22.125rem;left:4.1875rem;display:block; }
#G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iT3QNUlWA1hnDHbBNT06zUfuExryI17X { color:#333333;display:block;width:50rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.5rem;left:5rem;height:3.40820625rem;font-style:normal;display:block; }
#V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.9375rem;width:51.625rem;top:27.75rem;left:4.1875rem;display:block; }
#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { background-color: transparent; background-image: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container > .video-iframe-container { display: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container { display: none; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .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); }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { border-width: 0; border-radius: 0; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { color:#333333;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.0625rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#XVrKHet8Kn711UGLcy8unTzQWULLitmX { color:#333333;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { background-color: transparent; background-image: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container > .video-iframe-container { display: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container { display: none; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .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); }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { border-width: 0; border-radius: 0; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { background-color: transparent; background-image: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container > .video-iframe-container { display: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container { display: none; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .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); }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { border-width: 0; border-radius: 0; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { background-color: transparent; background-image: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container > .video-iframe-container { display: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container { display: none; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .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); }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { border-width: 0; border-radius: 0; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:1.0625rem;height:4.544275rem;color:#616161;display:block; }
#bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:21.0625rem;height:4.544275rem;color:#616161;display:block; }
#r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { display:block;width:19rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8828125rem;left:41rem;height:4.544275rem;color:#616161;display:block; }
#ruShlz9DA8sAv2wP483RhFZGAFAFs67V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { background-color: transparent; background-image: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container > .video-iframe-container { display: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container { display: none; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .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); }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { border-width: 0; border-radius: 0; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#qNpwQFy1E9g940wQrat4MNmWZmg193P5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:12.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.65625rem;left:1.08203125rem;overflow:hidden;display:block; }
#eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { display:block;width:31.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8001308441162rem;left:28.624348640442rem;height:1.9487875rem;color:#616161;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #chWBHJFcowvWN0DpXVhayLOmWavEvKEM { display:block; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bES17zeTPJzSCs44JhKUZDX4eR3XRz8x { display:block; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { width:13.25rem;height:7.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { width:19.0625rem;height:3.89941875rem;top:0.96876525878906rem;left:20.112499594688rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #egKtzK9Li9AW77J1zNFSLT9f0zHIyhmW { width:8.0625rem;height:6.75rem;top:0.96875rem;left:39.125002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:#f1d09f;background-image:url("https://images.assets-landingi.com/uc/c13d11db-4f14-494a-b67a-94c4f6b44cf4/MicrosoftTeamsimage3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.adaptive-delivery-prevent-bg, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyload, #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH.lazyloading { background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:47.75rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sDw0p6WtH446bpDCJvgUX1766rkKEyLo { width:8rem;height:4.4375rem;top:4.5625rem;left:39.750002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.8125rem;overflow:hidden;height:2rem;color:#161616;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;width:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:10.6875rem;margin-top:0.25rem;margin-right:3.5625rem;margin-bottom:0.25rem;margin-left:3.5625rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;line-height:1;overflow:hidden;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:first-of-type{padding-top:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-container:last-of-type{padding-bottom:0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:18.5rem;height:auto;top:0.68671894073488rem;left:27.437500357628rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:18.5rem;height:auto;top:0.68671894073488rem;left:27.437500357628rem; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ChJLL0lGfZqlf2l9TnIlJE9oMBNEAoCH {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #hdwHcyQf3aav6DAFDOySgs5ryehsNTgz { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #H8ITlILGqiu2P8n0FeWTA8GPGJkoJCxh {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #zdDkJuNKgWKdFLHxbLccFeeMOIMlNJn5 {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CzOsvMe4fnAl0Zs2RhhhV3cUyASiKs8E { display:none; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #lJ3JW9KMCx0E2EH1HyOlBetQEH0sA26w {  }
 }@media only screen and (max-width: 959px) { #K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc {  }
 }@media only screen and (max-width: 959px) { #tiKbe0MM0oOHLhREo6XxN4yIccfhb8vc { display:block; }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 959px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 959px) { #TT8Rh8lLtoVfUtg2QWZiwE74mFgur2OL { width:47.75rem;height:14.75rem;display:none; }
 }@media only screen and (max-width: 959px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:block; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:47.75rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WTl82qqoFQIyWMZabynBhBD99UiwJIqP { width:10rem;height:10rem;top:8.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { width:10rem;height:10rem;top:8.75rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { width:10rem;height:10rem;top:8.75rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJH4U71TS4J1smnKILBpiu5nt34rZ63R { width:10rem;height:10rem;top:8.75rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { width:11.875rem;height:1.3rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { width:11.875rem;height:1.3rem;top:20.25rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { width:11.875rem;height:1.3rem;top:20.25rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { width:11.875rem;height:1.3rem;top:20.25rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:11.875rem;height:5.68359375rem;top:21.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:11.875rem;height:5.68359375rem;top:21.75rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:11.875rem;height:4.546875rem;top:21.75rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:11.875rem;height:5.68359375rem;top:21.75rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JkUzhXSLrSl588dT8HymlOg7QbePcCWe { width:47.75rem;height:2.4375rem;top:1.8000011444092rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BEJ5i8wx6SCcwCIFlPnqfSv4Rlf5P7gc { width:47.75rem;height:2.2734375rem;top:4.8000011444092rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { background-color:#00538b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { background-color: transparent; background-image: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container > .video-iframe-container { display: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container { display: none; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .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); }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { border-width: 0; border-radius: 0; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { width:47.75rem;height:2.4375rem;top:1rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB { display:block; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container { width:47.75rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Q5W7FRKcxMXtCqwTxMlZwyTrMCOvuygK { width:19.75rem;height:12.3125rem;top:1.625rem;left:28.000000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZlGVsIf3GIDMEeqVxTZToVo6UtvUONR7 { width:26.5rem;height:1.625rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lFiUoP2HcON6Olv4D2r9iV9meOy4gwEi { width:26.5rem;height:9.09375rem;top:4.9375004768372rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 959px) { #MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc { display:block; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container { width:47.75rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UMxqoBt6y1N0e45KKLVLbsp5bT8isAuH { width:19.75rem;height:12.3125rem;top:1.5624980926514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hdLMiPxb1qxhus2GpaQRW72T5JDfiETM { width:26.5rem;height:1.625rem;top:1.5617198944092rem;left:21.250000357628rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Ah0pVI9insWEMcmCZXLqoDwEizCTXLlT { width:26.5rem;height:6.8203125rem;top:4.9375004768372rem;left:21.125000357628rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 { display:block; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container { width:47.75rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tJt7PU2KT6tvUJkI2dJHKbnEgUEXPt37 { width:26.5rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LbnfIshUwLbatexlVfnLBJeXZMFxiQOJ { width:26.5rem;height:6.8203125rem;top:4.9375004768372rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 959px) { #cAqD8fo2O9yhl8ttul3xBpESAheg67Wf { width:19.75rem;height:12.3125rem;top:1.6874995231628rem;left:28.000000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q { display:block; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oysBOwF7HIhvqo48OSXFtvt0ETonS1lq { width:47.75rem;height:2.4375rem;top:1.53125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD { display:block; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tpR4rLsrLQmIXR42SonGIXoTRCha0uGb { width:27.5625rem;height:15.4375rem;top:0rem;left:10.200520813465rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { display:block; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { width:47.75rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { display:block; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { width:13.25rem;height:5.125rem;top:1.125rem;left:-0.21316176720882rem;display:block; }
 }@media only screen and (max-width: 959px) { #zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { width:11.0625rem;height:3.5625rem;top:1.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CbJaN455FhfU002FN4kLU6ob6O8ONBfT { width:9.9375rem;height:4.1875rem;top:1.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { display:block; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { width:43.75rem;height:4.0625rem;top:18.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { width:41.3125rem;height:3.41015625rem;top:18.5rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { width:43.75rem;height:6.0625rem;top:11.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBivP4TJGcPESzcepx53QLsL6IHR0MZn { width:41.3125rem;height:5.68359375rem;top:11.75rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { width:41.3125rem;height:3.41015625rem;top:23.375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { width:41.3125rem;height:4.546875rem;top:5.8125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { width:43.75rem;height:5.125rem;top:5.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { width:43.75rem;height:4.1875rem;top:22.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { width:47.75rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iT3QNUlWA1hnDHbBNT06zUfuExryI17X { width:41.3125rem;height:3.41015625rem;top:28.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { width:43.75rem;height:4.4375rem;top:27.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { display:block; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { width:47.75rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { width:43.75rem;height:2.2734375rem;top:4.8118491172791rem;left:2.0000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XVrKHet8Kn711UGLcy8unTzQWULLitmX { width:47.75rem;height:2.4375rem;top:2.3749980926514rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { display:block; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { display:block; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { display:block; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:15.916667282581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { width:15.875rem;height:4.546875rem;top:1.630859375rem;left:31.833333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ruShlz9DA8sAv2wP483RhFZGAFAFs67V { display:block; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qNpwQFy1E9g940wQrat4MNmWZmg193P5 { width:10.4375rem;height:3.8125rem;top:2.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { width:27.625rem;height:1.949225rem;top:2.7994689941406rem;left:20.125rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #chWBHJFcowvWN0DpXVhayLOmWavEvKEM { display:block; }#chWBHJFcowvWN0DpXVhayLOmWavEvKEM > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bES17zeTPJzSCs44JhKUZDX4eR3XRz8x { display:block; }#bES17zeTPJzSCs44JhKUZDX4eR3XRz8x > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDqiUFDqCLtgTSpATZs4GxPFUoloPaDN { width:12.25rem;height:6.8125rem;top:1.0625rem;left:3.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5avXaEJJJ5fXsAVVWMBoBoTQUTGvATB { width:20rem;height:3.89941875rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egKtzK9Li9AW77J1zNFSLT9f0zHIyhmW { width:10.6875rem;height:9rem;top:13rem;left:4.6562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDw0p6WtH446bpDCJvgUX1766rkKEyLo { width:8rem;height:4.4375rem;top:7.9375rem;left:6.6874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:roboto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-text {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:roboto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal;height:2rem;font-size:0.8125rem;overflow:hidden;color:#161616; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-select {padding-top: 0; padding-bottom: 0;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;color:#fdfdfd;background-color:#ff9d6c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-moz-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-moz-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:roboto;font-weight:400;font-style:normal;font-size:0.8125rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;line-height:1;overflow:hidden;height:auto; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz  { width:17.5rem;height:auto;top:6.1875rem;left:0rem; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz {display:block;}#EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz { width:17.5rem;height:auto;top:6.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tGDmtAFqllyetlS9T0fwOyfk2mNH8JDx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #EFvnuofdR4o17Oyco1LNPK1CTa5kXtlm { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TURF3L7DTIoVa9AEtKQxQFqcIdDTT7Mw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rPU99MeFG2pgJwSv6Te0EeBZdSG5Q5lw {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #iwgDb4FzkDXANdmgIQXQTeo1lvndZ3LH { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ES5AL1lx3lSLIzETadV1Pdtpr5rZD98J {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #qSezEuotJd5LNFlT9aqx4APWFB33pmqx {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Xp3QyRolTIz7gCMBXIqc6lbJqqnlFkTN { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ehmVCpOdZQeOTOvErrsW7BCKwD5edfyD {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #BkHU2Z7yLH4pEwEvHR11WNeTmn4D9Bd6 {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #HoPqqdem9tnvkURmRhmzUyQP62Bl8iNf { display:none; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #rgeleD4qrp08F3U7iaJAEK5eEpKJnTBo {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #ChJLL0lGfZqlf2l9TnIlJE9oMBNEAoCH {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #hdwHcyQf3aav6DAFDOySgs5ryehsNTgz {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #H8ITlILGqiu2P8n0FeWTA8GPGJkoJCxh {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #zdDkJuNKgWKdFLHxbLccFeeMOIMlNJn5 {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #CzOsvMe4fnAl0Zs2RhhhV3cUyASiKs8E {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #lJ3JW9KMCx0E2EH1HyOlBetQEH0sA26w {  }
 }@media only screen and (max-width: 763px) { #K8xpWpOlL91kL8Slw6WgWVfwlJ0qcBtf { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #F2CP91WsB1hXkrdoCkni4u0fWM7evepa {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #TaDq6mdzvEERm5g3WXtSxMXBPXTmfhsX {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #Ni6oDlO3QgF0aBNrUCTTt5wipSdsuGKc {  }
 }@media only screen and (max-width: 763px) { #tiKbe0MM0oOHLhREo6XxN4yIccfhb8vc { display:block; }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #tJyZmDV9ZOK3uquKaeKzbbFTynCaIsci {  }
 }@media only screen and (max-width: 763px) { #EziGJJEOrw0RZ8VdR5nhkCU5MhmWfotz #VXPKixHsvnpZwOzhiO9yT9wbfVvD9DcW {  }
 }@media only screen and (max-width: 763px) { #TT8Rh8lLtoVfUtg2QWZiwE74mFgur2OL { top:0rem;left:0rem;width:20rem;height:6.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FpgIEeAtsrED06WSsn037Jpyi0SiBMMw { display:block; }#FpgIEeAtsrED06WSsn037Jpyi0SiBMMw > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTl82qqoFQIyWMZabynBhBD99UiwJIqP { width:6.5625rem;height:6.5625rem;top:10.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLoi51xiuPVZPTIcJzWkhanXzp6neVHc { width:6.875rem;height:6.8125rem;top:23.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTvGr2kg9Uga1aNpUIJgDAD7viCC8l3 { width:7.125rem;height:7.125rem;top:35.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJH4U71TS4J1smnKILBpiu5nt34rZ63R { width:6.875rem;height:6.8125rem;top:48.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCoI55bKshcLwdRzGNAuttlaEgwJ6Wdy { width:20rem;height:1.38125rem;top:17.437515258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpK48s4hvKqbBbicnIWiGH7ipnRKEIKB { width:20rem;height:1.3808625rem;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgeRDsZwriCSl66SFH8SmJW6ba6fMaw { width:20rem;height:1.3808625rem;top:43.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2gJrmsi4BxozsSKdgkVPbvmCIeiOnzB { width:20rem;height:1.3808625rem;top:56.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL96q25wyEmw2LUT7hfGT3TxzrQtl17s { width:20rem;height:3.41015625rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1OGLxHngNt7PI1EXUrnx3RlSH4kK5ZX { width:20rem;height:3.41015625rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv86ra8FFUbUrOq68E9BflbK0CKdzDhN { width:20rem;height:3.65625rem;top:44.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgVBUUQBOMVtToBKsJ65ATK9VWMdw44b { width:20rem;height:3.41015625rem;top:57.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkUzhXSLrSl588dT8HymlOg7QbePcCWe { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEJ5i8wx6SCcwCIFlPnqfSv4Rlf5P7gc { width:20rem;height:5.68359375rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 { display:block; }#rJkDv5BsGxReTZbiV90iV7kGHeqHhuf2 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R38OLXBJCFB2Ql0OqvzzknBuw9cTK7UA { width:20rem;height:1.5rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB { display:block; }#uFrQqsqK5KZKpT7qqw3Sr3x71dUlM5fB > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5W7FRKcxMXtCqwTxMlZwyTrMCOvuygK { width:20rem;height:12.5rem;top:3.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGVsIf3GIDMEeqVxTZToVo6UtvUONR7 { width:20rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFiUoP2HcON6Olv4D2r9iV9meOy4gwEi { width:19.9984375rem;height:11.3671875rem;top:16.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc { display:block; }#MtVQLcx0C7fVUrTTa3tzm0TWH0RPp5kc > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMxqoBt6y1N0e45KKLVLbsp5bT8isAuH { width:20rem;height:12.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLMiPxb1qxhus2GpaQRW72T5JDfiETM { width:20rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ah0pVI9insWEMcmCZXLqoDwEizCTXLlT { width:20rem;height:9.09375rem;top:16.66250038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 { display:block; }#DTKNk7UVHTRKtzWado1Oa37DSSHFewg7 > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJt7PU2KT6tvUJkI2dJHKbnEgUEXPt37 { width:20rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbnfIshUwLbatexlVfnLBJeXZMFxiQOJ { width:20rem;height:7.957rem;top:16.775001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAqD8fo2O9yhl8ttul3xBpESAheg67Wf { width:20rem;height:12.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q { display:block; }#GZJnCwpBIszZQ5Z6HDu6WuPqpLqRla8Q > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oysBOwF7HIhvqo48OSXFtvt0ETonS1lq { width:20rem;height:1.5rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD { display:block; }#pnkBKbBAKJCm3JOmiAhP8bFNrJeJr4XD > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpR4rLsrLQmIXR42SonGIXoTRCha0uGb { height:11.25rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvDHELmXT71lNyo9DcGiGNe529QWVmq0 { display:block; }#KvDHELmXT71lNyo9DcGiGNe529QWVmq0 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsX8WLh2VRhkOvoHrzBTai0oxI9oBrBz { width:20rem;height:1.95rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP { display:block; }#u4rm9xuKd8ktole8tnyHrQ1ST3U8saQP > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPHnFWA6hRiiTFxhbRf7uTDTFtC6UyM3 { width:13rem;height:5.25rem;top:1.1666665077209rem;left:3.5000002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmu4cKmMn602Us9GCxLzPrQ5dg418ZR { width:11.0625rem;height:3.5625rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbJaN455FhfU002FN4kLU6ob6O8ONBfT { width:9.9375rem;height:4.1875rem;top:15.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo { background-color:#a2d9e7;background-image:url("https://images.assets-landingi.com/uc/40381142-2e23-4e3c-9faf-2be713a516ea/MicrosoftTeamsimage7.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.adaptive-delivery-prevent-bg, #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.lazyload, #FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo.lazyloading { background-image: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { background-color: transparent; background-image: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container > .video-iframe-container { display: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row > .video-iframe-container { display: none; }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .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); }#FWe6OHopKtrNz0Qw3kCFDvDQ2GDqPvvo > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuaAahdD9q6F4ABRkvyi8k8fJWQR06Je { width:20rem;height:5.8125rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoRtmZs6nrwa7zuhsBsdRbUEMg229Phv { width:18.75rem;height:4.546875rem;top:28.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIkuHTFZGWss46R0GmKJ6TpgtpfwTAu { width:20rem;height:11.3125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBivP4TJGcPESzcepx53QLsL6IHR0MZn { width:18.75rem;height:10.23046875rem;top:16rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxVstpTEJK5Q9eEB6r2OACHWMTydtmM { width:18.75rem;height:5.68359375rem;top:34.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4CUDvCltK5FJpAMDnIB5gsFUA00iDpy { width:18.75rem;height:7.95703125rem;top:6.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWcQBvymmiXlbeT7uERcVsbEhUWd34GJ { width:20rem;height:8.8125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IADlQQZsexW0Ths7OaKABGJTP5ssGQt0 { width:20rem;height:6.8125rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3vIuEIShhBUJvEPqA8HTv5dZrNG7Ird { width:20rem;height:3rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iT3QNUlWA1hnDHbBNT06zUfuExryI17X { width:20rem;height:5.68359375rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05SS5MTGEQDXgUNQzVWEmo5hvOTVq4Z { width:20rem;height:6.75rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G { display:block; }#Eiacsy4pQm7Ji0IoNTssKvzTcNZEk86G > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGpRSVXXuHCaRuRzs6mUMxgCiz74mV70 { width:20rem;height:3.41015625rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVrKHet8Kn711UGLcy8unTzQWULLitmX { width:20rem;height:1.5rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT { display:block; }#mVN5AsQTeWanVE0KM0Z429Z8bQt4UMAT > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvCA3ZeWHMNZD99MiLmOcWZ6dxx1mqmh { width:20rem;height:4.546875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgVQuZNTx7U2GNr4iduTwc6ru2Wzy5dh { width:20rem;height:4.546875rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQbEF2L4kUPfXDHZXOFRkfTgOlmgtnZW { width:20rem;height:4.546875rem;top:12.250000953674rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 { display:block; }#vTkdEbKuGkHO6nuf5MWLVH5a73VZVH57 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRNVM0FXfVlafBbX935MUBa9gq5PTb7m { width:20rem;height:4.546875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPRoXTNuk6L0vS9At5LWQEeb60WCQmrn { width:20rem;height:4.546875rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkfXzFuxtb3qrQ6TZffXOsZvrG3gXyA { width:20rem;height:4.546875rem;top:12.250000953674rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s { display:block; }#aoBwl1Cd4XmNBw6GPvw8t9qzI50TuF7s > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW5Rqv7QCWRxAfTNHcIHdxTV1i7T8tp1 { width:20rem;height:4.546875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0tcCaMtqXusVtoONSsxn0m7Jkt1O1M { width:20rem;height:4.546875rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Bbe0HF69rkaRrBsUmi4pQNozHyPeN5 { width:20rem;height:4.546875rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruShlz9DA8sAv2wP483RhFZGAFAFs67V { display:block; }#ruShlz9DA8sAv2wP483RhFZGAFAFs67V > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNpwQFy1E9g940wQrat4MNmWZmg193P5 { width:12.375rem;height:4.5625rem;top:3.6243495941162rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0egnZRVAgrGwMoZgREl0EACbTfyLOd { width:20rem;height:1.949225rem;top:8.7994804382325rem;left:0rem;text-align:center;text-align-last:center;z-index:15001;font-size:0.75rem;display:block; }
 }