html {
  background: none !important;
  min-width: 0 !important;
}
body {
  background-color: #ebeae4;
}
a {
  transition: background .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.mce-content-body {
   background: transparent !important;
   padding: 1rem !important;
}
* {
  font-variant-ligatures: none;
}
.button {
  font-weight: 600;
  font-size: 15px;
  border-radius: 63px;
  /* text-transform: uppercase; */
  }
.input, .textarea, .select select, .is-select {
    background-color: #ffffff;
    border: 2px solid #17171729;
    border-radius: 7px;
    box-shadow: none;
}
#mmenu > .navbar-item {
  margin-left: 12px;
}
.navbar-item.mobile_only {
  display: none;
}
.navbar-item img {
    max-height: 2.7rem;
}
.navbar-item .button {
  /* height: auto; */
  /* padding: 1rem 1.7rem; */
  /* margin-left: 0.6rem; */
  /* font-size: 15px; */
}
.navbar-item.sample_nav span {
  opacity: .6;
  display: inline-block;
  margin-left: 3px
}
.navbar-dropdown {
  border-radius: 0;
  background-color: transparent !important;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  top: calc(100% - 28px);
  padding: 5px 0px;
  transition: top .5s ease;
  box-shadow: none;
  justify-content: center;
}
body.scrolling .navbar-dropdown {
  top: calc(100% - 12px);

}
.navbar-link.is-active + .navbar-dropdown {
/*  display: flex;*/
  /*  opacity: 1;*/
  /*  pointer-events: all;*/
  /*  transition: transform .5s ease-in-out, opacity 1s ease-in-out;*/
}
.navbar-dropdown li.navbar-item {
  justify-content: center;
  padding: .7rem 1rem;
  display: inline-flex;
}
.navbar-dropdown a.navbar-link {
  color: #1b3cef;
  font-size: 1.04em;
  white-space: normal;
  padding: 0;
  border: none !important;
}
.navbar-dropdown .navbar-link.is-active {
  color: #1b3cef !important;
  border-bottom: 1px solid currentColor !important;
}
/*.navbar-dropdown .navbar-item:hover,*/
.navbar-dropdown li.navbar-item:hover {
/*   background-color: #ffffff1c !important;*/
  /* color: #000723 !important; */
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, li:last-child {
  margin-bottom: 0;
}
.content p,
.content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.content h1,
h1.title,
.content h2,
h2.title,
.content h3,
h3.title,
.content h4,
h4.title {
  color: #000723;
  font-family: 'Poppins', serif;
  font-weight: 700;
  letter-spacing: normal;
}
.content h1, .title.is-1, .content .is-size-1 {
  font-size: 50pt;
  line-height: 1.05;
  font-weight: 700;
}
.content h2, .title.is-2, .content .is-size-2 {
  font-size: 34pt;
  font-weight: 700;
  line-height: 1.2;
}
.content h3, .title.is-3, .content .is-size-3 {
  font-size: 24pt;
  line-height: 1.15;
}
.content h4, .title.is-4, .content .is-size-4 {
  font-size: 17pt;
  line-height: 1.2;
  font-weight: 600;
}
.content h5, .title.is-5, .content .is-size-5 {
  font-size: 15pt;
  line-height: 1.4;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content p .button:first-child:last-child {
  margin-top: 1.5rem;
}

.msg {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

.pagination{display: flex;padding-left:0;margin:20px 0;border-radius:4px;justify-content: center;}.pagination>li{display:inline;margin: 3px 3px;border-radius: 3px;overflow: hidden;}.pagination>li>a,.pagination>li>a:visited,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color: #000723;text-decoration:none;background-color:#fff;border: none;font-weight: 400;border-radius: 0;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;/* border-top-left-radius:4px; *//* border-bottom-left-radius:4px; *//* color: white; */}.pagination>li:last-child>a,.pagination>li:last-child>span{/* border-top-right-radius:4px; *//* border-bottom-right-radius:4px */}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color: #383e41;background-color:#eee;/* border-color:#ddd; */}.pagination>.active>a,.pagination>.active>a:visited, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color: #df0289;border-color: #df0289;}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


.is-static {
  position: static;
}

section form .boxed {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
}

.fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.fields .field {
  /*width:  100%;*/
  width: 48%;
  flex-grow: 1;
}
.fields .field.field_type_checkbox,
.fields .field.field_type_button,
.fields .field.field_type_text_box {
  width: 100%;
}
/*.fields .field.field_id_1,
.fields .field.field_id_2,
.fields .field.field_id_3,
.fields .field.field_id_4 {
  width:  48%;
}*/
.fields .field label {
  /* color: #000723; */
  font-weight: 400;
  font-size: .9rem;
}
.fields .field.required > label:after {
  content: '*';
  display: inline-block;
  margin-left: 2px;
  color: #171717;
}

.file.uploader {
    position: relative;
    border: 2px dashed #d4d4d4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    background: #fff;
    border-radius: 3px;
}
.file.uploader progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    height: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px 4px 0 0;
}
/*.file.uploader progress::-webkit-progress-value {
  background-color: #9d221e;
}

.file.uploader progress::-moz-progress-bar {
  background-color: #9d221e;
}

.file.uploader progress::-ms-fill {
  background-color: #9d221e;
}*/

.file.uploader progress:indeterminate {
  background-image: linear-gradient(to right, #9d221e 30%, #ededed 30%);
}
.file.uploader progress[value="0"] {
    opacity: 0;
}
.file.uploader .file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.file.uploader .preview {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    background-size: cover;
}
.file.uploader .file-label {
    margin: 0;
    position: relative;
    z-index: 10;
}
.file.uploader .file-cta .file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file.uploader .file-cta .file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.video-container {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #ccc;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #ffffff;
  padding: .5rem .15rem;
}
section.header .navbar-link:hover,
section.header .navbar-item:hover {
  color: #ffffff;
}

section.header .navbar-item:first-child {
  padding-left: 0;
}
section.header .navbar-item:last-child {
  padding-right: 0;
}

/*section.header nav > ul > li {
  position: relative;
}*/
section.header nav > ul > li > a.navbar-link.is-active {
  border-bottom: 2px solid #ffffff;
  /*  position: static;*/
}

/*section.header nav > ul > li > a.navbar-link.is-active:before {
  position: absolute;
  bottom: -14px;
  left: -18px;
  right: -18px;
  top: -40px;
  background: linear-gradient(180deg, #00072300, #00072321);
  content: '';
}*/

section.header li:not(.has-dropdown):hover > a.navbar-link,
section.header li:not(.has-dropdown) > a.navbar-link.is-active {
  border-color: #fff;
  color: #fff;
}

section.header .navbar-link.mobile_only,
section.header a.navbar-item.mobile_only {
  display: none;
}

.field_type_heading+.field_type_label {
  margin-top: -10px;
}

.mm-menu {
  background-color: #000723;
}
.mm-menu .mm-listview>li>a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 12px 10px 12px 17px;
}
.mm-menu .mm-listview>li>a:hover {
  /*background-color: #000723;*/
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview,
.mm-navbar {
  border-color: rgb(255 255 255 / 30%);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgb(255 255 255 / 30%);
}
/*.mm-menu .mm-listview li:nth-last-child(2) a  {
  text-align:  center;
  margin:  10px 15px 0 15px;
  border: 1px solid white;
  color: #000723;
  background-color:  white;
  border-radius:  65px;
}
.mm-menu .mm-listview li:nth-last-child(1) a {
  border: 1px solid white;
  color:  white;
  text-align:  center;
  margin:  20px 15px 0 15px;
  border-radius:  65px;
}*/
/*.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 16px !important;
}*/

.navlink {
  display: none;
}

.announcer p {
  margin-bottom: 0 !important;
  line-height: 1.3;
  font-size: 14px;
}
.announcer p a {
  /* border-bottom: 1px dotted #fff; */
  color: #ffffff;
}
.announcer ul li a {
  font-size: 14px;
}
.announcer .socials {
  position: relative;
  bottom: 0px;
}

.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #67594a; */
  font-size: 1.4rem;
}

.grad-purp-light {
  background-image: linear-gradient(to right, #dee3ff, #dce4ff, #dae6ff, #d8e7ff, #d7e8ff, #d6e9ff, #d5ebff, #d4ecff, #d2eeff, #d1f0ff, #d0f1ff, #cff3ff);
}
.grad-purp-dark {
  background-image: linear-gradient(to right, #4b89c8, #408fca, #3695ca, #2f9bc9, #2ca0c8);
}

.arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f178";
  font-weight: 300;
  font-size: 1.7rem;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
  right:  0;
  transition: all .5s ease;
  cursor: pointer;
}
.arrow:hover:before {
  right: -2px;
}

main {
  background: #fff;
}

section.section {
  /* padding-left: 0; */
  /* padding-right: 0; */
}

section.shadow_top {
  box-shadow: inset 0 10px 50px 0 rgb(0 0 0 / 4%);
}
section.shadow_bottom {
  box-shadow: inset 0 -10px 50px 0 rgb(0 0 0 / 4%);
}

section.block_type_block {
  padding: 0 !important;
  background: none !important;
}

/*section.section > section.section {
  padding: 0 !important;
  background: none !important;
}*/

section:not(.plain_image) .content img,
section .block_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  /* max-height: 560px; */
  /* box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%); */
  overflow: hidden;
  /* margin: 20px; */
}
/*section.contain .column-image {
  position: relative;
}
section.contain .column-image:before {
  position: absolute;
  top: 2rem;
  left: -2rem;
  border-radius: 0 0 9rem 0;
  background-color: #000723;
  content: '';
  width: 100%;
  height: 100%;
}*/
section.contain .block_image {
  background-size: contain;
  border-radius: 0 0 9rem 0;
}
section .block_image:not(.show_img) img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}section .block_image.object-fit:not(.show_img) img {
  visibility: visible;
  object-fit: cover;
}
section .is-align-items-stretch .block_image {
  height: 100%;
}
section .gallery_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.sticky_text .columns {
  align-items: flex-start !important;
  justify-content: space-between !important;
}
section.sticky_text .column-content {
  position: sticky;
  top: 0;
  padding-top: 3rem;
}

section.border_top {
  border-top: 1px solid hsla(0,0%,100%,.1);
}
section.border_bottom {
  border-bottom: 1px solid hsla(0,0%,100%,.1);
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.notification.is-sentModal {
  padding: 0 !important;
}
.notification.is-sentModal > button {
  display: none;
}

.navbar-burger {
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: none !important;
  flex-shrink: 0;
}
.navbar-burger span {
  width: 100%;
  position: static;
}

.is-sentModal .modal-content {
  width: 420px;
  max-width: calc(100% - 20px);
}
.is-sentModal .modal-content .box {
  border-radius: 5px;
}

/*********/

section .content ul {
  list-style: none;
  margin-left: 0;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
section .content ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 1rem;
}
section .content ul li:before {
  /* color: #000723; */
  background-image: url("data:image/svg+xml,%3Csvg class='is-light mr-3' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231b3bf1' style='width: 24px;height: 24px'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
section.no-bullet .content ul {
  list-style: unset;
  margin-left: unset;
}
section.no-bullet .content ul li {
  position: unset;
  padding-left: unset;
  margin-bottom: unset;
  margin-top: unset;
  margin-left: unset;
}
section.no-bullet .content li:before {
  background-image: unset;
  content: unset;
  width: unset;
  height: unset;
  background-size: unset;
  position: unset;
  left: unset;
  top: unset;
}

section.modal {
  background: transparent !important;
}
section.modal .container {
  width: 100%;
  max-width: none;
  flex: none;
  margin: 0;
  position: static;
}
section.modal h2 {
  font-size: 2.6rem;
}

section.editorial .container {
  max-width: 860px !important;
}

section .zoom {
  transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.9s;
}
section .zoom:hover {
  transform: scale(1.1);
}

section.header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  position: fixed;
/*  background: linear-gradient(180deg, rgb(1 8 33 / 32%) 0%, rgba(1, 8, 33, 0) 100%);*/
/*}*/
/*body:not(#home) section.header {*/
  background: linear-gradient(180deg, rgb(1 8 33 / 67%) 0%, rgba(1, 8, 33, 0) 100%);
}
body.landing section.header {
  position: relative;
  background-color: #010821;
}
body.landing section.header .navbar-end {
  display: none;
}
body.landing section.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.header .navbar {
  transition: padding .5s ease;
  position: relative;
}
body.scrolling:not(.landing) section.header .navbar {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

section.header .navbar-brand img {
  transition: max-height .5s ease;
  max-height: 2.7rem;
  position: relative;
  top: -5px;
}
body.scrolling:not(.landing) section.header .navbar-brand img {
  max-height: 2.4rem;
}


section.header .navbar-end,
section.header .navbar-start {
  /* min-width: 40%; */
}
section.header .navbar-end nav > ul > li {
  margin-right: 0.3rem;
  position: static;
}
section.header .navbar-end nav > ul > li:last-child {
  padding-right: 0;
  /* margin-right: 0; */
}
section.header .navbar-start nav > ul > li {
  margin-left: .75rem;
}
section.header .navbar-start nav > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
section.header .nav {
  background: #e1dbd5;
}

section.footer {
  overflow: hidden;
  position: relative;
}
section.footer a {
  color: #fff;
}
section.footer a:hover {
  color: #8d9ae0;
}
section.footer p {/*  color: #fff;*//* font-size: 16px; */}
section.footer a.navbar-item,
section.footer .navbar-link {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
section.footer .navbar-link:after,
section.footer .navbar-item .navbar-dropdown {
  display: none !important;
}
section.footer .navbar-item:hover {
  color: #8d9ae0;
}
section.footer .navbar-link {
  padding-right: 1.5rem;
}
section.footer .footer_top .footer_cols {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
section.footer .footer_top .footer_col_main a.logo {
  display: block;
  height: 4rem;
}
section.footer .footer_top .footer_col_main a.logo img {
  max-height: 100%;
}
section.footer .footer_top .footer_col_links .socials {
  display: flex;
  align-items: center;
}
section.footer .footer_top .footer_col_links .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.footer .footer_top .footer_col_links .partners .partner {
  width: 45%;
  margin-bottom: 2rem;
}
section.footer .footer_top .footer_col_links .partners .partner img {
  display: block;
  max-height: 40px;
  max-width: 150px;
  object-fit: contain;
}
section.footer .footer_bottom li:not(:last-child) {
  border-right: 1px solid #fff;
}
section.footer .footer_bottom li a:hover {
  color: #8d9ae0;
}

section.hero {
  position: relative;
}
section.hero .hero-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
section.hero .container {
  position: relative;
  z-index: 10;
}
section.hero .hero-body {
}
section.hero .title.is-1,
section.hero h1 {
  font-size: 63pt;
}
section.hero h2:not(:last-child),
section.hero h1:not(:last-child) {
  /* margin-bottom: 0.1em; */
}
section.hero p {
  /* font-size: 23px; */
  /* opacity: 0.9; */
}

section.hero .title.is-1+p,
section.hero h1+p {
  /*opacity: 0.75;*/
}
section.hero .button {
  margin-top: 2px;
}

section.hero .video {
  width: 0;
  height: 0;
}
section.hero .video .vjs-loading-spinner .vjs-control-text {
  display: none;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.6;*/
}

section.hero .scroll-me {
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #000723;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  bottom: 1rem;
  display: none;
}

section.hero .button+.button {
  margin-left: 12px;
}

#contact-us section.block_type_text_form .columns {
  align-items: flex-start !important;
}
#contact-us section.block_type_text_form .socials {
  margin-top: 50px;
}
#contact-us section.block_type_text_form .socials a {
  color: #fff !important;
  background: #000723;
  width: 45px;
  height: 45px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 1px 0 0 1px;
}

section.big_image {
  position: relative;
}
section.big_image .container {
  position: static;
}
section.big_image .column-image .block_image {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
}
section.big_image .column-image.is-3 .block_image {
    width: 25%
}
section.big_image .column-image.is-4 .block_image {
    width: 33.33333%
}
section.big_image .column-image.is-5 .block_image {
    width: 41.66667%
}
section.big_image .column-image.is-6 .block_image {
    width: 50%
}
section.big_image .column-image.is-7 .block_image {
    width: 58.33333%
}
section.big_image .column-image.is-5 .block_image {
  width: 42%;
}

section.block_type_image_text.big_image .column-image .block_image {
  left: 0;
}
section.block_type_text_image.big_image .column-image .block_image {
  right: 0;
}

section.block_type_gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  align-items: center;
  justify-content: center;
}
section.block_type_gallery .gallery .gallery_image {
  /* filter: grayscale(100%); */
  width: 22.7%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 135px; */
  margin: 0 0 2rem 0;
  opacity: 1;
}

section[class*="slider"] {
  overflow: hidden;
}

section.block_type_testimonials_slider .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
section.block_type_testimonials_slider .testimonial_slide {
  text-align: center;
  height: 100%;
}
section.block_type_testimonials_slider .quote p {
  font-size: 1.1rem;
  font-weight: 300;
  /* opacity: 0.6; */
  color: #ffffff;
}
section.block_type_testimonials_slider .quote p:first-child:before {
  content: "\201C";
  /* opacity: 0.2; */
}
section.block_type_testimonials_slider .quote p:last-child:after {
  content: "\201D";
  /* opacity: 0.2; */
}
section.block_type_testimonials_slider .name {
  /* margin-top: 20px; */
  color: #ffffff;
  font-weight: 600;
}
section.block_type_testimonials_slider .role {
  margin-top: 4px;
  color: #ffffff;
  font-weight: 600;
}
section.block_type_testimonials_slider .owl-dots {
  margin-top: 30px;
  /* margin-bottom: -10px; */
}
/*section.block_type_testimonials_slider .owl-theme .owl-stage-outer {
   overflow: visible;
}*/
section .owl-theme .owl-dots .owl-dot span {
  background: #000723;
  /* opacity: .2; */
}
section .owl-theme .owl-dots .owl-dot.active span,
section .owl-theme .owl-dots .owl-dot:hover span {
  /* opacity: 1; */
  background: #1b3bf1;
}
section .owl-theme .owl-nav .owl-prev,
section .owl-theme .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: transparent !important;
}
section .owl-theme .owl-nav .owl-next {
  left: inherit;
  right: 0;
}
section.block_type_testimonials_slider .owl-theme .owl-item {
/*  opacity: .35;*/
/*  transition: opacity .2s ease;*/
  text-align: center;
}
section.block_type_testimonials_slider .owl-theme .owl-item.active {
/*  opacity: 1;*/
}
section.block_type_testimonials_slider .testimonial_slide {
  border-radius: 16px;
  overflow: hidden;
}
section.block_type_testimonials_slider .testimonial_slide .image {
  background-size: cover;
  background-position: center;
  border-radius: 0;
}
section.block_type_testimonials_slider .testimonial_slide .details {
  min-height: 440px;
  background-color: #171717;
  padding: 3rem !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
section.block_type_testimonials_slider .testimonial_slide .customer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
section.block_type_testimonials_slider .testimonial_slide .customer.has_image {
  justify-content: center;
  position: relative;
  padding-left: 70px;
  align-items: flex-start;
  text-align: left;
}
section.block_type_testimonials_slider .testimonial_slide .customer.has_image .customer_image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

section.block_type_article_hero {
/*  text-align: center;*/
}
section.block_type_article_hero h1,
section.block_type_article_hero h2,
section.block_type_article_hero p {
  color: #ffffff;
}

/*section.block_type_article_content p,
section.block_type_article_content li {
  font-size: 18px;
}
section.block_type_article_content p {
  text-align: justify;
}*/
/*section.block_type_article_content .block_image {
  float: right;
  max-width: 50%;
  margin: -1rem -1rem 3rem 3rem;
  border: 1rem solid #e7ecf7;
}*/


section.block_type_blog_hero .search {
  position: relative;
  margin-top: -10px;
}
section.block_type_blog_hero .search .button {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  width: 48px;
}
section.block_type_blog_hero .search input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  color: #000723;
}
section.block_type_blog_hero .search input:active,
section.block_type_blog_hero .search input:focus {
  border-color: #7f52ff;
}
section.block_type_blog_hero .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
section.block_type_blog_hero .search input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
section.block_type_blog_hero input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

section.big_image .column-image {
  min-height: 350px;
}

/*section.block_type_cta .cta .block_icon {
  font-size: 4rem;
  color: #171717;
}*/
section.block_type_cta .columns {
  row-gap: 0.5rem;
}
section.block_type_cta .cta {
  background: #ffffff;
  display: flex;
  /* border-radius: 8px; */
  overflow: hidden;
  height: 100%;
  flex-direction: column;
}
section.block_type_cta .cta .details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.block_type_cta .cta .details .button {
  margin-top: auto;
}
section.block_type_cta .cta .block_image {
  /* border-bottom-left-radius: 0; */
  /* border-bottom-right-radius: 0; */
  border-radius: 0 0 4rem 0;
  flex-shrink: 0;
}


section.about_block .column-image {
  padding-top: 0;
  /*padding-bottom: 0;*/
}
section.about_block .column-image .block_image {
  /* border-radius: 0; */
  /* border: 20px solid #445c59; */
}

#about section .column-image .block_image {
  /* border: 20px solid #f3f3ef; */
}

