@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
#sen-footer form.mc4wp-form [type=email] {
  color: #FFFFFF !important;
  font-size: 16px !important;
  transition: all 0.2s linear;
}
#sen-footer form.mc4wp-form [type=email]::placeholder {
  color: #00CBD4 !important;
  transition: all 0.2s linear;
}
#sen-footer form.mc4wp-form [type=email]:active, #sen-footer form.mc4wp-form [type=email]:focus {
  border-color: #2E4057 !important;
  background: #2E4057 !important;
}
#sen-footer form.mc4wp-form [type=email]:active::placeholder, #sen-footer form.mc4wp-form [type=email]:focus::placeholder {
  color: #828C9A !important;
}
#sen-footer .menu a:hover {
  text-decoration: underline;
}

body.show-popup-privacy-policy .popup-privacy-policy {
  display: block;
}

.popup-privacy-policy {
  display: none;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  padding: 35px 18px 40px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 377px;
  transform: translateX(-50%);
  z-index: 999;
  overflow: hidden;
}
.popup-privacy-policy h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.popup-privacy-policy .text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 20px;
}
.popup-privacy-policy .text a {
  cursor: pointer;
}
.popup-privacy-policy .actions .accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  background: #00CBD4;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 30px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s linear !important;
  width: 100%;
  cursor: pointer;
}
.popup-privacy-policy .actions .accept:hover {
  background: #007880;
}

body.wp-core-ui form.search-form {
  height: 52px;
  padding: 0 0 0 50px;
  background: #FFFFFF;
}
body.page-id-1800 form.search-form, body.page-id-7826 form.search-form {
  display: block;
}

form.search-form {
  display: none;
  position: relative;
  max-width: 664px;
}
form.search-form [name=s] {
  height: 52px;
  padding: 0 0 0 50px !important;
  outline: none;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  border-radius: 4px !important;
  border: 1px solid transparent !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  font-style: normal !important;
}
form.search-form [name=s]::placeholder {
  color: transparent !important;
}
form.search-form [name=s]:active, form.search-form [name=s]:focus {
  border-color: #828C9A !important;
}
form.search-form [type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 52px;
  background: transparent !important;
  border: none !important;
  outline: none;
}
form.search-form [type=submit] svg {
  fill: #ABB3BC !important;
}

body.page-id-19 h2 {
  text-align: center !important;
}

body.home #hero {
  aspect-ratio: 1.4;
}
@media screen and (max-width: 1199px) {
  body.home #hero {
    aspect-ratio: unset;
    min-height: 1024px;
  }
}
@media screen and (max-width: 575px) {
  body.home #hero {
    min-height: unset;
    aspect-ratio: 0.5;
    background-position: center 96px;
    background-color: #000;
  }
}
@media screen and (max-width: 767px) {
  body.home #hero h1 {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home .litle_container {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-1800 .list-items {
  max-width: 1139px;
}
body.page-id-1800 .list-items .h-column__inner {
  position: relative;
}
body.page-id-1800 .list-items .h-column__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 19px;
  height: 32px;
  background: url(../images/link.svg) no-repeat center center;
  background-size: 100%;
  z-index: -1;
}
body.page-id-1800 #list-of-posts .metadata-item a {
  font: inherit;
  color: inherit;
}
body.page-id-1800 #list-of-posts .metadata-item a span {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.1 !important;
  color: #000000 !important;
}
@media screen and (max-width: 767px) {
  body.page-id-1800 #list-of-posts .metadata-item a span {
    font-size: 16px !important;
  }
}

body.page-id-7826 .list-news .h-row > .h-column-container.category-press {
  position: relative;
}
body.page-id-7826 .list-news .h-row > .h-column-container.category-press:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 19px;
  height: 32px;
  background: url(../images/link.svg) no-repeat center center;
  background-size: 100%;
  z-index: -1;
}

