.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,211,0;--color-primary-1:255,200,0;--color-primary-2:255,173,0;--color-primary-3:248,246,0;--color-primary-4:102,36,0;--color-secondary-0:0,39,118;--color-secondary-1:24,40,76;--color-secondary-2:0,18,53;--color-secondary-3:0,18,49;--color-secondary-4:0,0,37;--color-tertiary-0:255,255,255;--color-tertiary-1:251,253,255;--color-tertiary-2:250,252,255;--color-tertiary-3:144,144,144;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Sukhumvit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d01815d-e56b-4321-810a-0793a7527e44/22JulyLandingPageProjectManagement15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8e3f6;background-image:url("https://images.assets-landingi.com/uc/370f9acc-ad65-4390-9677-d0e8fb689e5c/22JulyLandingPageProjectManagement38.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu.adaptive-delivery-prevent-bg, #bsTWccfpOfcPvXhe4D21plNcgawqUuCu.lazyload, #bsTWccfpOfcPvXhe4D21plNcgawqUuCu.lazyloading { background-image: none; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu > .row .container { border-width: 0; border-radius: 0; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:none; }#T1h4uTSUyQstU1mivbaQHkOpPhl7czEi { color:rgba(var(--color-secondary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.228515625rem;left:5.6875rem;height:1.54345625rem;font-style:normal;display:block; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:#d8e3f6;padding-top:0.37875rem;padding-right:0.359375rem;padding-bottom:0.37875rem;padding-left:0.359375rem;display:block;align-items:center;width:2.155625rem;min-width:2.155625rem;height:2.000625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.516875rem;font-weight:700;line-height:32.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.875625rem;height:0.79125rem;position:relative;font-family:var(--headlines-font-family);font-size:0.56875rem;font-weight:400;line-height:12.66px;text-align:center;text-align-last:center;text-transform:none;top:3%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.5rem;height:3.786875rem;padding-top:1.0125rem;padding-right:1.053125rem;padding-bottom:1.0125rem;padding-left:1.053125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.09326171875rem;left:18.875rem;z-index:15051; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #soPrwkmFVTLT0sJqpw4VfGGEEO7R4tqT { display:flex;position:relative;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #s36enkS9vKWTwTaOB3GDuuFVRxZuL4Zz { width:auto; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #dyDwcqUeDck1Jli9xdUzIQfX0kXm4cTr {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #FCub9H8lPpwavX87T7nlufEMDcwu6a0t { display:flex;position:relative;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #khC3ibaZBf30fBGrDUzz8Ogu6b0GTlab {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #Lhb24ewaKHVRaorSXScttRpottJ8rH5N {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #eNNyctBbJSlDSEo91FgQyqIwqVaZaRS0 { display:flex;position:relative;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #sSyzbHZqnHzxyUtMHobSWkaKSti33yV7 {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #nc8aVtLiTxylMdPqnOnITg3EweDUlPTb {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #WXiJcS7FzT4QwitKuzCL5Lqz3fUoOVJU { display:flex;position:relative;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #A2qV9si3JIrftIxwHx1gWMtTNI8mmNKl {  }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #tUScDlK2HElrtaiWl02SxvrSXseWhDtO {  }
#Ok0MiXsZkrHo6iCDELN9e4LllAAa8c69 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(41,65,111,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:2.375rem;left:39.3125rem;display:block; }
#Oo47HIRu1MIxGBLwT3cxJdRcaz9ol6HS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqEJGo0JiZVUv3Rgxm792TqxDRPAOvlZ { background-color:#f1f5ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:2.375rem;left:53.75rem;display:block; }
#rxWlEI7aLnL5yXroqw1dmaWAMAg4gaUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8e3f6;background-image:url("https://images.assets-landingi.com/uc/370f9acc-ad65-4390-9677-d0e8fb689e5c/22JulyLandingPageProjectManagement38.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.adaptive-delivery-prevent-bg, #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.lazyload, #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.lazyloading { background-image: none; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb > .row .container { border-width: 0; border-radius: 0; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:none; }#FJPULRFLLtVNf9eDGNwedRC3bkJT5ITl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(41,65,111,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:2.28125rem;left:39.75rem;display:block; }
#Z0NL6krROaLOaRwA3BxfEbgGN3sxfM5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seidUqagiMTrzQgGVgISz3SbPDbz2BnG { background-color:#f1f5ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:2.375rem;left:54.125rem;display:block; }
#SN86Aeb8ieM5aST1yudTAdVlOxRaeng4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aV7uMkU7peSZxuwNF99iUhvUKsQt7TFm { color:rgba(var(--color-secondary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.806640625rem;left:4.3125rem;height:4.386725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdPx33B06IUTGFdBRUdMaq1zWpGhDvCu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:5.5rem;overflow:hidden;display:none; }
#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/73a93a96-efd3-4e52-b6d8-1bf12fdda6e0/22JulyLandingPageProjectManagement01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.adaptive-delivery-prevent-bg, #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.lazyload, #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.lazyloading { background-image: none; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA > .row .container { border-width: 0; border-radius: 0; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:none; }#L3ooyiTVnL68MaXZ7d6mer2cJZxt7c5Q { color:rgba(var(--color-tertiary-1),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:18.09375rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUwMW4FDppoTv4DTyQW9GLLGVnOqmcGE { color:#ffc319;display:block;width:60.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.43701171875rem;left:7.09375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5DT769vmtnZRWAzBcnlCrwz8tlPkA6v { color:#d8e3f6;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:30.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.5rem;left:27.8125rem;z-index:15054; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #RiHymOgqnMFQeShPu5DA8dWMuwpKhoPM { display:flex;position:relative;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #BiEshKC8bV9JNDSBqFGWknADDDa8wsaK { width:auto; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #T2el8Vv1TLg2JLk5tIWSypIn7yAfTm4x {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #D7lHeVsWT6m7cVKL9HMRQnaS4cQRaztc { display:flex;position:relative;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #UFA4pANHP5wrilFDoEieXEE89ICTF3Ft {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #Tsa9qR7lP0feR9KX3nZVLRzpZRqXEhl9 {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #DNU0UFRMrkPX8IvN2RMLy4xIPtgUcRyd { display:flex;position:relative;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #W3p7gP74he7Bi7tRu17U890TQRoqbQKg {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #NHZToHtB92kDIays0l1OzErQOF8rQEF7 {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #n14Ddp2r2ZKgrq7fcxCI8vqZLLWdtZMd { display:flex;position:relative;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #uius2udiQWHGmPDaxWOKMTEO87i9TOSd {  }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn #AezFtnOnBXe24Se56dlgTS7zUPoWKTwS {  }
#pm3wxNVxCZiPbbLLc5uwZqA4OVw5N69y { color:#d8e3f6;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.75rem;left:25.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6uIxef9aZK5Sg75tKQi3XwH7FrGICEI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#NN2DCKyWbHrwwtVJlmsgGWoBfH8gNAed { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#LXF3xRanQQN8MFw7vwhrsg1yUGcTA2bQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#MEMlEhQ4uemsXMROW3qHuTD2H0KbTCAT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:0rem;left:32.96875rem;overflow:hidden;display:none; }
#wZ0GoolWcbdT210hcfndH2ZekZO1LMxS { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:55.0625rem;overflow:hidden;display:none; }
#yrEJ2rxPqIaI3QEXf13vttyQRIL6Dtii { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.720703125rem;overflow:hidden;display:none; }
#M9LHaWq2vnAoQtI86HKLntMbuGTOH8Ta { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:52.720703125rem;overflow:hidden;display:none; }
#opxFp3CEZX2wncmfO0gpD1F71vJSIDJi { box-sizing:content-box;height:3.8125rem;width:9.8125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:19.6875rem;left:12.875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#szSAnXrbzOO6S6ZwtsXiUEg6z9WtzFK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:13.9375rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bMVu9SAT7VavM8Bs0OSUQhEk455GFzAp { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:20.875rem;left:9.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#opWGcil2F5NToReaAdpag7sWO717UGT8 { color:rgba(var(--color-primary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.875rem;left:30rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#G4U32tNb2tTfTCia6XDA67DsIx0bc0kT { box-sizing:content-box;height:3.8125rem;width:9.8125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:19.6875rem;left:32.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#WybJMtCA9MBilv1CmMElPq0USlgTcZCC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.25rem;left:33.625rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZmscNX7QBw3BhI59OfG56FR7igTKSDm { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:20.875rem;left:29.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LbSkqvWuMluiTHcJK5DpW0GGbVgfL2Rh { color:rgba(var(--color-primary-1),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:23.9375rem;left:9.8125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TxU3cV2neGtwAuw2v0Qz2NWqCrKn3gTI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.25rem;width:11.9375rem;top:27.75rem;left:11.875rem;overflow:hidden;display:block; }
#QwMI0TFMNCdHdGoRGTxePOA9S62oTMOJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.8125rem;left:11rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#x7GLNlLOBHeGOmOCyOZq0LZnmpDHTDL1 { box-sizing:content-box;height:3.8125rem;width:9.8125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #d71f1f, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:19.6875rem;left:52.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#MBnxbf2Ee75FkOae4nyQ0Wx7EKt7mJHH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.25rem;left:53.3125rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BET4lbvcmdeDeQwm5WRf5HQh71DP97DR { box-sizing:content-box;height:16.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(221deg, #8a43ff, rgba(var(--color-tertiary-4),1));background-size:auto !important;top:20.9375rem;left:49.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QJF7tl5t0BtH9RnUQ1HMPtzNbTV2aqBa { color:rgba(var(--color-primary-1),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:24.0625rem;left:50.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#G7bqZe09HzbSkkdrtdzVCkhaSZPl6ceZ { position:absolute;display:block;z-index:15094;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.1875rem;width:6.1875rem;top:27.8125rem;left:50.9375rem;overflow:hidden;display:block; }
#vzFKbR9ZbXFqITfLJf8oiP4mko5qksgH { position:absolute;display:block;z-index:15096;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.125rem;width:6.125rem;top:27.8125rem;left:57.53125rem;overflow:hidden;display:block; }
#tMX6NVQg3ttB03btTTXHT1xThrPAzVDz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:34.8125rem;left:50.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TIqbyTUsIxyvPQtiprVUPhS4t8HAsLyd { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.25rem;width:12.0625rem;top:27.75rem;left:31.4375rem;overflow:hidden;display:block; }
#GhvoCfrCX0gpc7JQbtVAGfWz6Cq5dV3V { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:34.8125rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/73a93a96-efd3-4e52-b6d8-1bf12fdda6e0/22JulyLandingPageProjectManagement01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.adaptive-delivery-prevent-bg, #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.lazyload, #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.lazyloading { background-image: none; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk > .row .container { border-width: 0; border-radius: 0; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:none; }#T2zfwIxEqL9nRr04VVycHhfebhfcETVd { color:rgba(var(--color-tertiary-1),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.28125rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cX7nUtgVSSn3Lqk0ZT801krCeBrE3WUV { color:rgba(var(--color-tertiary-1),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:21.9375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5NxaTbbxt3wAHTIVbcrSuPZbBPp2Ehc { color:#ffc319;display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.29345703125rem;left:16.59375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oL9aDW0B9ZPNcQuDSeOaFSwsficKyW3V { color:#d8e3f6;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.4375rem;left:31.9375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.98046875rem;left:27.875rem;z-index:15054; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #Be50tQ45haiKmhQIcK7r04HO7KvEwiLr { display:flex;position:relative;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #yfHNOOpph2Tqh0HL17xTeNh1STMG5R8i { width:auto; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TvFgEIzOrTeTekWUbeT8lvN1B5dbU7Vc {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TiBZ3pw6VgoJdOg6ARpFhFA8TrlTFTeE { display:flex;position:relative;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #iKpntT1AITxyIdKQAnhCIL5HW4DLfJnl {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #KHvkFQeifFJakl45bTfpBTJMNCkvPN52 {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #x1a2K4odTOSGVoKAMfPEWFVTBur91eBe { display:flex;position:relative;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #vvNST7lpd4VUN0Cn4VOHmrXvKbWC3JbG {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #famOQrO1rkbTDlEMxrTbM1Q4UJf9tPpI {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #R95QDO5GksqPvAcF6edLEwTTTF407Lfx { display:flex;position:relative;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #A1CvQbXfXh1WzJLxFvH0SU2HT7xabWrb {  }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #xGw02IOFVrIwgHJJQNIummBJBlLQFuNl {  }
#pxH3bMcxdcwegaWQwNBC4aGbNJ4X8dbw { color:#ff2e2e;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.29296875rem;left:25.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQh0nwPIsLMazTvDCXUufUL301bWgnbe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#Za3sJQg0vrV1Jq8sW8zLNQVNy7vTafnG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#n3RkHerCmLUKxqqeReFANhHQTIxyMmA1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#c3eMfbzaHVgKWN5gr5cpsIrzqHRMVgJq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:0rem;left:32.96875rem;overflow:hidden;display:none; }
#m6ZaEvkvuwFKt5404LcTW69lxXXg7K3D { color:#ffc319;display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.697265625rem;left:24.5625rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANmr1wTp0ydMTGNryCb51i0aUunzOa4h { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.625rem;width:15.0625rem;top:21.14892578125rem;left:54.625rem;overflow:hidden;display:none; }
#ggwfbV4g7anfhFewtgfgMGCcggmexekL { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.6875rem;width:15.3125rem;top:17.25rem;left:56.5rem;overflow:hidden;display:none; }
#JrQu3eDXUX1vhzCITSAC06M4gt0E82T2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:5.5rem;overflow:hidden;display:none; }
#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/73a93a96-efd3-4e52-b6d8-1bf12fdda6e0/22JulyLandingPageProjectManagement01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.adaptive-delivery-prevent-bg, #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.lazyload, #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.lazyloading { background-image: none; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac > .row .container { border-width: 0; border-radius: 0; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#w64eO1nMqvhkTDiJElgfy5xmovdUSaLw { color:rgba(var(--color-tertiary-1),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.28125rem;height:6.9873125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdTEqpFoHt7Bn23OBrTeqp8DFB14E1PU { color:rgba(var(--color-tertiary-1),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:21.9375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeK8zRIVRrph11lGRpJTRyPwKnkafTmR { color:rgba(var(--color-primary-2),1);display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.76171875rem;left:11.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgHvAwzsaVRcr0RJKm3ZbLdc02escpUq { color:#ff84a4;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.9375rem;left:25.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:26.625rem;left:27.875rem;z-index:15054; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #EsUq4EOsI9U51fD7r34nJubWMQTZWLha { display:flex;position:relative;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #aALJ6vVs857EwrqacnAao81EqUWttW0x { width:auto; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #lBxBXAkr0ofbdZMEv9MwezENhTAs6qPG {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #FcMoqRT9OEGs7pwIy9mAzkPqek4gb51K { display:flex;position:relative;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #U4lsyk8D5AJBxR9O86zb2HZMpnwKiEgg {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #qVGPq52lH15xVrKk0BFfQO8AXXyOTVwQ {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #TsTez9qJN3S1kx7mRkE0zPpqgInOBvCb { display:flex;position:relative;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #uadQKRD9DkIT8Wli1tAbvE5izVRCstOy {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #luuGfNqutR9oLMegKotG9TBdOUKqbb6S {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #SkAe6tN0hWurO5tubglTKt41TWTSrMIc { display:flex;position:relative;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #eHUEkxSlNWIrCEEJK2PSh1BMIX65n6Tz {  }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #xwQ9HruSA61oJz7rLfE0ChdbhZmJMxkC {  }
#zQtauBsq3tiNFDEQNWmKOnwHF1IFuad0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#Rae7nmVA6IvEyFiz8ACJsha6UzCecsbT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#TQVK2Azqt5w4uRzgU8ScoQUSBowLPKry { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#FThJEOEIf6xps5Gf87K1gbmd60DxXBzi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:0rem;left:32.96875rem;overflow:hidden;display:none; }
#W8gZhQwOAoXEm5hrLzxaoaAJThORbdR8 { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.625rem;width:14.5625rem;top:21.14892578125rem;left:54.625rem;overflow:hidden;display:none; }
#L2NKKxKy4FK6mKPdZrlTE6y8f4wAbmmG { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.6875rem;width:15.3125rem;top:17.25rem;left:56.5rem;overflow:hidden;display:none; }
#iUf1whrKV1xQ4xdxVTWTDI6LQZUhXtVZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:5.5rem;overflow:hidden;display:none; }
#CNvhcOhGBkxeXlmaPvRqib9lgPQn0LWF { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.125rem;width:15.625rem;top:13.875rem;left:3.625rem;overflow:hidden;display:block; }
#P2xzdM9rUPrGfkaVvMZWAHTOitnDCifz { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.625rem;top:13.9375rem;left:21.125rem;overflow:hidden;display:block; }
#QUqPxbnmDM2BrHaMM1WgMgdTh0u5InB8 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.375rem;top:13.9375rem;left:38.625rem;overflow:hidden;display:block; }
#KTT2i0tM4AT61GdLTMKaoT5E89ayZhIk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UU7RWqzUolUQuxiJyW7qUfF4fLpmMtmz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23rem;left:5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0V9bWEPzL3VgxooS5ACdfP4MWamiqTB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23rem;left:22.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge878tN0K90J7d6Th1AEsMwt4kTxIJw0 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.375rem;top:13.9375rem;left:56rem;overflow:hidden;display:block; }
#sNIvEVcTCz4vidR86pFxDUFdw3LHE2L9 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23rem;left:56.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/73a93a96-efd3-4e52-b6d8-1bf12fdda6e0/22JulyLandingPageProjectManagement01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.adaptive-delivery-prevent-bg, #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.lazyload, #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.lazyloading { background-image: none; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 > .row .container { border-width: 0; border-radius: 0; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:none; }#X1VtrRlAoWV90xRgTP8oymUQhJyEMIlw { color:rgba(var(--color-tertiary-1),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.28125rem;height:6.9860625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUGWgIOeClmiatk88vivM9iM2d0qMThs { color:rgba(var(--color-tertiary-1),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:21.9375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aD3w8yRNXT8unZXhnxg8zgtyix0pDk4c { color:#ffc319;display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.69921875rem;left:16.78125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcxsG8ao8z8FDNcLu8k9crUdXwrWc4R4 { color:#d8e3f6;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:31.9375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.29296875rem;left:27.875rem;z-index:15054; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #qGZKr00f6vaI1VyFoJmpR0H1m6UreT4T { display:flex;position:relative;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Hf7ATcKGBc5ibXTQUoaXQILLGPqEu6Fw { width:auto; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #dJ3MdGO3Ur19nO4sKgWXtRPo46pNo3Nl {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #v2e2f9yKQSBD7tVUIZFCLqBblQaGvyrC { display:flex;position:relative;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #nWO4AAg2lsUoNCleUchKfSdE6NznTtsL {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Bztye6fAUlmktoT66oPmuFluKvEpedyi {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IuPOwyTfJk1BQMIqtUvPVo11nHbbN9Qq { display:flex;position:relative;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #V6NuTLvh2L2TwwVcC3x9Al4VhczsTewH {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #I1nzSLKTC8JkktJ4f2DOaEbvGoGmUZ85 {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #oZ0HR381N4fTfttzZTC7dTl3dfy9brq1 { display:flex;position:relative;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IwLMHvGRuEztiM2d2nLCWT1fX267lZ1X {  }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #PZI8xJr68FvivrrDIvAAI97aVpc2xXR7 {  }
#QI8qnER7yaHaMPydtMLr8QtSOXmhDL3Q { color:#ff2e2e;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.60546875rem;left:25.90625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4k4dsQMLmTpqcPHzNJUXXmzMwBMsy5x { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#zZgEKSfT5napES5No3cyvzBZiFhpLBDO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:none; }
#kpWxDGuTgW2sIvL8Hhbxf8De12aTRCcs { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:9.9375rem;left:15.625rem;overflow:hidden;display:none; }
#CpIAlAXmof1PCTy7oeNVui2VQH5sDmgz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:0rem;left:32.96875rem;overflow:hidden;display:none; }
#As6wt5iLlJea3NQkh2u9tWNWEqUTZgFz { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.625rem;width:14.5625rem;top:21.14892578125rem;left:54.625rem;overflow:hidden;display:none; }
#OtNDHRIEMq8A3EJ32COylEcu0PuIGSmT { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.6875rem;width:15.3125rem;top:17.25rem;left:56.5rem;overflow:hidden;display:none; }
#LDXv0OJ5D71a4NVvv93USmW2IW6vbWD8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:5.5rem;overflow:hidden;display:none; }
#UyIw0lr2vt1kytcuufDumvnkyleVVGii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, #db0000, #750000);background-image: -moz-linear-gradient(187deg, #db0000, #750000);background-image: -ms-linear-gradient(187deg, #db0000, #750000);background-image: -o-linear-gradient(187deg, #db0000, #750000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#750000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#750000' );";background-image: linear-gradient(187deg, #db0000, #750000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UyIw0lr2vt1kytcuufDumvnkyleVVGii > .row .container { border-width: 0; border-radius: 0; }#UyIw0lr2vt1kytcuufDumvnkyleVVGii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyIw0lr2vt1kytcuufDumvnkyleVVGii > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:none; }#RQvaAR8V256ewysQXIKoKhS28LlxN0xT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:0.8125rem;left:18.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zg42twcz32aKdS04w76hSU3L1DUf6zEG { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:3.9375rem;left:14.59375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECqgtTILQFmZVTLhkzgaTQ7tNBJ2RWWg { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:9.599609375rem;left:18.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuaThDsqi8mkOHNv0Tyb2GphFhUXQOhG { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:6.78125rem;left:15.46875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFGmTGleH0CNWhf4g9v8f8SyD2HqZF3T { background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(190deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(190deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(190deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(190deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:17.3125rem;left:26.5625rem;display:block; }
#yzeCRRgWg4WTqgb78QApKJbt6nwiiysp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.37125rem;padding-right:0.329375rem;padding-bottom:0.37125rem;padding-left:0.329375rem;display:block;align-items:center;width:1.975625rem;min-width:1.975625rem;height:1.995625rem;position:relative;font-family:poppins;font-size:1.485rem;font-weight:700;line-height:31.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.231875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.634375rem;height:0.78875rem;position:relative;font-family:poppins;font-size:0.556875rem;font-weight:400;line-height:12.62px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.5625rem;height:3.75875rem;padding-top:0.464375rem;padding-right:0.470625rem;padding-bottom:0.464375rem;padding-left:0.470625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.87451171875rem;left:29.74755859375rem;z-index:15056; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #MQIrwv5znuX38rVirDXnA7kyoGtsNW0s { display:flex;position:relative;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #m5Oq2dmzD6pOc7coKwHkbsL19vrVG0ih { width:auto; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #KbOalx8mO8owUT41hbs8q5Va4ugZNvJx {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #lilNdrcWQadtcSFTZzWge4WkkP6lEzEV { display:flex;position:relative;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #QpnMJ4pcShP9stcC6lAeMpWHnorbaoh3 {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #tt3IOCJhrULk28prvRsKUu4TLq1DOSeU {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #yCF1MFA40GEB0Us7BJwRdTv95nreUOT6 { display:flex;position:relative;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #zpleAr7ZiUERRcFp6DeFHM3ueFPuRXN3 {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ZJAD4JKq4rl1HaVBRd92TC43vtzaaE6Z {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ITRE2q6rUUzAKTnLUNslOl7Ae354oT01 { display:flex;position:relative;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #FhkFydT3LKATgQuKUboDV1gFMnRn7a4L {  }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst #dLT79l00NPv5i8baanT3DFyLtLyqtL7P {  }
#TI8ERLtd8kgEdt4mepQc5DT89T4n6yJl { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:7.375rem;left:0.0625rem;overflow:hidden;display:block; }
#ImNUTlmVT16177HnT5hz1eIiWpQToaUc { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:13.3125rem;left:0.125rem;overflow:hidden;display:block; }
#LHulIQOZoSL8ZoWeJ9mIVVUXJi6eftfC { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:8.1875rem;left:11.875rem;overflow:hidden;display:block; }
#JW6VzxObc70kL6zQvrD3xmazRcrUmaf9 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.0625rem;width:13.5rem;top:14.125rem;left:11.875rem;overflow:hidden;display:block; }
#gpikgUPZCCU0ZzSM60bEl2lLpX00G0lU { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(103deg, rgba(var(--color-tertiary-4),1), #08008e);background-image: -moz-linear-gradient(103deg, rgba(var(--color-tertiary-4),1), #08008e);background-image: -ms-linear-gradient(103deg, rgba(var(--color-tertiary-4),1), #08008e);background-image: -o-linear-gradient(103deg, rgba(var(--color-tertiary-4),1), #08008e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#08008e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#08008e' );";background-image: linear-gradient(103deg, rgba(var(--color-tertiary-4),1), #08008e);background-size:auto !important;border-top:0rem solid #cc00ff;border-left:0.1875rem solid rgba(var(--color-primary-1),1);border-right:0rem solid #cc00ff;border-bottom:0rem solid #cc00ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:26.875rem;top:13.125rem;left:45.125rem;display:block; }
#Ul9yvlRvxspHE9TQLng9NlVhbmT8kTqX { color:#ffc319;display:block;width:14.249875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.53);top:13.8125rem;left:46.125rem;height:2.32421875rem;text-align:left;text-align-last:left;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; }
#IAvRGzbWoZmrXLhMsotxEW9enVsWAQ3J { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.93725rem;width:13.2495rem;top:11.5rem;left:61.75rem;overflow:hidden;display:block; }
#u33uaPXiDh5qSF26LTvMWRnvIvsNrnmT { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.56225rem;top:16.125rem;left:59.6875rem;overflow:hidden;display:block; }
#liywftTs9iI2GQf3bL8o2rKxgULvsCe9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.6875rem;left:46.125rem;height:4.46228125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wpUWE9XMsiXGkiU081QN1hSsehzGJdth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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:none; }#wpUWE9XMsiXGkiU081QN1hSsehzGJdth > .row .container { border-width: 0; border-radius: 0; }#wpUWE9XMsiXGkiU081QN1hSsehzGJdth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpUWE9XMsiXGkiU081QN1hSsehzGJdth > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:none; }#trmaGA10iGbP4IIpLqQA3Zo4W1aS3TJU { color:rgba(var(--color-primary-3),1);display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.1875rem;left:10.875rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL1Brix0cHSOTi9dxC8NMAyn67s13Rci { color:rgba(var(--color-primary-3),1);display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:1.125rem;left:20.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ffc2040-897a-4da7-b420-f9650acaa9ee/image22.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.adaptive-delivery-prevent-bg, #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.lazyload, #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.lazyloading { background-image: none; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO > .row .container { border-width: 0; border-radius: 0; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.54);background-image:url("https://images.assets-landingi.com/uc/51604b81-c545-4b25-96bf-5c0e41c3422c/22JulyLandingPageProjectManagement02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.adaptive-delivery-prevent-bg, #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.lazyload, #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.lazyloading { background-image: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { background-color: transparent; background-image: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container > .video-iframe-container { display: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row > .video-iframe-container { display: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .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); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { border-width: 0; border-radius: 0; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#DivPkciEtRMTTRXAsTVgUJVuMZrRK7Zx { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.625rem;left:10.4375rem;height:5.6994625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvqRGE8urrC8Dkat5NgWxf0E4wQqx4Bf { color:#ffc319;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:10.4375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McxTh4EO9iTB0uN2XCZTsStyfhLvwyte { color:rgba(var(--color-secondary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:11.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPMf92252fdhM8oyCvPPR5uuWtpR8ekZ { box-sizing:content-box;height:2.125rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#ffc319;background-image:none;top:4.5625rem;left:10.4375rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#uMC1gdRCt77RirVvozptBRQGFrSnEFzy { color:#d8e3f6;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpREa4kuoRv9Sq9JZ2M4GgzkeTqDmvtM { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22.4375rem;left:15.625rem;display:block; }
#ZCQgnUkZhVEeIBIi6rw5bIdxiBf18q4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHooxBX6ddywemar7TE3MshbQdTFH810 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.0625rem;top:1.5625rem;left:10.4375rem;overflow:hidden;display:block; }
#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.55);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; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { background-color: transparent; background-image: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container > .video-iframe-container { display: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row > .video-iframe-container { display: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .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); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { border-width: 0; border-radius: 0; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#MzJLwh2Z7MWk1qlKkFsAN1gEv6LzcmV4 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.0625rem;left:37.6875rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuSCVKzJiOZhblaXPaOysVm68EVMWFOs { color:#ffc319;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:39.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnHWwpn8C2pb1Af1LTJA5cH0Cx6nipLL { color:#ffc319;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:15.375rem;left:42.6875rem;height:3.449225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugkrtuNQyU0lCxrvmfiKP2pUqNavb2Uc { box-sizing:content-box;height:4.5rem;width:12.25rem;position:absolute;display:block;z-index:15001;background-color:#ffc319;background-image:none;top:14.6875rem;left:50.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Ab1KC6Jy9I4un9pPs4fVlAfBCP2dTbR2 { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:52.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpUtBJ6ABFP1OCR0V7fJXJCxTpANDFMQ { color:rgba(var(--color-secondary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhLV5yOds0Nh0EKSgbG12fvHmMyMW9Ca { color:#d8e3f6;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.1875rem;left:41rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PcLsurRgXRcDRBpTvwyBM5eeT5nL6mW9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26.875rem;left:42.9375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-form-header {  }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:24.1875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:24.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .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; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-button { border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;background-color:#ffc319;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.9375rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.2; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;color:#ffc319;vertical-align:top;width:23.125rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-container:first-of-type{padding-top:0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-container:last-of-type{padding-bottom:0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.375rem;top:6.9375rem;z-index:15023;position:absolute; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem;display:block;vertical-align:top; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A {display:block;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.375rem;top:6.9375rem;z-index:15023;position:absolute; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #oruPhxKo8z8E2C5vkaGZqT6JOWWXfShT { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #f6zel6LkxAsbEvGwPntmE8qLl8hRnwdJ { position:relative;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #e1lqElnH1Agf5D29QuTFzTxhTnwJDcmF { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #icPi28ii3weFdSkZ0Ee869PurrPnecLn { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wkVdnefR1TrLQ553HUPBkemcoaBEzEzM { position:relative;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #Q1wPTygdmX0sFBdcyJPgkJfRThrfOMQu { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wSGxQbwoUsfavGBGwzR0ylbKNRi45bgu { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #ZNe5Fvs9cgdokHsSs2QhdwFooBfqq51n { position:relative;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #JbU48Hkex3dcRKLFH6uStcxBF3vwvkCv { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #kUbrRXqNAkCTD30QBTRb7IAfxtGo3Tkf { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #FZTuMhsokzy2PqaSsK358rq5Tpq11yNS { position:relative;z-index:2; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #vpdiLRmpFxlJ161bx3Wy6bf6qdXTqpuM { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #bv9TmaWNqsHeT2T4k9dBJbOUXTJBCudk { position:relative;display:block;z-index:15000; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #mm1frN4dpFLOnQvNH7eL6CSB5eEMSrbB { position:relative;display:block;z-index:15000; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #khcipuOc8VN9Z8xrqmVLSG5gE5QGSGEw { position:relative; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #pKuGpm7GtFo3m9chkTShNNLoRl0LLhsp { position:relative; }
#gNPdUaSyCZKmZnMlqASwpHq7aQ4p3Kfm { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yyRQqbL1iXeB1EcUcDTQbA4IZbQlmmLD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZA9SJoi7BbwF4fROlyvmr5HShGfeZH0S { position:relative; }
#MWMZ2CVwDVbuNw9Vp50y7NuCFe2mIKKE { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b8ius9UV9Tc4hOpqp9E5JCAB9TfukTiR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kSMKFRTJvg27dafxE1tvbBMSUN7p7JG8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i4EAXmtQ9yQ2dHoVq0UZNDoELIaTUoBm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BT9VVbT6TxHpl9cxybkmSNTkTUo0BF2n { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yrWikq34Bv0L6oOANTTVguFSG0ciqz6Z { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #an4o0WpTIZefNMT3Uf3nzJnfckUKe4Kg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fz4dehqAD3SgrnHW03bnUObCb6SBl2Ns { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eIvi2KJionly6idfSTCJkf3ZApJokdQT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a9nQ28MWv99zz8t8pHMiq2lM8lVvTITa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiQOULJfZO4h6nfSkp79M5a1w95P3rhb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xSS0VkwN8vgW0zgBtruZNebVCrG2OwhG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B5VWQsAfLHzVKhi21y6Tz8sDLBRruZFb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yEn2k2WQpWnr1KENMgBJtt53m9sO1DT4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xwxUyvGncFuz9KaaKiE1T6m3FqVqVSZ2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gDyMkf0VXTuFXRbqpreBmx9cnR7CGTuV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1VOuRosCsr8bkDSsSQMHtigFToemWHB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yQ3sZZQNXBzTBqb99sHSRZcXnvPJtsh9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rKoGQCuwONBnHNrnFXWM3IVysHHuTEx7 { position:relative; }
#xWU4VxzKhVuGOuRe13xhMMmIzPSp133z { position:relative;display:block; }
#v2t6TwDP8JmCFTSIZOWvRvQBSD887yC2 { position:relative;display:block; }
#RxMmAm1oqcPaXWU3e6HWMSd1T3deqlE6 { position:relative;display:block; }
#cJBf004yJV3uk01VF55qWTOFWN3kcUqd { position:relative;display:block; }
#yhTyDSulexx8uG3a1PV81m63mhBoNWlW { position:relative;display:block; }
#dzJV82z3kx3uQPJMiODtb2rn93CTvDmX { position:relative;display:block; }
#G8whF9lLHNPkmQxT7TuZ1NGIQMRATqsO { position:relative;display:block; }
#yHthcnXkOrMQSNRXNNPe0Nalq09ICZVW { position:relative;display:block; }
#xxNDFwSzBncltXQzWwDUeNaIGFq8lTtr { position:relative;display:block; }
#dr7tu1hogK6sH53HqcBrEFOPxZ6XCuAh { position:relative;display:block; }
#EM3wtxAgzaF3hWEkLvldeiINDHQnN9w1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:20.25rem;left:41.875rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIpFWCR4Ump7ALWl2oC7o4nOJAdLeuQ4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pfGIefBr7K43kyGncuBecEsk7S6ZoLm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcvpRWMqHU9B4BS0JHsw8uf96E8vGxRd { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:10.875rem;left:46.6875rem;display:block; }
#UwXQz3ixxvy2yk2opAAKGCNIWo0zmUkz { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rVIxPir8fdxHunOKU92OJeh1lMB4p24f { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.625rem;height:6.29883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUEvWoRR6EzXiE9zn6IHeN27q4WRTywo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.75rem;left:35.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;background-image:url("https://images.assets-landingi.com/uc/f21aed2d-5974-4597-9367-2b1079d579fd/sectionlandinddesktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.adaptive-delivery-prevent-bg, #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.lazyload, #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.lazyloading { background-image: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { background-color: transparent; background-image: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container > .video-iframe-container { display: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row > .video-iframe-container { display: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .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); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { border-width: 0; border-radius: 0; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11002c;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:none; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH > .row .container { border-width: 0; border-radius: 0; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:none; }#rzcw6Hp1tTClK9OT09XRnLybgAXSxRz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:30.5625rem;left:20.4375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8ZrKfBOvuSX8pFeKpxINvJaNXrqh9eD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.5rem;width:40.4375rem;display:none; }
#ITZhmB85HusuU9HdmSxHFA1drzyGSlQt { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.9375rem;width:17.125rem;top:20rem;left:6.875rem;overflow:hidden;display:block; }
#nkM4hko9spoiv80FdP4igEqQgbMwAHkW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NC6l5JANgydrRxzTAeqdTJ2ZA5qsHvxd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,38,38,0.86);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:none; }#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr > .row .container { border-width: 0; border-radius: 0; }#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#OsEuH93ABz0uX9PQ8UKV9ALzuOMOTO3y { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.125rem;left:23.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMmR1qrdvSgJkCWiTTCWSSmpuofcGB2u { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:24.125rem;height:3.9375rem;font-style:normal;display:block; }
#Fh0vtnb5sylISq0iCN0tkrIoAsu1zJf7 { box-sizing:content-box;height:16.3125rem;width:63.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.5rem;left:5.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ri9VRiPoQsFnbSlHQBnVWACm6INsp0L8 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kb2PLVsZbowEuLmSN261QPeBkLH69QrA { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-4),1));background-size:auto !important;top:10.9375rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sx3M5pbItWEoFTf9HXKy18TGtdPXKMz3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:19.0625rem;top:17.1875rem;left:7.375rem;overflow:hidden;display:block; }
#hgI3d5uJ5fMAAoQetftZbqci0AZrPxLg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:24.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB1wAypIi523mFqHrLNyMhM5dygHAC8L { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:19.125rem;top:17.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#Qb5DNKbayewzpA3GUX4ZCpXhZZWlUE6Q { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.4375rem;left:24.4375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m4JuERxqk2iPp9gWdoZgg8cKLVpXzOGr { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.3125rem;left:23.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#vr9uTWIbqHVK2t85c6ZaTut5zh0tRccJ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.68725rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:28.125rem;left:22.8125rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOrJ2mdfipmq3crlM6tQu5aBDTUvZSHV { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:12.5625rem;display:block; }
#XK7uafEIPl1yV0cTg8FFTM2gr4W72wiV { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:24.5rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#O3TWKrsyTgvcxTa91MUkqokpEwsPMNAr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:10rem;width:19.125rem;top:17.1875rem;left:48.5rem;overflow:hidden;display:block; }
#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z > .row .container { border-width: 0; border-radius: 0; }#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:none; }#R8K1ADSMh4fsAheb4drn0dFCLW9lysve { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:44.5rem;top:0rem;left:14.9375rem;overflow:hidden;display:block; }
#AzkM6AFyEVsRZlbax9d7yy4OSCmVc3sk { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.5rem;left:20.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k8upic39R33sulU0fnyVroqAp5MGCCCQ { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:16.5rem;left:38rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hVIxmHXiAPVJ7EbXwhb2VSAkU45lAzgv { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.3125rem;left:29.75rem;overflow:hidden;display:block; }
#srQrAIVdR91Q3auk2n8wstw0lJEKXXXQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.875rem;left:19.5625rem;display:block; }
#b2OIOy86CegxPpfeqB732uxumoBQQHrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLg19q8bU6DJ9xxKgPEkvcRa36QkTLl3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.875rem;left:37rem;display:block; }
#dgAkEwPTzTGU3iaoUP3MtB64dQzQIZZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5QuEG5eWJOo5pJqFKoEabbDLSDlcMex { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.25rem;left:21.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#iRDrr6veyc5yZKBRNpfieKXzqiJiMBhV { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.1875rem;left:23.6875rem;overflow:hidden;display:block; }
#TGKJHzGFURbGVmAvP7ZREZ9eDf85ZBEx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.25rem;left:19.9375rem;overflow:hidden;display:block; }
#EhFwvTnaf7BybkUes1ZwftN42SVV0UKN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.25rem;left:23.6875rem;overflow:hidden;display:block; }
#Zy9fxrzC42uDPdQNpuSxA5M89ponnIGV { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.3125rem;left:19.9375rem;overflow:hidden;display:block; }
#omgJKqwxdscFrfn2uDzfR01OrM5LQDUC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:38.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FRWnqnAk1KikuX7MOyzurnvaJ7dcbe1w { position:absolute;display:block;z-index:15086;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:9.875rem;width:16.0625rem;top:20.875rem;left:37rem;overflow:hidden;display:block; }
#pPLiuK9k9GHTXqpJdlCAMHbVFwiCCmct { box-sizing:content-box;height:2.875rem;width:37.4375rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, #33000e);background-image: -moz-linear-gradient(180deg, #d71f1f, #33000e);background-image: -ms-linear-gradient(180deg, #d71f1f, #33000e);background-image: -o-linear-gradient(180deg, #d71f1f, #33000e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#33000e' );";background-image: linear-gradient(180deg, #d71f1f, #33000e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:17.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Mv5fQRvBId03ZmB8AuhyWWKEzl6JqnNZ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:"line seed sans th";font-size:1.625rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:11.505859375rem;left:18.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ilwI8Tr4NzXpISzxViAei1GDSKTB8am5 { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:32.3125rem;left:27.84375rem;display:block; }
#DLUFICFkXxa5ldTNIsDt3nCMDiTG9kFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.adaptive-delivery-prevent-bg, #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.lazyload, #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.lazyloading { background-image: none; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU > .row .container { border-width: 0; border-radius: 0; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#xE4NThhCHSZ7BeGvWrG0cmBTn7bHmvis { 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:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:10.9375rem;overflow:hidden;display:block; }
#cWgy6T8Th58aeA7vr8JgGHVLnyXnvlPy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:23.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nM7uPoJgFdTFUBif8GxMvzy49k1dMbGd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:23.9375rem;height:3.9375rem;font-style:normal;display:block; }
#brEAmkHgw7WGX5FNtiynDwiu26qke5KD { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:12.1875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Hw5lkoEyqQ5hFn3ghuQrf8b9phKq1TkR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIIXPhVJJD2Wu4aixqs8Fvpb2veTOFSt { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-secondary-3),1));background-size:auto !important;top:19.75rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U4oaHx53KX3g7TIuDFoKSZO0WQOyIkcT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:13.5rem;overflow:hidden;display:block; }
#iEoqTMSOADToPTVADETzoVG6RBtJt3yd { position:absolute;display:block;z-index:15012;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:7.8125rem;width:10.75rem;top:27.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#UHFAl77fH7txoXA6TdDEHJXhIANKT0H7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:51.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxTQH8noJs4icnCPL5EdmLuIkTJgGXfL { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-primary-4),1));background-size:auto !important;top:26.8125rem;left:51.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#H9A3CNqtJLMtIqOpREZIPzVZrTinnlJb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ1TTlB20x19CCkSco0WB1xrPS1rdSSt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uim6C8hxqT4B6i0Hc4MLarMhQJFvBVTO { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:28.4375rem;overflow:hidden;display:block; }
#DL8FKfgKWMUq319Z3LaFTPtwZPsQh3Nf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:18.625rem;overflow:hidden;display:block; }
#KW4zz1AnZnstZlC2DDs6FWJUt95e4Iie { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNcnhu1TOih9CXyu0OT3483QaticDPKi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.875rem;width:21.875rem;top:22.983252929687rem;left:61.570188720555rem;overflow:hidden;display:block; }
#RIIspN9VkhCguhlxwLQobcbwMKvrnNrA { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:23.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#c9VQBCgPf5h8f5SilXex37IcR3QChaOl { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:48.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xKURxCgrenbbXR5AKyoBSQL56NyRzmDN { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:44.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bd1HQ5oHwtOqVfikX1lc5rcF4ILybGMx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:12.875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2eea0ca7-206e-431c-a581-1cf0dfde1347/image1412.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.adaptive-delivery-prevent-bg, #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.lazyload, #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.lazyloading { background-image: none; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg > .row .container { border-width: 0; border-radius: 0; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux > .row .container { border-width: 0; border-radius: 0; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#UpGRtw9ohwrOTefmo9ArfMPOL6OBFd4G { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.5625rem;left:53.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#hD6RZPWA4TzvdGDhIFfEPw77EL5JVBuV { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.125rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFX4pIvCXZ8cuN0ilW3hq9U4p8yUfh1O { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.48);top:1.5625rem;left:18.4375rem;height:9.0185625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJdkioQAlehfPORgy3osKqEecVdegf65 { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:10.625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#LU1yfoLt1CKO727wEIzPH4EXNkkVAD73 { 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:1.25rem;width:8.0625rem;top:0.625rem;left:11.5rem;overflow:hidden;display:block; }
#XUfitT0A7q0zexWRnyEHw9iWZJfcCNCt { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6435546875rem;left:24.625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwH3Mr3xUlwl78UsDzWgbaKfO3SMGuKd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:11.5rem;height:1.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3DLG2DNN7qTI22ChTvdA1bFdqSXtcJb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:17.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#POmf7x0dgoDaZ6164H518Qb6xmoVNvG6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:31.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#uWkvnad8MAnql6rgT5AaemSzScXtx2eA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:45.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#zcxVIby5b7LpTbTblXgUxBKh3fmaxy6g { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.1875rem;left:32.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#mMCCMgWJdOOy3Ri51JBhBTRrJXAohDP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:33rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXhNtEWZqdx3scKmCMvbQ7s3vOIP9un3 { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.3125rem;left:18.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#oBENqoT17OLFVN2ltMFatFo70ZObtPec { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNhbbSv3z2q0HbvdQpasdSWm6ZAd1MGD { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.3125rem;left:46.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#v9NsF4Vpo2NfaZUU3AheCRemwKcZNpBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n9JGdxcH76lqOxfGSIbNiIKDpfOLTz6p { position:absolute;display:block;z-index:15009;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:7.8125rem;width:10.75rem;top:10.375rem;left:13.0625rem;overflow:hidden;display:block; }
#XTWxfsQ8ZlsBWtgSptdSXrh42qlc3VBA { position:absolute;display:block;z-index:15010;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:7.8125rem;width:10.75rem;top:15.375rem;left:32.5625rem;overflow:hidden;display:block; }
#ywIxNVeJ7NCg9OUyQmM16ADDkXFOpmTi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:33.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spJ448QWXDxM9K8vUbm16A95KlwkUdW0 { position:absolute;display:block;z-index:15011;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:7.8125rem;width:10.75rem;top:14.75rem;left:46.5rem;overflow:hidden;display:block; }
#nFFcdxeS1nO1V0rkIfMfcoruMlV5CrUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTpF6rBif60vcmaeJKRvggCyqSkw9gAn { position:absolute;display:block;z-index:15011;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:9.6875rem;width:13.375rem;top:15rem;left:17.5rem;overflow:hidden;display:block; }
#t9yOPpxR5HPmzzphbKM8HaaairCloQ2l { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.4375rem;left:19.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#S94lAlmsM0lH8lOP8sKSzP0LfTv7SbMn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:21.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3ynOmRPbFB8gnsUcPJdLKzSkzyT1QrN { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.53);top:34.6875rem;left:17.5625rem;height:9.1875rem;font-style:normal;display:block; }
#nXOZSKwub4uKrByayXfAcNrPBiZ6ypK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:17.625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6uKasWa2iDIquHeTmE6P498WQioZl2u { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.09375rem;left:16.9375rem;display:block; }
#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8f1ff;background-image:url("https://images.assets-landingi.com/uc/ac75214c-0f0c-4ab5-b211-dc03f7fbadf9/22JulyLandingPageProjectManagement42.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.adaptive-delivery-prevent-bg, #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.lazyload, #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.lazyloading { background-image: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { background-color: transparent; background-image: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container > .video-iframe-container { display: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row > .video-iframe-container { display: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .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); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { border-width: 0; border-radius: 0; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#co6E5ut0LDOP1n015X2m8hKAvPqzMB7F { color:#305192;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.78125rem;left:7.84375rem;height:5.60595rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRMc8hkyMBt46KPTwMI69TfZToCgmgWB { color:#305192;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:30.625rem;height:5.60595rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHkApdwBUhS7UK7t6NETww87vX7Kz5hb { color:#305192;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:53.375rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JB8sKDFgQPwUQ6z94CDddU6BZ4810mZq { box-sizing:content-box;height:9.6875rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;top:1.6875rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#w9bsqpayBELKOgIm3daDqNLBSNFOUTvn { box-sizing:content-box;height:9.6875rem;width:20.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;top:1.5625rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#w4NKT1mvmXqS91fh8LmsiU1Z62cTExn7 { box-sizing:content-box;height:9.6875rem;width:20.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.67);background-image:none;top:1.5625rem;left:49.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.32);background-image:url("https://images.assets-landingi.com/uc/391b158f-b2c0-4cb9-b049-828bf284431d/22JulyLandingPageProjectManagement53.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.adaptive-delivery-prevent-bg, #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.lazyload, #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.lazyloading { background-image: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { background-color: transparent; background-image: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container > .video-iframe-container { display: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row > .video-iframe-container { display: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .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); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { border-width: 0; border-radius: 0; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#H86Dmb3ZefPe3DG10cGIXy0EaonSgDUm { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.75rem;left:20.78125rem;height:3.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQCxO5IETtqZKUbdHHigSZCHaHbkIOIi { color:rgba(var(--color-tertiary-1),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:14.0625rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LihF8uAnVGM3RGT7tM8Ztq6d4ylaGCpw { color:#3c2800;display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.25rem;left:29rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Az3dyCIvN3rTUlKd8IUxo3V9Igctnw6v { color:rgba(var(--color-tertiary-1),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.9375rem;left:14.375rem;height:4.6307375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpdWd11GHJNPt0c7vdD2VpVpx4SiH3M4 { color:rgba(var(--color-secondary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.125rem;left:29rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEct7P1rWWGF6OAq1ZXv8wPwwkVVn54E { color:#3c2800;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.1875rem;left:29rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U6mEqeTG64f9c2RNsiF5BdUffkiTesCU { color:rgba(var(--color-tertiary-1),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5rem;left:12.4375rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbBvlByw3hw4gg6xgrKZxu56eQvXhutQ { color:#3c2800;display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:16.75rem;left:29rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XhkVDgS8TzUQZpt4FVJwtfCwSDsJ49DQ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.0625rem;left:12.75rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFauFBpAmUWCfP4z0S06lvrPBrmGKtpk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TgPKpT0ivKwp8w0AmXSpbdM7RxJt99aU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uVmbPgwK23iCxt0reWDbX2eX1bslpvSM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eSpkCoi7kh1C1khpL7s7PBWE81BclFlh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bgP2F8DrGcz5WLzQWn3SVcJGtlI09Z75 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VsUTqmedX9b1Ovv5Wz0eygd4ig0yOZfe { box-sizing:content-box;height:6.9375rem;width:43.875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -moz-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -ms-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -o-linear-gradient(226deg, #ffd762, #fff8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );";background-image: linear-gradient(226deg, #ffd762, #fff8e5);background-size:cover !important;top:7.1875rem;left:20.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#yTDprXDxNLfsRJGn4EDmoiOQoLTs3hsm { box-sizing:content-box;height:6.9375rem;width:43.875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -moz-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -ms-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -o-linear-gradient(226deg, #fff8e5, #ffd762);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffd762' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffd762' );";background-image: linear-gradient(226deg, #fff8e5, #ffd762);background-size:cover !important;top:14.4375rem;left:20.3125rem;border-top-left-radius:0rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.8125rem;display:block; }
#t8c4vJnIu8670yTW53R4G1ein2xaQLia { box-sizing:content-box;height:6.9375rem;width:43.875rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -moz-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -ms-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -o-linear-gradient(226deg, #ffd762, #fff8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );";background-image: linear-gradient(226deg, #ffd762, #fff8e5);background-size:cover !important;top:21.6875rem;left:20.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#UufLwdpa1rGBGF39pIE1I3oSJteNDWww { box-sizing:content-box;height:6.9375rem;width:43.875rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -moz-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -ms-linear-gradient(226deg, #fff8e5, #ffd762);background-image: -o-linear-gradient(226deg, #fff8e5, #ffd762);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffd762' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffd762' );";background-image: linear-gradient(226deg, #fff8e5, #ffd762);background-size:cover !important;top:29rem;left:20.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#E1UI8TqEOaLSVA7DUMe5VNhTPzkKWh3O { box-sizing:content-box;height:6.9375rem;width:43.875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -moz-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -ms-linear-gradient(226deg, #ffd762, #fff8e5);background-image: -o-linear-gradient(226deg, #ffd762, #fff8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd762', endColorstr='#fff8e5' );";background-image: linear-gradient(226deg, #ffd762, #fff8e5);background-size:cover !important;top:36.3125rem;left:20.3125rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;display:block; }
#ClRloaB9Fkp2mobG9zJMQuMuPbLG27ZL { box-sizing:content-box;height:6.9375rem;width:17.125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-size:auto !important;top:7.1875rem;left:10.8125rem;border-top-left-radius:2rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hF9eQwLGu2NoD42Z7VziwdQ2SD8xVkKG { box-sizing:content-box;height:6.9375rem;width:17.125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #184aa9);background-image: -moz-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #184aa9);background-image: -ms-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #184aa9);background-image: -o-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #184aa9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#184aa9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#184aa9' );";background-image: linear-gradient(226deg, rgba(var(--color-secondary-0),1), #184aa9);background-size:auto !important;top:14.4375rem;left:10.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;display:block; }
#wm9T30ii0c8d6EfIk9MBGN33OrvBlS2n { box-sizing:content-box;height:6.9375rem;width:17.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-size:auto !important;top:21.6875rem;left:10.8125rem;border-top-left-radius:2rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gty0OP3XUhRrfI0z0qXTHUc3t9OgbJ0v { box-sizing:content-box;height:6.9375rem;width:17.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #0e43ae);background-image: -moz-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #0e43ae);background-image: -ms-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #0e43ae);background-image: -o-linear-gradient(226deg, rgba(var(--color-secondary-0),1), #0e43ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#0e43ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#0e43ae' );";background-image: linear-gradient(226deg, rgba(var(--color-secondary-0),1), #0e43ae);background-size:auto !important;top:29rem;left:10.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2rem;border-bottom-right-radius:0rem;display:block; }
#cakyKh486KWv1qK4dSaTK2JHG2pA4lfC { box-sizing:content-box;height:6.9375rem;width:17.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#184aa9', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(226deg, #184aa9, rgba(var(--color-secondary-0),1));background-size:auto !important;top:36.3125rem;left:10.8125rem;border-top-left-radius:2rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LTVp7dIEaCKCOTSp0ER7fZ8P8TOJwIEW { color:rgba(var(--color-tertiary-1),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.28125rem;left:12.34375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJBtHZ1oMHHM3hkQUyEpEIrUPUu67vC0 { color:#3c2800;display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:38.375rem;left:29rem;height:2.97485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rpqnvwpHqpbSd7aoXXV7UzObPa1s0f0G { color:rgba(var(--color-secondary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.125rem;left:29rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.29);background-image:url("https://images.assets-landingi.com/uc/5cb5b526-84f6-4672-bdfb-9e62f26822a0/22JulyLandingPageProjectManagement42.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.adaptive-delivery-prevent-bg, #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.lazyload, #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.lazyloading { background-image: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { background-color: transparent; background-image: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container > .video-iframe-container { display: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row > .video-iframe-container { display: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .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); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { border-width: 0; border-radius: 0; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#LTUrmyDI22lvH0XTQxWna9RinRJagBUv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:14949;line-height:1.2;letter-spacing:0;top:2.0625rem;left:20.78125rem;height:3.30016875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Udm4d3ktmoSlZQKD6EeGvEX5k94o7pPV { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:7.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNTCPSVD6tpVDQRz7W1Go4L4mBd5oTbn { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:6.9375rem;left:6.875rem;overflow:hidden;display:block; }
#KTDqLUSu89kTmQvXZZzG1J6aopNmnVMd { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:6.9375rem;left:28.375rem;overflow:hidden;display:block; }
#f1caWts2kZK9M6QmwXL1BmMRXH0oukHe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:7rem;left:49.875rem;overflow:hidden;display:block; }
#xvvAM63OnigZ0XnFDKnULh06xK2NZBFl { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:27rem;left:6.9375rem;overflow:hidden;display:block; }
#pcUGolcQUBGa3NTp942R3nH8bIDVZT0N { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:26.9375rem;left:49.75rem;overflow:hidden;display:block; }
#PumktU6FVXysll8T6dFf9THoOpgXTEwg { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14981;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -moz-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -ms-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -o-linear-gradient(24deg, #ffc319, #fff8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff8e5' );";background-image: linear-gradient(24deg, #ffc319, #fff8e5);background-size:auto !important;top:6.5rem;left:6.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#MqRpKLKcUt7G4GMdDek9lZOn9qLL9UMD { color:rgba(var(--color-secondary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.25rem;left:30.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJVi4CdPNsOEdsty0r3ZGJKDnGbWHPcT { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:50.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4cNTZa6TKwKVraWAb55I3xQrkgv2d2w { color:rgba(var(--color-secondary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.6875rem;left:7.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGgeZ3BRQcKWUKXM4QeBxyHHdl49q1AT { color:rgba(var(--color-secondary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:28.875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqA9i4oUmHo6I7y2q3EecKAMNb2yWOkQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:26.9375rem;left:28.3125rem;overflow:hidden;display:block; }
#oNBM20PaE7riSeiPw6CNGcN6Jql8zqHs { color:rgba(var(--color-secondary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.68701171875rem;left:50.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1tL4lzi9h7noBSQSqZB3pJZ3KSkPhUq { position:absolute;display:block;z-index:14954;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:46.625rem;left:6.875rem;overflow:hidden;display:block; }
#PKx8KG86qsJ3Jcopcm89O3SsTTfCHnQG { color:rgba(var(--color-secondary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:57.375rem;left:10.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwOZ9h9pss43zcXAo0I81Ss9c5UqsElH { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:57.375rem;left:29.4375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U47DSOLnmrzaIT7CUn6NUkNuRJ6UHp7d { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:46.875rem;left:49.875rem;overflow:hidden;display:block; }
#IWh086Tb88nKh6Mgc1gRx6hnoBnUgAxa { color:rgba(var(--color-secondary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:57.375rem;left:50.9375rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnAbFelWw7eXbTsw0XHQoCs2aekwSxyy { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5625rem;width:18.25rem;top:46.6875rem;left:28.375rem;overflow:hidden;display:block; }
#dbW5csPvozmBOkLc7ca3lbkwGEdh78Ix { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14983;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #fff8e5, #ffc319);background-image: -moz-linear-gradient(24deg, #fff8e5, #ffc319);background-image: -ms-linear-gradient(24deg, #fff8e5, #ffc319);background-image: -o-linear-gradient(24deg, #fff8e5, #ffc319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffc319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8e5', endColorstr='#ffc319' );";background-image: linear-gradient(24deg, #fff8e5, #ffc319);background-size:auto !important;top:6.5rem;left:28.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#l4RirsWILwga2NJE7s2BhUKttpzkZZUF { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -moz-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -ms-linear-gradient(24deg, #ffc319, #fff8e5);background-image: -o-linear-gradient(24deg, #ffc319, #fff8e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff8e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff8e5' );";background-image: linear-gradient(24deg, #ffc319, #fff8e5);background-size:auto !important;top:6.5rem;left:49.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#I1GrqWrHBEO09gfoIX162zoU4bmXFha0 { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14964;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -moz-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -ms-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -o-linear-gradient(24deg, #ffe59b, #ffc319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59b', endColorstr='#ffc319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59b', endColorstr='#ffc319' );";background-image: linear-gradient(24deg, #ffe59b, #ffc319);background-size:auto !important;top:26.625rem;left:6.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#MX3XUWUKSt6VdWsad7oVC493LNmeebWq { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14963;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(24deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(24deg, #ffc319, #fff0c1);background-size:auto !important;top:26.5625rem;left:27.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#Lrkt2a9t6aX3ABvtlaSALCOcn5TbOXvc { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14960;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -moz-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -ms-linear-gradient(24deg, #ffe59b, #ffc319);background-image: -o-linear-gradient(24deg, #ffe59b, #ffc319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59b', endColorstr='#ffc319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe59b', endColorstr='#ffc319' );";background-image: linear-gradient(24deg, #ffe59b, #ffc319);background-size:auto !important;top:26.5625rem;left:49.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#lccveoWrxgKaeRoq7six56Q2XZmAd4KH { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14952;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(24deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(24deg, #ffc319, #fff0c1);background-size:auto !important;top:46.25rem;left:6.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#OB0vgUztfoNV5QB6bzv8mtlEW0c1a1q3 { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14967;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #fff0c1, #ffc319);background-image: -moz-linear-gradient(24deg, #fff0c1, #ffc319);background-image: -ms-linear-gradient(24deg, #fff0c1, #ffc319);background-image: -o-linear-gradient(24deg, #fff0c1, #ffc319);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c1', endColorstr='#ffc319' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0c1', endColorstr='#ffc319' );";background-image: linear-gradient(24deg, #fff0c1, #ffc319);background-size:auto !important;top:46.25rem;left:28.0625rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#XseI3yFkLMO3J96WzbOJUWns0SDTNIiP { box-sizing:content-box;height:16.4375rem;width:18.9375rem;position:absolute;display:block;z-index:14957;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(24deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(24deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(24deg, #ffc319, #fff0c1);background-size:auto !important;top:46.5rem;left:49.5rem;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#LeWdoDcO7Fi4OE5GddhApwTkZXdfTENg { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:64.5rem;left:29.03125rem;display:block; }
#UQbLoQKqEPGJg8vhAPlid1kGk9pPTy8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTUwIJBsiBDmKe0sI62W4kgnLwe7B1nm { position:absolute;display:block;z-index:15111;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:3rem;width:3.25rem;top:13.5rem;left:21.9375rem;display:block; }
#NOTJ1Bq1ZU249KE4zl32ZLWi99UvO3CA { position:absolute;display:block;z-index:15109;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:3rem;width:3.25rem;top:13.5rem;left:43.4375rem;display:block; }
#tGfUg6hhugThKsoR62gQvTKukfSAJ1r9 { position:absolute;display:block;z-index:15110;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:3rem;width:3.25rem;top:13.5625rem;left:64.875rem;display:block; }
#VwlnEeKTT5asFWbtA07gloriZ6EoAsLn { position:absolute;display:block;z-index:15108;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:3rem;width:3.25rem;top:33.5625rem;left:21.9375rem;display:block; }
#TzJNOg8LMScXXqtSXpzXODMehRz6rWSq { position:absolute;display:block;z-index:15107;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:2.9375rem;width:3.25rem;top:33.625rem;left:43.3125rem;display:block; }
#uKDOcrMVEJf7TEBp1h1h8URHZtt85BdT { 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:3rem;width:3.25rem;top:33.5rem;left:64.8125rem;display:block; }
#vwtPfA0GTZnX7D74KKOaWJE0TBxD7ZS3 { position:absolute;display:block;z-index:15106;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:3rem;width:3.25rem;top:53.1875rem;left:21.9375rem;display:block; }
#bdNfToncASIqwFmPs7Ud1xR5X5M00bAh { 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:3rem;width:3.25rem;top:53.25rem;left:43.375rem;display:block; }
#kxB2Po1JUVApf7ENIOsbbgq4e2vmLhON { position:absolute;display:block;z-index:15105;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:3rem;width:3.25rem;top:53.4375rem;left:64.875rem;display:block; }
#vtXAQzS9KCmms4VKhHGE8by9QykJfP5u { box-sizing:content-box;height:4.1875rem;width:53.1875rem;position:absolute;display:block;z-index:14950;background-color:#dfeaff;background-image:none;top:51.0625rem;left:14.75rem;display:block; }
#m6V81BnRl3E2XOWUJ552akg0NRV67ExF { position:absolute;display:block;z-index:14951;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:23.5rem;width:20.125rem;top:31.625rem;left:0rem;overflow:hidden;display:block; }
#iQIx4usOu3t5vv0mV94iTBfrIcls0UFa { box-sizing:content-box;height:4.1875rem;width:53.1875rem;position:absolute;display:block;z-index:14958;background-color:#e6edff;background-image:none;top:31.625rem;left:15rem;display:block; }
#knIwXGhLiim5D7nSceyLArdRRWisBx8V { box-sizing:content-box;height:4.1875rem;width:44.5625rem;position:absolute;display:block;z-index:14971;background-color:#edf2ff;background-image:none;top:12.375rem;left:10.9375rem;display:block; }
#bM5ELdx76bRAvsMrhHbkVwSkIKkdQkz4 { position:absolute;display:block;z-index:14959;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:23.5rem;width:20.125rem;top:12.375rem;left:54.8125rem;overflow:hidden;display:block; }
#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/370f9acc-ad65-4390-9677-d0e8fb689e5c/22JulyLandingPageProjectManagement38.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.adaptive-delivery-prevent-bg, #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.lazyload, #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.lazyloading { background-image: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { background-color: transparent; background-image: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container > .video-iframe-container { display: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row > .video-iframe-container { display: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .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); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { border-width: 0; border-radius: 0; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#BZ9nQqoAEbn7wF33EtkpWuTbJFqO8uUG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.9375rem;left:19.875rem;height:2.84973125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMRpRz2IZTzaXdwcJ2Rgf9lMelvyLw2y { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0625rem;left:2.1875rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RU2MsgfJVsDnNJDa7Da1TfSbnPZzS7kL { color:rgba(var(--color-secondary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.375rem;left:2.3125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfUKNTyl4ukKq4odTwC4aWiv1bJyJNEZ { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:4.0625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28rem;left:27.5625rem;display:block; }
#nrXCCJKvMJ7Iqsn361cqgnCHhqS1rfVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GicQOGaROOcLJEnodc8oFNqPl1zEpIBW { color:rgba(var(--color-secondary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:18.875rem;left:17.375rem;height:2.61230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXMRzetJVIJLudbk57wQ0EXFzuwkHThm { color:rgba(var(--color-secondary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:16.9375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TS5TTlxOeM6H7kMLO1GdAmSGDoewmhzR { color:rgba(var(--color-secondary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:31.1875rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGTmGlXAXiU69Xt6WPvBMayIfTAzGRp9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21rem;left:31.1875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4XQm63XikgTpaHOFwxxiaRZSWSCK5Th { color:rgba(var(--color-secondary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:46.125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3Zp1zSgbFgea7RMRXvwNAwkrKTSwa3w { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:46.125rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n38wchlBvOo1C0OhplqHh2FKSZbqWmOk { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.9375rem;left:60.625rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIdaNC2y7TJ2eBJ4VMtg8BKsWPhtcCWP { color:rgba(var(--color-secondary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.3125rem;left:60.75rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/647d2f7f-0360-4c96-918d-3656055500c8/20JulyLandingPage19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.6875rem;left:17.9375rem;box-shadow: none;display:block; }#JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD.adaptive-delivery-prevent-bg, #JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD.lazyload, #JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD.lazyloading { background-image: none; }
#RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c6eb62f8-49b6-4538-b2cd-d32d35501fd0/20JulyLandingPage20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.6875rem;left:47.1875rem;box-shadow: none;display:block; }#RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf.adaptive-delivery-prevent-bg, #RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf.lazyload, #RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf.lazyloading { background-image: none; }
#hDEQbMw0BunzVZReBsxAb1v1B954nthZ { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/758c5169-9822-408c-9206-b41153732f95/20JulyLandingPage18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.6875rem;left:61.8125rem;box-shadow: none;display:block; }#hDEQbMw0BunzVZReBsxAb1v1B954nthZ.adaptive-delivery-prevent-bg, #hDEQbMw0BunzVZReBsxAb1v1B954nthZ.lazyload, #hDEQbMw0BunzVZReBsxAb1v1B954nthZ.lazyloading { background-image: none; }
#JvDJhhwBQqqRvwqs9iIb08r9AsiruNXn { box-sizing:content-box;height:14.9375rem;width:14.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.4375rem;left:1.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#MgTtsnakdlV00lMhgJ3MBKsQbTzOvzsp { box-sizing:content-box;height:14.9375rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.4375rem;left:15.8125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#TN8nkNuDRr8v26tkRLDfprz9KLbgsMf7 { box-sizing:content-box;height:14.9375rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.4375rem;left:30.4375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#bQcKiGsdGFGNzhWHuekSgPTVX1c0xRFb { box-sizing:content-box;height:14.9375rem;width:14.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.4375rem;left:45.0625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#ziNzLo2udm7UIZo4RNS6PBIAllGnTegt { box-sizing:content-box;height:14.9375rem;width:14.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(2deg, #ffc319, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.4375rem;left:59.6875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0140737-44d8-4eb2-9ae0-c3017eb10806/20JulyLandingPage17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.6875rem;left:32.625rem;box-shadow: none;display:block; }#xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q.adaptive-delivery-prevent-bg, #xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q.lazyload, #xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q.lazyloading { background-image: none; }
#bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A { box-sizing:content-box;height:9.8125rem;width:9.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d8f67d84-a67d-473f-8922-258c888f1664/20JulyLandingPage16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.6875rem;left:3.4375rem;box-shadow: none;display:block; }#bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A.adaptive-delivery-prevent-bg, #bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A.lazyload, #bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A.lazyloading { background-image: none; }
#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9.adaptive-delivery-prevent-bg, #X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9.lazyload, #X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9.lazyloading { background-image: none; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container { background-color: transparent; background-image: none; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container > .video-iframe-container { display: none; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row > .video-iframe-container { display: none; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .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); }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container { border-width: 0; border-radius: 0; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#E6Lev3TCTK6vWmqAbr1OtvVKIg8xuQRT { color:#ffc319;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.875rem;left:17.3125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wq01Z9spmCNzdOqmT4x2co8JkNp9HWzw { color:#ffe017;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.375rem;left:20.8125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVXL6lU0yWqN1TJwFIwXtIVOiR4NpPik { color:#ffe59b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:17.3125rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z { box-sizing:content-box;height:14.1875rem;width:11.1875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eeb1172b-d3cd-4457-8cab-e59fd0161be6/22JulyLandingPageProjectManagement27.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.8125rem;left:5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.adaptive-delivery-prevent-bg, #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.lazyload, #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.lazyloading { background-image: none; }
#wGQObF9lpOMAs14p7fThgOv8umNsXL02 { box-sizing:content-box;height:14.1875rem;width:11.1875rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c161d3d4-fd71-46d8-a7d3-02e4d8d44074/22JulyLandingPageProjectManagement30.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.8125rem;left:35.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#wGQObF9lpOMAs14p7fThgOv8umNsXL02.adaptive-delivery-prevent-bg, #wGQObF9lpOMAs14p7fThgOv8umNsXL02.lazyload, #wGQObF9lpOMAs14p7fThgOv8umNsXL02.lazyloading { background-image: none; }
#QnpZR25g2yMC7IwI2vRuZgAmmVcnERuZ { color:#ffc319;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:47.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTHCyR2hbgXlZ8mBQN4nTXlBlw2sJHpZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:15.8125rem;left:47.6875rem;height:5.24903125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F5oO9RfRHChdWFBycBb8VRERwneOrPmG { color:#ffe59b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.5rem;left:47.6875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE { box-sizing:content-box;height:14.625rem;width:11.1875rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/15ab058c-57ea-448e-bddb-e13339b79792/22JulyLandingPageProjectManagement29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:35.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.adaptive-delivery-prevent-bg, #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.lazyload, #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.lazyloading { background-image: none; }
#SukrQlLCDMJ6NkNDC7xB1GlKbADfr4xc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.875rem;left:17.3125rem;height:6.25489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wDk0b1zFb1D9rz8XBuOGsudcOT7xDSKg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.25rem;left:47.6875rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKQVg4wgLSXBmDRRZOucSi3pUFACklot { color:#ffe59b;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.375rem;left:17.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJxeZh6x8vZMTc2ErwU4iTdIXoXHgWOK { color:#ffe59b;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:30rem;left:47.6875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylQhUUEUZv1E6aF1KVCv4KnpUX95CHL0 { color:#ffc319;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.8125rem;left:47.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l0pX3Twt4MNVOOEmNrErgaFcON0HaDPy { color:#ffc319;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27rem;left:17.3125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JedpgE08aCH12WPPZmTPRFki3oCMJ1iU { box-sizing:content-box;height:14.625rem;width:11.1875rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/46bea401-670b-43ae-ae57-4ab9de9195bd/22JulyLandingPageProjectManagement31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.adaptive-delivery-prevent-bg, #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.lazyload, #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.lazyloading { background-image: none; }
#bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg { box-sizing:content-box;height:17.25rem;width:11.1875rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69e735d6-0e83-4521-9065-16aa8ab7f7c2/22JulyLandingPageProjectManagement28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:40.3125rem;left:35.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.adaptive-delivery-prevent-bg, #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.lazyload, #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.lazyloading { background-image: none; }
#wIdMU5TBPCdigRpypQiIoRwnPsV0dvNB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:50.0625rem;left:17.3125rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0wKlMdOB6TMoNb12GIWGxnFOxWbP1F2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:48.6875rem;left:47.6875rem;height:6.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGsUqrqyOAwqHZ5yal5g5XvCT0Sdnd2x { color:#ffe59b;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:45.5625rem;left:47.6875rem;height:2.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqXfzbpFWkpqJMTKX9JnpW9omcJVsuz6 { color:#ffe59b;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:47.625rem;left:17.3125rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux { box-sizing:content-box;height:17.25rem;width:11.1875rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e8c5b40-7eb8-409b-b2d9-cb7ae9d13c7d/22JulyLandingPageProjectManagement32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:40.3125rem;left:5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.adaptive-delivery-prevent-bg, #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.lazyload, #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.lazyloading { background-image: none; }
#fIeNaSOQHLhKrLIavP5XlT9TNnWbPeOJ { color:#ffc319;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:43.1875rem;left:47.6875rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gzqL3t77cSLeQqfnAysDUIKFKoHWzGky { color:#ffc319;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:45rem;left:17.3125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dq0Qnv6ml4IsMviCmK6FvnhclxPxbvaO { box-sizing:content-box;height:14.1875rem;width:21.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:8.8125rem;left:13rem;display:block; }
#US47zEnkO7QFPoxFRdsf6JNWTpt12LP3 { box-sizing:content-box;height:14.1875rem;width:30.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:8.8125rem;left:39.9375rem;display:block; }
#PQsAt3mbTUgr9C8TXa6KWv7k6Rz1XCzd { box-sizing:content-box;height:14.625rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:24.6875rem;left:13rem;display:block; }
#fOT5MDvloMbaTUfJHoGxBQCw86nKh7ia { box-sizing:content-box;height:14.625rem;width:30.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:24.6875rem;left:39.9375rem;display:block; }
#aTbvbB32tp4FvxNB6Z2lQqxPzJrE1HK1 { box-sizing:content-box;height:17.25rem;width:30.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:40.3125rem;left:39.9375rem;display:block; }
#DSkfehFIdMzWgLDhcwnLDNKOeEKhzFkT { box-sizing:content-box;height:17.25rem;width:21.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.32)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(290deg, rgba(var(--color-secondary-0),0.32), rgba(var(--color-secondary-1),1));background-size:auto !important;top:40.3125rem;left:13.1875rem;display:block; }
#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fca60fc6-361e-475a-a6c7-81be91082bf5/22JulyLandingPageProjectManagement03.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT.adaptive-delivery-prevent-bg, #V2nyyI3tUolaOmg0nsz3xHAt897mK0pT.lazyload, #V2nyyI3tUolaOmg0nsz3xHAt897mK0pT.lazyloading { background-image: none; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container { background-color: transparent; background-image: none; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,15,25,0.82); }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container > .video-iframe-container { display: none; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,15,25,0.82); }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row > .video-iframe-container { display: none; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .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); }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container { border-width: 0; border-radius: 0; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#R33TF7hrflWH3Qy2kTFzCV5zGF8Lz1On { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.9375rem;left:22.46875rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVxeSiHVKPzQxugMToU47J7FoLMrU3c7 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.8125rem;left:14.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDvyX1WNeg59KLfp10dOpXLoQpn2k5KS { 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:18.0625rem;top:3.125rem;left:47.1875rem;overflow:hidden;display:block; }
#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(248deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(248deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(248deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(248deg, rgba(0,0,0,0), rgba(var(--color-secondary-2),1));background-size:auto !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; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container { background-color: transparent; background-image: none; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container > .video-iframe-container { display: none; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row > .video-iframe-container { display: none; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .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); }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container { border-width: 0; border-radius: 0; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#qEETG5eDUI7uH1lzUwxO4uKRZyDhPK2k { color:#305192;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5625rem;left:18.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVCP9KAJkuLuSJ1G8rx9aGF54SAxob4P { color:rgba(var(--color-tertiary-1),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2rem;left:20.75rem;height:2.84973125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1EsOSfnULl1sfipRCEOMeS6cCIMbRaz { color:#6081c3;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:10.375rem;left:19.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cec2CtXscHeRpICRSJnTLblzi492mIvJ { color:#305192;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.5625rem;left:39.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gg6GkHBqybl1NKbR8nw10oBH0hNpWv42 { color:#6081c3;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:10.375rem;left:42.75rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNo9L0T5tuHn1WyEXx6ZkoKeRFTTF4B5 { color:#6081c3;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:20rem;left:9.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G3KGLMg8peVexzLrVIUhhpugsSEGsBky { color:#6081c3;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:20.625rem;left:30.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOfe1bvIZnTSEqXiBhvzVfmtKSvuBfby { color:#305192;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.0625rem;left:29.28125rem;height:1.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DwkXBKHZ3ulqfxDwv64SKWVV0EeQ9zzw { color:#305192;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqnlgrhfPdaPplq9yFtSmaR2S3d8D4za { box-sizing:content-box;height:7.5rem;width:20.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:5.875rem;left:16.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GmK1R6727G4U0yHTBxXpJr8HmAJdRbDq { box-sizing:content-box;height:7.5rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:5.875rem;left:38.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HF0G7q2NGcRyLVbTI8wul28PK2E0u4Nc { box-sizing:content-box;height:7.5rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:15.125rem;left:6.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lwJiyu1yXctVNdmuNuOtSRT3g8qFekAk { box-sizing:content-box;height:7.5rem;width:20.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:15.125rem;left:27.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a8tU0gNJXyve36FRGhZTAAgQHywaURN8 { color:#305192;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:16rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNzxeqATXn7kv4HLLZpvd10SGSOTrOBH { box-sizing:content-box;height:7.5rem;width:20.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:15.125rem;left:48.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(var(--color-secondary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ePTrxubdhwWbPLJ2SFkQXdNPoNH8ihZP { color:#6081c3;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:20.5rem;left:51.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnvxSMnI9XbKihCetICGkPhMB75OT3H7 { box-sizing:content-box;height:1.6875rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:#d5e5ff;background-image:url("https://images.assets-landingi.com/uc/89ec001c-cc9d-4acd-bc0b-1c16aec2d214/22JulyLandingPageProjectManagement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.375rem;left:20.625rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#LnvxSMnI9XbKihCetICGkPhMB75OT3H7.adaptive-delivery-prevent-bg, #LnvxSMnI9XbKihCetICGkPhMB75OT3H7.lazyload, #LnvxSMnI9XbKihCetICGkPhMB75OT3H7.lazyloading { background-image: none; }
#T62zRi64TkHSN4hTX7scH6rpHWKHACPA { box-sizing:content-box;height:1.6875rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#d5e5ff;background-image:url("https://images.assets-landingi.com/uc/89ec001c-cc9d-4acd-bc0b-1c16aec2d214/22JulyLandingPageProjectManagement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.4375rem;left:41.875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#T62zRi64TkHSN4hTX7scH6rpHWKHACPA.adaptive-delivery-prevent-bg, #T62zRi64TkHSN4hTX7scH6rpHWKHACPA.lazyload, #T62zRi64TkHSN4hTX7scH6rpHWKHACPA.lazyloading { background-image: none; }
#wKT7aprWWBEFzulvlkS70kZ8eWsULx3X { box-sizing:content-box;height:1.6875rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#d5e5ff;background-image:url("https://images.assets-landingi.com/uc/89ec001c-cc9d-4acd-bc0b-1c16aec2d214/22JulyLandingPageProjectManagement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.79296875rem;left:10.1875rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#wKT7aprWWBEFzulvlkS70kZ8eWsULx3X.adaptive-delivery-prevent-bg, #wKT7aprWWBEFzulvlkS70kZ8eWsULx3X.lazyload, #wKT7aprWWBEFzulvlkS70kZ8eWsULx3X.lazyloading { background-image: none; }
#Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE { box-sizing:content-box;height:1.6875rem;width:12.5rem;position:absolute;display:block;z-index:15028;background-color:#d5e5ff;background-image:url("https://images.assets-landingi.com/uc/89ec001c-cc9d-4acd-bc0b-1c16aec2d214/22JulyLandingPageProjectManagement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.03125rem;left:31.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE.adaptive-delivery-prevent-bg, #Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE.lazyload, #Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE.lazyloading { background-image: none; }
#RAtCbDFH95SToXebLfz3magPz89S12CZ { box-sizing:content-box;height:1.6875rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#d5e5ff;background-image:url("https://images.assets-landingi.com/uc/89ec001c-cc9d-4acd-bc0b-1c16aec2d214/22JulyLandingPageProjectManagement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.0625rem;left:52.3125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }#RAtCbDFH95SToXebLfz3magPz89S12CZ.adaptive-delivery-prevent-bg, #RAtCbDFH95SToXebLfz3magPz89S12CZ.lazyload, #RAtCbDFH95SToXebLfz3magPz89S12CZ.lazyloading { background-image: none; }
#P1SQxObOBcTqFs7SWHGRZBEu3rOlWJ5y { 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:5.0625rem;width:18.0625rem;top:0rem;left:47.1875rem;overflow:hidden;display:block; }
#AQVFlpz8Toufc82Cd9zp5mhOWiupxcfL { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:25.125rem;left:27.96875rem;display:block; }
#uleaOm6W4D4CeFSD3BqzNwbek6GySkXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/370f9acc-ad65-4390-9677-d0e8fb689e5c/22JulyLandingPageProjectManagement38.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.adaptive-delivery-prevent-bg, #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.lazyload, #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.lazyloading { background-image: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { background-color: transparent; background-image: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container > .video-iframe-container { display: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row > .video-iframe-container { display: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .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); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { border-width: 0; border-radius: 0; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#xGfUFqzQ3T8nNsAaCU9UgEkC8uSSLpn6 { color:rgba(var(--color-secondary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:17.15625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdoxaraMf49Wil87v10BNFfcbKwaBygm { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ { color:rgba(var(--color-secondary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:20.4375rem;left:5.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ li:before{  }
#J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4 { box-sizing:content-box;height:9.9375rem;width:21.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4a21e102-b0b2-4fac-9158-8dac96b45816/thinkingasianyoungbusinessmanworkingwithreadnoterecordedbusinessplannotebooklaptopcomputersmartphonesittableofficeroombackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.1875rem;left:3.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4.adaptive-delivery-prevent-bg, #J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4.lazyload, #J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4.lazyloading { background-image: none; }
#ux6oKakEqww4POS3M0GBBE4TnJTPemTI { color:rgba(var(--color-secondary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.0625rem;left:31.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.875rem;left:27.6875rem;height:6.0620125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP li:before{  }
#uxaw9qGHhu6EszKPED4xMCuSRJidce82 { box-sizing:content-box;height:21.75rem;width:22.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;top:6.625rem;left:26.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:block; }
#omNVAkQv1Pd4byqf3242oDyuT5LgNxem { box-sizing:content-box;height:9.875rem;width:21.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d45ee84f-5079-4129-8351-73bb58be6ef2/sideviewbusinesspeopleworkingwithipad.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.3125rem;left:26.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#omNVAkQv1Pd4byqf3242oDyuT5LgNxem.adaptive-delivery-prevent-bg, #omNVAkQv1Pd4byqf3242oDyuT5LgNxem.lazyload, #omNVAkQv1Pd4byqf3242oDyuT5LgNxem.lazyloading { background-image: none; }
#r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:20.875rem;left:52.6875rem;height:6.0620125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD li:before{  }
#z2usEsOxTh2kd6TdbRWtPkRuP22vOWqm { box-sizing:content-box;height:21.75rem;width:22.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;top:6.625rem;left:49.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:block; }
#REuXoOWBVnD7yFi7JVcJLLRBcvAhSi3k { color:rgba(var(--color-secondary-2),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:55.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3 { box-sizing:content-box;height:9.9375rem;width:21.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/84622a24-f935-4efc-bcf1-943a97cf4b58/happyasianbusinesswomanworkingherworkaltabletherdesk.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.1875rem;left:50.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.adaptive-delivery-prevent-bg, #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.lazyload, #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.lazyloading { background-image: none; }
#verA7ptqWLiChfxxyTBwLqfulbqEXz81 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.0625rem;left:18.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVH2kqUXRcByWkSzJE6rsBVV7RWH7f8l { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.0625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:35.0625rem;left:27.96875rem;display:block; }
#sohzHgy1pN8Afftxxuu0QJDABN6lr73r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFaEFMO0dqUsclqKtogewPrbaPAmwpWc { box-sizing:content-box;height:21.75rem;width:22.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;top:6.625rem;left:2.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;display:block; }
#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");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:none; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.adaptive-delivery-prevent-bg, #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.lazyload, #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.lazyloading { background-image: none; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM > .row .container { border-width: 0; border-radius: 0; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:none; }#dJZM87Vo2wlh6AZv70LpeDo2DHrtqZG7 { color:#ffc319;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.125rem;left:19.09375rem;height:3.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdixqUHaLtvmJpwQXR6AwLFFFr65iGdp { color:#ffc319;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5625rem;left:44.9375rem;height:3.57483125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEQhN8HdeCKaOD2ceDHv51GK3uFPg7bw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzhlfVzqOLwSMX7ISXIAJfxaTR74AQIU { color:#ffc319;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.1875rem;left:47rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyMlJVA9TIq6L1DIu7KuT39UmeyglzoC { color:#ffc319;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.125rem;left:47rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtVKw0sglBGmSOwLPVPfRRRb59PrcfQg { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:42.875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCuyTEKzneXSugg9ya5z0BoVwmpEyqTP { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.23095703125rem;left:45rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTP5DT0Fv5XIdoaCDppaL1PSNIHKApGZ { box-sizing:content-box;height:19.25rem;width:29.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(4,9,19,0.35);background-image:none;top:6.9375rem;left:11.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gQho1OaC18UXU8HTevGg5mwtSoub59hB { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.8125rem;width:26.5625rem;top:10.1875rem;left:12.9375rem;display:block; }
#W1APaTxxDKhWIo567tgeuxoxdCBXTlN5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.8125rem;left:33.375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfxqCU82Xt0iCtPcq1NKetRh5qbOHogQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:27.75rem;left:31.6875rem; }
#OTQHk7ai1DMup51cfSMKDazaayI1emlP { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.0625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:30.25rem;left:31rem;display:block; }
#XsawyLERta3MqJyaarDzfJeA4qtCzdgS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPwqu9PV20CF6H6WqPzJDzzinwg0ECXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.8125rem;left:29.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Wxril0nNGd18NadnhXRklogLJ5JSkw1Q { box-sizing:content-box;height:3.9375rem;width:18.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffc319;background-image:none;top:13.5625rem;left:43.8125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#AsR16E8H7vfRlpAiqHlVDi7r9ifu0OgT { box-sizing:content-box;height:19.25rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(4,9,19,0.6);background-image:none;top:6.9375rem;left:41.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");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:none; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.adaptive-delivery-prevent-bg, #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.lazyload, #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.lazyloading { background-image: none; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C > .row .container { border-width: 0; border-radius: 0; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:75rem;position:relative;display:none; }#F3HzlZ7iJim4v3b9ssFJhPniwuBE7ogo { color:#ffc319;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5625rem;left:17.15625rem;height:3.44970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3D4QrSokZmzunOcZWOKZC5NmsqXxrKo { color:#ffc319;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.5625rem;left:29.625rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLtFNmqGfvuU4bHwe9eFEtN4MPCOaptJ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9rem;left:9.0625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1Geh3TD5iAhCbXgnuk39stG7qZfNADg { color:#ffc319;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.7880859375rem;left:28.03125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0G0W5hg68MrQwlZ9AyfyigBZ4OIP4eG { color:#ffc319;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:38.75rem;left:31.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKwzv6rhB8VWsQc6xdSiOe0yXv2yCBU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.0625rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpE7rZTDWTw2vex4fsh2991TTpkLfior { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:42.25rem;left:23.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybNJhoazWUkUrLmdZxFyn0MpzdPnmOzt { box-sizing:content-box;height:23.1875rem;width:29.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(4,9,19,0.35);background-image:none;top:7.875rem;left:6.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#NGnHpRdrtTX9tnG4iNeBAXfqgVJXxqM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:44.125rem;left:32.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWXda28Z9rRpy8ZtrcHUdwKKTTyOFk7g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:44.0625rem;left:31.25rem; }
#nwxdAipTaf4v9ETIfTAQS3z6zLlbo38W { background-color:#ffc319;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.0625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:46.5rem;left:29.0625rem;display:block; }
#vT9KWLzJ2CkEeqElB7T7lQZQTWEaUdK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbOsrNkF4mf8VSIXGdsHW3QzaZJKvpZD { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:44.125rem;left:29.0625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QWgZQxPvyEZNpBTRWgbkHcPny4TsCAsz { box-sizing:content-box;height:8.75rem;width:23.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(4,9,19,0.6);background-image:none;top:32.5625rem;left:25.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#IfCqlHcOyAoN5T9eJuzrJBrTy3KcHpar { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.875rem;width:15rem;top:11.4375rem;left:9.0625rem;overflow:hidden;display:block; }
#TqovXGv4LqUIn0BMz88wS8s7TzwdMTBE { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.9375rem;width:15.625rem;top:16.25rem;left:18.125rem;overflow:hidden;display:block; }
#btuO19aCuPbMoAzFy7FCXbcTrwWeIBtp { box-sizing:content-box;height:23.4375rem;width:29.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(4,9,19,0.35);background-image:none;top:7.75rem;left:38.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#dRlTTcFgbhUOUSxUHXneoHAsXBrW48l5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.875rem;left:42.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckloOKo54dfT9DgEls9DBTgwVXr81k5z { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:25.3125rem;left:40rem;height:5.625rem;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; }
#JDP7BxKmxkg2GmEVAshX8ttKqI6Ami6t { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.625rem;top:11.1875rem;left:41.1875rem;overflow:hidden;display:block; }
#qPKkKiGTDEcz2A1IQm3Nv3VblS30FOQ6 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.0625rem;width:15.625rem;top:15.5rem;left:50.4375rem;overflow:hidden;display:block; }
#Tk02tLxhNUTSHOUTEVwJelakdDH5F25f { position:absolute;display:block;z-index:15092;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.0625rem;width:6.0625rem;top:6.6591796875rem;left:37.5rem;overflow:hidden;display:block; }
#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ { background-color:#1f033f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container { background-color: transparent; background-image: none; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container > .video-iframe-container { display: none; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row > .video-iframe-container { display: none; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .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); }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container { border-width: 0; border-radius: 0; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#S2i7qHmkvZzqtn2mG0XpvWZ1uzGxMdt2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.33740234375rem;left:13.125rem;height:6.1748rem;text-align:center;text-align-last:center;font-style:italic;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; }
#fTRT7rEJPfuWThsl8RdyUmiPXsQpaub9 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-0),0.5) ;height:6.5625rem;width:13rem;top:18.6875rem;left:14.875rem;overflow:hidden;display:block; }
#acKmNW4oo61Mqrc0NlelVTtpbMIP5iqn { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-0),0.5) ;height:6.625rem;width:12.875rem;top:24.3125rem;left:17.0625rem;overflow:hidden;display:block; }
#gSGRICgvxf4rxKGryckKPX5miehyfHMT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.5625rem;width:52.375rem;top:16.8125rem;left:11.75rem;display:block; }
#e6lI0a7sVgN3P29eAMWZW2ppQhy6TMOT { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:20.20166015625rem;left:33.625rem;height:10.7988125rem;text-align:left;text-align-last:left;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; }
#HqAF6muKRoMalPFfTuaiokl8uU4DEWTq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:22.375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:italic;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; }
#Qm5r2EKizM81fUCk5LaV7HCfnro47OiO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.5rem;width:11.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:0rem;left:12rem; }
#XoJOEaWAxk6adqeciObnEfZcdPNlh7uq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:block; }
#oEzbKXCXGscQaSXEkignoE1egfL2CTVU { color:rgba(var(--color-primary-3),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:21.375rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:italic;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; }
#eR7mZ7XgB2sXFQmtNCEQBii7KBukk61I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:33.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;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; }
#UVovSM4KZJFTrQ38TCs32PlTVuT49iDK { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:35rem;left:23.25rem;height:1.381225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cUwDTnumkd0IIz6A4zDsawwVaZV44W7I { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.068359375rem;left:22.375rem;height:4.7119125rem;text-align:center;text-align-last:center;font-style:italic;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:none; }
#ohFbTfVWWXuKLH4eID7WI42xOVPV3fLs { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:none; }
#ViyeVOoqVZPgbyRsSlMkShbcwIGJzr1A { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.33740234375rem;left:13.125rem;height:6.1748rem;text-align:center;text-align-last:center;font-style:italic;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:none; }
#B9vg3prqHTLz6r79IX9TFETv8WH79vVM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -moz-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -ms-linear-gradient(87deg, #8d00d1, #4f5dc7);background-image: -o-linear-gradient(87deg, #8d00d1, #4f5dc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='#4f5dc7' );";background-image: linear-gradient(87deg, #8d00d1, #4f5dc7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:13.625rem;width:30.9375rem;top:18.6875rem;left:32.125rem;display:none; }
#ify0JFGGiLG4FicZlMa85dmpO9iPJKah { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:20.20166015625rem;left:33.625rem;height:10.7988125rem;text-align:left;text-align-last:left;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:none; }
#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");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:none; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.adaptive-delivery-prevent-bg, #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.lazyload, #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.lazyloading { background-image: none; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl > .row .container { border-width: 0; border-radius: 0; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:none; }#uyUWHBHk55FdPS89eyZPi3wD7RTcwuIU { color:#ffc319;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:20.65625rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I60Az8zPpv4Pu5GB4TvqItkoPLA0mU9M { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:18.75rem;height:3.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCz1oeyVoNPD1g8Bl7Cv7qaA5DbtMZtw { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.6630859375rem;left:11.53125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTX0K13VMx0ZRuVxkTx5W13dZdbZxVxD { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:29.25rem;top:21.03125rem;left:5.25rem;overflow:hidden;display:block; }
#Xxxz2RfIvao3PcxhRJ0NgJezSmkk8wKH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:43.4375rem;left:24.09375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJq14w9k60IwZXzxIZvfCv006vOAsIV2 { color:#c7dbff;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:48.375rem;left:23.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5xShqxduMm4EZ7grWPrKgVg7Z6D5uO5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.5rem;left:15.6875rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSNmoKm49aL9UUiRhPgrvIL9c9bTQBW1 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:29.4375rem;top:21.03125rem;left:40.4375rem;overflow:hidden;display:block; }
#NSnwMBexKoelPNh6v6EwPGX3iT4teIAa { box-sizing:content-box;height:5.625rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffc319;background-image:none;top:14.25rem;left:43.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#yKmyaEv6VHZ9PtGLV6EHW8Fhgcfae6fv { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.06884765625rem;left:47.0625rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXlR7GB7Ta9an4KuO2iVVoxMMM1POyKW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:18.31201171875rem;left:51.84375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzwPP1nllwqlhhHDW3TlFGMyDusroTSA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:15.49951171875rem;left:9.4375rem; }
#uU4Zn0uMZarRxQGWb9JGJmJwwLTAtTet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:15.49951171875rem;left:44.8125rem; }
#nLESc9sffQVcRF4cIPsbWoysyr3p98bH { box-sizing:content-box;height:5.625rem;width:22.5625rem;position:absolute;display:block;z-index:14993;background-color:#ffc319;background-image:none;top:14.2373046875rem;left:8.59375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#X2DiczgT1u3OKDpqZnNqRGfFTTRpTBTb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:36.875rem;left:7.90625rem;height:4.3872rem;text-align:center;text-align-last:center;display:block; }
#gaD5TMAgrT43ZyRpuaxyMwQ3qHtBRrGv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:36.875rem;left:44.8125rem;height:4.3872rem;text-align:center;text-align-last:center;display:block; }
#lElLTtOlKBh60ZP9xxMdf3WWWUWHszCt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:55.1875rem;left:1.6875rem;display:none; }
#DONdhoMT6AptRnBtG9c8OUxJThxsUMbr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:34.8505859375rem;left:10.5625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");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:none; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.adaptive-delivery-prevent-bg, #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.lazyload, #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.lazyloading { background-image: none; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb > .row .container { border-width: 0; border-radius: 0; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:none; }#VExpsxFbvTNncH9WHCecmF4EMBNcxQ1z { color:#ffc319;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5625rem;left:18.03125rem;height:6.82434375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTMreDmkA2vSxKV9qutTPM711WDSiOoy { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:18.75rem;height:3.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZBAHAVwz6VzdnZvG0fiPtUChnu0K5cl { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:15.5869140625rem;left:12.40625rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUTNsVDL24ww6vIBptPQAnJbFIgOEqlz { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:28.625rem;top:21.03125rem;left:6.0625rem;overflow:hidden;display:block; }
#boT6QrAO3A75lnE1fiZTAL6ip2kKXgtr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:43.4375rem;left:24.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ke0oZJrvUhcM2lDHwGoX8T0NgxPeGkmc { color:#c7dbff;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:48.375rem;left:23.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb9Q7tlcc5i0omxFEIy7Tve5eUP9enET { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.607421875rem;left:15.4375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5ZKTU5ICmoxOBUleqA17gmI7cB60aFx { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:29.4375rem;top:21.03125rem;left:40.90625rem;overflow:hidden;display:block; }
#ubKkOdffaiiFdP3UDU9AqlnXlUHvWci0 { box-sizing:content-box;height:5.625rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffc319;background-image:none;top:14.6630859375rem;left:8.59375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#k4eKkZSJ0w8oW3uFI4Gqt720h8073q3F { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4677734375rem;left:47.21875rem;height:3.0871625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vc78WWe4kELepniZxAZfg7oUpZzKnD2F { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:18.6865234375rem;left:52.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8yV85bqoHk2Lv6vN4EUs15Tx0kzkslE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:15.87451171875rem;left:9.28125rem; }
#aXSIuI2ngZwniKf5vCL9uJUB2L9qR2yM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:15.9375rem;left:44.6875rem; }
#xp23ZxRnsiP60Hg1Gz71Mc4BJvJkJJ42 { box-sizing:content-box;height:5.625rem;width:23.5rem;position:absolute;display:block;z-index:14993;background-color:#ffc319;background-image:none;top:14.6875rem;left:43.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#R2Qd6HkvEJgZUiTxVwX0IMh4p0avnCXv { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:36.5625rem;left:7.90625rem;height:4.385375rem;text-align:center;text-align-last:center;display:block; }
#lTczoTZPTOvR4Rr0wSvglKqGvtw93a6A { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:36.5625rem;left:43.65625rem;height:4.38538125rem;text-align:center;text-align-last:center;display:block; }
#JBxnJmELEHhM1WM1hvzDiZ16uE5o2ECo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:55.1875rem;left:1.6875rem;display:none; }
#Wk0GryPNlaQUl2OuPsoIozi2sIDnMv9A { box-sizing:content-box;height:25rem;width:0.125rem;position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:none;top:15.2880859375rem;left:37.4375rem;display:block; }
#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbde3e8c-084c-4763-9fb2-2f19821b0745/22JulyLandingPageProjectManagement04.jpg");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:none; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.adaptive-delivery-prevent-bg, #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.lazyload, #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.lazyloading { background-image: none; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe > .row .container { border-width: 0; border-radius: 0; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:75rem;position:relative;display:none; }#BB8WhHwelrnDXh6rzBg9oJrcqIdezSlJ { color:#ffc319;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5625rem;left:18.03125rem;height:6.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSyvh2iVLvohvizQS9zzQDx20hPvCd5n { color:rgba(var(--color-tertiary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:18.75rem;height:3.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9phpvlCOqIZGN1i2rGiui7OC9OwETti { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:15.5869140625rem;left:12.40625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0ZO1MaEmE6Wgo92c0ctpd1dWMSR5ypJ { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:28.625rem;top:21.03125rem;left:6.0625rem;overflow:hidden;display:block; }
#SnA9zAEFKnAOPgzG93h07Dwe2ykmnfsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:71.25rem;left:24.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNKtgUMvmaDF06ld62ofrMsdHQ7Ssrw5 { color:#c7dbff;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:76.1875rem;left:23.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OU14wMQU6DSLTIrOITUasRW4eTMprgip { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:18.607421875rem;left:15.4375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLUO7zwQSpaw0bXL5E7Uky4XZhkSHQT5 { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:29.4375rem;top:21.03125rem;left:40.90625rem;overflow:hidden;display:block; }
#izJ2kOKV0Xg2fkxWP5W7rlRLSkCDJevt { box-sizing:content-box;height:5.625rem;width:22.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffc319;background-image:none;top:14.6630859375rem;left:8.59375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Eqy4mLmzTGp8NiZtxDD7w7VVEMVpa5dV { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4677734375rem;left:47.21875rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdaekPf6GD0laWQJKfVI2WwnipJHCJGr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:18.6865234375rem;left:52.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFCXOdPcc482dA0RrOG95Q7UyxHVNCdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:15.87451171875rem;left:9.28125rem; }
#JyP9TWdv0a7zouzXgdwTrv2AxpG62sA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:15.9375rem;left:44.6875rem; }
#H71D0dblayGm8ebsqkvwQM7BzyhwWIrV { box-sizing:content-box;height:5.625rem;width:23.5rem;position:absolute;display:block;z-index:14993;background-color:#ffc319;background-image:none;top:14.6875rem;left:43.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#W59NfqTnb78t9MzdWNMgwdOJwO0Drlp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:36.5625rem;left:7.90625rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#pZ5BDAgWcZ4kTGfd2R5pxSqDGHHcw0C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:36.5625rem;left:43.65625rem;height:4.3872rem;text-align:center;text-align-last:center;display:block; }
#KxuypP2LIOgsDvIHz0g7ISvzMgHIS01a { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:55.1875rem;left:1.6875rem;display:none; }
#yCECtw87T9TvPcIzdeFD8WvcQanf6ry3 { box-sizing:content-box;height:25rem;width:0.125rem;position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:none;top:15.2880859375rem;left:37.4375rem;display:block; }
#rPksifS0a8b7PXJZfIsz6ZVTBlNJ9547 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:28.625rem;top:48.6875rem;left:23.1875rem;overflow:hidden;display:block; }
#hsQKwCaASSz3uD4nmirXbAA8wEh8WZEk { box-sizing:content-box;height:5.625rem;width:23.5rem;position:absolute;display:block;z-index:14997;background-color:#ffc319;background-image:none;top:42.4375rem;left:25.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qJXkfMeknXSL557gKXHB5PL6seRfnalp { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.25rem;left:29.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDKf7cCCxmetrZFw4fMHhaSkmCJ7NShs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:43.6875rem;left:26.5625rem; }
#J7PeS631JfBihbhTJ1NfK229Xa2uDWVB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:46.4443359375rem;left:33.84375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fUgJR6SFBkoKOuBEen8HoVAo1SRsSS9B { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15101;background-color:#e3e3e3;background-image:none;top:69.75rem;left:28.125rem;display:block; }
#aHlLxfwnTKEbrRLuIFxOh07hX7cbUVUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:64.3125rem;left:25.53125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091b45;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:bottom 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:none; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe.adaptive-delivery-prevent-bg, #nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe.lazyload, #nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe.lazyloading { background-image: none; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe > .row .container { border-width: 0; border-radius: 0; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe > .row .container { font-size:0.875rem;font-family:arial;height:73.0625rem;width:75rem;position:relative;display:none; }#u3uCpTdbyiSUApOXaqSlvTnKTxTd5L8W { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:58.4375rem;width:52.1875rem;top:12.6875rem;left:11.375rem;display:block; }
#ok9Cqx1HXCkPWQbW4sTAcAZLZLI8P4iQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:14.5625rem;left:40.9375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvmKzq5VC2SAsSOwiJdEKgdwDk7SrMrB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:20.8125rem;left:39rem;height:2.2871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF li:before{  }
#DURLZt9y1vUyulCbO8cICelc0PXJTaAa { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:26.4990234375rem;left:15.875rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bPW1kOem2keX2iliaXnaxv9N0IJBCKTK { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.625rem;width:22.1875rem;top:14.5625rem;left:13.6875rem;overflow:hidden;display:block; }
#J79FkiTsuwTlRhzu7k0AQRnunhUxSGgy { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.375rem;left:17.3125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNwGQllXknq2Kx04Emn5GdmAdSew2XAi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.1875rem;width:39.8125rem;top:2.1875rem;left:17.625rem;display:block; }
#WpKBeLwGQlHvFFxWrLHT6JmOBqRHZLlH { color:#01074c;display:block;width:35.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5.93701171875rem;left:19.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9ammIywDJ8ptVXL2PvJi6pmmyqVDzWJ { color:#01074c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8505859375rem;left:8.3125rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiX2uEyitTHLgPLdTARuOutWDQfz2bPU { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:11.4375rem;display:none; }
#UKFpx4APploeMS9pfluxTP5fIgRlyVUe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:49.875rem;left:38.5625rem;height:6.8613125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UKFpx4APploeMS9pfluxTP5fIgRlyVUe li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UKFpx4APploeMS9pfluxTP5fIgRlyVUe li:before{  }
#xoF9Dal1K8rrEzKeUD4kykbPuwXVhXqV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:43.5rem;left:38.4375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#voNQvSdT6V2LTcbnxdyKvgCWAA8ZZo7X { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.625rem;width:22.1875rem;top:43.5rem;left:13.6875rem;overflow:hidden;display:block; }
#tnBElpbTycCzatkNP2HtoeWr9auM5OVU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:17.5rem;left:38.875rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NM35PXDPW0M3RhvP7ytSs83mO4LBXffD { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.625rem;width:22.1875rem;top:29.46875rem;left:13.6875rem;overflow:hidden;display:block; }
#sWfPXqPo9PNiq8CpXwaSAhnDBJDc9nLk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:29.5rem;left:38.8125rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:35.75rem;left:39rem;height:3.3369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh li:before{  }
#qlebZeKnT0z4FRmmhp8Lul4TKmoEFD1z { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:11.4375rem;display:none; }
#nyqgJsoDJFi4FZAZNqLZ8LAypCdZxi2T { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:11.4375rem;display:none; }
#lcvycBAfNWlphbXvlGcD9ArKfvTk14xg { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:32.4375rem;left:38.75rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tg3RtHavxsXdHBIAGZNHxhBBDCZ92XNh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:46.375rem;left:38.4375rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDJKxtTQhnDATkPJzqLhXW7AqMCv0NLg { color:rgba(var(--color-secondary-2),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:58.875rem;left:38.3125rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4Ha8Ufg494nExXPvILPeS3EfnZpLzXo { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:62.0625rem;left:45.375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBR9oJGtZX7Bqar2TeTeTBgudA5BtJLF { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.3125rem;width:22.125rem;top:57.875rem;left:13.71875rem;overflow:hidden;display:block; }
#yakT8nVdycExShAcFBJdi8B6ox5VhsLH { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:63.62548828125rem;left:38.34375rem;height:3.41161875rem;text-align:center;text-align-last:center;display:block; }
#MJDGrVCkpnSxZwNpwuh8OM30kmqOG0Gn { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.1875rem;width:52.1875rem;top:13.9375rem;left:11.4375rem;display:none; }
#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 > .row .container { border-width: 0; border-radius: 0; }#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:none; }#SqAczAd1tGCGkadIVRhCEyHvPZy9Bt5u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#IRszF2MqmnFGgFyZp7obyKSvytgp9TKk { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.75rem;left:8.75rem;height:1.78755625rem;font-style:normal;display:block; }
#Tyfk3UmZqi6f1ZBSvE9nqQnnFeInSG19 { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:38.8125rem;height:1.78755625rem;font-style:normal;display:block; }
#ZsI6tZ4iZpwyTOW36LmCVntvnCzN3G9K { position:absolute;display:block;z-index:15014;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:6.75rem;left:50.125rem;display:block; }
#l7dSm9xngrP2ln4EuS0JnRzU4UOnC2VP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:53.4375rem;height:1.78755625rem;font-style:normal;display:block; }
#EOyrPFDTnCUhvqlTd5WKxOLZhxRoc0Hs { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.5rem;width:17.1875rem;top:6.75rem;left:50rem;display:block; }
#BsslAgnJT1oTMcbAIfTuzg717axWLzkt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.25rem;left:55.8125rem;height:1.4624rem;font-style:normal;display:block; }
#cN6cZNeybIy849W20T6xqewX47yxPNuw { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.1875rem;left:9.125rem;height:1.29980625rem;font-style:normal;display:block; }
#PtKpaoe0dwgLGXtRp2UNVJL3HQATEDSR { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:19.625rem;left:8.875rem;display:block; }
#eFR6mOgLRaFvnrDFz9hnRerUVDFiWccp { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:9.125rem;height:1.29980625rem;font-style:normal;display:block; }
#WO1cVNpDEodeKoy9HV2gUfrrQTBdluLp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.25rem;left:57.0625rem; }
#tCQl062qyg1RB1ru4grqtmxMfLGPrtf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.25rem;left:41.0625rem; }
#F5LiEQdt3qNBhlOCrx24cvIgB7XBCMfz { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:9.125rem;height:1.29980625rem;font-style:normal;display:block; }
#N4TROiqnrduhoL37bnxwcKC14F0Ai53t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.5625rem;left:41.0625rem; }
#uG0iFiEqq6k5T5lnSW4CvQl3OpPpEPq6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.5625rem;left:57.0625rem; }
#CpIKmnzh8ExVgiF8mTD4PfUzAPZcpZhB { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:25.625rem;left:8.875rem;display:block; }
#EQG6iPGokQueU9VaI5CI2HafnLoRNiln { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.8125rem;left:9.125rem;height:1.29980625rem;font-style:normal;display:block; }
#RRFer1EBneXbZ6SlOQOupfNiwCBqGpwO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:26.875rem;left:41.0625rem; }
#qMIGUcCG0yNlk3aGDW9mtwAEsXA1MJeE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.875rem;left:57.0625rem; }
#hFvTeomMIe1R8sAKB0ppBtzRaSlyEdTk { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:31.8125rem;left:8.875rem;display:block; }
#cN8SuK2igV4yWIFET0FEz1ohLxopOkPo { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.3125rem;left:9.125rem;height:1.29980625rem;font-style:normal;display:block; }
#amJVy6QkkDisyyAKVxlpDlRsQouDRuS7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.375rem;left:41.0625rem; }
#rJ1uztTe3fRCUnSxTn7WfPwNBS16FNFL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:33.375rem;left:57.0625rem; }
#dublEsK5dSnr9fQaqTaFvG5azbczsW7y { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:38.6875rem;left:8.875rem;display:block; }
#K5Ti1bmCoeeBBNrWfhMAHBsXz1vaThtC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.1875rem;left:9.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#Z0B0zOLQxEpaFD7OhDXGlKvo5WZrvFRb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.25rem;left:20.5625rem; }
#IQJmI72OB7rQQJOReBrqa5UnvLgTnS6Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.25rem;left:25.25rem; }
#qOPKzrpPv0dgTPZaie7zg4GFofSmES6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.25rem;left:30.0625rem; }
#yQg7h8lRJqihvkqAwRHuRUk8iXiqnQV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:12.8125rem;display:none; }
#R12UmiQAHdCZaVhuWCpVDPT8d5g2HQqM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:11.0625rem;display:none; }
#souk0iRBybbxDZyZFFCioJXSkpdkT9Se { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:16.8125rem;display:none; }
#LhLf33yMTm6VuoiyBJxui2NLIgwDM71i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TZmy9DCKlWgHDieSlWTIH0no7GZZtgk7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#eBrTfaSpFvX9JAm1JBNnp8B4OZILwaFF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#oVETH2TmdOHXP4f6dEVZZQKHyu45pqdc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:23.375rem;display:none; }
#cW4NQTTqIr8tJdTsi43Q6rNg4J59zTd9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:16rem;display:none; }
#wNivAOCxFo0MlMxNagIQUM65xttO6UmS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gxtJIvs23e1A4dcocOqTrFvaow1OZ2Lh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:10.1875rem;display:none; }
#DLr3zyXMTwb2uaBg0zVeIQwi0O7STkVT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#CKwaKbdLI3vN5WnRnVtKGl955m8VuiB6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:7.5rem;display:none; }
#Wz4UcxLFFZlpzwCWdaDHR33uuAFrOf5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RIMU0Lmgn8Xaf5OkoGNtuq3qUiZFFrGz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yMrr7x8813P0zOPkaeiy1xeAWrOxJfLs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#VJuPEWoqXLvVKPZaHKVTFDrT9hhNTLQJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:7.5rem;display:none; }
#TfEFLpRO2JOu8ILcEsTcBEUNmTkOC4Pe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nWupQT895Lm0asxU8d5aS1Pkv3GzNar6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#abiIfBIGTEqZ1ONeV3xJIskGafZN23zb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#ipLTs0uwTxfLVT7XHeubNeE5ZGQicOB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:7.5rem;display:none; }
#ekLfRZxg3ZthT2cLqO6diZS1nOndPkI3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hRRmIXS4nEoxBndI3VRrdrBSbTLCt2cf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oJ8NgugO9aLGrEBRi6lIVWwAsrDgufOD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#U8AKVOU2zzttvOsda1S5a3uF9BDEkyg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:7.5rem;display:none; }
#oZASuX7sVuc9mRgK5JRxKZe2ZEHdiHO4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yupbFbuPCNfPTTPlErF4Q9pTON9KuFq7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Sh5le5nmvtemQgNay5onEo56QlCfRRDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yUsnfkFEWuT3H5Tpy5nr9JvWcT08Cw1L { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:6.75rem;left:7.9375rem;display:block; }
#heSVNMuCMTKnWbESsxQXxr7NNqd2Wnwc { color:rgba(var(--color-tertiary-0),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:2.2;letter-spacing:0;top:1.25rem;left:9.5625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6afdc449-fbb0-4646-89a0-ae7fcfeab31f/22JulyLandingPageProjectManagement02.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.adaptive-delivery-prevent-bg, #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.lazyload, #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.lazyloading { background-image: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { background-color: transparent; background-image: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.63); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container > .video-iframe-container { display: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.63); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row > .video-iframe-container { display: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .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); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { border-width: 0; border-radius: 0; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-form-header {  }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:23.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .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; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-button { border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;background-color:#ffc319;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.875rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:1.2; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:#ffc319;vertical-align:top;width:22rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-container:first-of-type{padding-top:0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-container:last-of-type{padding-bottom:0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.4375rem;top:7.875rem;z-index:15023;position:absolute; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.0625rem;display:block;vertical-align:top; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf {display:block;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.4375rem;top:7.875rem;z-index:15023;position:absolute; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #SWg9qyTutAO41B7V1HTLCs8g9gA9Msz1 { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #aUic3JfLe4s7PNvySdSpBJX3O13DcEHe { position:relative;display:block; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #obMm3WamKk0m3Mx7JVT0DQeacwH2u8NG { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #KtkApJUrH2nanIvFuHPDzW2tHVZi1ogn { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TqtJlEthbw5zPPPwCa8a3C4HG0y1qiQJ { position:relative;display:block; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #luf213aDXPRXxypvqGX2WCLhuPkJio2w { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #vwG51IOLubbqc0GeKFfCErwweZv9hFvq { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #lNkLGhMKdqwvSpPe59SzZifWU1kMQ9Hu { position:relative;display:block; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #frkSPRWsw0mSKbvlPtmKogOLzuvhIxTc { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ukd5OJU0eG1fLo3JtwI2pVwJTS8OUWDP { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TvJp7AsPA0dtObgWk379Oqh1XJ2nq67S { position:relative;z-index:2; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #L8wTFPEXhCB3iH0WmL3Uy9CK1hAhxXNV { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ZRtsA7S5xxC7nM2SrDshi9lRsoX0WITd { position:relative;display:block;z-index:15000; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #fsdxZCMJysJJ3UDZTRzVxtPPla20w9AF { position:relative;display:block;z-index:15000; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #DMRwPTb9Xq7naFprMiIZypVqo1Vw6M4y { position:relative; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #q2XZZZp7fll1tQ8xrNKZunqPGshgSHeT { position:relative; }
#sLT8dBTDZTT4JHbWvMzC91rA4GfNxuID { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IFH8nr7FMJXwT0de2z6rMqWoIETyTFUh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gRMmQrRcKnwH4ohl0y7EDiKzCJCweEDm { position:relative; }
#qMbUgt4UPu2w39dVnCUJd5ZQm3mQd6Wm { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b6rn8ZZQFtAfCVIiiKw3alqcR0e69Rnt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldBAhdLiBMtn41zzfDINemEERyVThRSH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oRPbIPSTcMNRsaZFHNTZQuHhlllPzm0n { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AGZMC23r7oCPLRcaTr4z59mcqFCaMs86 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #O9IdG3Tmn7N0h3ZSc5KO5JtLNGtvTVGX { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yT8QXF8BZWN31N5O0yS5akUTvr5RolqJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OPrb3gzIoFqWPsNQeV6e76F1lKS13dbp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xZ5bbB683PwVqKTt4iNOMrJLsEDf3MpG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nyzIHbsLPCagLwuBNsHh5sK8sJzQGqEG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EEZNWeXObp76J39NxLf0bHXfychfLn5v { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8T0OfcrAzAnbUBn9KFeHLfBounZTUTE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r4sm2krI9coBgm8BkGgTy6eAx2LatsCE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DcTzSbA3DsLXmTbChKpuCXXKsygIly95 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEvssiDMh3QhKtTTTDZdMPgGJn2qLZe7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vvX1pURAQTmBqWTiLqhrwLyz91RlapEd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NlMkuTnbHGFZTMZCG4RCqI8JcJ9vqXk2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sw8VHyC3KAB25WTlKedeSuLL1iR7ruGB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iGdka8GPUrSzRiBprZkDFOOTsMitROVx { position:relative; }
#r3kcVZHhxGy7PDMCktmmKgoagcOpZRMO { position:relative;display:block; }
#yx2AaHEWFFwOMn2kouLewtAVSiooOFWN { position:relative;display:block; }
#VL6XGg6grSG6gDS6T4LplxwHvph46a32 { position:relative;display:block; }
#TVu4UsKHR6WA7XBXt66fyc49ocokTc2T { position:relative;display:block; }
#uEE8hvZdnsBVgT0VOHazwWVIqkpWT6Bd { position:relative;display:block; }
#UlXEqqv0TlCv5R6fIcU4kDdySTNPDRcm { position:relative;display:block; }
#CQogUd3e1i3s2Jdevez1rLEqHvaWGBKS { position:relative;display:block; }
#hMu4OuQnTCb8N6zR9gKwx0lErK04y1ZK { position:relative;display:block; }
#azeUOyAK0vDVv8ItO0VisnZNQ3WwQ3MQ { position:relative;display:block; }
#WXsN5xSAOGNeGaxuMqSTKdJtLJ6ahDeP { position:relative;display:block; }
#lpnNbpbM5mV0vkzu9u1Zvg9vbHToaHze { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:45rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZrRkyp1Oh8lgPB9nAGuN4CgQyrGzMAsH { color:#ffc319;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:5.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qX0ebvdWOL51NmCtZyQd47SOmBexIRwT { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:4.6875rem;left:6.4375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0Bcna94BIzqTIp1PsuV0INQ4gvkBdpI { color:#ffc319;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.25rem;left:8.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHGOLvlnOSLf9a7QrBXLZhao5Nb4ATU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:12.5625rem;left:16.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Twg3XfUzwSJEMME0ehZRVpeXOadRZGEu { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;top:11.5rem;left:15.4375rem;display:block; }
#XiPccr3VP5SO5lOwl4yLRmge2gH6lLUk { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.8125rem;left:20.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z36naBgtz3pcTHfbzG4MQFKGiIC2AqTv { box-sizing:content-box;height:4.5rem;width:12.25rem;position:absolute;display:block;z-index:15013;background-color:#ffc319;background-image:none;top:15.875rem;left:19rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#daWMQtrTotM9BE9SgeGbU1vZOnJ5tkNW { color:#ffc319;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:16.5625rem;left:10.8125rem;height:3.449225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JIxh364tVcMTmNQzcJL83OTwZ0xfUx9q { color:rgba(var(--color-secondary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:19.875rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#opmKkAoRTLvfvPbmXMOZuHPI4LqU29CG { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:21.8125rem;left:10.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prO4kZxrDVmfZgpO1XtuwQBfABlQckdR { color:#d8e3f6;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.8125rem;left:9.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTpVq7erTdGrErxCATAn5Q3b5rMItdnf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.875rem;left:11rem;height:0.97473125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OE7EySaLk2PNX37ssZumlDCWiTOcuW3x { color:#ffc319;display:block;width:26.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9375rem;left:7.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iueL0M6LrDP1M83Ko3UdGgPEMzTel8g8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:43.125rem;height:6.29883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nycl9xv2DOtZcfNPkKi14AOhhhKM8SxK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.75rem;left:35.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.06), rgba(var(--color-tertiary-4),0.73));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.06), rgba(var(--color-tertiary-4),0.73));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.06), rgba(var(--color-tertiary-4),0.73));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0.06), rgba(var(--color-tertiary-4),0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='rgba(var(--color-tertiary-4),0.73)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='rgba(var(--color-tertiary-4),0.73)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0.06), rgba(var(--color-tertiary-4),0.73));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; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { background-color: transparent; background-image: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container > .video-iframe-container { display: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container { display: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .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); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { border-width: 0; border-radius: 0; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#GoRUxBEHNaGpw3MwGQ5Tdd3J3AXqXko5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:5.3623046875rem;left:18.125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NkBOhWlqCuR2ltzqDfth5etAC5OkV6on { position:absolute;display:block;z-index:15050;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.4375rem;width:3.4375rem;top:10.4375rem;left:9.625rem;overflow:hidden;display:block; }
#etA6SQI8hiGeEqw8Er6zTzsvVnMBeoM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:28.125rem;left:10.625rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fo63xmHk9uWHQ9BSQF9Mm9lXeTFOIxGK { position:absolute;display:block;z-index:15046;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:14.375rem;width:14.375rem;top:12.8125rem;left:10.625rem;overflow:hidden;display:block; }
#HyM90p0U8uFgdUGSnTgwoy0KwquEUEkB { position:absolute;display:block;z-index:15052;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.4375rem;width:3.4375rem;top:10.4375rem;left:29.1875rem;overflow:hidden;display:block; }
#ztNJKRLtRbI31RC5mxlRo3sGlcSmIMyD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.873046875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:28.1875rem;left:28.5634765625rem;height:3.37524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RNiMtK54vqSCKGN33Kc8LRMM1B1AdGrp { position:absolute;display:block;z-index:15048;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:13.373046875rem;width:13.373046875rem;top:13.3134765625rem;left:30.8134765625rem;overflow:hidden;display:block; }
#IiS5W6GUl5Tqm8cQ46iBpQbbvfDIOKBH { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:28.875rem;left:51.8125rem;height:2.19360625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N7CFT2S0NeiISN5qBqNRkamwpgvnfNTQ { position:absolute;display:block;z-index:15053;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.4375rem;width:3.4375rem;top:10.1875rem;left:49rem;overflow:hidden;display:block; }
#qRFC5zXNk25BoFRGnvUQMFzJdoAdC6iS { position:absolute;display:block;z-index:15049;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:13.874rem;width:13.874rem;top:13.875rem;left:51.0625rem;overflow:hidden;display:block; }
#BBE73cFZx73fz3m9u0pxChslF1GRAwNL { position:absolute;display:block;z-index:15046;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:5.37421875rem;width:15.5609375rem;top:19.688282012939rem;left:29.6875rem;overflow:hidden;display:none; }
#HnNfEGtMUfFLHMo4yZxZRW9MVlTlDoE4 { position:absolute;display:block;z-index:15050;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.4375rem;width:3.4375rem;top:26.531251907349rem;left:7.5rem;overflow:hidden;display:none; }
#F5DnJU9GkxtGcJTRmblZXWB0goJ1BZ1L { position:absolute;display:block;z-index:15050;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.4375rem;width:3.4375rem;top:26.531251907349rem;left:7.5rem;overflow:hidden;display:none; }
#gE364BmRMhmQk0yRKxT4mVN89wm42Hhw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.875rem rgba(112,156,250,0.45);top:2.81201171875rem;left:23.8125rem;height:2.61230625rem;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; }
#OaeMUEb1aQPEZWKwAhCTZmlNeq3Xf9ET { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:23.6875rem;width:18.875rem;top:9.4375rem;left:8.3125rem;display:block; }
#f7mn5XM4bFVmukBGS6cRo70Mq35LzfTo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:23.6875rem;width:18.875rem;top:9.3125rem;left:28rem;display:block; }
#RCaV0Iv7IM7geNnyVXaPKwTqdLGyQhu0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.54);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:23.6875rem;width:18.875rem;top:9.375rem;left:47.75rem;display:block; }
#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container { background-color: transparent; background-image: none; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container > .video-iframe-container { display: none; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row > .video-iframe-container { display: none; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .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); }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container { border-width: 0; border-radius: 0; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PW5aoGKXRPTVS4ilkBuBkJxQsWBIb9Oz { 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:1.25rem;width:8.4375rem;top:4.9375rem;left:8.9375rem;overflow:hidden;display:block; }
#GFRogQe4nRnORT99VuaAmLTK12VbkuCg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.625rem;left:8.9375rem;height:2.5996125rem;display:block; }
#Ixhxi2ueE3y7aM7NNKRQgTlEHcMTAtdM { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:8.9375rem;height:2.92383125rem;display:block; }
#tmTuADh0SF2w1SD2dTFa5yiS8OfLOtDW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.875rem;left:49.5625rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#pKJCCqGJBmFapFipZr8BbMdrkX51BkFu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.25rem;left:51.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#tgJlkVN3fpsVR6eTihcFMdTUDU0EXTl2 { position:absolute;display:block;z-index:15021;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:5.6875rem;width:5.6875rem;top:4.9375rem;left:60.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bsTWccfpOfcPvXhe4D21plNcgawqUuCu { display:block; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1h4uTSUyQstU1mivbaQHkOpPhl7czEi { top:3.1875rem;left:0rem;width:11.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT { width:18rem;height:5.0625rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #soPrwkmFVTLT0sJqpw4VfGGEEO7R4tqT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #s36enkS9vKWTwTaOB3GDuuFVRxZuL4Zz {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #dyDwcqUeDck1Jli9xdUzIQfX0kXm4cTr {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #FCub9H8lPpwavX87T7nlufEMDcwu6a0t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #khC3ibaZBf30fBGrDUzz8Ogu6b0GTlab {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #Lhb24ewaKHVRaorSXScttRpottJ8rH5N {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #eNNyctBbJSlDSEo91FgQyqIwqVaZaRS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #sSyzbHZqnHzxyUtMHobSWkaKSti33yV7 {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #nc8aVtLiTxylMdPqnOnITg3EweDUlPTb {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #WXiJcS7FzT4QwitKuzCL5Lqz3fUoOVJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #A2qV9si3JIrftIxwHx1gWMtTNI8mmNKl {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #tUScDlK2HElrtaiWl02SxvrSXseWhDtO {  }
 }@media only screen and (max-width: 763px) { #Ok0MiXsZkrHo6iCDELN9e4LllAAa8c69 { width:13.5625rem;height:3.4375rem;top:2.375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo47HIRu1MIxGBLwT3cxJdRcaz9ol6HS { display:block; }
 }@media only screen and (max-width: 763px) { #WqEJGo0JiZVUv3Rgxm792TqxDRPAOvlZ { width:13.5625rem;height:3.4375rem;top:2.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxWlEI7aLnL5yXroqw1dmaWAMAg4gaUn { display:block; }
 }@media only screen and (max-width: 763px) { #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb { display:block; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJPULRFLLtVNf9eDGNwedRC3bkJT5ITl { width:13.5625rem;height:3.4375rem;top:2.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0NL6krROaLOaRwA3BxfEbgGN3sxfM5K { display:block; }
 }@media only screen and (max-width: 763px) { #seidUqagiMTrzQgGVgISz3SbPDbz2BnG { width:13.5625rem;height:3.4375rem;top:2.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN86Aeb8ieM5aST1yudTAdVlOxRaeng4 { display:block; }
 }@media only screen and (max-width: 763px) { #aV7uMkU7peSZxuwNF99iUhvUKsQt7TFm { top:1.75rem;left:0rem;width:31.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdPx33B06IUTGFdBRUdMaq1zWpGhDvCu { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA { display:block; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3ooyiTVnL68MaXZ7d6mer2cJZxt7c5Q { top:1.4375rem;left:4.46875rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUwMW4FDppoTv4DTyQW9GLLGVnOqmcGE { top:5.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5DT769vmtnZRWAzBcnlCrwz8tlPkA6v { top:8.9375rem;left:16.875rem;width:13.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #RiHymOgqnMFQeShPu5DA8dWMuwpKhoPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #BiEshKC8bV9JNDSBqFGWknADDDa8wsaK {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #T2el8Vv1TLg2JLk5tIWSypIn7yAfTm4x {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #D7lHeVsWT6m7cVKL9HMRQnaS4cQRaztc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #UFA4pANHP5wrilFDoEieXEE89ICTF3Ft {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #Tsa9qR7lP0feR9KX3nZVLRzpZRqXEhl9 {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #DNU0UFRMrkPX8IvN2RMLy4xIPtgUcRyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #W3p7gP74he7Bi7tRu17U890TQRoqbQKg {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #NHZToHtB92kDIays0l1OzErQOF8rQEF7 {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #n14Ddp2r2ZKgrq7fcxCI8vqZLLWdtZMd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #uius2udiQWHGmPDaxWOKMTEO87i9TOSd {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #AezFtnOnBXe24Se56dlgTS7zUPoWKTwS {  }
 }@media only screen and (max-width: 763px) { #pm3wxNVxCZiPbbLLc5uwZqA4OVw5N69y { top:16.75rem;left:12.25rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uIxef9aZK5Sg75tKQi3XwH7FrGICEI { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NN2DCKyWbHrwwtVJlmsgGWoBfH8gNAed { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXF3xRanQQN8MFw7vwhrsg1yUGcTA2bQ { top:10.5625rem;left:2.625rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEMlEhQ4uemsXMROW3qHuTD2H0KbTCAT { top:0rem;left:19.34375rem;width:9.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0GoolWcbdT210hcfndH2ZekZO1LMxS { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrEJ2rxPqIaI3QEXf13vttyQRIL6Dtii { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9LHaWq2vnAoQtI86HKLntMbuGTOH8Ta { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #opxFp3CEZX2wncmfO0gpD1F71vJSIDJi { top:19.6875rem;left:0rem;width:9.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szSAnXrbzOO6S6ZwtsXiUEg6z9WtzFK0 { top:20.25rem;left:0.3125rem;width:7.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMVu9SAT7VavM8Bs0OSUQhEk455GFzAp { top:20.875rem;left:0rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWGcil2F5NToReaAdpag7sWO717UGT8 { top:23.875rem;left:16.375rem;width:14.9375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4U32tNb2tTfTCia6XDA67DsIx0bc0kT { top:19.6875rem;left:18.9375rem;width:9.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WybJMtCA9MBilv1CmMElPq0USlgTcZCC { top:20.25rem;left:20rem;width:7.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmscNX7QBw3BhI59OfG56FR7igTKSDm { top:20.875rem;left:15.6875rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSkqvWuMluiTHcJK5DpW0GGbVgfL2Rh { top:23.9375rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxU3cV2neGtwAuw2v0Qz2NWqCrKn3gTI { top:27.75rem;left:0rem;width:11.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwMI0TFMNCdHdGoRGTxePOA9S62oTMOJ { top:34.8125rem;left:0rem;width:13.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GLNlLOBHeGOmOCyOZq0LZnmpDHTDL1 { top:19.6875rem;left:37.9375rem;width:9.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBnxbf2Ee75FkOae4nyQ0Wx7EKt7mJHH { top:20.25rem;left:39.6875rem;width:7.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BET4lbvcmdeDeQwm5WRf5HQh71DP97DR { top:20.9375rem;left:31.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJF7tl5t0BtH9RnUQ1HMPtzNbTV2aqBa { top:24.0625rem;left:34.1875rem;width:13.5625rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7bqZe09HzbSkkdrtdzVCkhaSZPl6ceZ { top:27.8125rem;left:37.3125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFKbR9ZbXFqITfLJf8oiP4mko5qksgH { top:27.8125rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMX6NVQg3ttB03btTTXHT1xThrPAzVDz { top:34.8125rem;left:34.1875rem;width:13.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqbyTUsIxyvPQtiprVUPhS4t8HAsLyd { top:27.75rem;left:17.8125rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhvoCfrCX0gpc7JQbtVAGfWz6Cq5dV3V { top:34.8125rem;left:17.0625rem;width:13.5625rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk { display:block; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2zfwIxEqL9nRr04VVycHhfebhfcETVd { top:2.25rem;left:9.65625rem;width:28.4375rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7nUtgVSSn3Lqk0ZT801krCeBrE3WUV { top:5.6875rem;left:8.3125rem;width:31.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5NxaTbbxt3wAHTIVbcrSuPZbBPp2Ehc { top:8.25rem;left:2.96875rem;width:41.8125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL9aDW0B9ZPNcQuDSeOaFSwsficKyW3V { top:18.4375rem;left:18.3125rem;width:11.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #Be50tQ45haiKmhQIcK7r04HO7KvEwiLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #yfHNOOpph2Tqh0HL17xTeNh1STMG5R8i {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TvFgEIzOrTeTekWUbeT8lvN1B5dbU7Vc {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TiBZ3pw6VgoJdOg6ARpFhFA8TrlTFTeE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #iKpntT1AITxyIdKQAnhCIL5HW4DLfJnl {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #KHvkFQeifFJakl45bTfpBTJMNCkvPN52 {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #x1a2K4odTOSGVoKAMfPEWFVTBur91eBe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #vvNST7lpd4VUN0Cn4VOHmrXvKbWC3JbG {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #famOQrO1rkbTDlEMxrTbM1Q4UJf9tPpI {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #R95QDO5GksqPvAcF6edLEwTTTF407Lfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #A1CvQbXfXh1WzJLxFvH0SU2HT7xabWrb {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #xGw02IOFVrIwgHJJQNIummBJBlLQFuNl {  }
 }@media only screen and (max-width: 763px) { #pxH3bMcxdcwegaWQwNBC4aGbNJ4X8dbw { top:26.25rem;left:12.28125rem;width:23.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQh0nwPIsLMazTvDCXUufUL301bWgnbe { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Za3sJQg0vrV1Jq8sW8zLNQVNy7vTafnG { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3RkHerCmLUKxqqeReFANhHQTIxyMmA1 { top:10.5625rem;left:2.625rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3eMfbzaHVgKWN5gr5cpsIrzqHRMVgJq { top:0rem;left:19.34375rem;width:9.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZaEvkvuwFKt5404LcTW69lxXXg7K3D { top:15.6875rem;left:10.9375rem;width:25.875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANmr1wTp0ydMTGNryCb51i0aUunzOa4h { top:21.125rem;left:32.6875rem;width:15.0625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggwfbV4g7anfhFewtgfgMGCcggmexekL { top:17.25rem;left:32.4375rem;width:15.3125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrQu3eDXUX1vhzCITSAC06M4gt0E82T2 { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac { display:block; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w64eO1nMqvhkTDiJElgfy5xmovdUSaLw { top:2.25rem;left:9.65625rem;width:28.4375rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTEqpFoHt7Bn23OBrTeqp8DFB14E1PU { top:5.6875rem;left:8.3125rem;width:31.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeK8zRIVRrph11lGRpJTRyPwKnkafTmR { top:8.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHvAwzsaVRcr0RJKm3ZbLdc02escpUq { top:32.9375rem;left:11.5rem;width:24.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #EsUq4EOsI9U51fD7r34nJubWMQTZWLha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #aALJ6vVs857EwrqacnAao81EqUWttW0x {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #lBxBXAkr0ofbdZMEv9MwezENhTAs6qPG {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #FcMoqRT9OEGs7pwIy9mAzkPqek4gb51K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #U4lsyk8D5AJBxR9O86zb2HZMpnwKiEgg {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #qVGPq52lH15xVrKk0BFfQO8AXXyOTVwQ {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #TsTez9qJN3S1kx7mRkE0zPpqgInOBvCb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #uadQKRD9DkIT8Wli1tAbvE5izVRCstOy {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #luuGfNqutR9oLMegKotG9TBdOUKqbb6S {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #SkAe6tN0hWurO5tubglTKt41TWTSrMIc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #eHUEkxSlNWIrCEEJK2PSh1BMIX65n6Tz {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #xwQ9HruSA61oJz7rLfE0ChdbhZmJMxkC {  }
 }@media only screen and (max-width: 763px) { #zQtauBsq3tiNFDEQNWmKOnwHF1IFuad0 { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rae7nmVA6IvEyFiz8ACJsha6UzCecsbT { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQVK2Azqt5w4uRzgU8ScoQUSBowLPKry { top:10.5625rem;left:2.625rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FThJEOEIf6xps5Gf87K1gbmd60DxXBzi { top:0rem;left:19.34375rem;width:9.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8gZhQwOAoXEm5hrLzxaoaAJThORbdR8 { top:21.125rem;left:32.6875rem;width:14.5625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2NKKxKy4FK6mKPdZrlTE6y8f4wAbmmG { top:17.25rem;left:32.4375rem;width:15.3125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUf1whrKV1xQ4xdxVTWTDI6LQZUhXtVZ { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNvhcOhGBkxeXlmaPvRqib9lgPQn0LWF { top:13.875rem;left:0rem;width:15.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2xzdM9rUPrGfkaVvMZWAHTOitnDCifz { top:13.9375rem;left:7.5rem;width:15.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUqPxbnmDM2BrHaMM1WgMgdTh0u5InB8 { top:13.9375rem;left:25rem;width:15.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTT2i0tM4AT61GdLTMKaoT5E89ayZhIk { top:23rem;left:25.25rem;width:14.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU7RWqzUolUQuxiJyW7qUfF4fLpmMtmz { top:23rem;left:0rem;width:12.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0V9bWEPzL3VgxooS5ACdfP4MWamiqTB { top:23rem;left:8.875rem;width:12.875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge878tN0K90J7d6Th1AEsMwt4kTxIJw0 { top:13.9375rem;left:32.375rem;width:15.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNIvEVcTCz4vidR86pFxDUFdw3LHE2L9 { top:23rem;left:32.8125rem;width:14.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 { display:block; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1VtrRlAoWV90xRgTP8oymUQhJyEMIlw { top:2.25rem;left:9.65625rem;width:28.4375rem;height:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGWgIOeClmiatk88vivM9iM2d0qMThs { top:5.6875rem;left:8.3125rem;width:31.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD3w8yRNXT8unZXhnxg8zgtyix0pDk4c { top:8.6875rem;left:3.15625rem;width:41.4375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcxsG8ao8z8FDNcLu8k9crUdXwrWc4R4 { top:16.75rem;left:18.3125rem;width:11.125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #qGZKr00f6vaI1VyFoJmpR0H1m6UreT4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Hf7ATcKGBc5ibXTQUoaXQILLGPqEu6Fw {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #dJ3MdGO3Ur19nO4sKgWXtRPo46pNo3Nl {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #v2e2f9yKQSBD7tVUIZFCLqBblQaGvyrC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #nWO4AAg2lsUoNCleUchKfSdE6NznTtsL {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Bztye6fAUlmktoT66oPmuFluKvEpedyi {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IuPOwyTfJk1BQMIqtUvPVo11nHbbN9Qq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #V6NuTLvh2L2TwwVcC3x9Al4VhczsTewH {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #I1nzSLKTC8JkktJ4f2DOaEbvGoGmUZ85 {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #oZ0HR381N4fTfttzZTC7dTl3dfy9brq1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IwLMHvGRuEztiM2d2nLCWT1fX267lZ1X {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #PZI8xJr68FvivrrDIvAAI97aVpc2xXR7 {  }
 }@media only screen and (max-width: 763px) { #QI8qnER7yaHaMPydtMLr8QtSOXmhDL3Q { top:24.5625rem;left:12.28125rem;width:23.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4k4dsQMLmTpqcPHzNJUXXmzMwBMsy5x { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZgEKSfT5napES5No3cyvzBZiFhpLBDO { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpWxDGuTgW2sIvL8Hhbxf8De12aTRCcs { top:10.5625rem;left:2.625rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpIAlAXmof1PCTy7oeNVui2VQH5sDmgz { top:0rem;left:19.34375rem;width:9.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6wt5iLlJea3NQkh2u9tWNWEqUTZgFz { top:21.125rem;left:32.6875rem;width:14.5625rem;height:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtNDHRIEMq8A3EJ32COylEcu0PuIGSmT { top:17.25rem;left:32.4375rem;width:15.3125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDXv0OJ5D71a4NVvv93USmW2IW6vbWD8 { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyIw0lr2vt1kytcuufDumvnkyleVVGii { display:block; }#UyIw0lr2vt1kytcuufDumvnkyleVVGii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQvaAR8V256ewysQXIKoKhS28LlxN0xT { top:0.8125rem;left:5.1875rem;width:37.375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg42twcz32aKdS04w76hSU3L1DUf6zEG { top:3.9375rem;left:0.96875rem;width:44.0625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECqgtTILQFmZVTLhkzgaTQ7tNBJ2RWWg { top:9.5625rem;left:5.1875rem;width:37.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaThDsqi8mkOHNv0Tyb2GphFhUXQOhG { top:6.75rem;left:1.84375rem;width:44.0625rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFGmTGleH0CNWhf4g9v8f8SyD2HqZF3T { width:21.875rem;height:3.75rem;top:17.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeCRRgWg4WTqgb78QApKJbt6nwiiysp { display:block; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #MQIrwv5znuX38rVirDXnA7kyoGtsNW0s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #m5Oq2dmzD6pOc7coKwHkbsL19vrVG0ih {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #KbOalx8mO8owUT41hbs8q5Va4ugZNvJx {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #lilNdrcWQadtcSFTZzWge4WkkP6lEzEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #QpnMJ4pcShP9stcC6lAeMpWHnorbaoh3 {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #tt3IOCJhrULk28prvRsKUu4TLq1DOSeU {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #yCF1MFA40GEB0Us7BJwRdTv95nreUOT6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #zpleAr7ZiUERRcFp6DeFHM3ueFPuRXN3 {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ZJAD4JKq4rl1HaVBRd92TC43vtzaaE6Z {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ITRE2q6rUUzAKTnLUNslOl7Ae354oT01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #FhkFydT3LKATgQuKUboDV1gFMnRn7a4L {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #dLT79l00NPv5i8baanT3DFyLtLyqtL7P {  }
 }@media only screen and (max-width: 763px) { #TI8ERLtd8kgEdt4mepQc5DT89T4n6yJl { top:7.375rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNUTlmVT16177HnT5hz1eIiWpQToaUc { top:13.3125rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHulIQOZoSL8ZoWeJ9mIVVUXJi6eftfC { top:8.1875rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW6VzxObc70kL6zQvrD3xmazRcrUmaf9 { top:14.125rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpikgUPZCCU0ZzSM60bEl2lLpX00G0lU { top:13.125rem;left:20.6875rem;width:26.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul9yvlRvxspHE9TQLng9NlVhbmT8kTqX { top:13.8125rem;left:32.5rem;width:14.1875rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAvRGzbWoZmrXLhMsotxEW9enVsWAQ3J { top:11.5rem;left:34.5rem;width:13.1875rem;height:6.9047876806672rem;display:block; }
 }@media only screen and (max-width: 763px) { #u33uaPXiDh5qSF26LTvMWRnvIvsNrnmT { top:16.125rem;left:35.1875rem;width:12.5rem;height:6.5299806961333rem;display:block; }
 }@media only screen and (max-width: 763px) { #liywftTs9iI2GQf3bL8o2rKxgULvsCe9 { top:16.6875rem;left:32.5rem;width:13.125rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpUWE9XMsiXGkiU081QN1hSsehzGJdth { display:block; }#wpUWE9XMsiXGkiU081QN1hSsehzGJdth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trmaGA10iGbP4IIpLqQA3Zo4W1aS3TJU { top:8.1875rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1Brix0cHSOTi9dxC8NMAyn67s13Rci { top:1.125rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO { display:block; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl { display:block; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DivPkciEtRMTTRXAsTVgUJVuMZrRK7Zx { top:7.625rem;left:0rem;width:22.125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvqRGE8urrC8Dkat5NgWxf0E4wQqx4Bf { top:13.25rem;left:0rem;width:28.5rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McxTh4EO9iTB0uN2XCZTsStyfhLvwyte { top:4.8125rem;left:0rem;width:10.5625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPMf92252fdhM8oyCvPPR5uuWtpR8ekZ { top:4.5625rem;left:0rem;width:12.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMC1gdRCt77RirVvozptBRQGFrSnEFzy { top:17.25rem;left:0rem;width:27.3125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpREa4kuoRv9Sq9JZ2M4GgzkeTqDmvtM { width:16.9375rem;height:4.0625rem;top:22.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQgnUkZhVEeIBIi6rw5bIdxiBf18q4S { display:block; }
 }@media only screen and (max-width: 763px) { #CHooxBX6ddywemar7TE3MshbQdTFH810 { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 { display:block; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzJLwh2Z7MWk1qlKkFsAN1gEv6LzcmV4 { top:4.0625rem;left:17.25rem;width:30.5rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuSCVKzJiOZhblaXPaOysVm68EVMWFOs { top:6.625rem;left:21.125rem;width:26.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHWwpn8C2pb1Af1LTJA5cH0Cx6nipLL { top:15.375rem;left:29.0625rem;width:8.4375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugkrtuNQyU0lCxrvmfiKP2pUqNavb2Uc { top:14.6875rem;left:35.5rem;width:12.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1KC6Jy9I4un9pPs4fVlAfBCP2dTbR2 { top:14.5625rem;left:38.4375rem;width:9.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpUtBJ6ABFP1OCR0V7fJXJCxTpANDFMQ { top:18.0625rem;left:37.1875rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhLV5yOds0Nh0EKSgbG12fvHmMyMW9Ca { top:23.1875rem;left:23.8125rem;width:23.9375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcLsurRgXRcDRBpTvwyBM5eeT5nL6mW9 { top:26.875rem;left:27.6875rem;width:20.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-button { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-checkbox-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A  { width:24.1875rem;height:21.3125rem;top:6.9375rem;left:0rem; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A {display:block;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A { width:24.1875rem;height:21.3125rem;top:6.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #oruPhxKo8z8E2C5vkaGZqT6JOWWXfShT {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #f6zel6LkxAsbEvGwPntmE8qLl8hRnwdJ { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #e1lqElnH1Agf5D29QuTFzTxhTnwJDcmF {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #icPi28ii3weFdSkZ0Ee869PurrPnecLn {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wkVdnefR1TrLQ553HUPBkemcoaBEzEzM { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #Q1wPTygdmX0sFBdcyJPgkJfRThrfOMQu {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wSGxQbwoUsfavGBGwzR0ylbKNRi45bgu {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #ZNe5Fvs9cgdokHsSs2QhdwFooBfqq51n { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #JbU48Hkex3dcRKLFH6uStcxBF3vwvkCv {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #kUbrRXqNAkCTD30QBTRb7IAfxtGo3Tkf {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #FZTuMhsokzy2PqaSsK358rq5Tpq11yNS {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #vpdiLRmpFxlJ161bx3Wy6bf6qdXTqpuM {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #bv9TmaWNqsHeT2T4k9dBJbOUXTJBCudk {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #mm1frN4dpFLOnQvNH7eL6CSB5eEMSrbB {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #khcipuOc8VN9Z8xrqmVLSG5gE5QGSGEw {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #pKuGpm7GtFo3m9chkTShNNLoRl0LLhsp {  }
 }@media only screen and (max-width: 763px) { #gNPdUaSyCZKmZnMlqASwpHq7aQ4p3Kfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yyRQqbL1iXeB1EcUcDTQbA4IZbQlmmLD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZA9SJoi7BbwF4fROlyvmr5HShGfeZH0S {  }
 }@media only screen and (max-width: 763px) { #MWMZ2CVwDVbuNw9Vp50y7NuCFe2mIKKE { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b8ius9UV9Tc4hOpqp9E5JCAB9TfukTiR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kSMKFRTJvg27dafxE1tvbBMSUN7p7JG8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i4EAXmtQ9yQ2dHoVq0UZNDoELIaTUoBm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BT9VVbT6TxHpl9cxybkmSNTkTUo0BF2n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yrWikq34Bv0L6oOANTTVguFSG0ciqz6Z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #an4o0WpTIZefNMT3Uf3nzJnfckUKe4Kg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fz4dehqAD3SgrnHW03bnUObCb6SBl2Ns {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eIvi2KJionly6idfSTCJkf3ZApJokdQT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a9nQ28MWv99zz8t8pHMiq2lM8lVvTITa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiQOULJfZO4h6nfSkp79M5a1w95P3rhb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xSS0VkwN8vgW0zgBtruZNebVCrG2OwhG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B5VWQsAfLHzVKhi21y6Tz8sDLBRruZFb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yEn2k2WQpWnr1KENMgBJtt53m9sO1DT4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xwxUyvGncFuz9KaaKiE1T6m3FqVqVSZ2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gDyMkf0VXTuFXRbqpreBmx9cnR7CGTuV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1VOuRosCsr8bkDSsSQMHtigFToemWHB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yQ3sZZQNXBzTBqb99sHSRZcXnvPJtsh9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rKoGQCuwONBnHNrnFXWM3IVysHHuTEx7 {  }
 }@media only screen and (max-width: 763px) { #xWU4VxzKhVuGOuRe13xhMMmIzPSp133z { display:block; }
 }@media only screen and (max-width: 763px) { #v2t6TwDP8JmCFTSIZOWvRvQBSD887yC2 { display:block; }
 }@media only screen and (max-width: 763px) { #RxMmAm1oqcPaXWU3e6HWMSd1T3deqlE6 { display:block; }
 }@media only screen and (max-width: 763px) { #cJBf004yJV3uk01VF55qWTOFWN3kcUqd { display:block; }
 }@media only screen and (max-width: 763px) { #yhTyDSulexx8uG3a1PV81m63mhBoNWlW { display:block; }
 }@media only screen and (max-width: 763px) { #dzJV82z3kx3uQPJMiODtb2rn93CTvDmX { display:block; }
 }@media only screen and (max-width: 763px) { #G8whF9lLHNPkmQxT7TuZ1NGIQMRATqsO { display:block; }
 }@media only screen and (max-width: 763px) { #yHthcnXkOrMQSNRXNNPe0Nalq09ICZVW { display:block; }
 }@media only screen and (max-width: 763px) { #xxNDFwSzBncltXQzWwDUeNaIGFq8lTtr { display:block; }
 }@media only screen and (max-width: 763px) { #dr7tu1hogK6sH53HqcBrEFOPxZ6XCuAh { display:block; }
 }@media only screen and (max-width: 763px) { #EM3wtxAgzaF3hWEkLvldeiINDHQnN9w1 { top:20.25rem;left:25.5625rem;width:22.1875rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIpFWCR4Ump7ALWl2oC7o4nOJAdLeuQ4 { display:none; }
 }@media only screen and (max-width: 763px) { #pfGIefBr7K43kyGncuBecEsk7S6ZoLm7 { top:11.9375rem;left:33.8125rem;width:11rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvpRWMqHU9B4BS0JHsw8uf96E8vGxRd { top:10.875rem;left:33.0625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwXQz3ixxvy2yk2opAAKGCNIWo0zmUkz { top:25.75rem;left:0rem;width:11rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVIxPir8fdxHunOKU92OJeh1lMB4p24f { top:2.8125rem;left:0rem;width:22.1875rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEvWoRR6EzXiE9zn6IHeN27q4WRTywo { top:31.4375rem;left:0rem;width:20rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe { display:block; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS7VtfbUXiWJwLASclKzApSgTNAtIpVH { display:block; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzcw6Hp1tTClK9OT09XRnLybgAXSxRz4 { top:30.5625rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ZrKfBOvuSX8pFeKpxINvJaNXrqh9eD { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITZhmB85HusuU9HdmSxHFA1drzyGSlQt { top:20rem;left:0rem;width:17.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkM4hko9spoiv80FdP4igEqQgbMwAHkW { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NC6l5JANgydrRxzTAeqdTJ2ZA5qsHvxd { top:0rem;left:0rem;width:47.75rem;height:20.333541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr { display:block; }#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsEuH93ABz0uX9PQ8UKV9ALzuOMOTO3y { top:41.125rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMmR1qrdvSgJkCWiTTCWSSmpuofcGB2u { top:42.9375rem;left:10.5rem;width:28.6875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh0vtnb5sylISq0iCN0tkrIoAsu1zJf7 { top:15.5rem;left:0rem;width:47.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri9VRiPoQsFnbSlHQBnVWACm6INsp0L8 { top:11.5rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2PLVsZbowEuLmSN261QPeBkLH69QrA { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx3M5pbItWEoFTf9HXKy18TGtdPXKMz3 { top:17.1875rem;left:0rem;width:19.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI3d5uJ5fMAAoQetftZbqci0AZrPxLg { top:33.5625rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1wAypIi523mFqHrLNyMhM5dygHAC8L { top:17.1875rem;left:14.3125rem;width:19.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5DNKbayewzpA3GUX4ZCpXhZZWlUE6Q { top:37.4375rem;left:10.8125rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4JuERxqk2iPp9gWdoZgg8cKLVpXzOGr { top:36.3125rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9uTWIbqHVK2t85c6ZaTut5zh0tRccJ { top:28.125rem;left:9.1875rem;width:35.625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOrJ2mdfipmq3crlM6tQu5aBDTUvZSHV { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK7uafEIPl1yV0cTg8FFTM2gr4W72wiV { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3TWKrsyTgvcxTa91MUkqokpEwsPMNAr { top:17.1875rem;left:28.625rem;width:19.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z { display:block; }#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8K1ADSMh4fsAheb4drn0dFCLW9lysve { top:0rem;left:1.3125rem;width:44.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkM6AFyEVsRZlbax9d7yy4OSCmVc3sk { top:16.5rem;left:6.875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8upic39R33sulU0fnyVroqAp5MGCCCQ { top:16.5rem;left:24.375rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVIxmHXiAPVJ7EbXwhb2VSAkU45lAzgv { top:21.3125rem;left:16.125rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQrAIVdR91Q3auk2n8wstw0lJEKXXXQ { width:4.6875rem;height:3.125rem;top:14.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2OIOy86CegxPpfeqB732uxumoBQQHrJ { display:block; }
 }@media only screen and (max-width: 763px) { #hLg19q8bU6DJ9xxKgPEkvcRa36QkTLl3 { width:4.6875rem;height:3.125rem;top:14.875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAkEwPTzTGU3iaoUP3MtB64dQzQIZZK { display:block; }
 }@media only screen and (max-width: 763px) { #J5QuEG5eWJOo5pJqFKoEabbDLSDlcMex { top:18.25rem;left:7.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRDrr6veyc5yZKBRNpfieKXzqiJiMBhV { top:27.1875rem;left:10.0625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKJHzGFURbGVmAvP7ZREZ9eDf85ZBEx { top:25.25rem;left:6.3125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFwvTnaf7BybkUes1ZwftN42SVV0UKN { top:23.25rem;left:10.0625rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9fxrzC42uDPdQNpuSxA5M89ponnIGV { top:21.3125rem;left:6.3125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgJKqwxdscFrfn2uDzfR01OrM5LQDUC { top:18.125rem;left:25.0625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWnqnAk1KikuX7MOyzurnvaJ7dcbe1w { top:20.875rem;left:23.375rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPLiuK9k9GHTXqpJdlCAMHbVFwiCCmct { top:11rem;left:3.96875rem;width:37.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5fQRvBId03ZmB8AuhyWWKEzl6JqnNZ { top:11.5rem;left:4.9375rem;width:35.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilwI8Tr4NzXpISzxViAei1GDSKTB8am5 { width:16.9375rem;height:4.0625rem;top:32.3125rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUFICFkXxa5ldTNIsDt3nCMDiTG9kFl { display:block; }
 }@media only screen and (max-width: 763px) { #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU { display:block; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xE4NThhCHSZ7BeGvWrG0cmBTn7bHmvis { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWgy6T8Th58aeA7vr8JgGHVLnyXnvlPy { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM7uPoJgFdTFUBif8GxMvzy49k1dMbGd { top:50.375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEAmkHgw7WGX5FNtiynDwiu26qke5KD { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5lkoEyqQ5hFn3ghuQrf8b9phKq1TkR { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIXPhVJJD2Wu4aixqs8Fvpb2veTOFSt { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4oaHx53KX3g7TIuDFoKSZO0WQOyIkcT { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEoqTMSOADToPTVADETzoVG6RBtJt3yd { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFAl77fH7txoXA6TdDEHJXhIANKT0H7 { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTQH8noJs4icnCPL5EdmLuIkTJgGXfL { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9A3CNqtJLMtIqOpREZIPzVZrTinnlJb { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1TTlB20x19CCkSco0WB1xrPS1rdSSt { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uim6C8hxqT4B6i0Hc4MLarMhQJFvBVTO { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8FKfgKWMUq319Z3LaFTPtwZPsQh3Nf { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW4zz1AnZnstZlC2DDs6FWJUt95e4Iie { top:44.875rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcnhu1TOih9CXyu0OT3483QaticDPKi { top:22.9375rem;left:25.875rem;width:21.875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIspN9VkhCguhlxwLQobcbwMKvrnNrA { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9VQBCgPf5h8f5SilXex37IcR3QChaOl { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKURxCgrenbbXR5AKyoBSQL56NyRzmDN { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd1HQ5oHwtOqVfikX1lc5rcF4ILybGMx { top:38.625rem;left:0rem;width:30.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg { display:block; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTSESkh46yVVainzqpRcpCPzibW7h8Ux { display:block; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpGRtw9ohwrOTefmo9ArfMPOL6OBFd4G { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6RZPWA4TzvdGDhIFfEPw77EL5JVBuV { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFX4pIvCXZ8cuN0ilW3hq9U4p8yUfh1O { top:1.5625rem;left:4.8125rem;width:38.0625rem;height:9rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdkioQAlehfPORgy3osKqEecVdegf65 { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU1yfoLt1CKO727wEIzPH4EXNkkVAD73 { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfitT0A7q0zexWRnyEHw9iWZJfcCNCt { top:10.625rem;left:11rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwH3Mr3xUlwl78UsDzWgbaKfO3SMGuKd { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DLG2DNN7qTI22ChTvdA1bFdqSXtcJb { top:14.5rem;left:4.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmf7x0dgoDaZ6164H518Qb6xmoVNvG6 { top:14.5rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWkvnad8MAnql6rgT5AaemSzScXtx2eA { top:14.5rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxVIby5b7LpTbTblXgUxBKh3fmaxy6g { top:24.1875rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMCCMgWJdOOy3Ri51JBhBTRrJXAohDP8 { top:24.625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhNtEWZqdx3scKmCMvbQ7s3vOIP9un3 { top:24.3125rem;left:5.0625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBENqoT17OLFVN2ltMFatFo70ZObtPec { top:24.75rem;left:6.5rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhbbSv3z2q0HbvdQpasdSWm6ZAd1MGD { top:24.3125rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9NsF4Vpo2NfaZUU3AheCRemwKcZNpBJ { top:24.75rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JGdxcH76lqOxfGSIbNiIKDpfOLTz6p { top:10.375rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWxfsQ8ZlsBWtgSptdSXrh42qlc3VBA { top:15.375rem;left:18.9375rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywIxNVeJ7NCg9OUyQmM16ADDkXFOpmTi { top:22.4375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJ448QWXDxM9K8vUbm16A95KlwkUdW0 { top:14.75rem;left:32.875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFcdxeS1nO1V0rkIfMfcoruMlV5CrUZ { top:22.4375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpF6rBif60vcmaeJKRvggCyqSkw9gAn { top:15rem;left:3.875rem;width:13.375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yOPpxR5HPmzzphbKM8HaaairCloQ2l { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94lAlmsM0lH8lOP8sKSzP0LfTv7SbMn { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ynOmRPbFB8gnsUcPJdLKzSkzyT1QrN { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXOZSKwub4uKrByayXfAcNrPBiZ6ypK8 { top:33rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6uKasWa2iDIquHeTmE6P498WQioZl2u { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf { display:block; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co6E5ut0LDOP1n015X2m8hKAvPqzMB7F { top:3.75rem;left:0rem;width:15.8125rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMc8hkyMBt46KPTwMI69TfZToCgmgWB { top:3.8125rem;left:17rem;width:14.5rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHkApdwBUhS7UK7t6NETww87vX7Kz5hb { top:4.75rem;left:35.5rem;width:12.25rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8sKDFgQPwUQ6z94CDddU6BZ4810mZq { top:1.6875rem;left:0rem;width:20.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9bsqpayBELKOgIm3daDqNLBSNFOUTvn { top:1.5625rem;left:13.5rem;width:20.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4NKT1mvmXqS91fh8LmsiU1Z62cTExn7 { top:1.5625rem;left:26.875rem;width:20.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 { display:block; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H86Dmb3ZefPe3DG10cGIXy0EaonSgDUm { top:2.75rem;left:7.15625rem;width:33.4375rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCxO5IETtqZKUbdHHigSZCHaHbkIOIi { top:9.1875rem;left:0.4375rem;width:10.5625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LihF8uAnVGM3RGT7tM8Ztq6d4ylaGCpw { top:9.25rem;left:15.375rem;width:32.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3dyCIvN3rTUlKd8IUxo3V9Igctnw6v { top:15.9375rem;left:0.75rem;width:10rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpdWd11GHJNPt0c7vdD2VpVpx4SiH3M4 { top:31.125rem;left:15.375rem;width:32rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEct7P1rWWGF6OAq1ZXv8wPwwkVVn54E { top:23.1875rem;left:14.4375rem;width:33.3125rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mEqeTG64f9c2RNsiF5BdUffkiTesCU { top:24.5rem;left:0rem;width:13.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbBvlByw3hw4gg6xgrKZxu56eQvXhutQ { top:16.75rem;left:15.375rem;width:32rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhkVDgS8TzUQZpt4FVJwtfCwSDsJ49DQ { top:31.0625rem;left:0rem;width:13.25rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFauFBpAmUWCfP4z0S06lvrPBrmGKtpk { display:none; }
 }@media only screen and (max-width: 763px) { #TgPKpT0ivKwp8w0AmXSpbdM7RxJt99aU { display:none; }
 }@media only screen and (max-width: 763px) { #uVmbPgwK23iCxt0reWDbX2eX1bslpvSM { display:none; }
 }@media only screen and (max-width: 763px) { #eSpkCoi7kh1C1khpL7s7PBWE81BclFlh { display:none; }
 }@media only screen and (max-width: 763px) { #bgP2F8DrGcz5WLzQWn3SVcJGtlI09Z75 { display:none; }
 }@media only screen and (max-width: 763px) { #VsUTqmedX9b1Ovv5Wz0eygd4ig0yOZfe { top:7.1875rem;left:3.875rem;width:43.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTDprXDxNLfsRJGn4EDmoiOQoLTs3hsm { top:14.4375rem;left:3.875rem;width:43.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8c4vJnIu8670yTW53R4G1ein2xaQLia { top:21.6875rem;left:3.875rem;width:43.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UufLwdpa1rGBGF39pIE1I3oSJteNDWww { top:29rem;left:3.875rem;width:43.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1UI8TqEOaLSVA7DUMe5VNhTPzkKWh3O { top:36.3125rem;left:3.875rem;width:43.875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRloaB9Fkp2mobG9zJMQuMuPbLG27ZL { top:7.1875rem;left:0rem;width:17.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF9eQwLGu2NoD42Z7VziwdQ2SD8xVkKG { top:14.4375rem;left:0rem;width:17.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9T30ii0c8d6EfIk9MBGN33OrvBlS2n { top:21.6875rem;left:0rem;width:17.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gty0OP3XUhRrfI0z0qXTHUc3t9OgbJ0v { top:29rem;left:0rem;width:17.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cakyKh486KWv1qK4dSaTK2JHG2pA4lfC { top:36.3125rem;left:0rem;width:17.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTVp7dIEaCKCOTSp0ER7fZ8P8TOJwIEW { top:38.25rem;left:0rem;width:14rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJBtHZ1oMHHM3hkQUyEpEIrUPUu67vC0 { top:38.375rem;left:15.375rem;width:32rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqnvwpHqpbSd7aoXXV7UzObPa1s0f0G { top:40.0625rem;left:0rem;width:17.1875rem;height:3rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE { display:block; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUrmyDI22lvH0XTQxWna9RinRJagBUv { top:2.0625rem;left:7.15625rem;width:33.4375rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udm4d3ktmoSlZQKD6EeGvEX5k94o7pPV { top:17.75rem;left:0rem;width:16.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTCPSVD6tpVDQRz7W1Go4L4mBd5oTbn { top:6.9375rem;left:0rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDqLUSu89kTmQvXZZzG1J6aopNmnVMd { top:6.9375rem;left:14.75rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1caWts2kZK9M6QmwXL1BmMRXH0oukHe { top:7rem;left:29.5rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvAM63OnigZ0XnFDKnULh06xK2NZBFl { top:27rem;left:0rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUGolcQUBGa3NTp942R3nH8bIDVZT0N { top:26.9375rem;left:29.5rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumktU6FVXysll8T6dFf9THoOpgXTEwg { top:6.5rem;left:0rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqRpKLKcUt7G4GMdDek9lZOn9qLL9UMD { top:17.25rem;left:17.0625rem;width:13.625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVi4CdPNsOEdsty0r3ZGJKDnGbWHPcT { top:18.375rem;left:31.5625rem;width:16.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4cNTZa6TKwKVraWAb55I3xQrkgv2d2w { top:37.6875rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGgeZ3BRQcKWUKXM4QeBxyHHdl49q1AT { top:37.6875rem;left:15.25rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqA9i4oUmHo6I7y2q3EecKAMNb2yWOkQ { top:26.9375rem;left:14.6875rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBM20PaE7riSeiPw6CNGcN6Jql8zqHs { top:37.625rem;left:31.125rem;width:16.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tL4lzi9h7noBSQSqZB3pJZ3KSkPhUq { top:46.625rem;left:0rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKx8KG86qsJ3Jcopcm89O3SsTTfCHnQG { top:57.375rem;left:0rem;width:11.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOZ9h9pss43zcXAo0I81Ss9c5UqsElH { top:57.375rem;left:15.8125rem;width:16.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47DSOLnmrzaIT7CUn6NUkNuRJ6UHp7d { top:46.875rem;left:29.5rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWh086Tb88nKh6Mgc1gRx6hnoBnUgAxa { top:57.375rem;left:31.5625rem;width:16.1875rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAbFelWw7eXbTsw0XHQoCs2aekwSxyy { top:46.6875rem;left:14.75rem;width:18.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbW5csPvozmBOkLc7ca3lbkwGEdh78Ix { top:6.5rem;left:14.4375rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4RirsWILwga2NJE7s2BhUKttpzkZZUF { top:6.5rem;left:28.8125rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1GrqWrHBEO09gfoIX162zoU4bmXFha0 { top:26.625rem;left:0rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX3XUWUKSt6VdWsad7oVC493LNmeebWq { top:26.5625rem;left:14.3125rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrkt2a9t6aX3ABvtlaSALCOcn5TbOXvc { top:26.5625rem;left:28.8125rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lccveoWrxgKaeRoq7six56Q2XZmAd4KH { top:46.25rem;left:0rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0vgUztfoNV5QB6bzv8mtlEW0c1a1q3 { top:46.25rem;left:14.4375rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XseI3yFkLMO3J96WzbOJUWns0SDTNIiP { top:46.5rem;left:28.8125rem;width:18.9375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWdoDcO7Fi4OE5GddhApwTkZXdfTENg { width:16.9375rem;height:4.0625rem;top:64.5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQbLoQKqEPGJg8vhAPlid1kGk9pPTy8f { display:block; }
 }@media only screen and (max-width: 763px) { #dTUwIJBsiBDmKe0sI62W4kgnLwe7B1nm { width:3.25rem;height:3rem;top:13.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOTJ1Bq1ZU249KE4zl32ZLWi99UvO3CA { width:3.25rem;height:3rem;top:13.5rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGfUg6hhugThKsoR62gQvTKukfSAJ1r9 { width:3.25rem;height:3rem;top:13.5625rem;left:44.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwlnEeKTT5asFWbtA07gloriZ6EoAsLn { width:3.25rem;height:3rem;top:33.5625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzJNOg8LMScXXqtSXpzXODMehRz6rWSq { width:3.25rem;height:2.9375rem;top:33.625rem;left:29.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKDOcrMVEJf7TEBp1h1h8URHZtt85BdT { width:3.25rem;height:3rem;top:33.5rem;left:44.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwtPfA0GTZnX7D74KKOaWJE0TBxD7ZS3 { width:3.25rem;height:3rem;top:53.1875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdNfToncASIqwFmPs7Ud1xR5X5M00bAh { width:3.25rem;height:3rem;top:53.25rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxB2Po1JUVApf7ENIOsbbgq4e2vmLhON { width:3.25rem;height:3rem;top:53.4375rem;left:44.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtXAQzS9KCmms4VKhHGE8by9QykJfP5u { top:51.0625rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6V81BnRl3E2XOWUJ552akg0NRV67ExF { top:31.625rem;left:0rem;width:20.125rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQIx4usOu3t5vv0mV94iTBfrIcls0UFa { top:31.625rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knIwXGhLiim5D7nSceyLArdRRWisBx8V { top:12.375rem;left:0rem;width:44.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM5ELdx76bRAvsMrhHbkVwSkIKkdQkz4 { top:12.375rem;left:27.5625rem;width:20.125rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS { display:block; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ9nQqoAEbn7wF33EtkpWuTbJFqO8uUG { top:2.9375rem;left:6.25rem;width:33.4375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRpRz2IZTzaXdwcJ2Rgf9lMelvyLw2y { top:19.0625rem;left:0rem;width:12.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2MsgfJVsDnNJDa7Da1TfSbnPZzS7kL { top:21.375rem;left:0rem;width:12rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUKNTyl4ukKq4odTwC4aWiv1bJyJNEZ { width:18.0625rem;height:4.0625rem;top:28rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXCCJKvMJ7Iqsn361cqgnCHhqS1rfVh { display:block; }
 }@media only screen and (max-width: 763px) { #GicQOGaROOcLJEnodc8oFNqPl1zEpIBW { top:18.875rem;left:3.75rem;width:11.125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXMRzetJVIJLudbk57wQ0EXFzuwkHThm { top:21.875rem;left:3.3125rem;width:12rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5TTlxOeM6H7kMLO1GdAmSGDoewmhzR { top:19rem;left:17.5625rem;width:12.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTmGlXAXiU69Xt6WPvBMayIfTAzGRp9 { top:21rem;left:17.5625rem;width:12.6875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4XQm63XikgTpaHOFwxxiaRZSWSCK5Th { top:21.0625rem;left:32.5rem;width:12rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Zp1zSgbFgea7RMRXvwNAwkrKTSwa3w { top:18.9375rem;left:32.5rem;width:12.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38wchlBvOo1C0OhplqHh2FKSZbqWmOk { top:18.9375rem;left:35.5rem;width:12.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdaNC2y7TJ2eBJ4VMtg8BKsWPhtcCWP { top:21.3125rem;left:35.75rem;width:12rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD { top:7.6875rem;left:4.3125rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf { top:7.6875rem;left:33.5625rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEQbMw0BunzVZReBsxAb1v1B954nthZ { top:7.6875rem;left:37.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDJhhwBQqqRvwqs9iIb08r9AsiruNXn { top:11.4375rem;left:0rem;width:14.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgTtsnakdlV00lMhgJ3MBKsQbTzOvzsp { top:11.4375rem;left:2.1875rem;width:14.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8nkNuDRr8v26tkRLDfprz9KLbgsMf7 { top:11.4375rem;left:16.8125rem;width:14.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQcKiGsdGFGNzhWHuekSgPTVX1c0xRFb { top:11.4375rem;left:31.4375rem;width:14.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziNzLo2udm7UIZo4RNS6PBIAllGnTegt { top:11.4375rem;left:33.625rem;width:14.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q { top:7.6875rem;left:19rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A { top:7.6875rem;left:0rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 { display:block; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6Lev3TCTK6vWmqAbr1OtvVKIg8xuQRT { top:12.875rem;left:3.6875rem;width:16.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq01Z9spmCNzdOqmT4x2co8JkNp9HWzw { top:3.375rem;left:7.1875rem;width:33.4375rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVXL6lU0yWqN1TJwFIwXtIVOiR4NpPik { top:14.9375rem;left:3.6875rem;width:16.75rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z { top:8.8125rem;left:0rem;width:11.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGQObF9lpOMAs14p7fThgOv8umNsXL02 { top:8.8125rem;left:21.75rem;width:11.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnpZR25g2yMC7IwI2vRuZgAmmVcnERuZ { top:11rem;left:29.5625rem;width:18.1875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHCyR2hbgXlZ8mBQN4nTXlBlw2sJHpZ { top:15.8125rem;left:29.9375rem;width:17.8125rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5oO9RfRHChdWFBycBb8VRERwneOrPmG { top:13.5rem;left:31rem;width:16.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE { top:24.6875rem;left:21.75rem;width:11.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukrQlLCDMJ6NkNDC7xB1GlKbADfr4xc { top:30.875rem;left:3.6875rem;width:15.5625rem;height:6.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDk0b1zFb1D9rz8XBuOGsudcOT7xDSKg { top:32.25rem;left:31rem;width:16.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKQVg4wgLSXBmDRRZOucSi3pUFACklot { top:29.375rem;left:3.6875rem;width:14.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJxeZh6x8vZMTc2ErwU4iTdIXoXHgWOK { top:30rem;left:31rem;width:16.75rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylQhUUEUZv1E6aF1KVCv4KnpUX95CHL0 { top:27.8125rem;left:28.8125rem;width:18.9375rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0pX3Twt4MNVOOEmNrErgaFcON0HaDPy { top:27rem;left:3.6875rem;width:15.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU { top:24.6875rem;left:0rem;width:11.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg { top:40.3125rem;left:21.75rem;width:11.1875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIdMU5TBPCdigRpypQiIoRwnPsV0dvNB { top:50.0625rem;left:3.6875rem;width:13.25rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0wKlMdOB6TMoNb12GIWGxnFOxWbP1F2 { top:48.6875rem;left:26.5625rem;width:21.1875rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGsUqrqyOAwqHZ5yal5g5XvCT0Sdnd2x { top:45.5625rem;left:26.4375rem;width:19.1875rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqXfzbpFWkpqJMTKX9JnpW9omcJVsuz6 { top:47.625rem;left:3.6875rem;width:12.75rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux { top:40.3125rem;left:0rem;width:11.1875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIeNaSOQHLhKrLIavP5XlT9TNnWbPeOJ { top:43.1875rem;left:27.1875rem;width:20.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqL3t77cSLeQqfnAysDUIKFKoHWzGky { top:45rem;left:3.6875rem;width:13.8125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0Qnv6ml4IsMviCmK6FvnhclxPxbvaO { top:8.8125rem;left:0rem;width:21.8125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US47zEnkO7QFPoxFRdsf6JNWTpt12LP3 { top:8.8125rem;left:17.625rem;width:30.125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQsAt3mbTUgr9C8TXa6KWv7k6Rz1XCzd { top:24.6875rem;left:0rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOT5MDvloMbaTUfJHoGxBQCw86nKh7ia { top:24.6875rem;left:17.625rem;width:30.125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbvbB32tp4FvxNB6Z2lQqxPzJrE1HK1 { top:40.3125rem;left:17.625rem;width:30.125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSkfehFIdMzWgLDhcwnLDNKOeEKhzFkT { top:40.3125rem;left:0rem;width:21.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2nyyI3tUolaOmg0nsz3xHAt897mK0pT { display:block; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R33TF7hrflWH3Qy2kTFzCV5zGF8Lz1On { top:2.9375rem;left:8.84375rem;width:30.0625rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxeSiHVKPzQxugMToU47J7FoLMrU3c7 { top:8.8125rem;left:1.0625rem;width:45.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDvyX1WNeg59KLfp10dOpXLoQpn2k5KS { top:3.125rem;left:29.6875rem;width:18.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 { display:block; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEETG5eDUI7uH1lzUwxO4uKRZyDhPK2k { top:6.5625rem;left:4.875rem;width:16.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCP9KAJkuLuSJ1G8rx9aGF54SAxob4P { top:2rem;left:7.125rem;width:33.4375rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1EsOSfnULl1sfipRCEOMeS6cCIMbRaz { top:10.375rem;left:6rem;width:14.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cec2CtXscHeRpICRSJnTLblzi492mIvJ { top:6.5625rem;left:25.4375rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6GkHBqybl1NKbR8nw10oBH0hNpWv42 { top:10.375rem;left:29.125rem;width:10.8125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNo9L0T5tuHn1WyEXx6ZkoKeRFTTF4B5 { top:20rem;left:0rem;width:13.25rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KGLMg8peVexzLrVIUhhpugsSEGsBky { top:20.625rem;left:17.25rem;width:13.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOfe1bvIZnTSEqXiBhvzVfmtKSvuBfby { top:16.0625rem;left:15.65625rem;width:16.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwkXBKHZ3ulqfxDwv64SKWVV0EeQ9zzw { top:15.75rem;left:0rem;width:16.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqnlgrhfPdaPplq9yFtSmaR2S3d8D4za { top:5.875rem;left:3.1875rem;width:20.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmK1R6727G4U0yHTBxXpJr8HmAJdRbDq { top:5.875rem;left:24.4375rem;width:20.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0G7q2NGcRyLVbTI8wul28PK2E0u4Nc { top:15.125rem;left:0rem;width:20.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJiyu1yXctVNdmuNuOtSRT3g8qFekAk { top:15.125rem;left:13.8125rem;width:20.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8tU0gNJXyve36FRGhZTAAgQHywaURN8 { top:16rem;left:31rem;width:16.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzxeqATXn7kv4HLLZpvd10SGSOTrOBH { top:15.125rem;left:27.5625rem;width:20.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTrxubdhwWbPLJ2SFkQXdNPoNH8ihZP { top:20.5rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnvxSMnI9XbKihCetICGkPhMB75OT3H7 { top:8.375rem;left:7rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62zRi64TkHSN4hTX7scH6rpHWKHACPA { top:8.4375rem;left:28.25rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKT7aprWWBEFzulvlkS70kZ8eWsULx3X { top:17.75rem;left:0rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE { top:18rem;left:17.625rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtCbDFH95SToXebLfz3magPz89S12CZ { top:18.0625rem;left:35.25rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SQxObOBcTqFs7SWHGRZBEu3rOlWJ5y { top:0rem;left:29.6875rem;width:18.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQVFlpz8Toufc82Cd9zp5mhOWiupxcfL { width:19.0625rem;height:4.0625rem;top:25.125rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uleaOm6W4D4CeFSD3BqzNwbek6GySkXN { display:block; }
 }@media only screen and (max-width: 763px) { #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G { display:block; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGfUFqzQ3T8nNsAaCU9UgEkC8uSSLpn6 { top:2.6875rem;left:3.53125rem;width:40.6875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdoxaraMf49Wil87v10BNFfcbKwaBygm { top:18.0625rem;left:0rem;width:17.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ { top:20.4375rem;left:0rem;width:17.4375rem;height:;font-size:0.875rem;display:block; }#vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ li:before{  }
 }@media only screen and (max-width: 763px) { #J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4 { top:7.1875rem;left:0rem;width:21.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6oKakEqww4POS3M0GBBE4TnJTPemTI { top:18.0625rem;left:17.75rem;width:12.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP { top:20.875rem;left:14.0625rem;width:19.75rem;height:5.9375rem;font-size:0.875rem;display:block; }#G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP li:before{  }
 }@media only screen and (max-width: 763px) { #uxaw9qGHhu6EszKPED4xMCuSRJidce82 { top:6.625rem;left:12.6875rem;width:22.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omNVAkQv1Pd4byqf3242oDyuT5LgNxem { top:7.3125rem;left:13.25rem;width:21.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD { top:20.875rem;left:31.3125rem;width:16.4375rem;height:5.9375rem;font-size:0.875rem;display:block; }#r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD li:before{  }
 }@media only screen and (max-width: 763px) { #z2usEsOxTh2kd6TdbRWtPkRuP22vOWqm { top:6.625rem;left:25.25rem;width:22.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuXoOWBVnD7yFi7JVcJLLRBcvAhSi3k { top:18.0625rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3 { top:7.1875rem;left:26.375rem;width:21.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #verA7ptqWLiChfxxyTBwLqfulbqEXz81 { top:30.0625rem;left:4.625rem;width:38.5rem;height:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVH2kqUXRcByWkSzJE6rsBVV7RWH7f8l { width:19.0625rem;height:4.0625rem;top:35.0625rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sohzHgy1pN8Afftxxuu0QJDABN6lr73r { display:block; }
 }@media only screen and (max-width: 763px) { #rFaEFMO0dqUsclqKtogewPrbaPAmwpWc { top:6.625rem;left:0rem;width:22.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM { display:block; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJZM87Vo2wlh6AZv70LpeDo2DHrtqZG7 { top:2.125rem;left:5.46875rem;width:40.6875rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdixqUHaLtvmJpwQXR6AwLFFFr65iGdp { top:19.5625rem;left:31.3125rem;width:15.875rem;height:3.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQhN8HdeCKaOD2ceDHv51GK3uFPg7bw { top:8.0625rem;left:0rem;width:27.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzhlfVzqOLwSMX7ISXIAJfxaTR74AQIU { top:18.1875rem;left:33.375rem;width:11.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyMlJVA9TIq6L1DIu7KuT39UmeyglzoC { top:23.125rem;left:33.375rem;width:11.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtVKw0sglBGmSOwLPVPfRRRb59PrcfQg { top:8.375rem;left:27.75rem;width:20rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCuyTEKzneXSugg9ya5z0BoVwmpEyqTP { top:14.1875rem;left:31.375rem;width:15.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTP5DT0Fv5XIdoaCDppaL1PSNIHKApGZ { top:6.9375rem;left:0rem;width:29.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQho1OaC18UXU8HTevGg5mwtSoub59hB { top:10.1875rem;left:0rem;width:26.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1APaTxxDKhWIo567tgeuxoxdCBXTlN5 { top:27.8125rem;left:19.75rem;width:16rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfxqCU82Xt0iCtPcq1NKetRh5qbOHogQ { top:27.75rem;left:18.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQHk7ai1DMup51cfSMKDazaayI1emlP { width:16.9375rem;height:4.0625rem;top:30.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsawyLERta3MqJyaarDzfJeA4qtCzdgS { display:block; }
 }@media only screen and (max-width: 763px) { #QPwqu9PV20CF6H6WqPzJDzzinwg0ECXJ { top:27.8125rem;left:15.875rem;width:1.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxril0nNGd18NadnhXRklogLJ5JSkw1Q { top:13.5625rem;left:29.5625rem;width:18.1875rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsR16E8H7vfRlpAiqHlVDi7r9ifu0OgT { top:6.9375rem;left:24.4375rem;width:23.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C { display:block; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3HzlZ7iJim4v3b9ssFJhPniwuBE7ogo { top:2.5625rem;left:3.53125rem;width:40.6875rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3D4QrSokZmzunOcZWOKZC5NmsqXxrKo { top:35.5625rem;left:16rem;width:15.875rem;height:3.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtFNmqGfvuU4bHwe9eFEtN4MPCOaptJ { top:9rem;left:0rem;width:24.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Geh3TD5iAhCbXgnuk39stG7qZfNADg { top:33.75rem;left:14.40625rem;width:18.9375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0G0W5hg68MrQwlZ9AyfyigBZ4OIP4eG { top:38.75rem;left:18.0625rem;width:11.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwzv6rhB8VWsQc6xdSiOe0yXv2yCBU7 { top:25.5rem;left:0rem;width:20.6875rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpE7rZTDWTw2vex4fsh2991TTpkLfior { top:42.25rem;left:10.1875rem;width:27.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybNJhoazWUkUrLmdZxFyn0MpzdPnmOzt { top:7.875rem;left:0rem;width:29.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnHpRdrtTX9tnG4iNeBAXfqgVJXxqM1 { top:44.125rem;left:19.3125rem;width:13rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWXda28Z9rRpy8ZtrcHUdwKKTTyOFk7g { top:44.0625rem;left:17.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwxdAipTaf4v9ETIfTAQS3z6zLlbo38W { width:16.9375rem;height:4.0625rem;top:46.5rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9KWLzJ2CkEeqElB7T7lQZQTWEaUdK7 { display:block; }
 }@media only screen and (max-width: 763px) { #mbOsrNkF4mf8VSIXGdsHW3QzaZJKvpZD { top:44.125rem;left:15.4375rem;width:1.875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgZQxPvyEZNpBTRWgbkHcPny4TsCAsz { top:32.5625rem;left:12.3125rem;width:23.1875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfCqlHcOyAoN5T9eJuzrJBrTy3KcHpar { top:11.4375rem;left:0rem;width:15rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqovXGv4LqUIn0BMz88wS8s7TzwdMTBE { top:16.25rem;left:4.5rem;width:15.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuO19aCuPbMoAzFy7FCXbcTrwWeIBtp { top:7.75rem;left:18.375rem;width:29.375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRlTTcFgbhUOUSxUHXneoHAsXBrW48l5 { top:8.875rem;left:20rem;width:25.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckloOKo54dfT9DgEls9DBTgwVXr81k5z { top:25.3125rem;left:20.5rem;width:27.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDP7BxKmxkg2GmEVAshX8ttKqI6Ami6t { top:11.1875rem;left:27.5625rem;width:15.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKkKiGTDEcz2A1IQm3Nv3VblS30FOQ6 { top:15.5rem;left:32.125rem;width:15.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk02tLxhNUTSHOUTEVwJelakdDH5F25f { top:6.625rem;left:23.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ { display:block; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2i7qHmkvZzqtn2mG0XpvWZ1uzGxMdt2 { top:2.3125rem;left:0rem;width:7.875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTRT7rEJPfuWThsl8RdyUmiPXsQpaub9 { top:18.6875rem;left:1.25rem;width:13rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acKmNW4oo61Mqrc0NlelVTtpbMIP5iqn { top:24.3125rem;left:3.4375rem;width:12.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSGRICgvxf4rxKGryckKPX5miehyfHMT { top:16.8125rem;left:0rem;width:47.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6lI0a7sVgN3P29eAMWZW2ppQhy6TMOT { top:20.1875rem;left:19.8125rem;width:27.9375rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAF6muKRoMalPFfTuaiokl8uU4DEWTq { top:3.0625rem;left:8.75rem;width:36.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5r2EKizM81fUCk5LaV7HCfnro47OiO { top:0rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoJOEaWAxk6adqeciObnEfZcdPNlh7uq { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzbKXCXGscQaSXEkignoE1egfL2CTVU { top:10.5rem;left:7.75rem;width:36.875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR7mZ7XgB2sXFQmtNCEQBii7KBukk61I { top:14.25rem;left:20rem;width:12.8125rem;height:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVovSM4KZJFTrQ38TCs32PlTVuT49iDK { top:35rem;left:9.625rem;width:28.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUwDTnumkd0IIz6A4zDsawwVaZV44W7I { top:3.0625rem;left:8.75rem;width:20rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohFbTfVWWXuKLH4eID7WI42xOVPV3fLs { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViyeVOoqVZPgbyRsSlMkShbcwIGJzr1A { top:2.3125rem;left:0rem;width:9rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9vg3prqHTLz6r79IX9TFETv8WH79vVM { top:18.6875rem;left:16.8125rem;width:30.9375rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ify0JFGGiLG4FicZlMa85dmpO9iPJKah { top:20.1875rem;left:20rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl { display:block; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyUWHBHk55FdPS89eyZPi3wD7RTcwuIU { top:7.3125rem;left:7.03125rem;width:33.6875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60Az8zPpv4Pu5GB4TvqItkoPLA0mU9M { top:2.0625rem;left:5.125rem;width:37.5rem;height:3.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCz1oeyVoNPD1g8Bl7Cv7qaA5DbtMZtw { top:14.625rem;left:0rem;width:18.1875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX0K13VMx0ZRuVxkTx5W13dZdbZxVxD { top:21rem;left:0rem;width:29.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxxz2RfIvao3PcxhRJ0NgJezSmkk8wKH { top:43.4375rem;left:10.46875rem;width:26.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJq14w9k60IwZXzxIZvfCv006vOAsIV2 { top:48.375rem;left:9.4375rem;width:28.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5xShqxduMm4EZ7grWPrKgVg7Z6D5uO5 { top:18.5rem;left:2.0625rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNmoKm49aL9UUiRhPgrvIL9c9bTQBW1 { top:21rem;left:18.3125rem;width:29.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSnwMBexKoelPNh6v6EwPGX3iT4teIAa { top:14.25rem;left:25.1875rem;width:22.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKmyaEv6VHZ9PtGLV6EHW8Fhgcfae6fv { top:15.0625rem;left:28.3125rem;width:19.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXlR7GB7Ta9an4KuO2iVVoxMMM1POyKW { top:18.25rem;left:37.875rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzwPP1nllwqlhhHDW3TlFGMyDusroTSA { top:15.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4Zn0uMZarRxQGWb9JGJmJwwLTAtTet { top:15.4375rem;left:31.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLESc9sffQVcRF4cIPsbWoysyr3p98bH { top:14.1875rem;left:0rem;width:22.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2DiczgT1u3OKDpqZnNqRGfFTTRpTBTb { top:36.875rem;left:0rem;width:23.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaD5TMAgrT43ZyRpuaxyMwQ3qHtBRrGv { top:36.875rem;left:23.8125rem;width:23.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lElLTtOlKBh60ZP9xxMdf3WWWUWHszCt { top:55.1875rem;left:0rem;width:18.0625rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DONdhoMT6AptRnBtG9c8OUxJThxsUMbr { top:34.8125rem;left:0rem;width:18.625rem;height:1rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb { display:block; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VExpsxFbvTNncH9WHCecmF4EMBNcxQ1z { top:6.5625rem;left:4.40625rem;width:38.9375rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTMreDmkA2vSxKV9qutTPM711WDSiOoy { top:2.0625rem;left:5.125rem;width:37.5rem;height:3.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBAHAVwz6VzdnZvG0fiPtUChnu0K5cl { top:15.5625rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTNsVDL24ww6vIBptPQAnJbFIgOEqlz { top:21rem;left:0rem;width:28.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #boT6QrAO3A75lnE1fiZTAL6ip2kKXgtr { top:43.4375rem;left:10.4375rem;width:26.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0oZJrvUhcM2lDHwGoX8T0NgxPeGkmc { top:48.375rem;left:9.4375rem;width:28.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9Q7tlcc5i0omxFEIy7Tve5eUP9enET { top:18.5625rem;left:1.8125rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZKTU5ICmoxOBUleqA17gmI7cB60aFx { top:21rem;left:18.3125rem;width:29.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKkOdffaiiFdP3UDU9AqlnXlUHvWci0 { top:14.625rem;left:0rem;width:22.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4eKkZSJ0w8oW3uFI4Gqt720h8073q3F { top:15.4375rem;left:28.3125rem;width:19.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc78WWe4kELepniZxAZfg7oUpZzKnD2F { top:18.625rem;left:37.875rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yV85bqoHk2Lv6vN4EUs15Tx0kzkslE { top:15.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSIuI2ngZwniKf5vCL9uJUB2L9qR2yM { top:15.9375rem;left:31.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp23ZxRnsiP60Hg1Gz71Mc4BJvJkJJ42 { top:14.6875rem;left:24.25rem;width:23.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Qd6HkvEJgZUiTxVwX0IMh4p0avnCXv { top:36.5625rem;left:0rem;width:23.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTczoTZPTOvR4Rr0wSvglKqGvtw93a6A { top:36.5625rem;left:23.8125rem;width:23.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBxnJmELEHhM1WM1hvzDiZ16uE5o2ECo { top:55.1875rem;left:0rem;width:18.0625rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk0GryPNlaQUl2OuPsoIozi2sIDnMv9A { top:15.25rem;left:23.8125rem;width:0.125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe { display:block; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB8WhHwelrnDXh6rzBg9oJrcqIdezSlJ { top:6.5625rem;left:4.40625rem;width:38.9375rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSyvh2iVLvohvizQS9zzQDx20hPvCd5n { top:2.0625rem;left:5.125rem;width:37.5rem;height:3.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9phpvlCOqIZGN1i2rGiui7OC9OwETti { top:15.5625rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZO1MaEmE6Wgo92c0ctpd1dWMSR5ypJ { top:21rem;left:0rem;width:28.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnA9zAEFKnAOPgzG93h07Dwe2ykmnfsZ { top:71.25rem;left:10.4375rem;width:26.8125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNKtgUMvmaDF06ld62ofrMsdHQ7Ssrw5 { top:76.1875rem;left:9.4375rem;width:28.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU14wMQU6DSLTIrOITUasRW4eTMprgip { top:18.5625rem;left:1.8125rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUO7zwQSpaw0bXL5E7Uky4XZhkSHQT5 { top:21rem;left:18.3125rem;width:29.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJ2kOKV0Xg2fkxWP5W7rlRLSkCDJevt { top:14.625rem;left:0rem;width:22.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqy4mLmzTGp8NiZtxDD7w7VVEMVpa5dV { top:15.4375rem;left:28.3125rem;width:19.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaekPf6GD0laWQJKfVI2WwnipJHCJGr { top:18.625rem;left:37.875rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCXOdPcc482dA0RrOG95Q7UyxHVNCdm { top:15.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyP9TWdv0a7zouzXgdwTrv2AxpG62sA2 { top:15.9375rem;left:31.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H71D0dblayGm8ebsqkvwQM7BzyhwWIrV { top:14.6875rem;left:24.25rem;width:23.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W59NfqTnb78t9MzdWNMgwdOJwO0Drlp4 { top:36.5625rem;left:0rem;width:23.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5BDAgWcZ4kTGfd2R5pxSqDGHHcw0C9 { top:36.5625rem;left:23.8125rem;width:23.9375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxuypP2LIOgsDvIHz0g7ISvzMgHIS01a { top:55.1875rem;left:0rem;width:18.0625rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCECtw87T9TvPcIzdeFD8WvcQanf6ry3 { top:15.25rem;left:23.8125rem;width:0.125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPksifS0a8b7PXJZfIsz6ZVTBlNJ9547 { top:48.6875rem;left:9.5625rem;width:28.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQKwCaASSz3uD4nmirXbAA8wEh8WZEk { top:42.4375rem;left:12.125rem;width:23.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXkfMeknXSL557gKXHB5PL6seRfnalp { top:43.25rem;left:15.5rem;width:19.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDKf7cCCxmetrZFw4fMHhaSkmCJ7NShs { top:43.6875rem;left:12.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7PeS631JfBihbhTJ1NfK229Xa2uDWVB { top:46.4375rem;left:20.21875rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUgJR6SFBkoKOuBEen8HoVAo1SRsSS9B { top:69.75rem;left:14.5rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlLxfwnTKEbrRLuIFxOh07hX7cbUVUZ { top:64.3125rem;left:11.90625rem;width:23.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe { display:none; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u3uCpTdbyiSUApOXaqSlvTnKTxTd5L8W { top:12.6875rem;left:0rem;width:47.75rem;height:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok9Cqx1HXCkPWQbW4sTAcAZLZLI8P4iQ { width:18.75rem;height:2.6875rem;top:14.5625rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmKzq5VC2SAsSOwiJdEKgdwDk7SrMrB { top:2.375rem;left:0rem;width:18.125rem;height:4rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF { width:22.6875rem;height:2.25rem;top:20.8125rem;left:25.0625rem;font-size:0.75rem;display:block; }#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF li:before{  }
 }@media only screen and (max-width: 763px) { #DURLZt9y1vUyulCbO8cICelc0PXJTaAa { width:20rem;height:3.625rem;top:26.4375rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPW1kOem2keX2iliaXnaxv9N0IJBCKTK { top:14.5625rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79FkiTsuwTlRhzu7k0AQRnunhUxSGgy { width:40.1875rem;height:1.75rem;top:9.375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNwGQllXknq2Kx04Emn5GdmAdSew2XAi { top:2.1875rem;left:4rem;width:39.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpKBeLwGQlHvFFxWrLHT6JmOBqRHZLlH { width:35.6875rem;height:1.875rem;top:5.875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9ammIywDJ8ptVXL2PvJi6pmmyqVDzWJ { top:2.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiX2uEyitTHLgPLdTARuOutWDQfz2bPU { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKFpx4APploeMS9pfluxTP5fIgRlyVUe { width:23.625rem;height:6.8125rem;top:49.875rem;left:24.125rem;font-size:0.8125rem;display:block; }#UKFpx4APploeMS9pfluxTP5fIgRlyVUe li:before{  }
 }@media only screen and (max-width: 763px) { #xoF9Dal1K8rrEzKeUD4kykbPuwXVhXqV { width:22.875rem;height:2.6875rem;top:43.5rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voNQvSdT6V2LTcbnxdyKvgCWAA8ZZo7X { top:43.5rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnBElpbTycCzatkNP2HtoeWr9auM5OVU { width:22.875rem;height:2.6875rem;top:17.5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM35PXDPW0M3RhvP7ytSs83mO4LBXffD { top:29.4375rem;left:0.0625rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWfPXqPo9PNiq8CpXwaSAhnDBJDc9nLk { width:22.875rem;height:2.6875rem;top:29.5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh { width:22.5rem;height:3.3125rem;top:35.75rem;left:25.25rem;font-size:0.8125rem;display:block; }#myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh li:before{  }
 }@media only screen and (max-width: 763px) { #qlebZeKnT0z4FRmmhp8Lul4TKmoEFD1z { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyqgJsoDJFi4FZAZNqLZ8LAypCdZxi2T { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcvycBAfNWlphbXvlGcD9ArKfvTk14xg { width:22.875rem;height:2.6875rem;top:32.4375rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3RtHavxsXdHBIAGZNHxhBBDCZ92XNh { width:22.875rem;height:2.6875rem;top:46.375rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJKxtTQhnDATkPJzqLhXW7AqMCv0NLg { top:58.875rem;left:23.75rem;width:24rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ha8Ufg494nExXPvILPeS3EfnZpLzXo { top:62.0625rem;left:31.75rem;width:9.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBR9oJGtZX7Bqar2TeTeTBgudA5BtJLF { top:57.875rem;left:0.09375rem;width:22.125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yakT8nVdycExShAcFBJdi8B6ox5VhsLH { top:63.625rem;left:23.8125rem;width:23.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJDGrVCkpnSxZwNpwuh8OM30kmqOG0Gn { top:13.9375rem;left:0rem;width:47.75rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 { display:block; }#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqAczAd1tGCGkadIVRhCEyHvPZy9Bt5u { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRszF2MqmnFGgFyZp7obyKSvytgp9TKk { top:10.75rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyfk3UmZqi6f1ZBSvE9nqQnnFeInSG19 { top:10.75rem;left:25.1875rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsI6tZ4iZpwyTOW36LmCVntvnCzN3G9K { top:6.75rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7dSm9xngrP2ln4EuS0JnRzU4UOnC2VP { top:10.75rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOyrPFDTnCUhvqlTd5WKxOLZhxRoc0Hs { top:6.75rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsslAgnJT1oTMcbAIfTuzg717axWLzkt { top:7.25rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6cZNeybIy849W20T6xqewX47yxPNuw { top:15.1875rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtKpaoe0dwgLGXtRp2UNVJL3HQATEDSR { top:19.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFR6mOgLRaFvnrDFz9hnRerUVDFiWccp { top:17.5rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO1cVNpDEodeKoy9HV2gUfrrQTBdluLp { top:14.25rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCQl062qyg1RB1ru4grqtmxMfLGPrtf7 { top:14.25rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5LiEQdt3qNBhlOCrx24cvIgB7XBCMfz { top:21.5rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TROiqnrduhoL37bnxwcKC14F0Ai53t { top:20.5625rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG0iFiEqq6k5T5lnSW4CvQl3OpPpEPq6 { top:20.5625rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpIKmnzh8ExVgiF8mTD4PfUzAPZcpZhB { top:25.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQG6iPGokQueU9VaI5CI2HafnLoRNiln { top:27.8125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFer1EBneXbZ6SlOQOupfNiwCBqGpwO { top:26.875rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMIGUcCG0yNlk3aGDW9mtwAEsXA1MJeE { top:26.875rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvTeomMIe1R8sAKB0ppBtzRaSlyEdTk { top:31.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN8SuK2igV4yWIFET0FEz1ohLxopOkPo { top:34.3125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amJVy6QkkDisyyAKVxlpDlRsQouDRuS7 { top:33.375rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ1uztTe3fRCUnSxTn7WfPwNBS16FNFL { top:33.375rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dublEsK5dSnr9fQaqTaFvG5azbczsW7y { top:38.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ti1bmCoeeBBNrWfhMAHBsXz1vaThtC { top:42.1875rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0B0zOLQxEpaFD7OhDXGlKvo5WZrvFRb { top:41.25rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQJmI72OB7rQQJOReBrqa5UnvLgTnS6Z { top:41.25rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOPKzrpPv0dgTPZaie7zg4GFofSmES6X { top:41.25rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQg7h8lRJqihvkqAwRHuRUk8iXiqnQV5 { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R12UmiQAHdCZaVhuWCpVDPT8d5g2HQqM { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #souk0iRBybbxDZyZFFCioJXSkpdkT9Se { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhLf33yMTm6VuoiyBJxui2NLIgwDM71i { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TZmy9DCKlWgHDieSlWTIH0no7GZZtgk7 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eBrTfaSpFvX9JAm1JBNnp8B4OZILwaFF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oVETH2TmdOHXP4f6dEVZZQKHyu45pqdc { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW4NQTTqIr8tJdTsi43Q6rNg4J59zTd9 { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNivAOCxFo0MlMxNagIQUM65xttO6UmS { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gxtJIvs23e1A4dcocOqTrFvaow1OZ2Lh { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLr3zyXMTwb2uaBg0zVeIQwi0O7STkVT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CKwaKbdLI3vN5WnRnVtKGl955m8VuiB6 { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wz4UcxLFFZlpzwCWdaDHR33uuAFrOf5k { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RIMU0Lmgn8Xaf5OkoGNtuq3qUiZFFrGz { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yMrr7x8813P0zOPkaeiy1xeAWrOxJfLs { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VJuPEWoqXLvVKPZaHKVTFDrT9hhNTLQJ { top:18.375rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEFLpRO2JOu8ILcEsTcBEUNmTkOC4Pe { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #nWupQT895Lm0asxU8d5aS1Pkv3GzNar6 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #abiIfBIGTEqZ1ONeV3xJIskGafZN23zb { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ipLTs0uwTxfLVT7XHeubNeE5ZGQicOB8 { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekLfRZxg3ZthT2cLqO6diZS1nOndPkI3 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hRRmIXS4nEoxBndI3VRrdrBSbTLCt2cf { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oJ8NgugO9aLGrEBRi6lIVWwAsrDgufOD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #U8AKVOU2zzttvOsda1S5a3uF9BDEkyg0 { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZASuX7sVuc9mRgK5JRxKZe2ZEHdiHO4 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yupbFbuPCNfPTTPlErF4Q9pTON9KuFq7 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Sh5le5nmvtemQgNay5onEo56QlCfRRDF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yUsnfkFEWuT3H5Tpy5nr9JvWcT08Cw1L { top:6.75rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heSVNMuCMTKnWbESsxQXxr7NNqd2Wnwc { top:1.25rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM { display:block; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-regular-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-textarea { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf  { width:23.0625rem;height:21.125rem;top:7.875rem;left:22.1875rem; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .radio-container { width:23.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf {display:block;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf { width:23.0625rem;height:21.125rem;top:7.875rem;left:22.1875rem; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #SWg9qyTutAO41B7V1HTLCs8g9gA9Msz1 {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #aUic3JfLe4s7PNvySdSpBJX3O13DcEHe { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #obMm3WamKk0m3Mx7JVT0DQeacwH2u8NG {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #KtkApJUrH2nanIvFuHPDzW2tHVZi1ogn {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TqtJlEthbw5zPPPwCa8a3C4HG0y1qiQJ { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #luf213aDXPRXxypvqGX2WCLhuPkJio2w {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #vwG51IOLubbqc0GeKFfCErwweZv9hFvq {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #lNkLGhMKdqwvSpPe59SzZifWU1kMQ9Hu { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #frkSPRWsw0mSKbvlPtmKogOLzuvhIxTc {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ukd5OJU0eG1fLo3JtwI2pVwJTS8OUWDP {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TvJp7AsPA0dtObgWk379Oqh1XJ2nq67S {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #L8wTFPEXhCB3iH0WmL3Uy9CK1hAhxXNV {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ZRtsA7S5xxC7nM2SrDshi9lRsoX0WITd {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #fsdxZCMJysJJ3UDZTRzVxtPPla20w9AF {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #DMRwPTb9Xq7naFprMiIZypVqo1Vw6M4y {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #q2XZZZp7fll1tQ8xrNKZunqPGshgSHeT {  }
 }@media only screen and (max-width: 763px) { #sLT8dBTDZTT4JHbWvMzC91rA4GfNxuID { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IFH8nr7FMJXwT0de2z6rMqWoIETyTFUh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gRMmQrRcKnwH4ohl0y7EDiKzCJCweEDm {  }
 }@media only screen and (max-width: 763px) { #qMbUgt4UPu2w39dVnCUJd5ZQm3mQd6Wm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b6rn8ZZQFtAfCVIiiKw3alqcR0e69Rnt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldBAhdLiBMtn41zzfDINemEERyVThRSH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oRPbIPSTcMNRsaZFHNTZQuHhlllPzm0n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AGZMC23r7oCPLRcaTr4z59mcqFCaMs86 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #O9IdG3Tmn7N0h3ZSc5KO5JtLNGtvTVGX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yT8QXF8BZWN31N5O0yS5akUTvr5RolqJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OPrb3gzIoFqWPsNQeV6e76F1lKS13dbp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xZ5bbB683PwVqKTt4iNOMrJLsEDf3MpG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nyzIHbsLPCagLwuBNsHh5sK8sJzQGqEG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EEZNWeXObp76J39NxLf0bHXfychfLn5v {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8T0OfcrAzAnbUBn9KFeHLfBounZTUTE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r4sm2krI9coBgm8BkGgTy6eAx2LatsCE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DcTzSbA3DsLXmTbChKpuCXXKsygIly95 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEvssiDMh3QhKtTTTDZdMPgGJn2qLZe7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vvX1pURAQTmBqWTiLqhrwLyz91RlapEd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NlMkuTnbHGFZTMZCG4RCqI8JcJ9vqXk2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sw8VHyC3KAB25WTlKedeSuLL1iR7ruGB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iGdka8GPUrSzRiBprZkDFOOTsMitROVx {  }
 }@media only screen and (max-width: 763px) { #r3kcVZHhxGy7PDMCktmmKgoagcOpZRMO { display:block; }
 }@media only screen and (max-width: 763px) { #yx2AaHEWFFwOMn2kouLewtAVSiooOFWN { display:block; }
 }@media only screen and (max-width: 763px) { #VL6XGg6grSG6gDS6T4LplxwHvph46a32 { display:block; }
 }@media only screen and (max-width: 763px) { #TVu4UsKHR6WA7XBXt66fyc49ocokTc2T { display:block; }
 }@media only screen and (max-width: 763px) { #uEE8hvZdnsBVgT0VOHazwWVIqkpWT6Bd { display:block; }
 }@media only screen and (max-width: 763px) { #UlXEqqv0TlCv5R6fIcU4kDdySTNPDRcm { display:block; }
 }@media only screen and (max-width: 763px) { #CQogUd3e1i3s2Jdevez1rLEqHvaWGBKS { display:block; }
 }@media only screen and (max-width: 763px) { #hMu4OuQnTCb8N6zR9gKwx0lErK04y1ZK { display:block; }
 }@media only screen and (max-width: 763px) { #azeUOyAK0vDVv8ItO0VisnZNQ3WwQ3MQ { display:block; }
 }@media only screen and (max-width: 763px) { #WXsN5xSAOGNeGaxuMqSTKdJtLJ6ahDeP { display:block; }
 }@media only screen and (max-width: 763px) { #lpnNbpbM5mV0vkzu9u1Zvg9vbHToaHze { top:4.375rem;left:28.5rem;width:19.25rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrRkyp1Oh8lgPB9nAGuN4CgQyrGzMAsH { top:29.8125rem;left:0rem;width:26.625rem;height:0;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX0ebvdWOL51NmCtZyQd47SOmBexIRwT { top:4.6875rem;left:0rem;width:30.5rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Bcna94BIzqTIp1PsuV0INQ4gvkBdpI { top:7.25rem;left:0rem;width:26.625rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHGOLvlnOSLf9a7QrBXLZhao5Nb4ATU3 { top:12.5625rem;left:2.5625rem;width:11rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twg3XfUzwSJEMME0ehZRVpeXOadRZGEu { top:11.5rem;left:1.8125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiPccr3VP5SO5lOwl4yLRmge2gH6lLUk { top:15.8125rem;left:6.875rem;width:9.3125rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z36naBgtz3pcTHfbzG4MQFKGiIC2AqTv { top:15.875rem;left:5.375rem;width:12.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWMQtrTotM9BE9SgeGbU1vZOnJ5tkNW { top:16.5625rem;left:0rem;width:8.4375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIxh364tVcMTmNQzcJL83OTwZ0xfUx9q { top:19.25rem;left:6.25rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #opmKkAoRTLvfvPbmXMOZuHPI4LqU29CG { top:21.8125rem;left:0rem;width:22.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prO4kZxrDVmfZgpO1XtuwQBfABlQckdR { top:24.8125rem;left:0rem;width:23.9375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpVq7erTdGrErxCATAn5Q3b5rMItdnf { top:28.875rem;left:0rem;width:20.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7EySaLk2PNX37ssZumlDCWiTOcuW3x { top:22.9375rem;left:0rem;width:26.625rem;height:0;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iueL0M6LrDP1M83Ko3UdGgPEMzTel8g8 { top:3.75rem;left:25.5625rem;width:22.1875rem;height:4.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nycl9xv2DOtZcfNPkKi14AOhhhKM8SxK { top:31.4375rem;left:0rem;width:20rem;height:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx { display:block; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoRUxBEHNaGpw3MwGQ5Tdd3J3AXqXko5 { top:5.3125rem;left:4.5rem;width:38.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBOhWlqCuR2ltzqDfth5etAC5OkV6on { top:10.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etA6SQI8hiGeEqw8Er6zTzsvVnMBeoM7 { top:28.125rem;left:0rem;width:15.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo63xmHk9uWHQ9BSQF9Mm9lXeTFOIxGK { top:12.8125rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyM90p0U8uFgdUGSnTgwoy0KwquEUEkB { top:10.4375rem;left:15.5625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztNJKRLtRbI31RC5mxlRo3sGlcSmIMyD { top:28.1875rem;left:14.9384765625rem;width:17.8125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNiMtK54vqSCKGN33Kc8LRMM1B1AdGrp { top:13.3125rem;left:17.1884765625rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiS5W6GUl5Tqm8cQ46iBpQbbvfDIOKBH { top:28.875rem;left:36.75rem;width:11rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7CFT2S0NeiISN5qBqNRkamwpgvnfNTQ { top:10.1875rem;left:35.375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFC5zXNk25BoFRGnvUQMFzJdoAdC6iS { top:13.875rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBE73cFZx73fz3m9u0pxChslF1GRAwNL { top:19.6875rem;left:16.0625rem;width:15.5rem;height:5.3531730093383rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnNfEGtMUfFLHMo4yZxZRW9MVlTlDoE4 { top:26.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5DnJU9GkxtGcJTRmblZXWB0goJ1BZ1L { top:26.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE364BmRMhmQk0yRKxT4mVN89wm42Hhw { top:2.75rem;left:10.1875rem;width:27.375rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaeMUEb1aQPEZWKwAhCTZmlNeq3Xf9ET { width:18.875rem;height:23.6875rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7mn5XM4bFVmukBGS6cRo70Mq35LzfTo { width:18.875rem;height:23.6875rem;top:9.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCaV0Iv7IM7geNnyVXaPKwTqdLGyQhu0 { width:18.875rem;height:23.6875rem;top:9.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v { display:block; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW5aoGKXRPTVS4ilkBuBkJxQsWBIb9Oz { top:4.9375rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRogQe4nRnORT99VuaAmLTK12VbkuCg { top:7.625rem;left:0rem;width:27.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixhxi2ueE3y7aM7NNKRQgTlEHcMTAtdM { top:10.9375rem;left:0rem;width:30rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTuADh0SF2w1SD2dTFa5yiS8OfLOtDW { top:12.875rem;left:31.1875rem;width:16.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKJCCqGJBmFapFipZr8BbMdrkX51BkFu { top:11.25rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJlkVN3fpsVR6eTihcFMdTUDU0EXTl2 { top:4.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bsTWccfpOfcPvXhe4D21plNcgawqUuCu { background-color:#d8e3f6;background-image:url("https://images.assets-landingi.com/uc/d549d5e2-a1bd-4ee2-8522-4f6cb603083a/22JulyLandingPageProjectManagement37.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu.adaptive-delivery-prevent-bg, #bsTWccfpOfcPvXhe4D21plNcgawqUuCu.lazyload, #bsTWccfpOfcPvXhe4D21plNcgawqUuCu.lazyloading { background-image: none; }#bsTWccfpOfcPvXhe4D21plNcgawqUuCu > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T1h4uTSUyQstU1mivbaQHkOpPhl7czEi { width:11.125rem;height:1.54345625rem;top:1.6865234375rem;left:4.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001235;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT { width:13.25rem;height:3.238125rem;display:flex;top:3.9375rem;left:4.412109375rem;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #soPrwkmFVTLT0sJqpw4VfGGEEO7R4tqT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #s36enkS9vKWTwTaOB3GDuuFVRxZuL4Zz {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #dyDwcqUeDck1Jli9xdUzIQfX0kXm4cTr {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #FCub9H8lPpwavX87T7nlufEMDcwu6a0t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #khC3ibaZBf30fBGrDUzz8Ogu6b0GTlab {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #Lhb24ewaKHVRaorSXScttRpottJ8rH5N {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #eNNyctBbJSlDSEo91FgQyqIwqVaZaRS0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #sSyzbHZqnHzxyUtMHobSWkaKSti33yV7 {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #nc8aVtLiTxylMdPqnOnITg3EweDUlPTb {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #WXiJcS7FzT4QwitKuzCL5Lqz3fUoOVJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #A2qV9si3JIrftIxwHx1gWMtTNI8mmNKl {  }
 }@media only screen and (max-width: 763px) { #J9qeTScusO8GqCVTTq5Kmd1wSDM9GrzT #tUScDlK2HElrtaiWl02SxvrSXseWhDtO {  }
 }@media only screen and (max-width: 763px) { #Ok0MiXsZkrHo6iCDELN9e4LllAAa8c69 { width:17rem;height:3.625rem;top:9.6865234375rem;left:1.5rem;font-size:1.375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo47HIRu1MIxGBLwT3cxJdRcaz9ol6HS { display:block; }
 }@media only screen and (max-width: 763px) { #WqEJGo0JiZVUv3Rgxm792TqxDRPAOvlZ { width:17rem;height:3.4375rem;top:13.9365234375rem;left:1.5rem;font-size:1.375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxWlEI7aLnL5yXroqw1dmaWAMAg4gaUn { display:block; }
 }@media only screen and (max-width: 763px) { #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb { background-color:#d8e3f6;background-image:url("https://images.assets-landingi.com/uc/d549d5e2-a1bd-4ee2-8522-4f6cb603083a/22JulyLandingPageProjectManagement37.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.adaptive-delivery-prevent-bg, #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.lazyload, #atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb.lazyloading { background-image: none; }#atlLZ4bN3SwqyRwN46HgwDosnEOiEeWb > .row .container { width:20rem;height:17.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FJPULRFLLtVNf9eDGNwedRC3bkJT5ITl { width:17rem;height:3.625rem;top:12.25rem;left:1.5rem;font-size:1.375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0NL6krROaLOaRwA3BxfEbgGN3sxfM5K { display:block; }
 }@media only screen and (max-width: 763px) { #seidUqagiMTrzQgGVgISz3SbPDbz2BnG { width:17rem;height:3.4375rem;top:13.9365234375rem;left:1.5rem;font-size:1.375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SN86Aeb8ieM5aST1yudTAdVlOxRaeng4 { display:block; }
 }@media only screen and (max-width: 763px) { #aV7uMkU7peSZxuwNF99iUhvUKsQt7TFm { width:20rem;height:6.58008125rem;top:4.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdPx33B06IUTGFdBRUdMaq1zWpGhDvCu { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA { background-color:#cc2a49;background-image:url("https://images.assets-landingi.com/uc/4b868cb9-0408-4058-b647-9a5704740af3/22JulyLandingPageProjectManagement01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.adaptive-delivery-prevent-bg, #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.lazyload, #qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA.lazyloading { background-image: none; }#qX4ad4nKggq8ioIyDnS9DJTzku1EpeMA > .row .container { width:20rem;height:66rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L3ooyiTVnL68MaXZ7d6mer2cJZxt7c5Q { width:18.5rem;height:1.94970625rem;top:2.8125rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #zUwMW4FDppoTv4DTyQW9GLLGVnOqmcGE { width:18.875rem;height:1.7246125rem;top:5.0625rem;left:0.5625rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #e5DT769vmtnZRWAzBcnlCrwz8tlPkA6v { width:11.125rem;height:1.29980625rem;top:7.75rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tNGRWptBLiLiUH11KTLy0nw239W4XUpn { display:flex;width:12.375rem;height:2.911875rem;top:9.0625rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #RiHymOgqnMFQeShPu5DA8dWMuwpKhoPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #BiEshKC8bV9JNDSBqFGWknADDDa8wsaK {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #T2el8Vv1TLg2JLk5tIWSypIn7yAfTm4x {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #D7lHeVsWT6m7cVKL9HMRQnaS4cQRaztc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #UFA4pANHP5wrilFDoEieXEE89ICTF3Ft {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #Tsa9qR7lP0feR9KX3nZVLRzpZRqXEhl9 {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #DNU0UFRMrkPX8IvN2RMLy4xIPtgUcRyd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #W3p7gP74he7Bi7tRu17U890TQRoqbQKg {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #NHZToHtB92kDIays0l1OzErQOF8rQEF7 {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #n14Ddp2r2ZKgrq7fcxCI8vqZLLWdtZMd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #uius2udiQWHGmPDaxWOKMTEO87i9TOSd {  }
 }@media only screen and (max-width: 763px) { #tNGRWptBLiLiUH11KTLy0nw239W4XUpn #AezFtnOnBXe24Se56dlgTS7zUPoWKTwS {  }
 }@media only screen and (max-width: 763px) { #pm3wxNVxCZiPbbLLc5uwZqA4OVw5N69y { width:15.375rem;height:1.05615rem;top:12.6875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6uIxef9aZK5Sg75tKQi3XwH7FrGICEI { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #NN2DCKyWbHrwwtVJlmsgGWoBfH8gNAed { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #LXF3xRanQQN8MFw7vwhrsg1yUGcTA2bQ { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #MEMlEhQ4uemsXMROW3qHuTD2H0KbTCAT { width:7.0625rem;height:0.9375rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ0GoolWcbdT210hcfndH2ZekZO1LMxS { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #yrEJ2rxPqIaI3QEXf13vttyQRIL6Dtii { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #M9LHaWq2vnAoQtI86HKLntMbuGTOH8Ta { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #opxFp3CEZX2wncmfO0gpD1F71vJSIDJi { width:7.8125rem;height:3.125rem;top:19.0625rem;left:1.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szSAnXrbzOO6S6ZwtsXiUEg6z9WtzFK0 { width:7.75rem;height:2.1933625rem;top:19.5rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMVu9SAT7VavM8Bs0OSUQhEk455GFzAp { width:17.9375rem;height:45.625rem;top:19.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opWGcil2F5NToReaAdpag7sWO717UGT8 { width:14.9375rem;height:3.25rem;top:37.5rem;left:2.5rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #G4U32tNb2tTfTCia6XDA67DsIx0bc0kT { width:7.8125rem;height:3.125rem;top:34.1875rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WybJMtCA9MBilv1CmMElPq0USlgTcZCC { width:7.8125rem;height:2.1933625rem;top:34.6875rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZmscNX7QBw3BhI59OfG56FR7igTKSDm { width:16.3125rem;height:16.3125rem;top:20.875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbSkqvWuMluiTHcJK5DpW0GGbVgfL2Rh { width:15.9375rem;height:3.25rem;top:22.4375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxU3cV2neGtwAuw2v0Qz2NWqCrKn3gTI { width:11.9375rem;height:6.25rem;top:25.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwMI0TFMNCdHdGoRGTxePOA9S62oTMOJ { width:13.5625rem;height:1.3808625rem;top:31.9375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GLNlLOBHeGOmOCyOZq0LZnmpDHTDL1 { width:7.8125rem;height:3.125rem;top:49rem;left:1.0625rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBnxbf2Ee75FkOae4nyQ0Wx7EKt7mJHH { width:7.8125rem;height:2.1933625rem;top:49.5rem;left:1.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BET4lbvcmdeDeQwm5WRf5HQh71DP97DR { width:16.3125rem;height:16.3125rem;top:20.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJF7tl5t0BtH9RnUQ1HMPtzNbTV2aqBa { width:15.75rem;height:1.54345625rem;top:52.4375rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7bqZe09HzbSkkdrtdzVCkhaSZPl6ceZ { width:7.0625rem;height:7.0625rem;top:54.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFKbR9ZbXFqITfLJf8oiP4mko5qksgH { width:7.0625rem;height:7.0625rem;top:54.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMX6NVQg3ttB03btTTXHT1xThrPAzVDz { width:13.5625rem;height:1.3808625rem;top:62.3125rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqbyTUsIxyvPQtiprVUPhS4t8HAsLyd { width:12.0625rem;height:6.25rem;top:40.75rem;left:3.96875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhvoCfrCX0gpc7JQbtVAGfWz6Cq5dV3V { width:13.5625rem;height:1.3808625rem;top:47.125rem;left:3.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk { background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/4b868cb9-0408-4058-b647-9a5704740af3/22JulyLandingPageProjectManagement01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.adaptive-delivery-prevent-bg, #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.lazyload, #B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk.lazyloading { background-image: none; }#B1reAFbvHlnwtoCaZzLnVHSGqf5qWBLk > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2zfwIxEqL9nRr04VVycHhfebhfcETVd { width:17rem;height:2.11230625rem;top:3.625rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7nUtgVSSn3Lqk0ZT801krCeBrE3WUV { width:17.625rem;height:1.4624rem;top:5.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5NxaTbbxt3wAHTIVbcrSuPZbBPp2Ehc { width:17.0625rem;height:3.4121125rem;top:8.0625rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL9aDW0B9ZPNcQuDSeOaFSwsficKyW3V { width:11.125rem;height:1.21875rem;top:18.75rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH { display:flex;width:12.375rem;height:2.911875rem;top:19.9375rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #Be50tQ45haiKmhQIcK7r04HO7KvEwiLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #yfHNOOpph2Tqh0HL17xTeNh1STMG5R8i {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TvFgEIzOrTeTekWUbeT8lvN1B5dbU7Vc {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #TiBZ3pw6VgoJdOg6ARpFhFA8TrlTFTeE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #iKpntT1AITxyIdKQAnhCIL5HW4DLfJnl {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #KHvkFQeifFJakl45bTfpBTJMNCkvPN52 {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #x1a2K4odTOSGVoKAMfPEWFVTBur91eBe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #vvNST7lpd4VUN0Cn4VOHmrXvKbWC3JbG {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #famOQrO1rkbTDlEMxrTbM1Q4UJf9tPpI {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #R95QDO5GksqPvAcF6edLEwTTTF407Lfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #A1CvQbXfXh1WzJLxFvH0SU2HT7xabWrb {  }
 }@media only screen and (max-width: 763px) { #X7ZUZ4M58Tc7xiz4s6K83gQpD1CiQTzH #xGw02IOFVrIwgHJJQNIummBJBlLQFuNl {  }
 }@media only screen and (max-width: 763px) { #pxH3bMcxdcwegaWQwNBC4aGbNJ4X8dbw { width:15.375rem;height:1.05615rem;top:24rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQh0nwPIsLMazTvDCXUufUL301bWgnbe { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Za3sJQg0vrV1Jq8sW8zLNQVNy7vTafnG { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #n3RkHerCmLUKxqqeReFANhHQTIxyMmA1 { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #c3eMfbzaHVgKWN5gr5cpsIrzqHRMVgJq { width:7.0625rem;height:0.9375rem;top:1.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ZaEvkvuwFKt5404LcTW69lxXXg7K3D { width:20rem;height:1.05615rem;top:11.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANmr1wTp0ydMTGNryCb51i0aUunzOa4h { width:8.4375rem;height:4.125rem;top:13.5625rem;left:1.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ggwfbV4g7anfhFewtgfgMGCcggmexekL { width:8.4375rem;height:4.125rem;top:13.5625rem;left:10.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #JrQu3eDXUX1vhzCITSAC06M4gt0E82T2 { width:7.0625rem;height:3.1875rem;top:0rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac { background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/4b868cb9-0408-4058-b647-9a5704740af3/22JulyLandingPageProjectManagement01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.adaptive-delivery-prevent-bg, #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.lazyload, #CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac.lazyloading { background-image: none; }#CUu5AmU6MI42PcWx2mFZGTvM3MJrXzac > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w64eO1nMqvhkTDiJElgfy5xmovdUSaLw { width:17rem;height:2.11230625rem;top:3.625rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTEqpFoHt7Bn23OBrTeqp8DFB14E1PU { width:17.625rem;height:1.4624rem;top:5.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeK8zRIVRrph11lGRpJTRyPwKnkafTmR { width:17.0625rem;height:3.4121125rem;top:8.0625rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHvAwzsaVRcr0RJKm3ZbLdc02escpUq { width:18.375rem;height:1.21875rem;top:30.5rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx { display:flex;width:12.375rem;height:2.911875rem;top:26.875rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #EsUq4EOsI9U51fD7r34nJubWMQTZWLha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #aALJ6vVs857EwrqacnAao81EqUWttW0x {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #lBxBXAkr0ofbdZMEv9MwezENhTAs6qPG {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #FcMoqRT9OEGs7pwIy9mAzkPqek4gb51K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #U4lsyk8D5AJBxR9O86zb2HZMpnwKiEgg {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #qVGPq52lH15xVrKk0BFfQO8AXXyOTVwQ {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #TsTez9qJN3S1kx7mRkE0zPpqgInOBvCb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #uadQKRD9DkIT8Wli1tAbvE5izVRCstOy {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #luuGfNqutR9oLMegKotG9TBdOUKqbb6S {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #SkAe6tN0hWurO5tubglTKt41TWTSrMIc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #eHUEkxSlNWIrCEEJK2PSh1BMIX65n6Tz {  }
 }@media only screen and (max-width: 763px) { #yMi1Wfl2wfLZOPgUd8CW6atMv860CWvx #xwQ9HruSA61oJz7rLfE0ChdbhZmJMxkC {  }
 }@media only screen and (max-width: 763px) { #zQtauBsq3tiNFDEQNWmKOnwHF1IFuad0 { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Rae7nmVA6IvEyFiz8ACJsha6UzCecsbT { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #TQVK2Azqt5w4uRzgU8ScoQUSBowLPKry { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #FThJEOEIf6xps5Gf87K1gbmd60DxXBzi { width:7.0625rem;height:0.9375rem;top:1.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8gZhQwOAoXEm5hrLzxaoaAJThORbdR8 { width:7.9375rem;height:4.125rem;top:12.125rem;left:11.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L2NKKxKy4FK6mKPdZrlTE6y8f4wAbmmG { width:8.4375rem;height:4.125rem;top:12.125rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #iUf1whrKV1xQ4xdxVTWTDI6LQZUhXtVZ { width:7.0625rem;height:3.1875rem;top:0rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNvhcOhGBkxeXlmaPvRqib9lgPQn0LWF { width:15.625rem;height:8.125rem;top:13.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2xzdM9rUPrGfkaVvMZWAHTOitnDCifz { width:15.625rem;height:8.0625rem;top:13.9375rem;left:2.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUqPxbnmDM2BrHaMM1WgMgdTh0u5InB8 { width:7.8125rem;height:4.125rem;top:19.162109375rem;left:1.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTT2i0tM4AT61GdLTMKaoT5E89ayZhIk { width:7.125rem;height:2.11230625rem;top:23.849609375rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU7RWqzUolUQuxiJyW7qUfF4fLpmMtmz { width:9.375rem;height:2.11230625rem;top:16.5rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0V9bWEPzL3VgxooS5ACdfP4MWamiqTB { width:8.3125rem;height:2.11230625rem;top:16.5rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge878tN0K90J7d6Th1AEsMwt4kTxIJw0 { width:7.8125rem;height:4.125rem;top:19.162109375rem;left:11.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNIvEVcTCz4vidR86pFxDUFdw3LHE2L9 { width:7rem;height:2.11230625rem;top:23.849609375rem;left:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 { background-color:rgba(9,21,44,0.56);background-image:url("https://images.assets-landingi.com/uc/4b868cb9-0408-4058-b647-9a5704740af3/22JulyLandingPageProjectManagement01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.adaptive-delivery-prevent-bg, #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.lazyload, #EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7.lazyloading { background-image: none; }#EQSsDQV4oPMWPvBM04T0dS0ktaUM5OO7 > .row .container { width:20rem;height:26.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1VtrRlAoWV90xRgTP8oymUQhJyEMIlw { width:17rem;height:2.11230625rem;top:3.625rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUGWgIOeClmiatk88vivM9iM2d0qMThs { width:17.625rem;height:1.4624rem;top:5.6875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD3w8yRNXT8unZXhnxg8zgtyix0pDk4c { width:17.0625rem;height:5.1181625rem;top:8.0625rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcxsG8ao8z8FDNcLu8k9crUdXwrWc4R4 { width:11.125rem;height:1.21875rem;top:18.75rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ { display:flex;width:12.375rem;height:2.911875rem;top:19.9375rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #qGZKr00f6vaI1VyFoJmpR0H1m6UreT4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Hf7ATcKGBc5ibXTQUoaXQILLGPqEu6Fw {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #dJ3MdGO3Ur19nO4sKgWXtRPo46pNo3Nl {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #v2e2f9yKQSBD7tVUIZFCLqBblQaGvyrC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #nWO4AAg2lsUoNCleUchKfSdE6NznTtsL {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #Bztye6fAUlmktoT66oPmuFluKvEpedyi {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IuPOwyTfJk1BQMIqtUvPVo11nHbbN9Qq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #V6NuTLvh2L2TwwVcC3x9Al4VhczsTewH {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #I1nzSLKTC8JkktJ4f2DOaEbvGoGmUZ85 {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #oZ0HR381N4fTfttzZTC7dTl3dfy9brq1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #IwLMHvGRuEztiM2d2nLCWT1fX267lZ1X {  }
 }@media only screen and (max-width: 763px) { #lVdwyV53XECpdQvU4sJzpXl0Zgfi0LpQ #PZI8xJr68FvivrrDIvAAI97aVpc2xXR7 {  }
 }@media only screen and (max-width: 763px) { #QI8qnER7yaHaMPydtMLr8QtSOXmhDL3Q { width:15.375rem;height:1.05615rem;top:24rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4k4dsQMLmTpqcPHzNJUXXmzMwBMsy5x { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #zZgEKSfT5napES5No3cyvzBZiFhpLBDO { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #kpWxDGuTgW2sIvL8Hhbxf8De12aTRCcs { width:9.0625rem;height:1.3125rem;top:10.5625rem;left:5.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #CpIAlAXmof1PCTy7oeNVui2VQH5sDmgz { width:7.0625rem;height:0.9375rem;top:1.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6wt5iLlJea3NQkh2u9tWNWEqUTZgFz { width:7.9375rem;height:4.125rem;top:13.5625rem;left:10.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OtNDHRIEMq8A3EJ32COylEcu0PuIGSmT { width:8.4375rem;height:4.125rem;top:13.5625rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #LDXv0OJ5D71a4NVvv93USmW2IW6vbWD8 { width:7.0625rem;height:3.1875rem;top:0rem;left:6.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyIw0lr2vt1kytcuufDumvnkyleVVGii { display:none; }#UyIw0lr2vt1kytcuufDumvnkyleVVGii > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RQvaAR8V256ewysQXIKoKhS28LlxN0xT { width:20rem;height:1.94970625rem;top:1.1875rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zg42twcz32aKdS04w76hSU3L1DUf6zEG { width:20rem;height:1.7871125rem;top:3.9375rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ECqgtTILQFmZVTLhkzgaTQ7tNBJ2RWWg { width:18.5625rem;height:1.13720625rem;top:8.619140625rem;left:0.71875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BuaThDsqi8mkOHNv0Tyb2GphFhUXQOhG { width:20rem;height:1.3808625rem;top:6.125rem;left:0rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CFGmTGleH0CNWhf4g9v8f8SyD2HqZF3T { width:13.75rem;height:2.8125rem;top:14.33984375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeCRRgWg4WTqgb78QApKJbt6nwiiysp { display:block; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-number { padding-top:0.288125rem;padding-right:0.261875rem;padding-bottom:0.288125rem;padding-left:0.261875rem;width:1.571875rem;min-width:1.571875rem;height:1.545625rem;font-size:1.150625rem;line-height:24.73px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.179375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.096875rem;height:0.610625rem;font-size:0.43125rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#f2MmtBcZZSIohmiodwqkkfFaO23TBwst { display:flex;width:12.375rem;height:2.91161875rem;top:10.2431640625rem;left:3.4375rem;padding-top:0.36rem;padding-right:0.374375rem;padding-bottom:0.36rem;padding-left:0.374375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #MQIrwv5znuX38rVirDXnA7kyoGtsNW0s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #m5Oq2dmzD6pOc7coKwHkbsL19vrVG0ih {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #KbOalx8mO8owUT41hbs8q5Va4ugZNvJx {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #lilNdrcWQadtcSFTZzWge4WkkP6lEzEV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #QpnMJ4pcShP9stcC6lAeMpWHnorbaoh3 {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #tt3IOCJhrULk28prvRsKUu4TLq1DOSeU {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #yCF1MFA40GEB0Us7BJwRdTv95nreUOT6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #zpleAr7ZiUERRcFp6DeFHM3ueFPuRXN3 {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ZJAD4JKq4rl1HaVBRd92TC43vtzaaE6Z {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #ITRE2q6rUUzAKTnLUNslOl7Ae354oT01 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #FhkFydT3LKATgQuKUboDV1gFMnRn7a4L {  }
 }@media only screen and (max-width: 763px) { #f2MmtBcZZSIohmiodwqkkfFaO23TBwst #dLT79l00NPv5i8baanT3DFyLtLyqtL7P {  }
 }@media only screen and (max-width: 763px) { #TI8ERLtd8kgEdt4mepQc5DT89T4n6yJl { width:9.75rem;height:5.0625rem;top:37.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNUTlmVT16177HnT5hz1eIiWpQToaUc { width:9.75rem;height:5.0625rem;top:42.0625rem;left:0.75rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #LHulIQOZoSL8ZoWeJ9mIVVUXJi6eftfC { width:9.75rem;height:5.0625rem;top:37.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW6VzxObc70kL6zQvrD3xmazRcrUmaf9 { width:9.75rem;height:5.0625rem;top:42.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpikgUPZCCU0ZzSM60bEl2lLpX00G0lU { width:19.875rem;height:7.8125rem;top:15.3125rem;left:0rem;border-top:0;border-left:0.125rem solid #cc00ff;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Ul9yvlRvxspHE9TQLng9NlVhbmT8kTqX { width:14.25rem;height:0;top:39.21142578125rem;left:1.4375rem;font-size:1.3125rem;line-height:1.3;text-align:left;text-align-last:left;color:#ffffff;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #IAvRGzbWoZmrXLhMsotxEW9enVsWAQ3J { width:14.6875rem;height:7.6875rem;top:56.125rem;left:2.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u33uaPXiDh5qSF26LTvMWRnvIvsNrnmT { width:12.5625rem;height:6.5625rem;top:36.4375rem;left:3.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #liywftTs9iI2GQf3bL8o2rKxgULvsCe9 { width:16.125rem;height:0;top:41.77392578125rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wpUWE9XMsiXGkiU081QN1hSsehzGJdth { display:none; }#wpUWE9XMsiXGkiU081QN1hSsehzGJdth > .row .container { width:20rem;height:12.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #trmaGA10iGbP4IIpLqQA3Zo4W1aS3TJU { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1Brix0cHSOTi9dxC8NMAyn67s13Rci { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1bb41c6-825f-45c2-ab3a-5651029bf6fb/image.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.adaptive-delivery-prevent-bg, #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.lazyload, #nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO.lazyloading { background-image: none; }#nRGq8O3ZuQvRKqTWTNTSiCa40KwfETAO > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/199415f2-b19c-44cd-9557-9475a3aa7a97/22JulyLandingPageProjectManagement35.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.adaptive-delivery-prevent-bg, #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.lazyload, #rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl.lazyloading { background-image: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { background-color: transparent; background-image: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,53,0.42); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container > .video-iframe-container { display: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,53,0.42); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row > .video-iframe-container { display: none; }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .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); }#rMmn7MngNN2GIZo8K9Zgf4IEn0mZsVBl > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DivPkciEtRMTTRXAsTVgUJVuMZrRK7Zx { width:18.125rem;height:1.3496125rem;top:3.8125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvqRGE8urrC8Dkat5NgWxf0E4wQqx4Bf { width:12.6875rem;height:4.26171875rem;top:5.125rem;left:3.6875rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #McxTh4EO9iTB0uN2XCZTsStyfhLvwyte { width:10.5625rem;height:1.381225rem;top:1.5rem;left:4.75rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TPMf92252fdhM8oyCvPPR5uuWtpR8ekZ { width:12.75rem;height:1.9375rem;top:1.2216796875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMC1gdRCt77RirVvozptBRQGFrSnEFzy { width:16.625rem;height:2.92419375rem;top:10.1875rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpREa4kuoRv9Sq9JZ2M4GgzkeTqDmvtM { width:17rem;height:3.625rem;top:30.9375rem;left:1.5rem;background-color:#ffc319;background-image:none;font-size:1.5rem;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #ZCQgnUkZhVEeIBIi6rw5bIdxiBf18q4S { display:block; }
 }@media only screen and (max-width: 763px) { #CHooxBX6ddywemar7TE3MshbQdTFH810 { width:9.0625rem;height:1.3125rem;top:20.8125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 { background-color:rgba(0,18,53,0.63);background-image:none;display:block; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { background-color: transparent; background-image: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container > .video-iframe-container { display: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row > .video-iframe-container { display: none; }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .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); }#aSN7b9ywAIL1GyqbhtMs9D8Dr1sogOt5 > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzJLwh2Z7MWk1qlKkFsAN1gEv6LzcmV4 { width:19.4375rem;height:1.42516875rem;top:1.75rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuSCVKzJiOZhblaXPaOysVm68EVMWFOs { width:15.75rem;height:3.98730625rem;top:3.75rem;left:2.125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rnHWwpn8C2pb1Af1LTJA5cH0Cx6nipLL { width:5.5625rem;height:2.3994125rem;top:9.875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffc319;display:block; }
 }@media only screen and (max-width: 763px) { #ugkrtuNQyU0lCxrvmfiKP2pUqNavb2Uc { width:10.0625rem;height:3.5rem;top:9.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1KC6Jy9I4un9pPs4fVlAfBCP2dTbR2 { width:7.375rem;height:2.19970625rem;top:9.5625rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QpUtBJ6ABFP1OCR0V7fJXJCxTpANDFMQ { width:7.5625rem;height:0.89355625rem;top:11.5625rem;left:9.125rem;font-size:0.6875rem;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #yhLV5yOds0Nh0EKSgbG12fvHmMyMW9Ca { width:16.6875rem;height:1.949225rem;top:16.125rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcLsurRgXRcDRBpTvwyBM5eeT5nL6mW9 { width:17.3125rem;height:0.97473125rem;top:18.9375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;line-height:1.2; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A  { width:17.5rem;height:auto;top:33.13671875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A {display:block;}#qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A { width:17.5rem;height:auto;top:33.13671875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #oruPhxKo8z8E2C5vkaGZqT6JOWWXfShT {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #f6zel6LkxAsbEvGwPntmE8qLl8hRnwdJ { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #e1lqElnH1Agf5D29QuTFzTxhTnwJDcmF {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #icPi28ii3weFdSkZ0Ee869PurrPnecLn {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wkVdnefR1TrLQ553HUPBkemcoaBEzEzM { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #Q1wPTygdmX0sFBdcyJPgkJfRThrfOMQu {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #wSGxQbwoUsfavGBGwzR0ylbKNRi45bgu {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #ZNe5Fvs9cgdokHsSs2QhdwFooBfqq51n { display:block; }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #JbU48Hkex3dcRKLFH6uStcxBF3vwvkCv {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #kUbrRXqNAkCTD30QBTRb7IAfxtGo3Tkf {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #FZTuMhsokzy2PqaSsK358rq5Tpq11yNS {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #vpdiLRmpFxlJ161bx3Wy6bf6qdXTqpuM {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #bv9TmaWNqsHeT2T4k9dBJbOUXTJBCudk {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #mm1frN4dpFLOnQvNH7eL6CSB5eEMSrbB {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #khcipuOc8VN9Z8xrqmVLSG5gE5QGSGEw {  }
 }@media only screen and (max-width: 763px) { #qDIABzt7J1a50EfeQ7pbqmP04FnBTL4A #pKuGpm7GtFo3m9chkTShNNLoRl0LLhsp {  }
 }@media only screen and (max-width: 763px) { #gNPdUaSyCZKmZnMlqASwpHq7aQ4p3Kfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yyRQqbL1iXeB1EcUcDTQbA4IZbQlmmLD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZA9SJoi7BbwF4fROlyvmr5HShGfeZH0S {  }
 }@media only screen and (max-width: 763px) { #MWMZ2CVwDVbuNw9Vp50y7NuCFe2mIKKE { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b8ius9UV9Tc4hOpqp9E5JCAB9TfukTiR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kSMKFRTJvg27dafxE1tvbBMSUN7p7JG8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i4EAXmtQ9yQ2dHoVq0UZNDoELIaTUoBm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BT9VVbT6TxHpl9cxybkmSNTkTUo0BF2n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yrWikq34Bv0L6oOANTTVguFSG0ciqz6Z {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #an4o0WpTIZefNMT3Uf3nzJnfckUKe4Kg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fz4dehqAD3SgrnHW03bnUObCb6SBl2Ns {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eIvi2KJionly6idfSTCJkf3ZApJokdQT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #a9nQ28MWv99zz8t8pHMiq2lM8lVvTITa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aiQOULJfZO4h6nfSkp79M5a1w95P3rhb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xSS0VkwN8vgW0zgBtruZNebVCrG2OwhG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #B5VWQsAfLHzVKhi21y6Tz8sDLBRruZFb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yEn2k2WQpWnr1KENMgBJtt53m9sO1DT4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xwxUyvGncFuz9KaaKiE1T6m3FqVqVSZ2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gDyMkf0VXTuFXRbqpreBmx9cnR7CGTuV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T1VOuRosCsr8bkDSsSQMHtigFToemWHB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yQ3sZZQNXBzTBqb99sHSRZcXnvPJtsh9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rKoGQCuwONBnHNrnFXWM3IVysHHuTEx7 {  }
 }@media only screen and (max-width: 763px) { #xWU4VxzKhVuGOuRe13xhMMmIzPSp133z { display:block; }
 }@media only screen and (max-width: 763px) { #v2t6TwDP8JmCFTSIZOWvRvQBSD887yC2 { display:block; }
 }@media only screen and (max-width: 763px) { #RxMmAm1oqcPaXWU3e6HWMSd1T3deqlE6 { display:block; }
 }@media only screen and (max-width: 763px) { #cJBf004yJV3uk01VF55qWTOFWN3kcUqd { display:block; }
 }@media only screen and (max-width: 763px) { #yhTyDSulexx8uG3a1PV81m63mhBoNWlW { display:block; }
 }@media only screen and (max-width: 763px) { #dzJV82z3kx3uQPJMiODtb2rn93CTvDmX { display:block; }
 }@media only screen and (max-width: 763px) { #G8whF9lLHNPkmQxT7TuZ1NGIQMRATqsO { display:block; }
 }@media only screen and (max-width: 763px) { #yHthcnXkOrMQSNRXNNPe0Nalq09ICZVW { display:block; }
 }@media only screen and (max-width: 763px) { #xxNDFwSzBncltXQzWwDUeNaIGFq8lTtr { display:block; }
 }@media only screen and (max-width: 763px) { #dr7tu1hogK6sH53HqcBrEFOPxZ6XCuAh { display:block; }
 }@media only screen and (max-width: 763px) { #EM3wtxAgzaF3hWEkLvldeiINDHQnN9w1 { width:20rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIpFWCR4Ump7ALWl2oC7o4nOJAdLeuQ4 { top:21.125rem;left:2.1875rem;width:15.625rem;height:0.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pfGIefBr7K43kyGncuBecEsk7S6ZoLm7 { width:11rem;height:1.4624rem;top:22.1875rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvpRWMqHU9B4BS0JHsw8uf96E8vGxRd { width:12.5rem;height:0.125rem;top:54.7744140625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwXQz3ixxvy2yk2opAAKGCNIWo0zmUkz { width:14.1875rem;height:0;top:25.375rem;left:2.90625rem;font-size:1.375rem;z-index:15007;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rVIxPir8fdxHunOKU92OJeh1lMB4p24f { width:20rem;height:3.75rem;top:25.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUEvWoRR6EzXiE9zn6IHeN27q4WRTywo { width:20rem;height:1.19970625rem;top:31.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5b81e3be-98a7-47a7-846b-64f247b77430/sectionlandingmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.adaptive-delivery-prevent-bg, #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.lazyload, #HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe.lazyloading { background-image: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { background-color: transparent; background-image: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container > .video-iframe-container { display: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row > .video-iframe-container { display: none; }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .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); }#HTGBDJUDVQBe8KcUKOMFOciETDWBSZOe > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS7VtfbUXiWJwLASclKzApSgTNAtIpVH { background-color:#11002c;background-image:none;display:none; }#WS7VtfbUXiWJwLASclKzApSgTNAtIpVH > .row .container { width:20rem;height:41.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rzcw6Hp1tTClK9OT09XRnLybgAXSxRz4 { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ZrKfBOvuSX8pFeKpxINvJaNXrqh9eD { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ITZhmB85HusuU9HdmSxHFA1drzyGSlQt { width:7.875rem;height:4.125rem;top:17.59375rem;left:10.68017578125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #nkM4hko9spoiv80FdP4igEqQgbMwAHkW { top:18.3125rem;left:3.375rem;width:12.5rem;height:3.75rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NC6l5JANgydrRxzTAeqdTJ2ZA5qsHvxd { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr { background-color:rgba(9,9,9,0.76);background-image:none;display:none; }#Z7xHAntJFzAviSWv9CW0fsPAlUyRyZTr > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsEuH93ABz0uX9PQ8UKV9ALzuOMOTO3y { width:11.7495rem;height:1.21875rem;top:29.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMmR1qrdvSgJkCWiTTCWSSmpuofcGB2u { width:20rem;height:2.8125rem;top:30.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh0vtnb5sylISq0iCN0tkrIoAsu1zJf7 { width:20rem;height:12.4375rem;top:10.5625rem;left:-0.125rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #Ri9VRiPoQsFnbSlHQBnVWACm6INsp0L8 { width:19.3125rem;height:1.13720625rem;top:7.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb2PLVsZbowEuLmSN261QPeBkLH69QrA { width:20rem;height:2.25rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx3M5pbItWEoFTf9HXKy18TGtdPXKMz3 { width:9.25rem;height:4.8125rem;top:11.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgI3d5uJ5fMAAoQetftZbqci0AZrPxLg { width:20rem;height:1.13720625rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB1wAypIi523mFqHrLNyMhM5dygHAC8L { width:9.25rem;height:4.8125rem;top:11.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5DNKbayewzpA3GUX4ZCpXhZZWlUE6Q { width:18.125rem;height:1.4624rem;top:26.5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4JuERxqk2iPp9gWdoZgg8cKLVpXzOGr { width:19.75rem;height:2.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr9uTWIbqHVK2t85c6ZaTut5zh0tRccJ { width:20rem;height:1.9248rem;top:20.50634765625rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SOrJ2mdfipmq3crlM6tQu5aBDTUvZSHV { width:20rem;height:4.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK7uafEIPl1yV0cTg8FFTM2gr4W72wiV { width:20rem;height:2.84375rem;top:2.875rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #O3TWKrsyTgvcxTa91MUkqokpEwsPMNAr { width:9.25rem;height:4.8125rem;top:15.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z { display:none; }#T7TFTJ26oQmMqxwVtOp2irGQGO5EtI8z > .row .container { width:20rem;height:46.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R8K1ADSMh4fsAheb4drn0dFCLW9lysve { width:19.75rem;height:4.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkM6AFyEVsRZlbax9d7yy4OSCmVc3sk { width:16.125rem;height:12.5rem;top:10.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8upic39R33sulU0fnyVroqAp5MGCCCQ { width:16.125rem;height:12.5rem;top:25.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVIxmHXiAPVJ7EbXwhb2VSAkU45lAzgv { width:4.6875rem;height:8.625rem;top:15.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQrAIVdR91Q3auk2n8wstw0lJEKXXXQ { width:4.375rem;height:2.75rem;top:9.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2OIOy86CegxPpfeqB732uxumoBQQHrJ { display:block; }
 }@media only screen and (max-width: 763px) { #hLg19q8bU6DJ9xxKgPEkvcRa36QkTLl3 { width:4.375rem;height:2.75rem;top:24.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgAkEwPTzTGU3iaoUP3MtB64dQzQIZZK { display:block; }
 }@media only screen and (max-width: 763px) { #J5QuEG5eWJOo5pJqFKoEabbDLSDlcMex { width:12.5rem;height:2.5996125rem;top:12.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRDrr6veyc5yZKBRNpfieKXzqiJiMBhV { width:5.375rem;height:3.75rem;top:19.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKJHzGFURbGVmAvP7ZREZ9eDf85ZBEx { width:5.375rem;height:3.75rem;top:16.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFwvTnaf7BybkUes1ZwftN42SVV0UKN { width:5.375rem;height:3.75rem;top:19.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9fxrzC42uDPdQNpuSxA5M89ponnIGV { width:5.375rem;height:3.75rem;top:15.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgJKqwxdscFrfn2uDzfR01OrM5LQDUC { width:12.5rem;height:2.5996125rem;top:26.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWnqnAk1KikuX7MOyzurnvaJ7dcbe1w { width:16.0625rem;height:9.875rem;top:30rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pPLiuK9k9GHTXqpJdlCAMHbVFwiCCmct { width:20rem;height:2.4375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5fQRvBId03ZmB8AuhyWWKEzl6JqnNZ { width:20rem;height:1.21875rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilwI8Tr4NzXpISzxViAei1GDSKTB8am5 { width:16.9375rem;height:4.0625rem;top:41.125rem;left:1.5rem;background-color:#ffc319;background-image:none;font-size:1.5rem;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #DLUFICFkXxa5ldTNIsDt3nCMDiTG9kFl { display:block; }
 }@media only screen and (max-width: 763px) { #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.adaptive-delivery-prevent-bg, #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.lazyload, #hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU.lazyloading { background-image: none; }#hw7753Wl4SOpm0dZnBGyOo0kFhGaNJBU > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xE4NThhCHSZ7BeGvWrG0cmBTn7bHmvis { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWgy6T8Th58aeA7vr8JgGHVLnyXnvlPy { width:11.7495rem;height:1.21875rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM7uPoJgFdTFUBif8GxMvzy49k1dMbGd { width:20rem;height:2.25rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEAmkHgw7WGX5FNtiynDwiu26qke5KD { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5lkoEyqQ5hFn3ghuQrf8b9phKq1TkR { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIIXPhVJJD2Wu4aixqs8Fvpb2veTOFSt { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4oaHx53KX3g7TIuDFoKSZO0WQOyIkcT { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEoqTMSOADToPTVADETzoVG6RBtJt3yd { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHFAl77fH7txoXA6TdDEHJXhIANKT0H7 { width:9.124rem;height:1.29980625rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bxTQH8noJs4icnCPL5EdmLuIkTJgGXfL { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9A3CNqtJLMtIqOpREZIPzVZrTinnlJb { width:7.6235625rem;height:1.625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ1TTlB20x19CCkSco0WB1xrPS1rdSSt { width:20rem;height:1.29980625rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uim6C8hxqT4B6i0Hc4MLarMhQJFvBVTO { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL8FKfgKWMUq319Z3LaFTPtwZPsQh3Nf { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW4zz1AnZnstZlC2DDs6FWJUt95e4Iie { width:18.125rem;height:1.4624rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcnhu1TOih9CXyu0OT3483QaticDPKi { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIspN9VkhCguhlxwLQobcbwMKvrnNrA { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9VQBCgPf5h8f5SilXex37IcR3QChaOl { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #xKURxCgrenbbXR5AKyoBSQL56NyRzmDN { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd1HQ5oHwtOqVfikX1lc5rcF4ILybGMx { width:20rem;height:0.89355625rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4938b6f-b6b9-43a1-9939-f9d4037b0d79/image1413.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.adaptive-delivery-prevent-bg, #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.lazyload, #EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg.lazyloading { background-image: none; }#EuRTJGE251qdAaQ9cCnxngGM0mkyhUcg > .row .container { width:20rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTSESkh46yVVainzqpRcpCPzibW7h8Ux { display:none; }#bTSESkh46yVVainzqpRcpCPzibW7h8Ux > .row .container { width:20rem;height:57.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UpGRtw9ohwrOTefmo9ArfMPOL6OBFd4G { width:11.9375rem;height:2.5rem;top:10.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6RZPWA4TzvdGDhIFfEPw77EL5JVBuV { width:12.5rem;height:1.54345625rem;top:10.6875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFX4pIvCXZ8cuN0ilW3hq9U4p8yUfh1O { width:20rem;height:3.98095625rem;top:3.3125rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJdkioQAlehfPORgy3osKqEecVdegf65 { width:9.8125rem;height:2.6875rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU1yfoLt1CKO727wEIzPH4EXNkkVAD73 { width:8.0625rem;height:1.25rem;top:0.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUfitT0A7q0zexWRnyEHw9iWZJfcCNCt { width:20rem;height:1.86865rem;top:7.29296875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwH3Mr3xUlwl78UsDzWgbaKfO3SMGuKd { width:13.75rem;height:1.949225rem;top:14.619140625rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DLG2DNN7qTI22ChTvdA1bFdqSXtcJb { width:12.5rem;height:12.5rem;top:17.068359375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmf7x0dgoDaZ6164H518Qb6xmoVNvG6 { width:8.5rem;height:8.5rem;top:31.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWkvnad8MAnql6rgT5AaemSzScXtx2eA { width:8.5rem;height:8.5rem;top:31.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxVIby5b7LpTbTblXgUxBKh3fmaxy6g { width:7.25rem;height:1.625rem;top:37.40625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMCCMgWJdOOy3Ri51JBhBTRrJXAohDP8 { width:8.1875rem;height:1.13720625rem;top:37.744140625rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhNtEWZqdx3scKmCMvbQ7s3vOIP9un3 { width:10.5625rem;height:2.1875rem;top:26.375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBENqoT17OLFVN2ltMFatFo70ZObtPec { width:7.9375rem;height:1.625rem;top:26.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhbbSv3z2q0HbvdQpasdSWm6ZAd1MGD { width:7.25rem;height:1.625rem;top:37.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9NsF4Vpo2NfaZUU3AheCRemwKcZNpBJ { width:7.25rem;height:1.13720625rem;top:37.681640625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9JGdxcH76lqOxfGSIbNiIKDpfOLTz6p { width:10.75rem;height:7.8125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWxfsQ8ZlsBWtgSptdSXrh42qlc3VBA { width:7rem;height:5.0625rem;top:31.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywIxNVeJ7NCg9OUyQmM16ADDkXFOpmTi { width:9.1875rem;height:1.29980625rem;top:35.9814453125rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJ448QWXDxM9K8vUbm16A95KlwkUdW0 { width:7.5625rem;height:5.4375rem;top:31.0625rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFFcdxeS1nO1V0rkIfMfcoruMlV5CrUZ { width:9.1875rem;height:1.29980625rem;top:35.8564453125rem;left:10.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpF6rBif60vcmaeJKRvggCyqSkw9gAn { width:13.375rem;height:9.6875rem;top:17.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yOPpxR5HPmzzphbKM8HaaairCloQ2l { width:19.75rem;height:3.25rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94lAlmsM0lH8lOP8sKSzP0LfTv7SbMn { width:17.8125rem;height:2.4375rem;top:41.5625rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ynOmRPbFB8gnsUcPJdLKzSkzyT1QrN { width:20rem;height:8.25rem;top:47.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXOZSKwub4uKrByayXfAcNrPBiZ6ypK8 { width:11.8125rem;height:1.29980625rem;top:45.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6uKasWa2iDIquHeTmE6P498WQioZl2u { width:3rem;height:1.875rem;top:15.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf { background-color:#e8f1ff;background-image:url("https://images.assets-landingi.com/uc/d549d5e2-a1bd-4ee2-8522-4f6cb603083a/22JulyLandingPageProjectManagement37.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.adaptive-delivery-prevent-bg, #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.lazyload, #TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf.lazyloading { background-image: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { background-color: transparent; background-image: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container > .video-iframe-container { display: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row > .video-iframe-container { display: none; }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .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); }#TkaiXnRmQUJMRHG2N6krCMVraTUW4ktf > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #co6E5ut0LDOP1n015X2m8hKAvPqzMB7F { width:13.5rem;height:3.89941875rem;top:2.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRMc8hkyMBt46KPTwMI69TfZToCgmgWB { width:14.5rem;height:3.89941875rem;top:8.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHkApdwBUhS7UK7t6NETww87vX7Kz5hb { width:12.25rem;height:2.5996125rem;top:14.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB8sKDFgQPwUQ6z94CDddU6BZ4810mZq { width:16.8125rem;height:4.8125rem;top:1.84375rem;left:1.46875rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w9bsqpayBELKOgIm3daDqNLBSNFOUTvn { width:16.8125rem;height:4.8125rem;top:7.65625rem;left:1.46875rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #w4NKT1mvmXqS91fh8LmsiU1Z62cTExn7 { width:16.8125rem;height:4.8125rem;top:13.375rem;left:1.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 { background-color:rgba(0,18,53,0.5);background-image:url("https://images.assets-landingi.com/uc/c751210d-6e1c-4531-a462-1bc5510e6645/22JulyLandingPageProjectManagement05.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.adaptive-delivery-prevent-bg, #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.lazyload, #l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0.lazyloading { background-image: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { background-color: transparent; background-image: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container > .video-iframe-container { display: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row > .video-iframe-container { display: none; }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .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); }#l2v8L7UfSPp8EokvrcrDo7NCqmbkfJF0 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H86Dmb3ZefPe3DG10cGIXy0EaonSgDUm { width:13rem;height:4.7119125rem;top:2.4375rem;left:3.5rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fQCxO5IETtqZKUbdHHigSZCHaHbkIOIi { width:16.25rem;height:1.29980625rem;top:8.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#001235;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LihF8uAnVGM3RGT7tM8Ztq6d4ylaGCpw { width:16.8125rem;height:3.16845625rem;top:10.6875rem;left:1.59375rem;font-size:0.8125rem;color:#001235;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Az3dyCIvN3rTUlKd8IUxo3V9Igctnw6v { width:14rem;height:2.5996125rem;top:16.0625rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;color:#001235;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mpdWd11GHJNPt0c7vdD2VpVpx4SiH3M4 { width:17.1875rem;height:0;top:40.5rem;left:1.4375rem;font-size:0.8125rem;color:#001235;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #AEct7P1rWWGF6OAq1ZXv8wPwwkVVn54E { width:15.9375rem;height:4.2246125rem;top:26.9375rem;left:2.0625rem;font-size:0.8125rem;color:#001235;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U6mEqeTG64f9c2RNsiF5BdUffkiTesCU { width:14.9375rem;height:1.29980625rem;top:25.1875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#001235;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qbBvlByw3hw4gg6xgrKZxu56eQvXhutQ { width:17.8125rem;height:3.16845625rem;top:44rem;left:1.09375rem;font-size:0.8125rem;color:#001235;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XhkVDgS8TzUQZpt4FVJwtfCwSDsJ49DQ { width:16.5rem;height:2.5996125rem;top:41.25rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #hFauFBpAmUWCfP4z0S06lvrPBrmGKtpk { top:7.75rem;left:0.375rem;width:19.25rem;height:7.125rem;z-index:15000;background-color:#ffbb00;background-image:none;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TgPKpT0ivKwp8w0AmXSpbdM7RxJt99aU { top:15.1875rem;left:0.375rem;width:19.25rem;height:8.6875rem;z-index:14999;background-color:#ffd24f;background-image:none;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uVmbPgwK23iCxt0reWDbX2eX1bslpvSM { top:24.25rem;left:0.375rem;width:19.25rem;height:7.6875rem;z-index:15000;background-color:#ffdc7d;background-image:none;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eSpkCoi7kh1C1khpL7s7PBWE81BclFlh { top:32.3125rem;left:0.375rem;width:19.25rem;height:7.625rem;z-index:15001;background-color:#ffebb3;background-image:none;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bgP2F8DrGcz5WLzQWn3SVcJGtlI09Z75 { top:40.25rem;left:0.375rem;width:19.25rem;height:8.0625rem;z-index:15002;background-color:#fff4d7;background-image:none;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VsUTqmedX9b1Ovv5Wz0eygd4ig0yOZfe { width:20rem;height:6.9375rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTDprXDxNLfsRJGn4EDmoiOQoLTs3hsm { width:20rem;height:6.9375rem;top:14.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8c4vJnIu8670yTW53R4G1ein2xaQLia { width:20rem;height:6.9375rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UufLwdpa1rGBGF39pIE1I3oSJteNDWww { width:20rem;height:6.9375rem;top:29rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1UI8TqEOaLSVA7DUMe5VNhTPzkKWh3O { width:20rem;height:6.9375rem;top:36.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClRloaB9Fkp2mobG9zJMQuMuPbLG27ZL { width:17.125rem;height:6.9375rem;top:7.1875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hF9eQwLGu2NoD42Z7VziwdQ2SD8xVkKG { width:17.125rem;height:6.9375rem;top:14.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wm9T30ii0c8d6EfIk9MBGN33OrvBlS2n { width:17.125rem;height:6.9375rem;top:21.6875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gty0OP3XUhRrfI0z0qXTHUc3t9OgbJ0v { width:17.125rem;height:6.9375rem;top:29rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cakyKh486KWv1qK4dSaTK2JHG2pA4lfC { width:17.125rem;height:6.9375rem;top:36.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTVp7dIEaCKCOTSp0ER7fZ8P8TOJwIEW { width:14rem;height:2.5996125rem;top:33.125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #GJBtHZ1oMHHM3hkQUyEpEIrUPUu67vC0 { width:15.0625rem;height:4.2246125rem;top:19.0625rem;left:2.5rem;font-size:0.8125rem;color:#001235;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rpqnvwpHqpbSd7aoXXV7UzObPa1s0f0G { width:17.1875rem;height:3.16845625rem;top:36.125rem;left:1.4375rem;font-size:0.8125rem;color:#001235;text-align:center;text-align-last:center;line-height:1.3;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE { background-color:rgba(0,18,53,0.34);background-image:url("https://images.assets-landingi.com/uc/ac75214c-0f0c-4ab5-b211-dc03f7fbadf9/22JulyLandingPageProjectManagement42.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.adaptive-delivery-prevent-bg, #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.lazyload, #w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE.lazyloading { background-image: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { background-color: transparent; background-image: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container > .video-iframe-container { display: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row > .video-iframe-container { display: none; }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .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); }#w4dxo9UBunu7OPxn2HSB9KM2iDKmNIDE > .row .container { width:20rem;height:164.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUrmyDI22lvH0XTQxWna9RinRJagBUv { width:14.4375rem;height:3.8994125rem;top:2rem;left:2.78125rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Udm4d3ktmoSlZQKD6EeGvEX5k94o7pPV { width:16.1875rem;height:3.65625rem;top:18.34375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTCPSVD6tpVDQRz7W1Go4L4mBd5oTbn { width:18.25rem;height:9.5625rem;top:7.71875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTDqLUSu89kTmQvXZZzG1J6aopNmnVMd { width:18.25rem;height:9.5625rem;top:25.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1caWts2kZK9M6QmwXL1BmMRXH0oukHe { width:18.25rem;height:9.5625rem;top:42.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvAM63OnigZ0XnFDKnULh06xK2NZBFl { width:18.25rem;height:9.5625rem;top:59.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUGolcQUBGa3NTp942R3nH8bIDVZT0N { width:18.25rem;height:9.5625rem;top:93.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumktU6FVXysll8T6dFf9THoOpgXTEwg { width:18.9375rem;height:16.125rem;top:7.25rem;left:0.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MqRpKLKcUt7G4GMdDek9lZOn9qLL9UMD { width:16.1875rem;height:3.41161875rem;top:35.875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVi4CdPNsOEdsty0r3ZGJKDnGbWHPcT { width:15.5625rem;height:2.4375rem;top:53.1875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4cNTZa6TKwKVraWAb55I3xQrkgv2d2w { width:15.5625rem;height:2.4375rem;top:70.125rem;left:2.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGgeZ3BRQcKWUKXM4QeBxyHHdl49q1AT { width:16.1875rem;height:3.65625rem;top:87.3125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqA9i4oUmHo6I7y2q3EecKAMNb2yWOkQ { width:18.25rem;height:9.5625rem;top:76.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBM20PaE7riSeiPw6CNGcN6Jql8zqHs { width:16.1875rem;height:3.65625rem;top:104rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tL4lzi9h7noBSQSqZB3pJZ3KSkPhUq { width:18.25rem;height:9.5625rem;top:110.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKx8KG86qsJ3Jcopcm89O3SsTTfCHnQG { width:17.25rem;height:1.29980625rem;top:121.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwOZ9h9pss43zcXAo0I81Ss9c5UqsElH { width:16.1875rem;height:2.5996125rem;top:136.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47DSOLnmrzaIT7CUn6NUkNuRJ6UHp7d { width:18.25rem;height:9.5625rem;top:141.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWh086Tb88nKh6Mgc1gRx6hnoBnUgAxa { width:16.1875rem;height:2.761725rem;top:152.1875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnAbFelWw7eXbTsw0XHQoCs2aekwSxyy { width:18.25rem;height:9.5625rem;top:125.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbW5csPvozmBOkLc7ca3lbkwGEdh78Ix { width:18.9375rem;height:16.125rem;top:24.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4RirsWILwga2NJE7s2BhUKttpzkZZUF { width:18.9375rem;height:16.125rem;top:41.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1GrqWrHBEO09gfoIX162zoU4bmXFha0 { width:18.9375rem;height:16.125rem;top:58.8125rem;left:0.5625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MX3XUWUKSt6VdWsad7oVC493LNmeebWq { width:18.9375rem;height:16.125rem;top:76rem;left:0.5625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lrkt2a9t6aX3ABvtlaSALCOcn5TbOXvc { width:18.9375rem;height:16.125rem;top:93.125rem;left:0.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lccveoWrxgKaeRoq7six56Q2XZmAd4KH { width:18.9375rem;height:14.5rem;top:110.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0vgUztfoNV5QB6bzv8mtlEW0c1a1q3 { width:18.9375rem;height:15.125rem;top:125.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XseI3yFkLMO3J96WzbOJUWns0SDTNIiP { width:18.9375rem;height:14.875rem;top:141.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWdoDcO7Fi4OE5GddhApwTkZXdfTENg { width:17.1875rem;height:3.5rem;top:158rem;left:1.40625rem;background-color:#001235;background-image:none;font-size:1.5rem;color:#ffc319;display:block; }
 }@media only screen and (max-width: 763px) { #UQbLoQKqEPGJg8vhAPlid1kGk9pPTy8f { display:block; }
 }@media only screen and (max-width: 763px) { #dTUwIJBsiBDmKe0sI62W4kgnLwe7B1nm { top:13.90625rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15106;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NOTJ1Bq1ZU249KE4zl32ZLWi99UvO3CA { top:31.25rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15107;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tGfUg6hhugThKsoR62gQvTKukfSAJ1r9 { top:48.3125rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15108;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VwlnEeKTT5asFWbtA07gloriZ6EoAsLn { top:65.5625rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzJNOg8LMScXXqtSXpzXODMehRz6rWSq { top:82.75rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uKDOcrMVEJf7TEBp1h1h8URHZtt85BdT { top:99.875rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15111;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vwtPfA0GTZnX7D74KKOaWJE0TBxD7ZS3 { top:116.6875rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15112;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bdNfToncASIqwFmPs7Ud1xR5X5M00bAh { top:131.9375rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kxB2Po1JUVApf7ENIOsbbgq4e2vmLhON { top:147.9375rem;left:15.40625rem;width:3.75rem;height:3.4375rem;z-index:15114;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vtXAQzS9KCmms4VKhHGE8by9QykJfP5u { width:20rem;height:4.1875rem;top:51.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6V81BnRl3E2XOWUJ552akg0NRV67ExF { width:20rem;height:23.375rem;top:162.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQIx4usOu3t5vv0mV94iTBfrIcls0UFa { width:20rem;height:4.1875rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #knIwXGhLiim5D7nSceyLArdRRWisBx8V { width:20rem;height:4.1875rem;top:12.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bM5ELdx76bRAvsMrhHbkVwSkIKkdQkz4 { width:19.9375rem;height:23.25rem;top:187.4052734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS { background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/d549d5e2-a1bd-4ee2-8522-4f6cb603083a/22JulyLandingPageProjectManagement37.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.adaptive-delivery-prevent-bg, #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.lazyload, #TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS.lazyloading { background-image: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { background-color: transparent; background-image: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container > .video-iframe-container { display: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row > .video-iframe-container { display: none; }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .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); }#TZV7JwQCl1WshFzfhW8TdmQmipiLRWFS > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZ9nQqoAEbn7wF33EtkpWuTbJFqO8uUG { width:17.8125rem;height:2.0996125rem;top:2.6875rem;left:1.09375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRpRz2IZTzaXdwcJ2Rgf9lMelvyLw2y { width:8.5625rem;height:1.13769375rem;top:15.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU2MsgfJVsDnNJDa7Da1TfSbnPZzS7kL { width:7.6875rem;height:3.898925rem;top:17.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfUKNTyl4ukKq4odTwC4aWiv1bJyJNEZ { width:17rem;height:3.625rem;top:56.6875rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrXCCJKvMJ7Iqsn361cqgnCHhqS1rfVh { display:block; }
 }@media only screen and (max-width: 763px) { #GicQOGaROOcLJEnodc8oFNqPl1zEpIBW { width:7.8125rem;height:1.92505rem;top:15rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXMRzetJVIJLudbk57wQ0EXFzuwkHThm { width:7.9375rem;height:4.87305rem;top:17.1875rem;left:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5TTlxOeM6H7kMLO1GdAmSGDoewmhzR { width:7.25rem;height:2.2744125rem;top:31.0625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTmGlXAXiU69Xt6WPvBMayIfTAzGRp9 { width:7.5rem;height:5.84765625rem;top:33.3125rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4XQm63XikgTpaHOFwxxiaRZSWSCK5Th { width:8.1875rem;height:4.87305rem;top:33.3125rem;left:11.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3Zp1zSgbFgea7RMRXvwNAwkrKTSwa3w { width:7.3125rem;height:1.13769375rem;top:31.6875rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n38wchlBvOo1C0OhplqHh2FKSZbqWmOk { width:7rem;height:1.13769375rem;top:49.25rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdaNC2y7TJ2eBJ4VMtg8BKsWPhtcCWP { width:7.3125rem;height:3.898925rem;top:50.6875rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCU9vEK2GJ6DT0z4BTTL0t00Bx5O1vhD { width:7.4375rem;height:7.4375rem;top:6.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmL5kQO2kHEWq5sm8ydDxZDgGl8oUrFf { width:7.4375rem;height:7.4375rem;top:23.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDEQbMw0BunzVZReBsxAb1v1B954nthZ { width:7.4375rem;height:7.4375rem;top:40.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDJhhwBQqqRvwqs9iIb08r9AsiruNXn { width:9.5rem;height:14.9375rem;top:7.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgTtsnakdlV00lMhgJ3MBKsQbTzOvzsp { width:9.5rem;height:14.9375rem;top:7.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8nkNuDRr8v26tkRLDfprz9KLbgsMf7 { width:9.5rem;height:14.9375rem;top:24.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQcKiGsdGFGNzhWHuekSgPTVX1c0xRFb { width:9.5rem;height:14.9375rem;top:24.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziNzLo2udm7UIZo4RNS6PBIAllGnTegt { width:9.5rem;height:13.25rem;top:42.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xutm9gMzAwEQtEOTszZSdmOOwuVUmr2q { width:7.4375rem;height:7.4375rem;top:23.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMQEK0erdyZ9hcGunbQZyUQcZDZvu2A { width:7.4375rem;height:7.4375rem;top:6.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 { display:block; }#X1kdIIDpta2isCU1N7Zvn9TnBFS8I7m9 > .row .container { width:20rem;height:134.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6Lev3TCTK6vWmqAbr1OtvVKIg8xuQRT { width:8.6875rem;height:1.4624rem;top:17.6875rem;left:5.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wq01Z9spmCNzdOqmT4x2co8JkNp9HWzw { width:20rem;height:2.3999rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVXL6lU0yWqN1TJwFIwXtIVOiR4NpPik { width:15.4375rem;height:3.898925rem;top:19.125rem;left:2.28125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z { width:16rem;height:10.3125rem;top:6.4375rem;left:2rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4963488d-576a-4c65-9fea-2520ae704c3b/22JulyLandingPageProjectManagement60.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.adaptive-delivery-prevent-bg, #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.lazyload, #Eqk8P36zvPAFwDGdprAI9iTvobOCbR7z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wGQObF9lpOMAs14p7fThgOv8umNsXL02 { width:16rem;height:10.3125rem;top:25.25rem;left:2rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2b30d6a-c36f-4134-ba6f-9423730ab863/22JulyLandingPageProjectManagement63.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wGQObF9lpOMAs14p7fThgOv8umNsXL02.adaptive-delivery-prevent-bg, #wGQObF9lpOMAs14p7fThgOv8umNsXL02.lazyload, #wGQObF9lpOMAs14p7fThgOv8umNsXL02.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QnpZR25g2yMC7IwI2vRuZgAmmVcnERuZ { width:14.0625rem;height:1.4624rem;top:36.5rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTHCyR2hbgXlZ8mBQN4nTXlBlw2sJHpZ { width:16.5rem;height:4.125rem;top:41.125rem;left:1.75rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F5oO9RfRHChdWFBycBb8VRERwneOrPmG { width:14.875rem;height:2.11230625rem;top:38.5rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE { width:16rem;height:10.3125rem;top:68.5625rem;left:2rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce00b2be-6bb9-4a0c-b740-af1804318f6e/22JulyLandingPageProjectManagement62.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.adaptive-delivery-prevent-bg, #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.lazyload, #Pes6ztTRuheQpcDyPyyTAKxvo3fnvLXE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SukrQlLCDMJ6NkNDC7xB1GlKbADfr4xc { width:17.0625rem;height:4.81200625rem;top:61.375rem;left:1.5rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wDk0b1zFb1D9rz8XBuOGsudcOT7xDSKg { width:17.125rem;height:4.19921875rem;top:83.8125rem;left:1.4375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RKQVg4wgLSXBmDRRZOucSi3pUFACklot { width:12.625rem;height:0.97473125rem;top:59.9375rem;left:3.6875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJxeZh6x8vZMTc2ErwU4iTdIXoXHgWOK { width:14.875rem;height:1.9494625rem;top:81.125rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylQhUUEUZv1E6aF1KVCv4KnpUX95CHL0 { width:13.875rem;height:1.381225rem;top:79.625rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0pX3Twt4MNVOOEmNrErgaFcON0HaDPy { width:11.25rem;height:1.4624rem;top:58.3125rem;left:4.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU { width:16rem;height:10.3125rem;top:47.3125rem;left:2rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a1d387b8-a975-4dc7-8a1a-6533c64afa92/22JulyLandingPageProjectManagement64.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.9375rem;display:block; }#JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.adaptive-delivery-prevent-bg, #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.lazyload, #JedpgE08aCH12WPPZmTPRFki3oCMJ1iU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg { width:16rem;height:10.3125rem;top:110.5rem;left:2rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/223d971f-1783-4ca7-9c4f-7e497ff229d2/22JulyLandingPageProjectManagement61.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.adaptive-delivery-prevent-bg, #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.lazyload, #bDV9GzxaEIb4OX1y4kMNt7XuPguuxuhg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wIdMU5TBPCdigRpypQiIoRwnPsV0dvNB { width:12.5rem;height:2.9238375rem;top:105.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0wKlMdOB6TMoNb12GIWGxnFOxWbP1F2 { width:18.0625rem;height:5.7744125rem;top:126.0625rem;left:1rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LGsUqrqyOAwqHZ5yal5g5XvCT0Sdnd2x { width:17.4375rem;height:3.898925rem;top:123.125rem;left:1.3125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqXfzbpFWkpqJMTKX9JnpW9omcJVsuz6 { width:15.1875rem;height:1.9494625rem;top:103.125rem;left:2.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux { width:16.5625rem;height:10.3125rem;top:90.125rem;left:1.71875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4df65417-874b-48e1-8e18-7ba4db4ed4f2/22JulyLandingPageProjectManagement65.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.adaptive-delivery-prevent-bg, #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.lazyload, #J6nsTKWnTXL7cuTgw9oSkqR5kyISZQux.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fIeNaSOQHLhKrLIavP5XlT9TNnWbPeOJ { width:14.625rem;height:1.4624rem;top:121.5rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzqL3t77cSLeQqfnAysDUIKFKoHWzGky { width:15.1875rem;height:1.4624rem;top:101.5rem;left:2.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq0Qnv6ml4IsMviCmK6FvnhclxPxbvaO { width:20rem;height:18.125rem;top:5.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -moz-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -ms-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -o-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );";background-image: linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #US47zEnkO7QFPoxFRdsf6JNWTpt12LP3 { width:20rem;height:21.875rem;top:24.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -moz-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -ms-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -o-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );";background-image: linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PQsAt3mbTUgr9C8TXa6KWv7k6Rz1XCzd { width:20rem;height:20.625rem;top:46.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -moz-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -ms-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -o-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );";background-image: linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fOT5MDvloMbaTUfJHoGxBQCw86nKh7ia { width:20rem;height:21.25rem;top:67.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -moz-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -ms-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -o-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );";background-image: linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aTbvbB32tp4FvxNB6Z2lQqxPzJrE1HK1 { width:20rem;height:23.4375rem;top:109.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -moz-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -ms-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-image: -o-linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18284c', endColorstr='#00277651' );";background-image: linear-gradient(290deg, #18284c, rgba(0,39,118,0.32));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DSkfehFIdMzWgLDhcwnLDNKOeEKhzFkT { width:20rem;height:19.5rem;top:89.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -moz-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -ms-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-image: -o-linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00277651', endColorstr='#18284c' );";background-image: linear-gradient(290deg, rgba(0,39,118,0.32), #18284c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V2nyyI3tUolaOmg0nsz3xHAt897mK0pT { display:block; }#V2nyyI3tUolaOmg0nsz3xHAt897mK0pT > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R33TF7hrflWH3Qy2kTFzCV5zGF8Lz1On { width:17.9375rem;height:3.29980625rem;top:2.5625rem;left:1.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVxeSiHVKPzQxugMToU47J7FoLMrU3c7 { width:16.75rem;height:2.2744125rem;top:6.4375rem;left:1.625rem;font-size:0.875rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dDvyX1WNeg59KLfp10dOpXLoQpn2k5KS { width:13.3125rem;height:7.3125rem;top:4.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 { display:block; }#iExG27xKPAiBaoCoKv6AutlDmzPMFRK2 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEETG5eDUI7uH1lzUwxO4uKRZyDhPK2k { width:16.75rem;height:1.625rem;top:5.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCP9KAJkuLuSJ1G8rx9aGF54SAxob4P { width:20rem;height:2.0996125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1EsOSfnULl1sfipRCEOMeS6cCIMbRaz { width:14.5rem;height:2.25rem;top:9.375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cec2CtXscHeRpICRSJnTLblzi492mIvJ { width:18.1875rem;height:1.625rem;top:13.875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg6GkHBqybl1NKbR8nw10oBH0hNpWv42 { width:10.8125rem;height:2.25rem;top:17.6875rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNo9L0T5tuHn1WyEXx6ZkoKeRFTTF4B5 { width:13.25rem;height:2.25rem;top:26.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3KGLMg8peVexzLrVIUhhpugsSEGsBky { width:13.25rem;height:1.125rem;top:35.5625rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOfe1bvIZnTSEqXiBhvzVfmtKSvuBfby { width:16.4375rem;height:1.54358125rem;top:31rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwkXBKHZ3ulqfxDwv64SKWVV0EeQ9zzw { width:16.75rem;height:1.625rem;top:22.375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqnlgrhfPdaPplq9yFtSmaR2S3d8D4za { width:19.0625rem;height:7.5rem;top:4.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmK1R6727G4U0yHTBxXpJr8HmAJdRbDq { width:19.0625rem;height:7.5rem;top:13.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF0G7q2NGcRyLVbTI8wul28PK2E0u4Nc { width:19.0625rem;height:7.5rem;top:21.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJiyu1yXctVNdmuNuOtSRT3g8qFekAk { width:19.0625rem;height:7.5rem;top:30rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8tU0gNJXyve36FRGhZTAAgQHywaURN8 { width:16.75rem;height:1.625rem;top:39.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzxeqATXn7kv4HLLZpvd10SGSOTrOBH { width:19.0625rem;height:7.5rem;top:38.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePTrxubdhwWbPLJ2SFkQXdNPoNH8ihZP { width:13.25rem;height:1.125rem;top:43.875rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnvxSMnI9XbKihCetICGkPhMB75OT3H7 { width:12.5rem;height:1.6875rem;top:7.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62zRi64TkHSN4hTX7scH6rpHWKHACPA { width:12.5rem;height:1.6875rem;top:15.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKT7aprWWBEFzulvlkS70kZ8eWsULx3X { width:12.5rem;height:1.6875rem;top:24.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw7cZR2Adb7aVpVAdOzivLnTPE5MGvDE { width:12.5rem;height:1.6875rem;top:33rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtCbDFH95SToXebLfz3magPz89S12CZ { width:12.5rem;height:1.6875rem;top:41.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SQxObOBcTqFs7SWHGRZBEu3rOlWJ5y { width:13.3125rem;height:3.5625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQVFlpz8Toufc82Cd9zp5mhOWiupxcfL { width:19.0625rem;height:4.0625rem;top:47.1875rem;left:0.4375rem;font-size:1.5rem;background-color:#ffc319;background-image:none;color:#190072;display:block; }
 }@media only screen and (max-width: 763px) { #uleaOm6W4D4CeFSD3BqzNwbek6GySkXN { display:block; }
 }@media only screen and (max-width: 763px) { #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G { background-color:rgba(153,188,255,0.54);background-image:url("https://images.assets-landingi.com/uc/d549d5e2-a1bd-4ee2-8522-4f6cb603083a/22JulyLandingPageProjectManagement37.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.adaptive-delivery-prevent-bg, #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.lazyload, #OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G.lazyloading { background-image: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { background-color: transparent; background-image: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container > .video-iframe-container { display: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row > .video-iframe-container { display: none; }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .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); }#OH8PkSpN3iJkv0l1s7fLKWXn2pk7036G > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGfUFqzQ3T8nNsAaCU9UgEkC8uSSLpn6 { width:15.9375rem;height:4.19921875rem;top:1.1875rem;left:2.03125rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QdoxaraMf49Wil87v10BNFfcbKwaBygm { width:15.875rem;height:1.625rem;top:17.0625rem;left:2.0625rem;font-size:1.25rem;color:#3c2800;display:block; }
 }@media only screen and (max-width: 763px) { #vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ { width:16.125rem;height:6.125rem;top:19.3125rem;left:2.125rem;font-size:0.8125rem;color:#3c2800;display:block; }#vLBVRouSmW7J8CBmmrECztBFgvEaGbzZ li:before{  }
 }@media only screen and (max-width: 763px) { #J8hQTRSTN2veaKiCcBE9LEe41Ov1aRt4 { width:18.75rem;height:9.75rem;top:6.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux6oKakEqww4POS3M0GBBE4TnJTPemTI { width:15.875rem;height:1.625rem;top:38.5rem;left:2.0625rem;font-size:1.25rem;color:#3c2800;display:block; }
 }@media only screen and (max-width: 763px) { #G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP { width:18.75rem;height:5.717775rem;top:40.9375rem;left:0.8125rem;font-size:0.8125rem;color:#3c2800;display:block; }#G4A2VaJlTXxPf4NDnOKMn61WTtTWNfzP li:before{  }
 }@media only screen and (max-width: 763px) { #uxaw9qGHhu6EszKPED4xMCuSRJidce82 { width:19.9375rem;height:20.8125rem;top:27.1875rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #omNVAkQv1Pd4byqf3242oDyuT5LgNxem { width:18.8125rem;height:9.75rem;top:27.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD { width:15.375rem;height:5.717775rem;top:61.75rem;left:2.3125rem;font-size:0.8125rem;color:#3c2800;display:block; }#r3vIgd8rwKJZJfxISQrG1Sk8JPJakVtD li:before{  }
 }@media only screen and (max-width: 763px) { #z2usEsOxTh2kd6TdbRWtPkRuP22vOWqm { width:19.9375rem;height:19.6875rem;top:48.75rem;left:0rem;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #REuXoOWBVnD7yFi7JVcJLLRBcvAhSi3k { width:15.875rem;height:1.625rem;top:59.875rem;left:2.0625rem;font-size:1.25rem;color:#3c2800;display:block; }
 }@media only screen and (max-width: 763px) { #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3 { width:18.8125rem;height:9.75rem;top:49.4375rem;left:0.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84622a24-f935-4efc-bcf1-943a97cf4b58/happyasianbusinesswomanworkingherworkaltabletherdesk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.adaptive-delivery-prevent-bg, #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.lazyload, #fL8gQ7Dev1PcG0tvGbqNGbOardVk0dc3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #verA7ptqWLiChfxxyTBwLqfulbqEXz81 { width:17.25rem;height:3.1494125rem;top:69.5rem;left:1.375rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VVH2kqUXRcByWkSzJE6rsBVV7RWH7f8l { width:17rem;height:3.625rem;top:73.625rem;left:1.5rem;font-size:1.5rem;background-color:#062768;background-image:none;color:#ffc319;display:block; }
 }@media only screen and (max-width: 763px) { #sohzHgy1pN8Afftxxuu0QJDABN6lr73r { display:block; }
 }@media only screen and (max-width: 763px) { #rFaEFMO0dqUsclqKtogewPrbaPAmwpWc { width:19.9375rem;height:20.625rem;top:5.875rem;left:0.0625rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -moz-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -ms-linear-gradient(2deg, #ffc319, #fff0c1);background-image: -o-linear-gradient(2deg, #ffc319, #fff0c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc319', endColorstr='#fff0c1' );";background-image: linear-gradient(2deg, #ffc319, #fff0c1);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM { background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.adaptive-delivery-prevent-bg, #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.lazyload, #kRb0rERA6pM1WysWTZJxczSNmIl5FgKM.lazyloading { background-image: none; }#kRb0rERA6pM1WysWTZJxczSNmIl5FgKM > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJZM87Vo2wlh6AZv70LpeDo2DHrtqZG7 { width:15.9375rem;height:2.0996125rem;top:1.75rem;left:2.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdixqUHaLtvmJpwQXR6AwLFFFr65iGdp { width:12.5625rem;height:2.76245rem;top:32.125rem;left:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQhN8HdeCKaOD2ceDHv51GK3uFPg7bw { width:15.5rem;height:2.4375rem;top:5.625rem;left:2.25rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uzhlfVzqOLwSMX7ISXIAJfxaTR74AQIU { width:11.8125rem;height:1.21875rem;top:31rem;left:4.125rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tyMlJVA9TIq6L1DIu7KuT39UmeyglzoC { width:11.8125rem;height:1.05615rem;top:34.625rem;left:4.125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gtVKw0sglBGmSOwLPVPfRRRb59PrcfQg { width:18rem;height:3.65625rem;top:22.625rem;left:1rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oCuyTEKzneXSugg9ya5z0BoVwmpEyqTP { width:13rem;height:2.4375rem;top:27.25rem;left:3.5rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #cTP5DT0Fv5XIdoaCDppaL1PSNIHKApGZ { width:20rem;height:15.375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQho1OaC18UXU8HTevGg5mwtSoub59hB { height:10rem;width:18.125rem;top:8.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1APaTxxDKhWIo567tgeuxoxdCBXTlN5 { width:13.625rem;height:1.05615rem;top:38.375rem;left:5rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SfxqCU82Xt0iCtPcq1NKetRh5qbOHogQ { display:flex;width:1.0625rem;height:1.0625rem;top:38.3125rem;left:3.625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #OTQHk7ai1DMup51cfSMKDazaayI1emlP { width:17rem;height:3.625rem;top:40.5rem;left:1.5rem;font-size:1.5rem;background-color:#ffc319;background-image:none;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #XsawyLERta3MqJyaarDzfJeA4qtCzdgS { display:block; }
 }@media only screen and (max-width: 763px) { #QPwqu9PV20CF6H6WqPzJDzzinwg0ECXJ { width:1.875rem;height:1.05615rem;top:38.375rem;left:1.375rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wxril0nNGd18NadnhXRklogLJ5JSkw1Q { top:26.8125rem;left:2.1875rem;width:15.6875rem;height:3.1875rem;z-index:15001;background-color:#ffc319;background-image:none;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsR16E8H7vfRlpAiqHlVDi7r9ifu0OgT { width:19.875rem;height:15.5rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C { background-color:#c7dbff;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.adaptive-delivery-prevent-bg, #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.lazyload, #UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C.lazyloading { background-image: none; }#UFaMJDHCPJL74xR5hEAhu3lrSOWCrE7C > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F3HzlZ7iJim4v3b9ssFJhPniwuBE7ogo { width:15.9375rem;height:2.0996125rem;top:1.75rem;left:2.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3D4QrSokZmzunOcZWOKZC5NmsqXxrKo { width:12.5625rem;height:2.76220625rem;top:51.875rem;left:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLtFNmqGfvuU4bHwe9eFEtN4MPCOaptJ { width:15.5rem;height:2.4375rem;top:5.625rem;left:2.25rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U1Geh3TD5iAhCbXgnuk39stG7qZfNADg { width:13.875rem;height:1.21875rem;top:50.46875rem;left:3.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O0G0W5hg68MrQwlZ9AyfyigBZ4OIP4eG { width:11.8125rem;height:1.05615rem;top:54.3125rem;left:4.125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xKwzv6rhB8VWsQc6xdSiOe0yXv2yCBU7 { width:18rem;height:3.65625rem;top:18.6875rem;left:1rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZpE7rZTDWTw2vex4fsh2991TTpkLfior { width:20rem;height:1.05615rem;top:47.8125rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ybNJhoazWUkUrLmdZxFyn0MpzdPnmOzt { width:20rem;height:18.5rem;top:4.9375rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NGnHpRdrtTX9tnG4iNeBAXfqgVJXxqM1 { width:11.3125rem;height:1.05615rem;top:57.25rem;left:6.1875rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qWXda28Z9rRpy8ZtrcHUdwKKTTyOFk7g { display:flex;width:1.0625rem;height:1.0625rem;top:57.1875rem;left:4.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #nwxdAipTaf4v9ETIfTAQS3z6zLlbo38W { width:17rem;height:3.625rem;top:59rem;left:1.5rem;font-size:1.5rem;background-color:#ffc319;background-image:none;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #vT9KWLzJ2CkEeqElB7T7lQZQTWEaUdK7 { display:block; }
 }@media only screen and (max-width: 763px) { #mbOsrNkF4mf8VSIXGdsHW3QzaZJKvpZD { width:1.875rem;height:1.05615rem;top:57.25rem;left:2.5625rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QWgZQxPvyEZNpBTRWgbkHcPny4TsCAsz { width:17.5rem;height:6.1875rem;top:49.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfCqlHcOyAoN5T9eJuzrJBrTy3KcHpar { width:11.875rem;height:6.125rem;top:8.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqovXGv4LqUIn0BMz88wS8s7TzwdMTBE { width:11.875rem;height:5.9375rem;top:11.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuO19aCuPbMoAzFy7FCXbcTrwWeIBtp { width:20rem;height:21.5625rem;top:25.0625rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dRlTTcFgbhUOUSxUHXneoHAsXBrW48l5 { width:20rem;height:1.29980625rem;top:26.1875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ckloOKo54dfT9DgEls9DBTgwVXr81k5z { width:18.625rem;height:5.7744125rem;top:39.375rem;left:0.6875rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JDP7BxKmxkg2GmEVAshX8ttKqI6Ami6t { width:11.875rem;height:6.0625rem;top:28.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPKkKiGTDEcz2A1IQm3Nv3VblS30FOQ6 { width:11.875rem;height:6rem;top:32.1875rem;left:7.1875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #Tk02tLxhNUTSHOUTEVwJelakdDH5F25f { width:3.6875rem;height:3.6875rem;top:29.46875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ { display:block; }#ynpd6VFDP2ckLudQnoqiZcJN4XPT0EeJ > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2i7qHmkvZzqtn2mG0XpvWZ1uzGxMdt2 { width:4.9375rem;height:0;top:12.06884765625rem;left:2.3125rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #fTRT7rEJPfuWThsl8RdyUmiPXsQpaub9 { width:8.5625rem;height:4.3125rem;top:9.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acKmNW4oo61Mqrc0NlelVTtpbMIP5iqn { width:8.375rem;height:4.25rem;top:9.90625rem;left:10.6875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #gSGRICgvxf4rxKGryckKPX5miehyfHMT { width:19.625rem;height:18.3125rem;top:4.1806640625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #e6lI0a7sVgN3P29eAMWZW2ppQhy6TMOT { width:20rem;height:0;top:27.33251953125rem;left:0rem;font-size:0.8125rem;line-height:1.7;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HqAF6muKRoMalPFfTuaiokl8uU4DEWTq { width:20rem;height:0;top:7.34375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qm5r2EKizM81fUCk5LaV7HCfnro47OiO { display:flex;width:6.125rem;height:6.125rem;top:9.1875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoJOEaWAxk6adqeciObnEfZcdPNlh7uq { width:20rem;height:13.625rem;top:22.1181640625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #oEzbKXCXGscQaSXEkignoE1egfL2CTVU { width:20rem;height:1.23730625rem;top:16.005859375rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eR7mZ7XgB2sXFQmtNCEQBii7KBukk61I { width:12.8125rem;height:0.61889625rem;top:17.8056640625rem;left:3.59375rem;font-size:0.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVovSM4KZJFTrQ38TCs32PlTVuT49iDK { width:20rem;height:0;top:78.318375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUwDTnumkd0IIz6A4zDsawwVaZV44W7I { width:20rem;height:2.4746125rem;top:5.5rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ohFbTfVWWXuKLH4eID7WI42xOVPV3fLs { width:14.25rem;height:2.3125rem;top:1.5625rem;left:2.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15002;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ViyeVOoqVZPgbyRsSlMkShbcwIGJzr1A { width:13rem;height:1.30615rem;top:2.0654296875rem;left:3.40625rem;font-size:1.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #B9vg3prqHTLz6r79IX9TFETv8WH79vVM { width:20rem;height:11.375rem;top:15.3681640625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ify0JFGGiLG4FicZlMa85dmpO9iPJKah { width:19.4375rem;height:8.285125rem;top:17.8056640625rem;left:0.5rem;font-size:0.8125rem;line-height:1.7;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl { background-color:#001235;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.adaptive-delivery-prevent-bg, #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.lazyload, #K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl.lazyloading { background-image: none; }#K9wRtChV1TLRmiNQbHrTgSPSVSzoMUfl > .row .container { width:20rem;height:65.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uyUWHBHk55FdPS89eyZPi3wD7RTcwuIU { width:16.75rem;height:2.4375rem;top:4.75rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60Az8zPpv4Pu5GB4TvqItkoPLA0mU9M { width:20rem;height:2.0996125rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCz1oeyVoNPD1g8Bl7Cv7qaA5DbtMZtw { width:16.9375rem;height:3.65625rem;top:12.86279296875rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX0K13VMx0ZRuVxkTx5W13dZdbZxVxD { width:17.25rem;height:8.875rem;top:17.98046875rem;left:1.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxxz2RfIvao3PcxhRJ0NgJezSmkk8wKH { width:20rem;height:3.25rem;top:58.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJq14w9k60IwZXzxIZvfCv006vOAsIV2 { width:9.9375rem;height:1.9494625rem;top:62.125rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5xShqxduMm4EZ7grWPrKgVg7Z6D5uO5 { width:9.875rem;height:0.97473125rem;top:16.63671875rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNmoKm49aL9UUiRhPgrvIL9c9bTQBW1 { width:17rem;height:8.6875rem;top:42.375rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSnwMBexKoelPNh6v6EwPGX3iT4teIAa { width:18.875rem;height:22.25rem;top:34.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKmyaEv6VHZ9PtGLV6EHW8Fhgcfae6fv { width:19.4375rem;height:2.4375rem;top:38.52490234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXlR7GB7Ta9an4KuO2iVVoxMMM1POyKW { width:9.875rem;height:0.97473125rem;top:40.89990234375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzwPP1nllwqlhhHDW3TlFGMyDusroTSA { display:flex;width:3.125rem;height:3.125rem;top:9.73779296875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uU4Zn0uMZarRxQGWb9JGJmJwwLTAtTet { display:flex;width:3.125rem;height:3.125rem;top:35.21875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nLESc9sffQVcRF4cIPsbWoysyr3p98bH { width:18.875rem;height:22.9375rem;top:9.38671875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2DiczgT1u3OKDpqZnNqRGfFTTRpTBTb { width:20rem;height:3.65625rem;top:27.63671875rem;left:0rem;font-size:0.9375rem;color:#020100;display:block; }
 }@media only screen and (max-width: 763px) { #gaD5TMAgrT43ZyRpuaxyMwQ3qHtBRrGv { width:20rem;height:0;top:55.7109375rem;left:0rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lElLTtOlKBh60ZP9xxMdf3WWWUWHszCt { top:51.92333984375rem;left:0.96875rem;width:18.0625rem;height:3.65625rem;z-index:15100;font-family:sukhumvit;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DONdhoMT6AptRnBtG9c8OUxJThxsUMbr { width:18.625rem;height:0.6499rem;top:26.0625rem;left:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.adaptive-delivery-prevent-bg, #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.lazyload, #zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb.lazyloading { background-image: none; }#zTFT1FaOuy4NND8VZt7t51Ar9UiOvrDb > .row .container { width:20rem;height:64.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VExpsxFbvTNncH9WHCecmF4EMBNcxQ1z { width:16.75rem;height:3.6547875rem;top:4.25rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTMreDmkA2vSxKV9qutTPM711WDSiOoy { width:20rem;height:2.0996125rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBAHAVwz6VzdnZvG0fiPtUChnu0K5cl { width:15.4375rem;height:3.6547875rem;top:11.98046875rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTNsVDL24ww6vIBptPQAnJbFIgOEqlz { width:17rem;height:8.875rem;top:17.16796875rem;left:1.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boT6QrAO3A75lnE1fiZTAL6ip2kKXgtr { width:20rem;height:3.25rem;top:57.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke0oZJrvUhcM2lDHwGoX8T0NgxPeGkmc { width:9.9375rem;height:1.9494625rem;top:61.0625rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9Q7tlcc5i0omxFEIy7Tve5eUP9enET { width:9.875rem;height:0.97473125rem;top:15.82421875rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZKTU5ICmoxOBUleqA17gmI7cB60aFx { width:17rem;height:8.6875rem;top:41.5625rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubKkOdffaiiFdP3UDU9AqlnXlUHvWci0 { width:18.875rem;height:22.25rem;top:33.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4eKkZSJ0w8oW3uFI4Gqt720h8073q3F { width:20rem;height:2.436525rem;top:37.53125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc78WWe4kELepniZxAZfg7oUpZzKnD2F { width:9.875rem;height:0.97473125rem;top:40.08740234375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yV85bqoHk2Lv6vN4EUs15Tx0kzkslE { display:flex;width:3.125rem;height:3.125rem;top:8.92529296875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aXSIuI2ngZwniKf5vCL9uJUB2L9qR2yM { display:flex;width:3.125rem;height:3.125rem;top:34.40625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xp23ZxRnsiP60Hg1Gz71Mc4BJvJkJJ42 { width:18.875rem;height:22.9375rem;top:8.57421875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2Qd6HkvEJgZUiTxVwX0IMh4p0avnCXv { width:20rem;height:3.6547875rem;top:26.82421875rem;left:0rem;font-size:0.9375rem;color:#020100;display:block; }
 }@media only screen and (max-width: 763px) { #lTczoTZPTOvR4Rr0wSvglKqGvtw93a6A { width:20rem;height:0;top:55.7109375rem;left:0rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #JBxnJmELEHhM1WM1hvzDiZ16uE5o2ECo { top:51.11083984375rem;left:0.96875rem;width:18.0625rem;height:3.6547875rem;z-index:15100;font-family:sukhumvit;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk0GryPNlaQUl2OuPsoIozi2sIDnMv9A { width:0.125rem;height:25rem;top:65.32421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07fb7cc8-89d6-4b06-9abc-9fe91ab0847e/22JulyLandingPageProjectManagement36.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.adaptive-delivery-prevent-bg, #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.lazyload, #dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe.lazyloading { background-image: none; }#dIkXU95N6EU7qsD0RXdUeKtRQDAXTafe > .row .container { width:20rem;height:89.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BB8WhHwelrnDXh6rzBg9oJrcqIdezSlJ { width:16.75rem;height:3.65625rem;top:4.25rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSyvh2iVLvohvizQS9zzQDx20hPvCd5n { width:20rem;height:2.0996125rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9phpvlCOqIZGN1i2rGiui7OC9OwETti { width:15.4375rem;height:3.65625rem;top:11.98046875rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZO1MaEmE6Wgo92c0ctpd1dWMSR5ypJ { width:17rem;height:8.875rem;top:17.16796875rem;left:1.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnA9zAEFKnAOPgzG93h07Dwe2ykmnfsZ { width:20rem;height:3.25rem;top:82.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNKtgUMvmaDF06ld62ofrMsdHQ7Ssrw5 { width:9.9375rem;height:1.94921875rem;top:86.1875rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU14wMQU6DSLTIrOITUasRW4eTMprgip { width:9.875rem;height:0.9746125rem;top:15.82421875rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUO7zwQSpaw0bXL5E7Uky4XZhkSHQT5 { width:17rem;height:8.6875rem;top:41.5625rem;left:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izJ2kOKV0Xg2fkxWP5W7rlRLSkCDJevt { width:18.875rem;height:22.25rem;top:33.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqy4mLmzTGp8NiZtxDD7w7VVEMVpa5dV { width:20rem;height:2.4375rem;top:37.53125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaekPf6GD0laWQJKfVI2WwnipJHCJGr { width:9.875rem;height:0.9746125rem;top:40.08740234375rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCXOdPcc482dA0RrOG95Q7UyxHVNCdm { display:flex;width:3.125rem;height:3.125rem;top:8.92529296875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JyP9TWdv0a7zouzXgdwTrv2AxpG62sA2 { display:flex;width:3.125rem;height:3.125rem;top:34.40625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #H71D0dblayGm8ebsqkvwQM7BzyhwWIrV { width:18.875rem;height:22.9375rem;top:8.57421875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W59NfqTnb78t9MzdWNMgwdOJwO0Drlp4 { width:20rem;height:3.65625rem;top:26.82421875rem;left:0rem;font-size:0.9375rem;color:#020100;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5BDAgWcZ4kTGfd2R5pxSqDGHHcw0C9 { width:20rem;height:0;top:55.7109375rem;left:0rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KxuypP2LIOgsDvIHz0g7ISvzMgHIS01a { top:51.11083984375rem;left:0.96875rem;width:18.0625rem;height:3.65625rem;z-index:15100;font-family:sukhumvit;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCECtw87T9TvPcIzdeFD8WvcQanf6ry3 { width:0.125rem;height:25rem;top:65.32421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPksifS0a8b7PXJZfIsz6ZVTBlNJ9547 { width:17rem;height:8.8125rem;top:65.59375rem;left:1.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQKwCaASSz3uD4nmirXbAA8wEh8WZEk { width:18.875rem;height:23.0625rem;top:57.82421875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXkfMeknXSL557gKXHB5PL6seRfnalp { width:16.1875rem;height:2.4375rem;top:61.38671875rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDKf7cCCxmetrZFw4fMHhaSkmCJ7NShs { display:flex;width:3.125rem;height:3.125rem;top:58.26171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #J7PeS631JfBihbhTJ1NfK229Xa2uDWVB { width:9.875rem;height:0.9746125rem;top:64.01171875rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUgJR6SFBkoKOuBEen8HoVAo1SRsSS9B { width:18.75rem;height:0.1875rem;top:82.74171875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHlLxfwnTKEbrRLuIFxOh07hX7cbUVUZ { width:15.9375rem;height:4.875rem;top:75.01171875rem;left:2.03125rem;font-size:0.9375rem;color:#020100;display:block; }
 }@media only screen and (max-width: 763px) { #nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe { display:none; }#nA1aRBSrbbfzGQgcLvrQ0q3PU13TQTwe > .row .container { width:20rem;height:114.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u3uCpTdbyiSUApOXaqSlvTnKTxTd5L8W { width:20rem;height:29.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ok9Cqx1HXCkPWQbW4sTAcAZLZLI8P4iQ { width:15.875rem;height:2.3994125rem;top:25.0810546875rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #rvmKzq5VC2SAsSOwiJdEKgdwDk7SrMrB { width:18.125rem;height:4rem;top:3.3125rem;left:0.9375rem;font-size:2rem;line-height:1;font-family:kanit;z-index:15008;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF { width:19.6875rem;height:2.13671875rem;top:31.0625rem;left:0.15625rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#upxNme2IIVWWoa3Jbfp4f1PfdxhHcphF li:before{  }
 }@media only screen and (max-width: 763px) { #DURLZt9y1vUyulCbO8cICelc0PXJTaAa { width:20rem;height:0;top:74.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #bPW1kOem2keX2iliaXnaxv9N0IJBCKTK { width:17.875rem;height:9.375rem;top:15.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J79FkiTsuwTlRhzu7k0AQRnunhUxSGgy { width:16.75rem;height:2.85034375rem;top:10.5rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aNwGQllXknq2Kx04Emn5GdmAdSew2XAi { width:20rem;height:6.9375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpKBeLwGQlHvFFxWrLHT6JmOBqRHZLlH { width:20rem;height:1.19970625rem;top:7.873046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#01074c;display:block; }
 }@media only screen and (max-width: 763px) { #R9ammIywDJ8ptVXL2PvJi6pmmyqVDzWJ { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #oiX2uEyitTHLgPLdTARuOutWDQfz2bPU { width:20rem;height:20.75rem;top:14.0625rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UKFpx4APploeMS9pfluxTP5fIgRlyVUe { width:19.5rem;height:7.9555625rem;top:80.3125rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#UKFpx4APploeMS9pfluxTP5fIgRlyVUe li:before{  }
 }@media only screen and (max-width: 763px) { #xoF9Dal1K8rrEzKeUD4kykbPuwXVhXqV { width:20rem;height:2.25rem;top:74.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #voNQvSdT6V2LTcbnxdyKvgCWAA8ZZo7X { width:18.6875rem;height:9.75rem;top:63.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnBElpbTycCzatkNP2HtoeWr9auM5OVU { width:15.625rem;height:2.25rem;top:28.0625rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #NM35PXDPW0M3RhvP7ytSs83mO4LBXffD { width:18.8125rem;height:9.875rem;top:38.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWfPXqPo9PNiq8CpXwaSAhnDBJDc9nLk { width:18.4375rem;height:2.25rem;top:48.8125rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh { width:18.25rem;height:3.35595625rem;top:54.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14999;line-height:1.3;color:#000000;display:block; }#myzPOEIOIb02V9DZq0ygUXQiWwa2XkCh li:before{  }
 }@media only screen and (max-width: 763px) { #qlebZeKnT0z4FRmmhp8Lul4TKmoEFD1z { width:20rem;height:23rem;top:37.125rem;left:0rem;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nyqgJsoDJFi4FZAZNqLZ8LAypCdZxi2T { width:20rem;height:26.5625rem;top:62.875rem;left:0rem;z-index:14996;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lcvycBAfNWlphbXvlGcD9ArKfvTk14xg { width:16.875rem;height:2.25rem;top:51.75rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3RtHavxsXdHBIAGZNHxhBBDCZ92XNh { width:13rem;height:2.25rem;top:77.125rem;left:3.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #uDJKxtTQhnDATkPJzqLhXW7AqMCv0NLg { width:20rem;height:2.9248rem;top:102.78759765625rem;left:0rem;font-size:1.125rem;color:#0014ff;display:block; }
 }@media only screen and (max-width: 763px) { #W4Ha8Ufg494nExXPvILPeS3EfnZpLzXo { width:9.875rem;height:0.9746125rem;top:106.33738125rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBR9oJGtZX7Bqar2TeTeTBgudA5BtJLF { width:18.6875rem;height:9.5rem;top:92.72509765625rem;left:0.65625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yakT8nVdycExShAcFBJdi8B6ox5VhsLH { width:20rem;height:3.41161875rem;top:108.1240234375rem;left:0rem;font-size:0.875rem;color:#020100;display:block; }
 }@media only screen and (max-width: 763px) { #MJDGrVCkpnSxZwNpwuh8OM30kmqOG0Gn { width:20rem;height:21.25rem;top:91.5625rem;left:0rem;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 { background-color:transparent;background-image:none;display:none; }#L9XFIHTbo9RGArc1WBwcn31JGlrBbJ55 > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SqAczAd1tGCGkadIVRhCEyHvPZy9Bt5u { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #IRszF2MqmnFGgFyZp7obyKSvytgp9TKk { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyfk3UmZqi6f1ZBSvE9nqQnnFeInSG19 { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsI6tZ4iZpwyTOW36LmCVntvnCzN3G9K { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7dSm9xngrP2ln4EuS0JnRzU4UOnC2VP { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOyrPFDTnCUhvqlTd5WKxOLZhxRoc0Hs { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsslAgnJT1oTMcbAIfTuzg717axWLzkt { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cN6cZNeybIy849W20T6xqewX47yxPNuw { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtKpaoe0dwgLGXtRp2UNVJL3HQATEDSR { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFR6mOgLRaFvnrDFz9hnRerUVDFiWccp { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WO1cVNpDEodeKoy9HV2gUfrrQTBdluLp { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCQl062qyg1RB1ru4grqtmxMfLGPrtf7 { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5LiEQdt3qNBhlOCrx24cvIgB7XBCMfz { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4TROiqnrduhoL37bnxwcKC14F0Ai53t { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uG0iFiEqq6k5T5lnSW4CvQl3OpPpEPq6 { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpIKmnzh8ExVgiF8mTD4PfUzAPZcpZhB { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQG6iPGokQueU9VaI5CI2HafnLoRNiln { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRFer1EBneXbZ6SlOQOupfNiwCBqGpwO { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMIGUcCG0yNlk3aGDW9mtwAEsXA1MJeE { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFvTeomMIe1R8sAKB0ppBtzRaSlyEdTk { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cN8SuK2igV4yWIFET0FEz1ohLxopOkPo { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #amJVy6QkkDisyyAKVxlpDlRsQouDRuS7 { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ1uztTe3fRCUnSxTn7WfPwNBS16FNFL { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dublEsK5dSnr9fQaqTaFvG5azbczsW7y { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5Ti1bmCoeeBBNrWfhMAHBsXz1vaThtC { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0B0zOLQxEpaFD7OhDXGlKvo5WZrvFRb { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQJmI72OB7rQQJOReBrqa5UnvLgTnS6Z { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOPKzrpPv0dgTPZaie7zg4GFofSmES6X { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQg7h8lRJqihvkqAwRHuRUk8iXiqnQV5 { top:15.6875rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R12UmiQAHdCZaVhuWCpVDPT8d5g2HQqM { top:13.5rem;left:0.625rem;width:7.93725rem;height:0.97473125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #souk0iRBybbxDZyZFFCioJXSkpdkT9Se { top:13.5rem;left:9.5625rem;width:3.25rem;height:0.97473125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #LhLf33yMTm6VuoiyBJxui2NLIgwDM71i { display:flex;top:16.1875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #TZmy9DCKlWgHDieSlWTIH0no7GZZtgk7 { top:10.8125rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eBrTfaSpFvX9JAm1JBNnp8B4OZILwaFF { top:10.8125rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oVETH2TmdOHXP4f6dEVZZQKHyu45pqdc { top:11.1875rem;left:15.3125rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW4NQTTqIr8tJdTsi43Q6rNg4J59zTd9 { top:13.5rem;left:14.625rem;width:4.375rem;height:0.97473125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNivAOCxFo0MlMxNagIQUM65xttO6UmS { display:flex;top:15.9375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #gxtJIvs23e1A4dcocOqTrFvaow1OZ2Lh { top:18.4375rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;display:block; }
 }@media only screen and (max-width: 763px) { #DLr3zyXMTwb2uaBg0zVeIQwi0O7STkVT { top:21.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #CKwaKbdLI3vN5WnRnVtKGl955m8VuiB6 { top:23.4375rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz4UcxLFFZlpzwCWdaDHR33uuAFrOf5k { display:flex;top:22.375rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #RIMU0Lmgn8Xaf5OkoGNtuq3qUiZFFrGz { display:flex;top:22.375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #yMrr7x8813P0zOPkaeiy1xeAWrOxJfLs { top:25.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #VJuPEWoqXLvVKPZaHKVTFDrT9hhNTLQJ { top:27.5rem;left:0.5625rem;width:7.93725rem;height:1.625rem;z-index:15031;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfEFLpRO2JOu8ILcEsTcBEUNmTkOC4Pe { display:flex;top:27.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #nWupQT895Lm0asxU8d5aS1Pkv3GzNar6 { display:flex;top:27.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #abiIfBIGTEqZ1ONeV3xJIskGafZN23zb { top:30.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ipLTs0uwTxfLVT7XHeubNeE5ZGQicOB8 { top:31.6875rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekLfRZxg3ZthT2cLqO6diZS1nOndPkI3 { display:flex;top:32.1875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #hRRmIXS4nEoxBndI3VRrdrBSbTLCt2cf { display:flex;top:31.9375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #oJ8NgugO9aLGrEBRi6lIVWwAsrDgufOD { top:35.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #U8AKVOU2zzttvOsda1S5a3uF9BDEkyg0 { top:38.4375rem;left:0.5625rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZASuX7sVuc9mRgK5JRxKZe2ZEHdiHO4 { display:flex;top:37.5625rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #yupbFbuPCNfPTTPlErF4Q9pTON9KuFq7 { display:flex;top:37.5625rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #Sh5le5nmvtemQgNay5onEo56QlCfRRDF { display:flex;top:38.1875rem;left:17.375rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #yUsnfkFEWuT3H5Tpy5nr9JvWcT08Cw1L { width:20rem;height:29.6875rem;top:11.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #heSVNMuCMTKnWbESsxQXxr7NNqd2Wnwc { width:20rem;height:5.19921875rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/199415f2-b19c-44cd-9557-9475a3aa7a97/22JulyLandingPageProjectManagement35.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.adaptive-delivery-prevent-bg, #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.lazyload, #OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM.lazyloading { background-image: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { background-color: transparent; background-image: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,53,0.63); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container > .video-iframe-container { display: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,18,53,0.63); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row > .video-iframe-container { display: none; }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .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); }#OKAxhyXuJhX0We4Imqa3CFP4ITSLC7OM > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-text {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-select {padding-top: 0; padding-bottom: 0;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden;line-height:1.2; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf  { width:17.5rem;height:auto;top:31.5185546875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf {display:block;}#s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf { width:17.5rem;height:auto;top:31.5185546875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #SWg9qyTutAO41B7V1HTLCs8g9gA9Msz1 {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #aUic3JfLe4s7PNvySdSpBJX3O13DcEHe { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #obMm3WamKk0m3Mx7JVT0DQeacwH2u8NG {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #KtkApJUrH2nanIvFuHPDzW2tHVZi1ogn {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TqtJlEthbw5zPPPwCa8a3C4HG0y1qiQJ { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #luf213aDXPRXxypvqGX2WCLhuPkJio2w {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #vwG51IOLubbqc0GeKFfCErwweZv9hFvq {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #lNkLGhMKdqwvSpPe59SzZifWU1kMQ9Hu { display:block; }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #frkSPRWsw0mSKbvlPtmKogOLzuvhIxTc {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ukd5OJU0eG1fLo3JtwI2pVwJTS8OUWDP {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #TvJp7AsPA0dtObgWk379Oqh1XJ2nq67S {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #L8wTFPEXhCB3iH0WmL3Uy9CK1hAhxXNV {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #ZRtsA7S5xxC7nM2SrDshi9lRsoX0WITd {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #fsdxZCMJysJJ3UDZTRzVxtPPla20w9AF {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #DMRwPTb9Xq7naFprMiIZypVqo1Vw6M4y {  }
 }@media only screen and (max-width: 763px) { #s6gWKOdbZsqXK1Nc5tdneTvxRwPzhhdf #q2XZZZp7fll1tQ8xrNKZunqPGshgSHeT {  }
 }@media only screen and (max-width: 763px) { #sLT8dBTDZTT4JHbWvMzC91rA4GfNxuID { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IFH8nr7FMJXwT0de2z6rMqWoIETyTFUh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gRMmQrRcKnwH4ohl0y7EDiKzCJCweEDm {  }
 }@media only screen and (max-width: 763px) { #qMbUgt4UPu2w39dVnCUJd5ZQm3mQd6Wm { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b6rn8ZZQFtAfCVIiiKw3alqcR0e69Rnt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ldBAhdLiBMtn41zzfDINemEERyVThRSH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oRPbIPSTcMNRsaZFHNTZQuHhlllPzm0n {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AGZMC23r7oCPLRcaTr4z59mcqFCaMs86 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #O9IdG3Tmn7N0h3ZSc5KO5JtLNGtvTVGX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yT8QXF8BZWN31N5O0yS5akUTvr5RolqJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OPrb3gzIoFqWPsNQeV6e76F1lKS13dbp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xZ5bbB683PwVqKTt4iNOMrJLsEDf3MpG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nyzIHbsLPCagLwuBNsHh5sK8sJzQGqEG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EEZNWeXObp76J39NxLf0bHXfychfLn5v {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #g8T0OfcrAzAnbUBn9KFeHLfBounZTUTE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r4sm2krI9coBgm8BkGgTy6eAx2LatsCE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DcTzSbA3DsLXmTbChKpuCXXKsygIly95 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZEvssiDMh3QhKtTTTDZdMPgGJn2qLZe7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vvX1pURAQTmBqWTiLqhrwLyz91RlapEd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NlMkuTnbHGFZTMZCG4RCqI8JcJ9vqXk2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sw8VHyC3KAB25WTlKedeSuLL1iR7ruGB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iGdka8GPUrSzRiBprZkDFOOTsMitROVx {  }
 }@media only screen and (max-width: 763px) { #r3kcVZHhxGy7PDMCktmmKgoagcOpZRMO { display:block; }
 }@media only screen and (max-width: 763px) { #yx2AaHEWFFwOMn2kouLewtAVSiooOFWN { display:block; }
 }@media only screen and (max-width: 763px) { #VL6XGg6grSG6gDS6T4LplxwHvph46a32 { display:block; }
 }@media only screen and (max-width: 763px) { #TVu4UsKHR6WA7XBXt66fyc49ocokTc2T { display:block; }
 }@media only screen and (max-width: 763px) { #uEE8hvZdnsBVgT0VOHazwWVIqkpWT6Bd { display:block; }
 }@media only screen and (max-width: 763px) { #UlXEqqv0TlCv5R6fIcU4kDdySTNPDRcm { display:block; }
 }@media only screen and (max-width: 763px) { #CQogUd3e1i3s2Jdevez1rLEqHvaWGBKS { display:block; }
 }@media only screen and (max-width: 763px) { #hMu4OuQnTCb8N6zR9gKwx0lErK04y1ZK { display:block; }
 }@media only screen and (max-width: 763px) { #azeUOyAK0vDVv8ItO0VisnZNQ3WwQ3MQ { display:block; }
 }@media only screen and (max-width: 763px) { #WXsN5xSAOGNeGaxuMqSTKdJtLJ6ahDeP { display:block; }
 }@media only screen and (max-width: 763px) { #lpnNbpbM5mV0vkzu9u1Zvg9vbHToaHze { width:15.5rem;height:0;top:24.9189453125rem;left:2.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZrRkyp1Oh8lgPB9nAGuN4CgQyrGzMAsH { width:20rem;height:0;top:0.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qX0ebvdWOL51NmCtZyQd47SOmBexIRwT { width:20rem;height:1.42516875rem;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0Bcna94BIzqTIp1PsuV0INQ4gvkBdpI { width:20rem;height:1.99401875rem;top:4.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GHGOLvlnOSLf9a7QrBXLZhao5Nb4ATU3 { width:11rem;height:1.4624rem;top:9.125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twg3XfUzwSJEMME0ehZRVpeXOadRZGEu { width:12.5rem;height:0.125rem;top:8.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiPccr3VP5SO5lOwl4yLRmge2gH6lLUk { width:9.3125rem;height:2.4746125rem;top:12.01220703125rem;left:8.625rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #z36naBgtz3pcTHfbzG4MQFKGiIC2AqTv { width:11.3125rem;height:3.875rem;top:11.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWMQtrTotM9BE9SgeGbU1vZOnJ5tkNW { width:5.875rem;height:2.3994125rem;top:12.625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffc319;display:block; }
 }@media only screen and (max-width: 763px) { #JIxh364tVcMTmNQzcJL83OTwZ0xfUx9q { width:10.5625rem;height:0.89355625rem;top:14.4375rem;left:7.5rem;font-size:0.6875rem;color:#001235;display:block; }
 }@media only screen and (max-width: 763px) { #opmKkAoRTLvfvPbmXMOZuHPI4LqU29CG { width:20rem;height:1.5rem;top:18.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prO4kZxrDVmfZgpO1XtuwQBfABlQckdR { width:20rem;height:1.949225rem;top:20.275390625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTpVq7erTdGrErxCATAn5Q3b5rMItdnf { width:20rem;height:0.97473125rem;top:16.46240234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7EySaLk2PNX37ssZumlDCWiTOcuW3x { width:20rem;height:0;top:21.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iueL0M6LrDP1M83Ko3UdGgPEMzTel8g8 { width:20rem;height:3.75rem;top:23.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Nycl9xv2DOtZcfNPkKi14AOhhhKM8SxK { width:20rem;height:1.19970625rem;top:29.681640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f00bc, #000000);background-image: -moz-linear-gradient(180deg, #0f00bc, #000000);background-image: -ms-linear-gradient(180deg, #0f00bc, #000000);background-image: -o-linear-gradient(180deg, #0f00bc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f00bc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f00bc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0f00bc, #000000);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; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { background-color: transparent; background-image: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container > .video-iframe-container { display: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container { display: none; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .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); }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { border-width: 0; border-radius: 0; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpBrysTQhvAPmOKdGKRKm7R0oMwu3hnx > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoRUxBEHNaGpw3MwGQ5Tdd3J3AXqXko5 { width:20rem;height:0.97473125rem;top:3.74951171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBOhWlqCuR2ltzqDfth5etAC5OkV6on { width:1.375rem;height:1.375rem;top:7.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etA6SQI8hiGeEqw8Er6zTzsvVnMBeoM7 { width:6.75rem;height:3.8994125rem;top:6.5625rem;left:11.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fo63xmHk9uWHQ9BSQF9Mm9lXeTFOIxGK { width:5.75rem;height:5.75rem;top:5.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyM90p0U8uFgdUGSnTgwoy0KwquEUEkB { width:3.4375rem;height:3.4375rem;top:86.31484375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztNJKRLtRbI31RC5mxlRo3sGlcSmIMyD { width:8.125rem;height:2.5rem;top:14.25rem;left:10.6875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RNiMtK54vqSCKGN33Kc8LRMM1B1AdGrp { width:5.9375rem;height:5.9375rem;top:12.53125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiS5W6GUl5Tqm8cQ46iBpQbbvfDIOKBH { width:8.8125rem;height:1.625rem;top:21.75rem;left:10.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N7CFT2S0NeiISN5qBqNRkamwpgvnfNTQ { width:3.4375rem;height:3.4375rem;top:93.87734375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRFC5zXNk25BoFRGnvUQMFzJdoAdC6iS { width:6.0625rem;height:6.0625rem;top:19.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBE73cFZx73fz3m9u0pxChslF1GRAwNL { width:2.75rem;height:0.9375rem;top:19.336719512939rem;left:3.0937501192093rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #HnNfEGtMUfFLHMo4yZxZRW9MVlTlDoE4 { width:1.375rem;height:1.375rem;top:14.75rem;left:9.3125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #F5DnJU9GkxtGcJTRmblZXWB0goJ1BZ1L { width:1.375rem;height:1.375rem;top:21.875rem;left:9.3125rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #gE364BmRMhmQk0yRKxT4mVN89wm42Hhw { width:20rem;height:2.000325rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OaeMUEb1aQPEZWKwAhCTZmlNeq3Xf9ET { width:18.875rem;height:5.125rem;top:5.8125rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(0,0,0,0.5);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f7mn5XM4bFVmukBGS6cRo70Mq35LzfTo { width:18.875rem;height:5.875rem;top:12.375rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(0,0,0,0.5);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RCaV0Iv7IM7geNnyVXaPKwTqdLGyQhu0 { width:18.875rem;height:5.3125rem;top:19.75rem;left:0.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(0,0,0,0.5);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v { display:block; }#KKIPVbPgLseQodMXhLc8wlXsAIh8oW0v > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW5aoGKXRPTVS4ilkBuBkJxQsWBIb9Oz { width:8.4375rem;height:1.25rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRogQe4nRnORT99VuaAmLTK12VbkuCg { width:20rem;height:3.8994125rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ixhxi2ueE3y7aM7NNKRQgTlEHcMTAtdM { width:20rem;height:2.92383125rem;top:15.8375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmTuADh0SF2w1SD2dTFa5yiS8OfLOtDW { width:16.5625rem;height:0.97473125rem;top:20.0125rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKJCCqGJBmFapFipZr8BbMdrkX51BkFu { width:14.9375rem;height:2.2744125rem;top:22.2375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgJlkVN3fpsVR6eTihcFMdTUDU0EXTl2 { width:5.6875rem;height:5.6875rem;top:8.9rem;left:7.125rem;display:block; }
 }