section.details .column:last-child {
  text-align: center;
}
section.details .column:last-child img {
  margin: .6rem;
}

section.testimonials {
  position: relative;
}
section.testimonials .container {
  max-width: 900px !important;
}
section.testimonials:before {
  content: '';
  background-image: url('/file/dfe705d7a08446ba86261aa099eeee5c62bed24922d7d.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.testimonials [class*="ArrowControl__ArrowControlContainer"] {
  box-shadow: none !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"] > * {
  background: none !important;
  fill: #ebeae4 !important;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:first-child {
  left: -95px;
}
section.testimonials [class*="Carousel__CarouselArrowControlContainer"]:last-child {
  right: -95px;
}
section.testimonials [class*="ReviewAlignContainer__Container"] {
  min-height: 200px;
  justify-content: center;
}

section.block_type_logo_marquee {
  overflow: hidden;
}
section.block_type_logo_marquee .marquee3k-inner {
  white-space: nowrap;
/*  display: flex;*/
/*  gap: 5rem;*/
/*  display: inline-flex !important;*/
/*  padding-right: 3rem;*/
  width: max-content;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image {
  height: 70px;
  max-width: 180px;
  display: inline-block;
  filter: grayscale(100%) opacity(40%);
  background-size: contain;
  flex-shrink: 0;
  margin: 0 2rem;
  transition: filter .3s ease;
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image:hover {
  filter: grayscale(0%) opacity(100%);
}
section.block_type_logo_marquee .marquee3k-inner .gallery_image img {
  max-height: 100%;
  display: block;
  visibility: hidden;
}

section.block_type_logo_marquee .marquee3k-inner .gallery_image.object-fit {
  display: inline-flex;
}

section.block_type_logo_marquee .marquee3k-inner .gallery_image.object-fit img {
  object-fit: contain;
  visibility: visible;
}

.country-picker {
  padding: 2px 0 !important;
}
.country-picker .navbar-dropdown {
  border: none !important;
  z-index: 99;
  width: 150px;
  left: inherit;
  padding: 0.2rem 0;
  min-width: 0;
  border-radius: 3px;
  right: 0;
}
.country-picker .navbar-dropdown .navbar-item {
  padding: 0.35rem 0.6rem !important;
  background: transparent !important;
  text-align: left;
  color: #212528 !important;
  font-size: 0.8rem;
  width: 100%;
  justify-content: flex-start;
}
.country-picker .navbar-dropdown .navbar-item:hover {
  background-color: #f3f4f5 !important;
}
.country-picker > .navbar-link {
    background: #fff !important;
    padding: 0.3rem 1.6rem 0.3rem 0.4rem;
    border-radius: 3px;
    color: #212528 !important;
    font-size: 0.8rem;
}
.country-picker > .navbar-link:after {
  right: 0.725em;
  border-color: #525e68;
}
.country-picker img.flag {
  height: 18px;
  border-radius: 2px;
  margin-right: 0.4rem;
  display: inline-block;
}

section.block_type_articles_services {
  overflow: hidden;
}
section.block_type_articles_services a {
  display: inline-block;
  font-weight: 600;
  font-size: 1.3rem;
  margin-right: 2rem;
  position: relative;
/*  color: #fff;*/
}
section.block_type_articles_services a:after {
  content: '';
  height: 2px;
  left: 0;
  width: 0;
  bottom: -16px;
  position: absolute;
  background-color: #1b3bf1;
  transition: width .2s ease;
}
section.block_type_articles_services a:hover:after,
section.block_type_articles_services a.is-active:after {
  width: 100%;
}

.tab_links {
  overflow: hidden;
  position: relative;
}
.tab_links:before {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  /* bottom: 0; */
  width: 100px;
  display: flex;
  padding-right: 1.4rem;
  align-items: center;
  justify-content: flex-end;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f178";
  color: #1b3bf1;
  height: 2rem;
  font-size: 2rem;
  animation: indicate 2s infinite;
  pointer-events: none;
  opacity: 0;
}
@keyframes indicate {
  0% {
    margin-right: 0;
  }
  30% {
    margin-right: 0;
  }
  50% {
    margin-right: -20px;
  }
  70% {
    margin-right: -6px;
  }
  85% {
    margin-right: -20px;
  }
  100% {
    margin-right: 0;
  }
}
.tab_links:after {
  position: absolute;
  z-index: 2;
  width: 150px;
  content: '';
  pointer-events: none;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgb(var(--background-color)));
  border-right: 3rem rgb(var(--background-color)) solid;
  opacity: 0;
}
.tab_links .container {
  white-space: nowrap;
  overflow: auto;
  padding-right: 0;
}
.tab_links a {
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 2rem;
  position: relative;
  padding-bottom: 1.3rem;
  margin-bottom: 1rem;
}
.tab_links a:last-child {
  margin-right: 0;
}
.tab_links a:after {
  content: '';
  height: 2px;
  left: 0;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #1b3bf1;
  transition: width .2s ease;
}
.tab_links a span.tab_number {
  display: inline-block;
  margin-right: .5rem;
}
.tab_links a:hover:after,
.tab_links a.is-active:after {
  width: 100%;
}

section.block_type_tabs {
  overflow: hidden;
}
section.block_type_tabs .tab_links a {
  color: #ffffff;
}
section.block_type_tabs .tab_contents .tab_content {
  display: none;
}
section.block_type_tabs .tab_contents .tab_content.is-active {
  display: block;
}

section.blue_cta section.hero h2 {
/*  font-size: 5rem;*/
}
section.blue_cta section.hero h3 {
/*  font-size: 3rem;*/
}
section.blue_cta section.hero .hero-body {
  background: rgba(var(--background-color),0.9);
  backdrop-filter: grayscale(1) contrast(1.5) saturate(1.5);
  /* background-blend-mode: multiply; */
  /* mix-blend-mode: multiply; */
  position: relative;
  z-index: 10;
}

section.featured_articles_header h2 {
  font-size: 63pt;
}

section.gradientbg,
section.block_type_recent_articles {
  background-image: linear-gradient(0deg, #1b3bf1, #0038d3, #0034b4, #002d95, #002677, #001e59, #00153c, #000723);
  background-size: auto 250px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
section.gradientbg.purple {
/*  background-image: linear-gradient(180deg, #000723, #11163a, #2b1e51, #492465, #6c2676, #912381, #b81a88, #df0289);*/
  background-image: linear-gradient(180deg, #000723, #df0289);
}

section.welcome {
  background: #fff !important;
}
section.welcome .container {
  background-color: rgba(var(--background-color));
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
section.welcome .container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-image: url('https://techcareedu.b-cdn.net/file/logo-overlay65cf3a7f0ed24.webp');
  background-size: 150% auto;
  background-position: center 20%;
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: soft-light;
}
section.welcome .content {
  padding: 9rem 1rem;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
}
section.welcome .columns {
  position: relative;
  z-index: 10;
}


/*section.main_hero section.hero .hero-image {
  background-position: center;
  background-size: auto 100%;
}
section.main_hero section.hero .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.main_hero section.hero .hero-body {
}
section.main_hero section.hero .hero-body .container {
  position: relative;
}*/
/*section.main_hero section.hero .hero-body .container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 100px;
  background-image: url('https://techcaredigital.b-cdn.net/file/partners-hero65cf6b1b35ec0.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}*/
section.main_hero section.hero h2,
section.main_hero section.hero h1,
section.main_hero section.hero p {
}
section.main_hero section.hero p {
  width: 500px;
  font-size: 1.3rem;
  max-width: 100%;
}
section.main_hero section.hero p:last-child {
  margin-bottom: 0 !important;
}

section.half_hero section.hero .hero-image {
  background-position: left center;
  background-size: cover;
  left: 55%;
}
section.half_hero section.hero p {
  width: 500px;
  font-size: 1.3rem;
  max-width: 100%;
}
section.half_hero section.hero .button {
/*  position: absolute;
  bottom: 0;
  right: 0;*/
  line-height: 1.4;
  padding: 2em 2em;
  margin-top: 0!important;
}

.popup_modal {
  display: flex !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10vh);
  transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1.000), transform .3s cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
.popup_modal.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.popup_modal .modal-inner {
  width: 85%;
  height: 85%;
  overflow-y: scroll;
  margin: 0px auto;
  padding: 3rem 0px;
  position: relative;
}
.popup_modal .modal-inner:before {
  width: 1px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #fff;
}
.popup_modal .field {
  margin-bottom: 2rem;
}
.popup_modal .field_type_checkbox {
  width: 100%;
}
.popup_modal .input,
.popup_modal .textarea {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.popup_modal .input:focus,
.popup_modal .textarea:focus,
.popup_modal .input:active,
.popup_modal .textarea:active {
  border-color: #1b3bf1;
}

.popup_modal .textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.popup_modal .textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
.popup_modal .textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.popup_modal input.input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.popup_modal input.input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 1;
}
.popup_modal input.input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

a.listing {
  display: block;
}
.listing .listing_image {
  position: relative;
}
.listing .listing_image .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  transition: opacity .2s ease;
  opacity: 0;
  background: #1b3bf1e6;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.listing:hover .listing_image .overlay {
  opacity: 1;
  pointer-events: all;
}

.listing.article {
  display: block;
}
.listing.article .listing_image {
  position: relative;
  border-radius: 0 0 7rem 0;
  overflow: hidden;
}
.listing.article .listing_content p {
  color: #000723;
}
section.block_type_recent_articles .listing.article .listing_content p {
  color: #fff;
}

.listing.team .listing_image {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}

.listing.mini_listing {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
.listing.mini_listing .listing_content,
.listing.mini_listing .listing_content_hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity .2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 2rem;
}
.listing.mini_listing .listing_content {
  background: #0007231f;
  justify-content: flex-end;
}
.listing.mini_listing .listing_content_hover {
  opacity: 0;
  background: #1b3bf1e6;
}
.listing.mini_listing:hover .listing_content {
  opacity: 0;
}
.listing.mini_listing:hover .listing_content_hover {
  opacity: 1;
}

.listing.career {
  border-bottom-right-radius: 3rem;
  overflow: hidden;
}
.listing.career .description {
  opacity: .7;
}
.listing.career .description p {
  font-size: 17px;
}

section.contact_form {
  background: #fff !important;
}
section.contact_form .column.is-6:first-child {
  flex-grow: 1;
}
section.contact_form .column.is-6:last-child {
  flex-shrink: 1;
  width: auto;
  min-width: 420px;
}
section.contact_form .hbspt-form {
  padding: 0;
  background: transparent;
}
section.contact_form .block-content {
  width: 400px;
  flex: none;
}
section.contact_form .content {
  background-color: rgb(var(--background-color));
  padding: 2rem;
  border-radius: .7rem;
}
section.contact_form .content p[class*="icon"] {
  padding-left: 40px;
  position: relative;
}
section.contact_form .content p[class*="icon"]:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: -0.2rem;
  left: 0;
  color: #1b3bf1;
  font-size: 1.4rem;
}
section.contact_form .content p.phone-icon:before {
  content: "\f879";
}
section.contact_form .content p.email-icon:before {
  content: "\f1fa";
}
section.contact_form .content p.address-icon:before {
  content: "\f3c5";
}

section.contact_form .content p.phone-icon+p.phone-icon:before {
  opacity: 0;
}

section.inline_list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  /*  margin-bottom: 1.5rem;*/
  padding: 1.4rem 0;
  border: 2px solid #1b3bf1;
  border-left: none;
  border-right: none;
  margin-top: 3rem;
}
section.inline_list ul li {
  margin: 0 2rem 0 0;
  font-size: 0.95rem;
}
section.inline_list ul li strong {
  display: block;
  margin-bottom: 0.1rem;
}

section.block_type_image .container.is-fluid {
  padding: 0;
}
section.block_type_image img {
  width: 100%;
  display: block;
}

section.block_type_video {
  padding: 0;
}
section.block_type_video a {
  display: block;
  position: relative;
}
section.block_type_video a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content:  "\f144";
  font-weight: 400;
  font-size: 10rem;
  z-index: 10;
  background: #0007235e;
  transition: background .2s ease;
}
section.block_type_video a:hover:before {
  background: #00072387;
}