body.post-type-archive-leadership .breadcrumbs {
  display: block;
  margin: 0 0 0 -8px;
  padding: 8px 80px;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F2F4F5;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-leadership .breadcrumbs {
    padding: 8px 32px;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .breadcrumbs {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.post-type-archive-leadership .breadcrumbs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4px;
}
body.post-type-archive-leadership .breadcrumbs .owl-carousel {
  position: relative;
}
body.post-type-archive-leadership .breadcrumbs .owl-carousel:after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 100%;
  background: linear-gradient(90deg, rgba(242, 244, 245, 0) 0%, #F1F3F4 100%);
  z-index: 1;
}
body.post-type-archive-leadership .breadcrumbs .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body.post-type-archive-leadership .breadcrumbs .owl-carousel .owl-stage {
  display: flex;
}
body.post-type-archive-leadership .breadcrumbs a {
  display: inline-block;
  padding: 6.5px 8px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #828C9A;
  transition: all 0.2s linear;
  white-space: nowrap;
}
body.post-type-archive-leadership .breadcrumbs a:hover {
  background: #ABB3BC;
  color: #FFFFFF;
}
body.post-type-archive-leadership .breadcrumbs a.selected {
  background: #ced1d5;
  color: #828C9A;
}
body.post-type-archive-leadership .leadership-wrap {
  padding: 0 80px;
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-leadership .leadership-wrap {
    padding: 0 32px;
  }
}
body.post-type-archive-leadership .leadership-wrap .container {
  max-width: 1390px;
  margin: 0 auto;
}
body.post-type-archive-leadership .leadership-wrap h1 {
  background: linear-gradient(90deg, #1C2634 0%, #53719A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 96px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .leadership-wrap h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
body.post-type-archive-leadership .leadership-wrap h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: left;
  margin: 0 0 17px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .leadership-wrap h2 {
    padding-top: 57px;
    font-size: 24px;
  }
}
body.post-type-archive-leadership .leadership-wrap .item-category {
  margin-bottom: 203px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .leadership-wrap .item-category {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
body.post-type-archive-leadership .leadership-wrap .item-category:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -32px;
  width: calc(100% + 64px);
  height: 8px;
  background: #FFFFFF;
}
@media all and (min-width: 768px) {
  body.post-type-archive-leadership .leadership-wrap .item-category:after {
    display: none;
  }
}
@media print {
  body.post-type-archive-leadership .leadership-wrap .item-category:after {
    display: none;
  }
}
body.post-type-archive-leadership .leadership-wrap .item-category .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-leadership .leadership-wrap .item-category .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .leadership-wrap .item-category .items {
    gap: 20px 16px;
  }
}
@media screen and (max-width: 575px) {
  body.post-type-archive-leadership .leadership-wrap .item-category .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .item {
  display: inline-block;
  width: 100%;
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .item:hover .image img {
  transform: scale(1.05);
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 6px;
  aspect-ratio: 1.97;
  overflow: hidden;
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.2s linear;
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .info_block {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-leadership .leadership-wrap .item-category .items .info_block {
    font-size: 16px;
    letter-spacing: 0;
  }
}
body.post-type-archive-leadership .leadership-wrap .item-category .items .info_block h3 {
  display: inline-block;
  width: auto;
  font: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  margin: 0;
}

body.page-id-1417 #custom .gutters-col-lg-1 {
  margin-left: 0;
  margin-right: 0;
}

body.page-id-2778 .gutters-col-3,
body.page-id-12828 .gutters-col-3,
body.page-id-12795 .gutters-col-3 {
  margin-left: 0;
  margin-right: 0;
}
body.page-id-2778 .gutters-row-v-lg-1,
body.page-id-12828 .gutters-row-v-lg-1,
body.page-id-12795 .gutters-row-v-lg-1 {
  padding: 0;
}

body.single-post h1 {
  max-width: 800px;
}
body.single-post #content {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1023px) {
  body.single-post #content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body.single-post #content > div {
  padding-top: 95px;
}
@media screen and (max-width: 1023px) {
  body.single-post #content > div {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  body.single-post #content > div {
    padding-top: 98px !important;
  }
}
body.single-post #content .main-row {
  padding-left: 0;
  padding-right: 0;
}
body.single-post #content .main-row .h-col .style-66 {
  background: transparent;
  margin-left: 0;
  margin-right: 0;
}
body.single-post #content .main-row .h-col .style-66 .colibri-post-content {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #000000;
}
body.single-post #content .main-row .h-col .style-66 .colibri-post-content p {
  font: inherit;
}
@media screen and (max-width: 767px) {
  body.single-post #content .main-row .h-col .style-66 .colibri-post-content p {
    font-size: 16px;
  }
}
body.single-post .site .style-dynamic-45-m12-height {
  min-height: unset;
}

