/* ACF BLOCKS BELOW THIS LINE */
/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Flex Layout Padding */
/* Flex Layout Container Width */
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center;
}

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff;
}

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px;
}
.layout-section.padding-small .cls-background section .cls-background {
  padding-top: inherit;
  padding-bottom: inherit;
}

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
.layout-section.padding-medium .cls-background section .cls-background {
  padding-top: inherit;
  padding-bottom: inherit;
}
@media (max-width: 767px) {
  .layout-section.padding-medium .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.layout-section.padding-large .cls-background {
  padding-top: 100px;
  padding-bottom: 100px;
}
.layout-section.padding-large .cls-background section .cls-background {
  padding-top: inherit;
  padding-bottom: inherit;
}
@media (max-width: 991px) {
  .layout-section.padding-large .cls-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layout-section.padding-large .cls-background {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px;
}

.layout-section.container-full .container {
  max-width: 100%;
}

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important;
  }
}
@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important;
  }
}
/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 2em;
  }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important;
  }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000;
  }
}
/* Colors */
/* Fonts */
/* Responsive Breakpoints */
/* Container Widths */
.section-hero {
  /*hero image*/
  /*hero slider*/
  /*hero vid*/
  /*hero gradient*/
}
.section-hero.alignfull {
  margin: 0px calc(50% - 50vw) 25px !important;
}
.section-hero .desktop, .section-hero .desktop .slide {
  aspect-ratio: 4/1;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 991px) {
  .section-hero .desktop, .section-hero .desktop .slide {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767px) {
  .section-hero .mobile img, .section-hero .mobile .slide {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 575px) {
  .section-hero .mobile img, .section-hero .mobile .slide {
    aspect-ratio: 4/3;
  }
}
.section-hero .hero-image {
  background-size: cover;
}
@media (max-width: 767px) {
  .section-hero .hero-image.desktop {
    display: none;
  }
}
.section-hero .hero-image.mobile {
  display: none;
}
@media (max-width: 767px) {
  .section-hero .hero-image.mobile {
    display: block;
  }
}
.section-hero .hero-image.mobile img {
  display: block;
}
.section-hero .hero-image.mobile .hero-text {
  box-sizing: border-box;
  padding: 25px;
}
.section-hero .hero-slider.desktop {
  display: block !important;
  margin-bottom: -25px;
}
.section-hero .hero-slider.desktop .slick-dots {
  bottom: 50px;
}
.section-hero .hero-slider .slide {
  padding: 0 40px;
  display: flex !important;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section-hero .hero-slider.desktop {
    display: none !important;
  }
}
.section-hero .hero-slider.mobile {
  display: none;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-hero .hero-slider.mobile {
    display: block !important;
  }
}
.section-hero .hero-slider.mobile .slide {
  padding: 0;
  display: block !important;
}
.section-hero .hero-slider.mobile .slide .slide-img {
  aspect-ratio: 3/2;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-hero .hero-slider.mobile .slide .hero-text {
  box-sizing: border-box;
  padding: 25px 25px 50px;
}
.section-hero .hero-video {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 0;
  background-position: bottom center;
  background-size: cover;
}
.section-hero .hero-video.desktop {
  justify-content: center;
}
.section-hero .hero-video .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
@media (max-width: 767px) {
  .section-hero .hero-video .hero-overlay {
    display: none;
  }
}
.section-hero .hero-video .videoembed {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-hero .hero-video .videoembed {
    position: relative;
  }
}
.section-hero .hero-video .hero-text {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-hero .hero-video .hero-text {
    display: none;
  }
}
.section-hero .hero-video.mobile {
  display: none;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  top: -0.5em;
}
@media (max-width: 767px) {
  .section-hero .hero-video.mobile {
    display: block;
  }
  .section-hero .hero-video.mobile .hero-text {
    display: block;
  }
}
.section-hero .hero-gradient.parallax {
  background-attachment: fixed;
}
.section-hero .hero-gradient .hero-text.full-width-txt {
  width: 100%;
}
.section-hero .hero-gradient .hero-text.half-width-txt-left {
  width: 50%;
}
@media (max-width: 767px) {
  .section-hero .hero-gradient .hero-text.half-width-txt-left {
    width: 100%;
  }
}
.section-hero .hero-gradient .hero-text.half-width-txt-right {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 767px) {
  .section-hero .hero-gradient .hero-text.half-width-txt-right {
    width: 100%;
    margin-left: 0;
  }
}

.section-latest-posts .post-item.grid .post {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-latest-posts .post-item.grid .post {
    display: flex;
  }
}
@media (min-width: 768px) {
  .section-latest-posts .post-item.grid .post .entry-image {
    flex: 0 0 calc(58.3% - 8.34px);
  }
}
@media (min-width: 768px) {
  .section-latest-posts .post-item.grid .post .post-content {
    flex: 0 0 calc(41.6% - 11.68px);
  }
}
.section-latest-posts .latest-posts-slider .slick-slide {
  margin: 10px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.section-latest-posts .latest-posts-slider .slick-next {
  right: 0;
}
.section-latest-posts .latest-posts-slider .slick-prev {
  left: 0;
}
.section-latest-posts .latest-posts-slider .slick-dots {
  bottom: -25px;
}
.section-latest-posts .latest-posts-slider .post-list {
  padding: 0 5%;
}
@media (max-width: 991px) {
  .section-latest-posts .latest-posts-slider .post-list {
    padding: 0;
  }
}
.section-latest-posts .latest-posts-slider .post {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-latest-posts .latest-posts-slider .post {
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .section-latest-posts .latest-posts-slider .post {
    padding: 0;
  }
}
.section-latest-posts .post-list {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-latest-posts .post-list {
    display: flex;
  }
}
.section-latest-posts .post-list .post {
  flex: 1;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .section-latest-posts .post-list .post {
    width: 45%;
    flex: none;
  }
}
@media (max-width: 767px) {
  .section-latest-posts .post-list .post {
    width: 100%;
    margin: 0 auto 50px;
  }
}

.section-slider.alignfull .container {
  padding: 0;
}
.section-slider .slick-slide {
  margin: 10px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.section-slider .slick-dots {
  bottom: -25px;
}
.section-slider .slick-arrow.slick-prev {
  left: 0;
}
.section-slider .slick-arrow.slick-next {
  right: 0;
}
.section-slider iframe {
  width: 100%;
}
.section-slider .image-slider-nav .thumbnail-button {
  padding: 0;
  border: none;
}
.section-slider .content-slider .content-slide {
  padding: 0 10%;
}
.section-slider .testimonials-slider .testimonial-slide {
  padding: 0 15%;
}
@media (max-width: 991px) {
  .section-slider .testimonials-slider .testimonial-slide {
    padding: 0 10%;
  }
}
.section-slider .testimonials-slider .testimonial-slide .auth-img {
  max-width: 150px;
  margin: 0 auto 25px;
}
.section-slider .video-slider {
  margin-bottom: 0;
  overflow-x: hidden;
}
.section-slider .video-slider.center-slider {
  margin-top: 5vw;
}
.section-slider .video-slider.center-slider .slick-dots {
  position: relative !important;
  margin-top: 5vw;
  bottom: 0;
}
.section-slider .video-slider .slick-list {
  overflow: visible !important;
}
.section-slider .video-slider .slick-list .slick-track {
  height: 40vw;
}
@media (min-width: 1200px) {
  .section-slider .video-slider .slick-list .slick-track {
    height: 35vw;
  }
}
.section-slider .video-slider .slick-list .slick-track .slick-slide {
  display: block !important;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide.slick-center .video-wrapper {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide {
  height: 100%;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper {
  display: block;
  height: 100%;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.4s ease;
  overflow: hidden;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper .lightbox-vid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper .lightbox-vid:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 31, 91, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color ease 0.4s;
  z-index: 1;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper .lightbox-vid:hover:after {
  background-color: rgba(9, 31, 91, 0.4);
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper .lightbox-vid .play-btn {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA4MiA4MiI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjguMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4xIEJ1aWxkIDMpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTQxLDBDMTguMywwLDAsMTguMywwLDQxczE4LjMsNDEsNDEsNDEsNDEtMTguMyw0MS00MVM2My42LDAsNDEsMFpNMzIuMyw2Mi4xVjE5LjlsMjQuOCwyMC4zLTI0LjgsMjEuOVoiLz4KPC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  display: inline-block;
  height: 18vw;
  max-height: 82px;
  width: 18vw;
  max-width: 82px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 15vw;
  max-height: 76px;
  width: 15vw;
  max-width: 76px;
  z-index: 2;
}
.section-slider .video-slider .slick-list .slick-track .slick-slide > div .video-slide .video-wrapper .lightbox-vid .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 1;
}

.section-logos {
  /*logo list*/
  /*logo slider*/
}
.section-logos .logo-list {
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.section-logos .logo-list .logo-header {
  position: absolute;
  letter-spacing: 0.025em;
  top: 50%;
  left: 0;
  transform: rotate(-90deg);
}
.section-logos .logo-list .logo-header.top {
  transform: rotate(0deg);
  position: relative;
}
@media (max-width: 570px) {
  .section-logos .logo-list .logo-header {
    position: relative;
    transform: rotate(0deg);
  }
}
.section-logos .logo-list .logos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 570px) {
  .section-logos .logo-list .logos {
    margin: 25px auto;
  }
}
.section-logos .logo-list .logos .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 12%;
  margin: 1% 2%;
}
@media (max-width: 767px) {
  .section-logos .logo-list .logos .logo {
    width: 25%;
  }
}
@media (max-width: 570px) {
  .section-logos .logo-list .logos .logo {
    width: 40%;
    margin: 2% 4%;
  }
}
.section-logos .logo-list .logos .logo img {
  margin: 0 auto;
  transition: all 0.3s ease;
  max-height: 100px;
  text-align: center;
}
.section-logos .logo-slider {
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.section-logos .logo-slider .logo-header {
  position: absolute;
  letter-spacing: 0.025em;
  top: 40%;
  left: 0;
  transform: rotate(-90deg);
}
.section-logos .logo-slider .logo-header.top {
  transform: rotate(0deg);
  position: relative;
}
@media (max-width: 570px) {
  .section-logos .logo-slider .logo-header {
    position: relative;
    transform: rotate(0deg);
  }
}
.section-logos .logo-slider .logos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto 25px;
}
@media (max-width: 570px) {
  .section-logos .logo-slider .logos {
    margin: 25px auto 0;
  }
}
.section-logos .logo-slider .logos .slick-prev {
  left: -20px;
}
.section-logos .logo-slider .logos .slick-next {
  right: -30px;
}
.section-logos .logo-slider .logos .slick-dots {
  bottom: -30px;
}
.section-logos .logo-slider .logos .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 100px;
}
.section-logos .logo-slider .logos .slick-slide .logo img {
  margin: 0 auto;
  transition: all 0.3s ease;
  max-height: 100px;
  text-align: center;
}

.section-process .process-blocks {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.section-process .process-blocks .process-block {
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  margin: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-process .process-blocks .process-block .num {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -10px;
  left: -10px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #000;
  font-weight: 700;
  font-size: 36px;
}
.section-process .process-blocks.two .process-block {
  width: 47.5%;
}
@media (max-width: 991px) {
  .section-process .process-blocks.two .process-block {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .section-process .process-blocks.two .process-block {
    width: 100%;
  }
}
.section-process .process-blocks.three .process-block {
  width: 31.5%;
}
@media (max-width: 1199px) {
  .section-process .process-blocks.three .process-block {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .section-process .process-blocks.three .process-block {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-process .process-blocks.three .process-block {
    width: 100%;
  }
}
.section-process .process-blocks.four .process-block {
  width: 23%;
}
@media (max-width: 1199px) {
  .section-process .process-blocks.four .process-block {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .section-process .process-blocks.four .process-block {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .section-process .process-blocks.four .process-block {
    width: 100%;
  }
}

.section-overlay-content {
  position: relative;
}
.section-overlay-content .cls-background {
  overflow: auto;
}
.section-overlay-content .overlay-content {
  box-sizing: border-box;
  padding: 50px;
}
.section-overlay-content .overlay-content.strip-logos {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-overlay-content .overlay-content.strip-logos {
    margin-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .section-overlay-content .overlay-content.strip-logos {
    margin-bottom: 225px;
  }
}
.section-overlay-content .overlay-content.left {
  float: left;
}
.section-overlay-content .overlay-content.right {
  float: right;
}
.section-overlay-content .overlay-content.center {
  margin: 0 auto;
}
.section-overlay-content .overlay-content.full {
  width: 100%;
}
.section-overlay-content .overlay-content.half {
  width: 50%;
}
@media (max-width: 575px) {
  .section-overlay-content .overlay-content.half {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .section-overlay-content .overlay-content.custom {
    width: 50% !important;
  }
}
@media (max-width: 575px) {
  .section-overlay-content .overlay-content.custom {
    width: 100% !important;
  }
}
.section-overlay-content .logo-strip {
  position: absolute;
  bottom: 25px;
  left: 10%;
  right: 10%;
  margin-top: 50px;
}
.section-overlay-content .logo-strip .logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-overlay-content .logo-strip .logos .logo {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .section-overlay-content .logo-strip .logos .logo {
    margin: 0 10px;
    flex: 0 0 calc(20% - 10px);
  }
}
@media (max-width: 575px) {
  .section-overlay-content .logo-strip .logos .logo {
    margin: 10px;
    flex: 0 0 calc(40% - 10px);
  }
}
.section-overlay-content .logo-strip .logos .logo img {
  max-height: 50px;
  margin: 0 auto;
  align-self: flex-start;
  filter: brightness(0) invert(1);
}

.section-image-text .grid.left {
  flex-direction: row-reverse;
}
.section-image-text .grid.boxed {
  justify-content: center;
}
.section-image-text .grid.boxed .cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.section-image-text .grid.boxed .cell.txt-col {
  padding: 50px;
  box-sizing: border-box;
}
.section-image-text .grid.boxed .cell.img-col {
  display: table;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.section-image-text .grid.boxed .cell.img-col img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  .section-image-text .grid.boxed .cell.img-col img {
    display: block;
  }
}
.section-image-text .grid.offset.right .txt-col {
  padding: 50px 50px 50px 25px;
  box-sizing: border-box;
}
.section-image-text .grid.offset.left {
  flex-direction: row-reverse;
}
.section-image-text .grid.offset.left .txt-col {
  padding: 50px 25px 50px 50px;
  box-sizing: border-box;
}
.section-image-text .grid.offset .cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 921px) {
  .section-value-stack .value-stacks .stack {
    position: relative;
    top: 50px;
    opacity: 0;
  }
  .section-value-stack .value-stacks .stack.animate-box:nth-child(1) {
    animation: boxAnimation 0.7s ease 0.3s forwards;
  }
  .section-value-stack .value-stacks .stack.animate-box:nth-child(2) {
    animation: boxAnimation 0.7s ease 0.5s forwards;
  }
  .section-value-stack .value-stacks .stack.animate-box:nth-child(3) {
    animation: boxAnimation 0.7s ease 0.7s forwards;
  }
  .section-value-stack .value-stacks .stack.animate-box:nth-child(4) {
    animation: boxAnimation 0.7s ease 0.9s forwards;
  }
  .section-value-stack .fade {
    opacity: 0;
    transition: all 1s ease;
  }
  .section-value-stack .fade.visible {
    opacity: 1;
  }
}
.section-value-stack .value-stacks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-value-stack .value-stacks.gutter .stack {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .section-value-stack .value-stacks.gutter .stack {
    margin: 10px 0;
  }
}
.section-value-stack .value-stacks.gutter .stack:first-child {
  margin: 0 10px 0 0;
}
@media (max-width: 575px) {
  .section-value-stack .value-stacks.gutter .stack:first-child {
    margin: 10px 0;
  }
}
.section-value-stack .value-stacks.gutter .stack:last-child {
  margin: 0 0 0 10px;
}
@media (max-width: 575px) {
  .section-value-stack .value-stacks.gutter .stack:last-child {
    margin: 10px 0;
  }
}
.section-value-stack .value-stacks.box .stack {
  text-align: center;
  display: block;
  border-radius: 10px;
  border: 2px solid #444444;
}
.section-value-stack .value-stacks.box .stack svg {
  margin: 0 auto 15px;
}
.section-value-stack .value-stacks.inline .stack .txt {
  padding: 0 0 0 20px;
}
.section-value-stack .value-stacks.inline .stack .txt p {
  font-size: 0.9em;
}
.section-value-stack .value-stacks .stack {
  display: flex;
  align-items: center;
  padding: 30px 65px;
  text-decoration: none;
  justify-content: center;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-value-stack .value-stacks .stack svg {
  font-size: 40px;
}
.section-value-stack .value-stacks .stack img {
  max-width: 50px;
  margin-bottom: 10px;
}
.section-value-stack .value-stacks .stack .txt {
  display: block;
  line-height: 1.25em;
}
.section-value-stack .value-stacks .stack .txt h1, .section-value-stack .value-stacks .stack .txt h2, .section-value-stack .value-stacks .stack .txt h3, .section-value-stack .value-stacks .stack .txt h4, .section-value-stack .value-stacks .stack .txt h5, .section-value-stack .value-stacks .stack .txt p:last-child, .section-value-stack .value-stacks .stack .txt ul, .section-value-stack .value-stacks .stack .txt li {
  margin: 0 auto 1%;
}
.section-value-stack .value-stacks .stack .txt p {
  font-size: 0.9em;
}

.section-register .register-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-register .register-boxes .box {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 50px 50px 150px;
  margin: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-register .register-boxes .box:first-child {
  margin: 0 10px 0 0;
}
.section-register .register-boxes .box:last-child {
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-register .register-boxes .box {
    flex: auto;
    margin: 10px 0;
    width: 100%;
    align-items: center;
    padding: 50px;
  }
  .section-register .register-boxes .box:first-child, .section-register .register-boxes .box:last-child {
    margin: 10px 0;
  }
}
.section-register .register-boxes .box .button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .section-register .register-boxes .box .button {
    position: relative;
    left: 0;
    transform: translateX(0%);
    bottom: 0;
    margin-top: 25px;
  }
}

.dialog {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
  position: fixed;
  margin: 0;
  padding: 0;
  border: none;
  min-width: 100vw;
  min-height: 100vh;
  inset: 0;
}
.dialog[open] {
  display: grid;
  place-content: center;
}
.dialog .dialog__card {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  max-width: 550px;
  box-shadow: 0px 4px 8px rgba(102, 102, 102, 0.2);
  flex-direction: column;
  gap: 16px;
  margin-right: 0;
}
.dialog .dialog__card button {
  margin: 0;
  padding: 0;
  border: none;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.dialog .dialog__card button:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjUgNy41Ij48ZyBpZD0iYyI+PHBhdGggZD0ibTcuMjgsMS4yOGMuMjktLjI5LjI5LS43NywwLTEuMDZzLS43Ny0uMjktMS4wNiwwbC0yLjQ3LDIuNDdMMS4yOC4yMkMuOTktLjA3LjUxLS4wNy4yMi4yMlMtLjA3Ljk5LjIyLDEuMjhsMi40NywyLjQ3TC4yMiw2LjIyYy0uMjkuMjktLjI5Ljc3LDAsMS4wNnMuNzcuMjksMS4wNiwwbDIuNDctMi40NywyLjQ3LDIuNDdjLjI5LjI5Ljc3LjI5LDEuMDYsMHMuMjktLjc3LDAtMS4wNmwtMi40Ny0yLjQ3LDIuNDctMi40N1oiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

.tabs.left-align div[role=tablist] {
  align-items: flex-start;
}
.tabs.left-align div[role=tablist] button[role=tab] {
  flex-grow: inherit;
}
.tabs.center-align div[role=tablist] {
  justify-content: center;
}
.tabs.center-align div[role=tablist] button[role=tab] {
  flex-grow: inherit;
}
.tabs.vertical {
  justify-content: flex-start;
}
.tabs.vertical div[role=tablist] {
  flex-direction: column;
  top: 0;
  right: -1px;
}
.tabs.vertical div[role=tablist] button[role=tab] {
  border-bottom: 1px solid #ccc;
  flex-grow: inherit;
}
.tabs.vertical div[role=tablist] button[role=tab][aria-selected=true] {
  border-bottom-color: #ccc;
  border-right-color: #fff;
}
.tabs.vertical div[role=tabpanel] {
  border-left: 1px solid #ccc;
  flex: 1 !important;
  justify-content: flex-start;
}
.tabs div[role=tablist] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0px;
  position: relative;
  top: 1px;
}
@media (max-width: 575px) {
  .tabs div[role=tablist] {
    display: block;
  }
}
.tabs div[role=tablist] button[role=tab] {
  display: block;
  flex-grow: 1;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-bottom: none;
  text-decoration: none;
  font-weight: 700;
  margin: 0;
  overflow: visible;
  padding: 0.6rem 1rem;
  outline-offset: -2px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .tabs div[role=tablist] button[role=tab] {
    margin: 0 auto 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1rem;
  }
  .tabs div[role=tablist] button[role=tab]:last-child {
    margin: 0 auto;
  }
}
.tabs div[role=tablist] button[role=tab][aria-selected=true] {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  z-index: 3;
}
@media (max-width: 575px) {
  .tabs div[role=tablist] button[role=tab][aria-selected=true] {
    border-bottom-color: #ccc;
  }
}
.tabs div[role=tabpanel] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 2;
  border-top: 1px solid #ccc;
  min-height: 10em;
  width: 100%;
  overflow: auto;
  padding: 20px;
}
.tabs div[role=tabpanel] > * {
  margin-block: 1em;
}
.tabs div[role=tabpanel] > h3 {
  margin-bottom: 0;
}
.tabs div[role=tabpanel][aria-hidden=true] {
  display: none;
}
@media (max-width: 575px) {
  .tabs div[role=tabpanel] {
    border-top: none;
  }
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accordion .accordion__details {
  position: relative;
}
.accordion .accordion__details > * + * {
  padding: 10px 25px 0 25px;
}
.accordion .accordion__details[open] .accordion__marker {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljc1IDEuNSI+PGcgaWQ9ImMiPjxwYXRoIGQ9Im05Ljc1Ljc1YzAsLjQxLS4zNC43NS0uNzUuNzVILjc1Yy0uNDEsMC0uNzUtLjM0LS43NS0uNzVzLjM0LS43NS43NS0uNzVoOC4yNWMuNDEsMCwuNzUuMzQuNzUuNzVaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L2c+PC9zdmc+) !important;
}
.accordion .accordion__details[open] .accordion__summary {
  background-color: #cccccc;
}
.accordion .accordion__details .accordion__summary {
  cursor: pointer;
  padding: 25px;
  position: relative;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  transition: 0.4s;
}
.accordion .accordion__details .accordion__summary h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.accordion .accordion__details .accordion__summary:hover {
  background-color: #cccccc;
}
.accordion .accordion__details .accordion__summary:hover > *, .accordion .accordion__details .accordion__summary:focus-visible > * {
  text-decoration: underline;
}
.accordion .accordion__details .accordion__summary::after {
  content: "";
  position: absolute;
  inset: 0;
}
.accordion .accordion__details .accordion__summary > * {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
}
.accordion .accordion__details .accordion__summary + * {
  margin-top: 0;
}
.accordion .accordion__details .accordion__summary::-webkit-details-marker, .accordion .accordion__details .accordion__summary::marker {
  display: none;
  content: "";
}
.accordion .accordion__details .accordion__summary .accordion__marker {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljc1IDkuNzUiPjxnIGlkPSJjIj48cGF0aCBkPSJtNS42Mi43NWMwLS40MS0uMzQtLjc1LS43NS0uNzVzLS43NS4zNC0uNzUuNzV2My4zOEguNzVjLS40MSwwLS43NS4zNC0uNzUuNzVzLjM0Ljc1Ljc1Ljc1aDMuMzh2My4zOGMwLC40MS4zNC43NS43NS43NXMuNzUtLjM0Ljc1LS43NXYtMy4zOGgzLjM4Yy40MSwwLC43NS0uMzQuNzUtLjc1cy0uMzQtLjc1LS43NS0uNzVoLTMuMzhWLjc1WiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

/*GENERAL CONTENT*/
.section-content p:last-child, .section-content li:last-child, .section-content h1:last-child, .section-content h2:last-child, .section-content h3:last-child, .section-content h4:last-child, .section-content h5:last-child, .section-content h6:last-child {
  margin-bottom: 0;
}

/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
}
.wp-block-cover p {
  color: #fff;
  line-height: 1.2;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
  font-family: inherit;
  font-size: 40px;
  font-weight: 400;
}
.wp-block-cover.has-text-align-center {
  justify-content: flex-start;
}
.wp-block-cover.has-text-align-center p {
  text-align: center;
  max-width: 100%;
}
.wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover.has-left-content p {
  text-align: left;
}
.wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover.has-right-content p {
  text-align: right;
}

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0;
}
.wp-block-image figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: inherit;
  font-size: 16px;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc((100% - 32px) / 3);
  width: 30%;
}
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  height: 100%;
}
.wp-block-gallery .blocks-gallery-item figure figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}
.wp-block-gallery .blocks-gallery-item figure img {
  height: 100%;
  flex: 1;
  object-fit: cover;
  width: 100%;
}

.wp-block-file .wp-block-file__button {
  margin-left: 25px;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-video video {
  width: 100%;
  max-width: 100%;
}
.wp-block-video figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  color: inherit;
  font-size: 16px;
}

.wp-block-button {
  margin-bottom: 25px;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
  height: 100% !important;
}
.wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text .wp-block-media-text__media img {
  height: auto;
  max-width: 100%;
  position: relative;
  height: 100%;
  flex: 1;
  object-fit: cover;
  width: 100%;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important;
}

.wp-block-latest-comments {
  list-style: none;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding: 15px 0px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment img {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 20px;
  border-radius: 50%;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
  font-size: 1.8rem;
  letter-spacing: 0.1px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
  display: block;
  letter-spacing: 0.1px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: inherit;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  position: relative;
  overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment footer {
  background: transparent;
  margin: 0 0 0.75em;
  padding: 0;
}

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.wp-block-embed:before {
  content: "";
  display: block;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.wp-block-embed figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}

.section-education .block-education .education-items {
  border-left: 1px solid #333333;
  margin: 15px 0 15px 15px;
}
.section-education .block-education .education-items .education-item {
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
}
.section-education .block-education .education-items .education-item:last-child {
  border-bottom: none;
}
.section-education .block-education .institution-time {
  margin-left: -15px;
  font-size: 12px;
  font-weight: 300;
}
.section-education .block-education .institution-time .date {
  height: 27px;
  line-height: 27px;
  border: 2px solid #F7941D;
  border-radius: 30px;
  padding: 2px 10px;
  margin-right: 5px;
  background-color: #222222;
}
.section-education .block-education .institution-time .school-name {
  color: #AAAAAA;
}
.section-education .block-education .grid {
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}
.section-education .block-education .img-col {
  text-align: center;
}
.section-education .block-education .img-col img {
  max-height: 83px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-education .block-education .img-col img {
    max-height: 40px;
  }
}
@media (max-width: 575px) {
  .section-education .block-education .img-col img {
    margin: 0 auto 15px;
  }
}
.section-education .block-education h3 {
  margin: 0 0 5px;
}
.section-education .block-education p {
  margin-bottom: 0;
  font-size: 0.9em;
}

.section-experience .block-experience .experience-items {
  border-left: 1px solid #333333;
  margin: 15px 0 15px 15px;
}
.section-experience .block-experience .experience-items .experience-item {
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
}
.section-experience .block-experience .experience-items .experience-item:last-child {
  border-bottom: none;
}
.section-experience .block-experience .job-time {
  margin-left: -15px;
  font-size: 12px;
  font-weight: 300;
}
.section-experience .block-experience .job-time .date {
  height: 27px;
  line-height: 27px;
  border: 2px solid #F7941D;
  border-radius: 30px;
  padding: 2px 10px;
  margin-right: 5px;
  background-color: #222222;
}
.section-experience .block-experience .job-time .company-name {
  color: #AAAAAA;
}
.section-experience .block-experience .grid {
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}
.section-experience .block-experience h3 {
  margin: 0 0 5px;
}
.section-experience .block-experience p {
  margin-bottom: 0;
  font-size: 0.9em;
}

@media (min-width: 921px) {
  .section-certifications .block-certifications .certificate-items .cert-item {
    position: relative;
    top: 50px;
    opacity: 0;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(1) {
    animation: boxAnimation 0.7s ease 0.3s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(2) {
    animation: boxAnimation 0.7s ease 0.5s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(3) {
    animation: boxAnimation 0.7s ease 0.7s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(4) {
    animation: boxAnimation 0.7s ease 0.9s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(5) {
    animation: boxAnimation 0.7s ease 11s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(6) {
    animation: boxAnimation 0.7s ease 13s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(7) {
    animation: boxAnimation 0.7s ease 15s forwards;
  }
  .section-certifications .block-certifications .certificate-items .cert-item.animate-box:nth-child(8) {
    animation: boxAnimation 0.7s ease 17s forwards;
  }
  .section-certifications .block-certifications .fade {
    opacity: 0;
    transition: all 1s ease;
  }
  .section-certifications .block-certifications .fade.visible {
    opacity: 1;
  }
}
.section-certifications .block-certifications .certificate-items .cert-item {
  border: 2px solid #444444;
  border-radius: 8px;
  margin-bottom: 25px;
}
.section-certifications .block-certifications .certificate-items .cert-item .grid {
  align-items: center;
}
.section-certifications .block-certifications .certificate-items .cert-item .grid .img-col {
  box-sizing: border-box;
  padding: 7.5% 25px;
  text-align: center;
  background-color: #444444;
}
@media (max-width: 1199px) {
  .section-certifications .block-certifications .certificate-items .cert-item .grid .img-col {
    padding: 20% 25px;
  }
  .section-certifications .block-certifications .certificate-items .cert-item .grid .img-col img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .section-certifications .block-certifications .certificate-items .cert-item .grid .img-col img {
    max-width: 100%;
  }
}
.section-certifications .block-certifications .certificate-items .cert-item .grid .span-9 {
  padding: 10px;
}
.section-certifications .block-certifications .certificate-items .cert-item .grid h3 {
  margin: 0 0 5px;
}
.section-certifications .block-certifications .certificate-items .cert-item .grid .institution, .section-certifications .block-certifications .certificate-items .cert-item .grid .credential-id {
  color: #AAAAAA;
  line-height: normal;
  font-size: 13px;
}
.section-certifications .block-certifications .certificate-items .cert-item .grid .date-issued {
  color: #AAAAAA;
  font-size: 10px;
}

/*# sourceMappingURL=blocks-min.css.map */