.modal.video-modal .modal-content {
  width: 100%;
  height: 100%;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
}
.modal.video-modal iframe {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

section.stats .content {
  border-radius: 2rem;
  padding: 2rem;
  border: 2px solid #1b3bf1;
}
section.stats .content h2 {
  font-size: 5.3rem;
}
section.stats .content h3 {
  font-size: 2.5rem;
}

section.block_type_quote .container {
  display: flex;
  align-items: center;
  padding-right: 4rem;
}
section.block_type_quote .quote_image {
  width: 230px;
  margin-right: 3rem;
  flex-shrink: 0;
}
section.block_type_quote .quote_image figure {
  border-radius: 50%;
  border: 4px solid #1b3bf1;
}

section.block_type_autoplay_video {
  position: relative;
}
section.block_type_autoplay_video .down {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 69.3 40.3'%3E%3Cpath fill='%23fff' d='M69.3 5.7 63.6 0l-29 29L5.7 0 0 5.7l31.8 31.8 2.9 2.8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 7;
}
section.block_type_autoplay_video .video-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
section.block_type_autoplay_video .video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
section.block_type_autoplay_video .video .vjs-loading-spinner {
  display: none !important;
}
section.block_type_autoplay_video .video video {
  width: 100%;
  display: block;
}

.floating-button {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 50;
  width: 210px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  display: none;
}
body.show-cta .floating-button {
  opacity: 1;
  pointer-events: all;
}
.floating-button .button {
  width: 100%;
  max-width: 100%;
  white-space: initial;
  height: auto;
  line-height: 1.4;
  padding: 1rem 1rem;
}


section.block_type_stats .stat {
  text-align: center;
}
section.block_type_stats .stat h4 {
  font-size: 5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}


section aside.other_articles .listing.article h3 {
  font-size: 1.7rem;
}

.hbspt-form {
  padding: 3rem;
  background: #ffffff0f;
  border-radius: 0 0 7rem 0;
}

section.white_content .columns {
  row-gap: 1.3rem;
}
section.white_content .content {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 7rem 0;
  height: 100%;
}

section.block_type_resource_hero .content * {
  color: #fff;
}

section .meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
section .meta .image {
  margin-right: 1rem;
  flex-shrink: 0;
}
section .meta .details h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
section .meta .details p.date {
  opacity: .6;
}

section.block_type_logo_marquee.awards .marquee3k-inner .gallery_image {
  max-width: 500px;
  height: 80px;
}



body[id*="extranet"] {
  background-image: url('https://techcare.b-cdn.net/file/original_firewall661ce465e6d37.jpg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body[id*="extranet"] .extranet-tc-logo,
body[id*="extranet"] .extranet-company-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 50px;
}
body[id*="extranet"] .extranet-company-logo {
  left: inherit;
  right: 1rem;
}
body[id*="extranet"] .extranet-tc-logo img,
body[id*="extranet"] .extranet-company-logo img {
  max-height: 100%;
  display: inline-block;
}
body[id*="extranet"] main {
  background: transparent;
}
body[id*="extranet"] .innerwrapper {
  background: #1b3bf1e6;
  backdrop-filter: grayscale(1) contrast(1.5) saturate(1.5);
}
body[id*="extranet"] section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
/*  background: rgba(var(--background-color), 0.9) !important;*/
/*  backdrop-filter: grayscale(1) contrast(1.5) saturate(1.5);*/
}

body[id*="extranet"] section .cell .cell-inner {
  padding: 1.5rem;
  background-color: #fffffff7;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  position: relative;
}
body[id*="extranet"] section .cell .title-tag {
  position: absolute;
  top: 1.5rem;
}
body[id*="extranet"] section .cell.cell-search .search-bar {
  display: flex;
  gap: 2rem;
  align-items: center;
}
body[id*="extranet"] section .cell.cell-search .field {
  flex-grow: 1;
}
body[id*="extranet"] section .cell.cell-search .google-logo {
  height: 45px;
  position: relative;
  bottom: -5px;
}
body[id*="extranet"] section .cell.cell-search .google-logo img {
  max-height: 100%;
  display: inline-block;
}
body[id*="extranet"] section .cell.cell-search input {
  border-top-left-radius: 63px;
  border-bottom-left-radius: 63px;
}
body[id*="extranet"] section .cell.cell-search .icon {
  width: 3rem;
  height: 3rem;
  color: #3F393B !important;
  opacity: .3;
}
body[id*="extranet"] section .cell.cell-youtube .cell-inner {
  background-color: #fff;
}
body[id*="extranet"] section .cell.cell-youtube,
body[id*="extranet"] section .cell.cell-article {
  position: relative;
  overflow: hidden;
}
body[id*="extranet"] section .cell.cell-article .cell-inner {
  display: block;
  height: 100%;
}
body[id*="extranet"] section .cell.cell-article .listing_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body[id*="extranet"] section .cell.cell-article .listing_image .image {
  width: 100%;
  height: 100%;
}
body[id*="extranet"] section .cell.cell-article .listing_image img {
  width: 100%;
  height: 100%;
  opacity: .35;
  border-radius: 0.5rem;
}
body[id*="extranet"] section .cell.cell-article .listing_content {
  position: relative;
  z-index: 10;
}

body[id*="extranet"] section .cell.cell-status .cell-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffc;
}
body[id*="extranet"] section .cell.cell-status .cell-inner .icon {
  font-size: 3rem;
/*  color: #55d01d;*/
  height: auto;
  width: auto;
  margin-bottom: 1rem;
}
body[id*="extranet"] section .cell.cell-status .button {
  position: absolute;
  bottom: 1.5rem;
}