body.single-leadership .leadership-wrap {
  margin-top: 96px;
  padding: 192px 80px 96px;
  border-bottom: 12px solid #FFFFFF;
}
@media screen and (max-width: 1023px) {
  body.single-leadership .leadership-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.single-leadership .leadership-wrap {
    padding-top: 86px;
  }
}
body.single-leadership .leadership-wrap .container {
  max-width: 1390px;
  margin: 0 auto;
}
body.single-leadership .leadership-wrap .designation {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.single-leadership .leadership-wrap .designation {
    font-size: 24px;
  }
}
body.single-leadership .leadership-wrap h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 0 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.single-leadership .leadership-wrap h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
body.single-leadership .leadership-wrap .featured-image {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  body.single-leadership .leadership-wrap .featured-image {
    margin-bottom: 20px;
  }
}
body.single-leadership .leadership-wrap .featured-image img {
  width: 100%;
  height: auto;
}
body.single-leadership .leadership-wrap .content {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.single-leadership .leadership-wrap .content {
    font-size: 16px;
  }
}
body.single-leadership .leadership-wrap .content b, body.single-leadership .leadership-wrap .content strong {
  font-weight: 700;
}
body.single-leadership .leadership-wrap .content p {
  font: inherit;
  line-height: inherit;
}
body.single-leadership #sen-footer {
  margin-top: 0;
}

body {
  font-family: "Inter", sans-serif;
}
body * {
  letter-spacing: -1% !important;
}

body h2,
#site-title,
.site-title,
#site-title a,
.site-title a,
.entry-title,
.entry-title a,
h1, h2, h3, h4, h5, h6,
.widget-title,
.elementor-heading-title,
body a,
body,
body p {
  font-family: "Inter", sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
}

/*Header*/
img.h-logo__image.h-logo__image_h {
  display: none;
  transition-duration: 0.5s;
  height: 25px;
}

img.h-logo__alt-image.h-logo__alt-image_h {
  display: block;
  height: 25px;
}

.home img.h-logo__image.h-logo__image_h {
  display: block;
  transition: none;
  height: 25px;
}

.home img.h-logo__alt-image.h-logo__alt-image_h {
  display: none;
  height: 25px;
}

.home .h-navigation_sticky {
  background: transparent !important;
}

.home .h-navigation_sticky .h-logo__image {
  /*display: none !important;*/
}

.home .h-navigation_sticky .h-logo__alt-image {
  /*display: inline-block !important;*/
}

.home .h-hamburger-icon svg path {
  fill: #fff !important;
}

.home .h-navigation_sticky .h-hamburger-icon svg path {
  fill: #fff !important;
}

.gutters-col-lg-1 > [class*=h-col-],
.h-px-lg-1 {
  padding-left: 0;
  padding-right: 0;
}

.offscreen-content .offmenu-serv div#nav_menu-20, .offscreen-content .offmenu-serv div#nav_menu-19, .offscreen-content .offmenu-serv [data-customize-widget-id=nav_menu-19], .offscreen-content .offmenu-serv [data-customize-widget-id=nav_menu-20] {
  display: none;
}

.offscreen-content h5.widgettitle {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.offscreen-header img.h-logo__alt-image.h-logo__alt-image_h {
  display: none;
}

.offscreen-header img.h-logo__image.h-logo__image_h {
  display: block;
}

.offscreen-content .widget.widget_nav_menu .menu li a {
  color: #fff !important;
}

.h-offcanvas-panel.offcanvas.style-10-offscreen.style-local-39-h10-offscreen.hide {
  opacity: 0 !important;
}

.h-offcanvas-panel.offcanvas.style-10-offscreen.open {
  opacity: 1 !important;
}

.h-offcanvas-panel.offcanvas.style-10-offscreen {
  transition: 0.3s opacity ease-in !important;
  opacity: 0 !important;
  transition-delay: 0s !important;
}

.h-offcanvas-panel.colibri-animated {
  animation-duration: 15ms !important;
}

#colibri.home .style-693 .video-container {
  padding-top: 53.25%;
}

.widget.otw-widget-1.widget-first.widget_nav_menu h2.widgettitle {
  font-size: 15px;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
  text-align: left;
}

.widget.otw-widget-1.widget-first.widget_nav_menu .menu-contact-container {
  text-align: left;
}

.widget.otw-widget-1.widget-first.widget_nav_menu .menu-contact-container ul {
  list-style: none;
}

/* Footer */
.h-newsletter__shortcode .mc4wp-form .colibri-newsletter__email-group input[type=email] {
  text-align: center;
}

.mc4wp-form input[type=email]::placeholder,
.mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: #f6f6f6;
}

.widget.widget_nav_menu .menu li a {
  font-size: 20px;
  font-weight: 300;
  color: #000000 !important;
}

.widget.widget_nav_menu {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .widget.widget_nav_menu .menu {
    margin-bottom: 5px;
  }
}
.widget.widget_nav_menu .menu li {
  line-height: 1;
  padding-bottom: 0;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .widget.widget_nav_menu .menu li {
    margin-bottom: 15px;
  }
}

.widget.widget_nav_menu h5 {
  font-size: 15px;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-poli #nav_menu-12, .footer-poli #nav_menu-11, .footer-serv #nav_menu-3,
.footer-serv [data-customize-widget-id=nav_menu-3], .footer-poli [data-customize-widget-id=nav_menu-12], .footer-poli [data-customize-widget-id=nav_menu-11] {
  display: none;
}

/* Home */
.sen-main-title h1 {
  position: relative;
}

.sen-main-title h1:after {
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 15v-4H7v-2h5V7l5 5-5 5z'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  width: 40px;
  height: 40px;
  vertical-align: middle;
  top: 50%;
  transform: translateY(50%);
}

/* Post */
#colibri .style-78 .colibri-post-content p {
  color: #222222;
}

.blog a:hover h3,
.in-the-press a:hover h3 {
  color: #00C5CE;
}

/* Leadership */
.awsm-popup-on.awsm-popup-open .h-navigation_outer.h-navigation_overlap {
  position: relative;
  z-index: -1;
  opacity: 0;
}

.modal-style.style-1 .awsm-nav-item {
  display: none;
}

.awsm-grid-wrapper .awsm-grid {
  padding: 0;
}

.modal-style.style-1 .awsm-modal-items-main {
  max-width: 1262px;
}

/*Contact Form*/
.forminator-ui#forminator-module-2094.forminator-design--default .forminator-label {
  font-size: 15px !important;
}

.select2-results .select2-results__options .select2-results__option {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.forminator-ui#forminator-module-2094.forminator-design--default [type=text],
.forminator-ui#forminator-module-2094.forminator-design--default [type=email] {
  height: 52px;
  padding: 0 16px;
  border-radius: 4px;
}
.forminator-ui#forminator-module-2094.forminator-design--default textarea {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.forminator-ui#forminator-module-2094.forminator-design--default .select2-selection__rendered {
  line-height: 52px !important;
  padding: 0 16px;
}
.forminator-ui#forminator-module-2094.forminator-design--default .forminator-button-submit {
  height: 56px;
  padding: 5px !important;
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
  margin-top: 20px;
}

/*Cookie consent*/
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 50px;
}

.cli-bar-btn_container {
  width: 30%;
  justify-content: flex-end;
}

.cli-bar-container.cli-style-v2 {
  max-width: 1215px;
}

/*Enquiries*/
#colibri.page-id-19 .forminator-ui#forminator-module-2094.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  border-color: #00c5ce;
  background-color: #ffffff;
  color: #666666 !important;
  font-size: 16px;
}

#colibri.page-id-19 .forminator-select-dropdown-container--open .forminator-custom-form-2094.forminator-dropdown--default {
  border-color: #00c5ce;
  background-color: #ffffff;
}

#colibri.page-id-19 .forminator-select-dropdown-container--open .forminator-custom-form-2094.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: #00c5ce;
  color: #FFFFFF;
}

#colibri.page-id-19 .forminator-select-dropdown-container--open .forminator-custom-form-2094.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: #f4f4f8;
  color: #000000;
}