body[id*="extranet"] section .cell.cell-team .cell-inner {
/*  padding-top: 4.3rem;*/
}
body[id*="extranet"] section .cell.cell-team .view-all {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
body[id*="extranet"] section .cell.cell-team .view-all i {
  font-size: 1.1rem;
  /* vertical-align: middle; */
  margin-left: 0.3rem;
}
body[id*="extranet"] section .cell.cell-team .extranet-team .image {
  border-radius: .6rem;
}
body[id*="extranet"] section .cell.cell-team .extranet-team .name {
  font-weight: 600;
}
body[id*="extranet"] section .cell.cell-team .extranet-team .role {
  font-size: 15px;
}

body[id*="extranet"] section .cell.cell-deal .cell-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .title.is-7 {
    font-weight: 400;
}


section.block_type_subnav {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  background: linear-gradient(90deg, #1b3cef, #0054f7, #0068fb, #007afd, #008bfd, #279bfb, #4baaf8, #6ab9f5);
}
section.block_type_subnav .container {
  display: flex;
  align-items: center;
  gap: 1rem 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}
section.block_type_subnav a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: border .2s ease;
}
section.block_type_subnav a:hover {
  border-color: #fff;
}


section.footer p.phone span.has-text-weight-medium,
section.footer p.address span.has-text-weight-medium {
  font-size: 1rem !important;
}