/*Responsive*/
@media only screen and (max-width: 767px) {
  .sen-main-title h1:after {
    content: "";
    width: 20px;
    height: 20px;
  }
  #colibri.single.single-post .content.colibri-main-content-single .main-section {
    padding-top: 10px;
  }
  #colibri.blog .content.colibri-main-content-archive .main-section {
    padding-top: 10px;
    text-align: left;
  }
  #colibri .h-newsletter__shortcode .mc4wp-form .colibri-newsletter__email-group input[type=email] {
    width: 100%;
    margin-right: 0px;
    margin: 0 0 15px;
    height: 48px;
  }
  #colibri .h-newsletter__shortcode .mc4wp-form .colibri-newsletter__submit-group {
    margin: 0 auto;
    justify-content: center;
  }
  .cli-bar-btn_container {
    width: 100%;
    justify-content: flex-start;
  }
  .h-widget-area.style-278.style-local-42-f33 {
    display: none;
  }
  img.h-logo__image.h-logo__image_h,
  img.h-logo__alt-image.h-logo__alt-image_h,
  .home img.h-logo__image.h-logo__image_h,
  .home img.h-logo__alt-image.h-logo__alt-image_h {
    height: 26px;
  }
  .single.single-post .colibri-post-thumbnail.colibri-post-has-thumbnail .style-dynamic-45-m16-height {
    min-height: inherit;
  }
  .footer-poli #nav_menu-12, .footer-poli #nav_menu-11, .footer-poli [data-customize-widget-id=nav_menu-11], .footer-poli [data-customize-widget-id=nav_menu-12] {
    display: block;
  }
  .offscreen-content .offmenu-serv div#nav_menu-20, .offscreen-content .offmenu-serv div#nav_menu-19, .offscreen-content .offmenu-serv [data-customize-widget-id=nav_menu-19], .offscreen-content .offmenu-serv [data-customize-widget-id=nav_menu-20] {
    display: block;
  }
}
/* Container Width*/
#colibri .h-section-boxed-container {
  max-width: 1374px;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .h-svg-icon.h-icon__icon.style-435-icon.style-local-36-h42-icon {
      margin-right: -15px !important;
    }
    #colibri.single.single-post a .h-svg-icon {
      margin-left: -10px;
    }
  }
}
/* Safari 10.1 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .h-svg-icon.h-icon__icon.style-435-icon.style-local-36-h42-icon {
      margin-right: -15px !important;
    }
    #colibri.single.single-post a .h-svg-icon {
      margin-left: -10px;
    }
  }
}
/* Safari 6.1-10.0 (not 10.1) */
/*
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.h-svg-icon.h-icon__icon.style-435-icon.style-local-36-h42-icon {
			margin-right: -15px !important;
		}
		#colibri.single.single-post a .h-svg-icon {
			margin-left: -10px;
		}
	}
}
*/
@supports (-webkit-touch-callout: none) {
  #colibri .h-offcanvas-panel .h-svg-icon.h-icon__icon {
    margin-right: -15px;
  }
}
#colibri.page-id-9356 .h-navigation_sticky.style-1241 {
  background-color: rgba(0, 191, 135, 0.28);
}

/*Enquiries form*/
.page-id-9655 .h-section > div {
  z-index: unset;
}

.page-id-9655 h2 {
  font-size: 32px;
  padding: 90px 5px 0 8px;
}

.sf-form {
  padding: 0 8px;
  font-family: "Inter", sans-serif;
}

.sf-form label, .sf-form {
  display: block;
  color: rgb(89, 89, 89);
  font-size: 15px;
  line-height: 30px;
}

.sf-form input, .sf-form textarea {
  display: block;
  margin: 4px 0 16px;
  border: 2px solid rgba(41, 194, 204, 0.2);
  font-size: 16px;
  padding: 11px;
  width: 100%;
  max-width: 600px;
  color: rgb(102, 102, 102);
  font-family: "Inter", sans-serif;
}

.sf-form textarea {
  min-height: 140px;
}

.sf-form input[type=submit] {
  background-color: rgb(0, 197, 206);
  background-image: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 17px;
  border-radius: 36px;
  height: 41px;
  margin-top: 40px;
  padding: 5px !important;
  max-width: 200px;
  transition: 0.1s ease-in-out;
}

.sf-form input[type=submit]:hover {
  background-color: rgb(0, 120, 128);
}

.sf-form br {
  display: none;
}

/*js-select-option*/
.sf-form .s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.sf-form .select {
  cursor: pointer;
  display: block;
  position: relative;
  color: #666666;
  border: 1px solid #00c5ce;
  max-width: 600px;
  margin: 4px 0 16px;
  padding: 11px;
}

.sf-form .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  padding: 11px;
}

.sf-form .styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 15px;
}

.sf-form .styledSelect:active,
.sf-form .styledSelect.active {
  background-color: #fff;
}

.sf-form .options {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 999;
  margin: 0 0 !important;
  padding: 0 0;
  list-style: none;
  border: 1px solid #00c5ce;
  background-color: white;
}

.sf-form .options li {
  margin: 0 0;
  padding: 5px 10px;
  line-height: 35px;
  font-size: 22px;
  color: rgb(34, 34, 34);
}

.sf-form .options li:checked, .sf-form .options li:focus, .sf-form .options li:active, .sf-form .options li:target, .sf-form .options li:visited {
  background-color: #00c5ce;
  color: #FFFFFF;
}

.sf-form .options li:hover {
  background-color: #f4f4f8;
  color: #000000;
}

/*#colibri .style-403-image, #colibri .style-403-image{
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
#colibri.home .style-403-image{
	-webkit-filter: unset;
	filter:unset;
}*/
/*js-select-option end*/
@media (max-width: 781px) {
  .sf-form {
    padding: 15px;
  }
  .sf-form label, .sf-form {
    text-align: left;
  }
  .sf-form .options li {
    text-align: center;
  }
  .page-id-9655 h2 {
    font-size: 30px;
    text-align: left;
    padding: 75px 15px 0 15px;
    margin-bottom: 15px !important;
  }
}
/*
Child theme styles
*/
body:not(.home) {
  background: linear-gradient(0deg, #E0E3E6 0%, #F2F4F5 100%);
}
body:not(.home) .h-section-boxed-container {
  max-width: 1374px !important;
}
body:not(.home) #navigation {
  background: #121A23 !important;
}
body:not(.home) #navigation .h-icon-svg svg path {
  fill: #FFFFFF !important;
}
body:not(.home) #navigation img.h-logo__image.h-logo__image_h {
  display: block !important;
}
body:not(.home) #navigation img.h-logo__alt-image.h-logo__alt-image_h {
  display: none !important;
}

#navigation {
  box-shadow: 0 0.3px 0 0 #828c9a !important;
}
#navigation.animated {
  box-shadow: none !important;
  /*background: #121A23 !important;*/
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(30px);
}
#navigation .h-column {
  padding: 0;
}
#navigation .gutters-row-3 {
  padding-left: 0;
  padding-right: 0;
}
#navigation .gutters-col-3 {
  margin-left: 0;
  margin-right: 0;
}

.blue-text-gradient h1 {
  background: linear-gradient(180deg, #EFF9FF 0%, #6AC0F7 28%, #3C6E80 99%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -1px;
}

.blue-light-text-gradient h2 {
  background: linear-gradient(90deg, #C1DEFF 0%, #FBFBFC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.blue-dark-text-gradient h1, .blue-dark-text-gradient h2 {
  background: linear-gradient(90deg, #1C2634 0%, #53719A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -1px;
}

.button_blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  background: #00CBD4;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 30px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s linear !important;
}
.button_blue:hover {
  background: #007880;
}

.button_red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  background: #D54659;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.2s linear !important;
}
.button_red:hover {
  background: #bf3f50;
}
.button_red span + .h-svg-icon {
  margin-right: -24px;
}

.w-100 {
  width: 100%;
}

.mb-0 {
  margin-bottom: 0;
}

.mw-675 {
  max-width: 675px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-span-w-100 span {
  width: 100%;
}

form#mc4wp-form-1 {
  max-width: 376px;
  width: 100%;
}
form#mc4wp-form-1 .mc4wp-form-fields {
  display: block !important;
}
form#mc4wp-form-1 [type=email] {
  width: 100% !important;
  height: 52px;
  padding: 0 16px !important;
  margin: 0 !important;
  border: 1px solid #00CBD4 !important;
  border-radius: 4px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #00CBD4 !important;
  text-align: left;
}
form#mc4wp-form-1 [type=email]::placeholder {
  color: #00CBD4 !important;
}
form#mc4wp-form-1 [type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 56px;
  background: #00CBD4;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 30px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s linear !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px !important;
  color: #FFFFFF !important;
  width: 100% !important;
  margin: 48px 0 0 !important;
}
form#mc4wp-form-1 [type=submit]:hover {
  background: #007880;
}

#sen-footer .h-section-boxed-container {
  max-width: 1374px !important;
}
#sen-footer .h-section-boxed-container .h-row-container {
  padding: 0;
}
@media screen and (max-width: 1022px) {
  #sen-footer .info-block {
    padding-right: 0;
  }
}
#sen-footer .footer_apps .h-y-container {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 17px;
}
#sen-footer .footer_apps .h-y-container:before, #sen-footer .footer_apps .h-y-container:after {
  display: none;
}
#sen-footer .footer_apps .h-y-container .d-block {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #sen-footer .footer-copyright > .h-row > .h-column:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  #sen-footer .footer-copyright > .h-row > .h-column:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  #sen-footer .footer-copyright > .h-row > .h-column:nth-child(3) {
    order: 2;
  }
}

.sen-social-icons .h-row {
  gap: 8px;
}
.sen-social-icons .h-row:before, .sen-social-icons .h-row:after {
  display: none;
}
.sen-social-icons .h-row .h-column {
  padding: 0;
  margin: 0;
  width: 48px !important;
  height: 48px;
}
@media screen and (max-width: 413px) {
  .sen-social-icons .h-row .h-column {
    width: 47px !important;
    height: 47px;
  }
}
.sen-social-icons .h-row .h-column img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.sen-social-icons a img {
  opacity: 0.7 !important;
  transition: all 0.2s linear;
}
.sen-social-icons a:hover img {
  opacity: 1 !important;
}

.every_screen_apps .h-y-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

@media screen and (max-width: 767px) {
  .admin-bar .h-offcanvas-panel {
    padding-top: 0 !important;
  }
}

.h-offcanvas-panel {
  backdrop-filter: blur(16px);
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1023px) {
  .h-offcanvas-panel {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.h-offcanvas-panel .offscreen-content,
.h-offcanvas-panel .offscreen-header,
.h-offcanvas-panel .offscreen-footer {
  max-width: 1374px;
  margin: 0 auto;
  width: 100%;
}
.h-offcanvas-panel h5.widgettitle {
  font-size: 16px !important;
}
.h-offcanvas-panel .menu-item a:hover {
  text-decoration: underline;
}
.h-offcanvas-panel .gutters-col-1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.h-offcanvas-panel .gutters-row-lg-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.h-offcanvas-panel .offscreen-header {
  padding-left: 32px;
  padding-right: 32px;
  margin-left: -32px;
  width: calc(100% + 64px);
  max-width: calc(100% + 64px);
  box-shadow: 0 0.3px 0 0 #828c9a !important;
  /*&:after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	box-shadow: 0 0.3px 0 0 #828c9a !important;
  }*/
}
@media screen and (max-width: 767px) {
  .h-offcanvas-panel .offscreen-header {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.h-offcanvas-panel .offscreen-header > div {
  padding: 34px 0 40px !important;
  max-width: 1374px;
  margin: 0 auto !important;
}
.h-offcanvas-panel .offscreen-header .h-row,
.h-offcanvas-panel .offscreen-header .h-row-container {
  margin-left: 0;
  margin-right: 0;
}
.h-offcanvas-panel .offscreen-header .h-column {
  padding: 0;
}
.h-offcanvas-panel .main_menu-footer {
  padding: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .h-offcanvas-panel .main_menu-footer > .h-row > .h-column:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .h-offcanvas-panel .main_menu-footer > .h-row > .h-column:nth-child(2) {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .menu-block_menu > .h-row > .h-column {
    width: 100% !important;
    padding: 0 0 20px;
  }
}
.menu-block_menu .h-column:nth-child(3) .widget_nav_menu:nth-child(1) {
  display: none;
}

@media screen and (max-width: 767px) {
  #watch-sen .home-laptop {
    overflow: hidden;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #watch-sen .home-laptop img {
    position: relative;
    left: 5%;
    width: 160%;
    height: auto;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  #our-vison .background-layer {
    background-image: url(../images/our-vison-mobile.jpg) !important;
  }
}

.hidden {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
