/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick-carousel */
/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  --heading1: 3.5rem;
  /* Heading 2 */
  --heading2: 3rem;
  /* Heading 3 */
  --heading3: 2.6rem;
  /* Heading 4 */
  --heading4: 2rem;
  /* Heading 5 */
  --heading5: 1.8rem;
  /* Heading 6 */
  --heading6: 1.6rem;
  /* Paragraph */
  --paragraph: 1.4rem;
  /* Small */
  --small: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading1: 4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading1: 5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading1: 7rem;
  }
}
:root .has-heading-1-font-size {
  line-height: 1.172;
}
@media (min-width: 768px) {
  :root {
    --heading2: 3.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading2: 4.2rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading2: 5.4rem;
  }
}
:root .has-heading-2-font-size {
  line-height: 1.22;
}
@media (min-width: 768px) {
  :root {
    --heading3: 3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading3: 3.5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading3: 4.2rem;
  }
}
:root .has-heading-3-font-size {
  line-height: 1.29;
}
@media (min-width: 768px) {
  :root {
    --heading4: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading4: 2.9rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading4: 3.2rem;
  }
}
:root .has-heading-4-font-size {
  line-height: 1.313;
}
@media (min-width: 768px) {
  :root {
    --heading5: 2.1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading5: 2.4rem;
  }
}
:root .has-heading-5-font-size {
  line-height: 1.34;
}
@media (min-width: 992px) {
  :root {
    --heading6: 2rem;
  }
}
:root .has-heading-6-font-size {
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root {
    --paragraph: 1.8rem;
  }
}
:root .has-paragraph-font-size {
  line-height: 1.371;
}
@media (min-width: 768px) {
  :root {
    --small: 1.6rem;
  }
}
:root .has-small-font-size {
  line-height: 1.375;
}

@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans SemiBold"), local("KumbhSans-SemiBold"), url("../fonts/KumbhSans-SemiBold.woff2") format("woff2"), url("../fonts/KumbhSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans Light"), local("KumbhSans-Light"), url("../fonts/KumbhSans-Light.woff2") format("woff2"), url("../fonts/KumbhSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans ExtraBold"), local("KumbhSans-ExtraBold"), url("../fonts/KumbhSans-ExtraBold.woff2") format("woff2"), url("../fonts/KumbhSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans Medium"), local("KumbhSans-Medium"), url("../fonts/KumbhSans-Medium.woff2") format("woff2"), url("../fonts/KumbhSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans Bold"), local("KumbhSans-Bold"), url("../fonts/KumbhSans-Bold.woff2") format("woff2"), url("../fonts/KumbhSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kumbh Sans";
  src: local("Kumbh Sans Regular"), local("KumbhSans-Regular"), url("../fonts/KumbhSans-Regular.woff2") format("woff2"), url("../fonts/KumbhSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Black"), local("Gotham-Black"), url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("Gotham-Bold"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham Thin"), local("Gotham-Thin"), url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: local("Gotham ExtraLight"), local("Gotham-XLight"), url("../fonts/Gotham-XLight.woff2") format("woff2"), url("../fonts/Gotham-XLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: local("Gotham Ultra"), local("Gotham-Ultra"), url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-family: "Gotham";
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

strong {
  font-weight: 700;
}

a,
button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  overflow: visible;
  padding: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .container,
.woocommerce:not(.single-product),
.masthead .owl-dots,
.main-wrapper > p,
.main-wrapper > h1,
.main-wrapper > h2,
.main-wrapper > h3,
.main-wrapper > h4,
.main-wrapper > h5,
.main-wrapper > h6,
.main-wrapper > ul,
.main-wrapper > ol,
.main-wrapper > blockquote,
.main-wrapper > pre,
.main-wrapper > .wp-block-buttons,
.main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
.main-wrapper > .wp-block-image,
.main-wrapper > .wp-block-gallery,
.main-wrapper > .wp-block-pullquote,
.main-wrapper > .wp-block-table,
.main-wrapper > .wp-block-media-text,
.main-wrapper > .wp-block-video,
.main-wrapper > .wp-block-columns,
.main-wrapper > .wp-block-group:not(.blogs1),
.main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
.main-wrapper > .wp-block-group:not(.wp-block-columns),
.main-wrapper > .wp-block-group > .wp-block-columns,
.main-wrapper > .wp-block-spacer,
.main-wrapper > .wp-block-separator,
.main-wrapper > .page-links,
.main-wrapper > .post-thumbnail,
.main-wrapper > .wp-block-calendar,
.main-wrapper > .wp-block-post-date,
.main-wrapper > .wp-block-post-excerpt,
.main-wrapper > .wp-block-post-featured-image,
.main-wrapper > .wp-block-query,
.main-wrapper > .wp-block-latest-comments,
.main-wrapper > .wp-block-search,
.main-wrapper > .wp-block-social-links,
.main-wrapper > .wp-block-loginout,
.main-wrapper > .wp-block-embed,
.main-wrapper > .wp-block-heading,
.main-wrapper > .wp-block-tag-cloud,
.main-wrapper > .wp-block-social-links,
.main-wrapper > .wp-block-search__button-outside,
.main-wrapper > .wp-block-search__inside-wrapper,
.main-wrapper > .components-placeholder,
.main-wrapper > .wp-block-page-list,
.main-wrapper > .wp-block-latest-posts__list,
.main-wrapper > .has-avatars,
.main-wrapper > .wp-block-categories-list,
.main-wrapper > .wp-block-archives-list,
.main-wrapper > .wp-block-spacer,
.main-wrapper > .wp-block-separator,
.main-wrapper > .wp-block-file,
.main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
.main-wrapper > .wp-block-post-author-name,
.main-wrapper > .wp-block-post-author,
.main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
.main-wrapper > .wp-block-avatar,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
.main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
.main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
.main-wrapper > .wp-block-group.related-content > .wp-block-group,
.main-wrapper > .wp-block-cover:not(.our-commit),
.wp-block-cover-image,
.main-wrapper > .wp-block-group > .wp-block-group,
.main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
.main-wrapper > .um-profile.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1699px) {
  body .container,
  .woocommerce:not(.single-product),
  .masthead .owl-dots,
  .main-wrapper > p,
  .main-wrapper > h1,
  .main-wrapper > h2,
  .main-wrapper > h3,
  .main-wrapper > h4,
  .main-wrapper > h5,
  .main-wrapper > h6,
  .main-wrapper > ul,
  .main-wrapper > ol,
  .main-wrapper > blockquote,
  .main-wrapper > pre,
  .main-wrapper > .wp-block-buttons,
  .main-wrapper > .wp-block-cover .wp-block-cover__inner-container,
  .main-wrapper > .wp-block-image,
  .main-wrapper > .wp-block-gallery,
  .main-wrapper > .wp-block-pullquote,
  .main-wrapper > .wp-block-table,
  .main-wrapper > .wp-block-media-text,
  .main-wrapper > .wp-block-video,
  .main-wrapper > .wp-block-columns,
  .main-wrapper > .wp-block-group:not(.blogs1),
  .main-wrapper > .wp-block-group.blogs1 > .wp-block-group,
  .main-wrapper > .wp-block-group:not(.wp-block-columns),
  .main-wrapper > .wp-block-group > .wp-block-columns,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .page-links,
  .main-wrapper > .post-thumbnail,
  .main-wrapper > .wp-block-calendar,
  .main-wrapper > .wp-block-post-date,
  .main-wrapper > .wp-block-post-excerpt,
  .main-wrapper > .wp-block-post-featured-image,
  .main-wrapper > .wp-block-query,
  .main-wrapper > .wp-block-latest-comments,
  .main-wrapper > .wp-block-search,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-loginout,
  .main-wrapper > .wp-block-embed,
  .main-wrapper > .wp-block-heading,
  .main-wrapper > .wp-block-tag-cloud,
  .main-wrapper > .wp-block-social-links,
  .main-wrapper > .wp-block-search__button-outside,
  .main-wrapper > .wp-block-search__inside-wrapper,
  .main-wrapper > .components-placeholder,
  .main-wrapper > .wp-block-page-list,
  .main-wrapper > .wp-block-latest-posts__list,
  .main-wrapper > .has-avatars,
  .main-wrapper > .wp-block-categories-list,
  .main-wrapper > .wp-block-archives-list,
  .main-wrapper > .wp-block-spacer,
  .main-wrapper > .wp-block-separator,
  .main-wrapper > .wp-block-file,
  .main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex,
  .main-wrapper > .wp-block-post-author-name,
  .main-wrapper > .wp-block-post-author,
  .main-wrapper > .entry-content.wp-block-post-content.is-layout-flow,
  .main-wrapper > .wp-block-avatar,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group,
  .main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group,
  .main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group,
  .main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group,
  .main-wrapper > .wp-block-group.related-content > .wp-block-group,
  .main-wrapper > .wp-block-cover:not(.our-commit),
  .wp-block-cover-image,
  .main-wrapper > .wp-block-group > .wp-block-group,
  .main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container,
  .main-wrapper > .um-profile.container {
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .container.alignfull,
.woocommerce:not(.single-product).alignfull,
.masthead .owl-dots.alignfull,
.main-wrapper > p.alignfull,
.main-wrapper > h1.alignfull,
.main-wrapper > h2.alignfull,
.main-wrapper > h3.alignfull,
.main-wrapper > h4.alignfull,
.main-wrapper > h5.alignfull,
.main-wrapper > h6.alignfull,
.main-wrapper > ul.alignfull,
.main-wrapper > ol.alignfull,
.main-wrapper > blockquote.alignfull,
.main-wrapper > pre.alignfull,
.main-wrapper > .wp-block-buttons.alignfull,
.main-wrapper > .wp-block-cover .wp-block-cover__inner-container.alignfull,
.main-wrapper > .wp-block-image.alignfull,
.main-wrapper > .wp-block-gallery.alignfull,
.main-wrapper > .wp-block-pullquote.alignfull,
.main-wrapper > .wp-block-table.alignfull,
.main-wrapper > .wp-block-media-text.alignfull,
.main-wrapper > .wp-block-video.alignfull,
.main-wrapper > .wp-block-columns.alignfull,
.main-wrapper > .wp-block-group:not(.blogs1).alignfull,
.main-wrapper > .wp-block-group.blogs1 > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group:not(.wp-block-columns).alignfull,
.main-wrapper > .wp-block-group > .wp-block-columns.alignfull,
.main-wrapper > .wp-block-spacer.alignfull,
.main-wrapper > .wp-block-separator.alignfull,
.main-wrapper > .page-links.alignfull,
.main-wrapper > .post-thumbnail.alignfull,
.main-wrapper > .wp-block-calendar.alignfull,
.main-wrapper > .wp-block-post-date.alignfull,
.main-wrapper > .wp-block-post-excerpt.alignfull,
.main-wrapper > .wp-block-post-featured-image.alignfull,
.main-wrapper > .wp-block-query.alignfull,
.main-wrapper > .wp-block-latest-comments.alignfull,
.main-wrapper > .wp-block-search.alignfull,
.main-wrapper > .wp-block-social-links.alignfull,
.main-wrapper > .wp-block-loginout.alignfull,
.main-wrapper > .wp-block-embed.alignfull,
.main-wrapper > .wp-block-heading.alignfull,
.main-wrapper > .wp-block-tag-cloud.alignfull,
.main-wrapper > .wp-block-social-links.alignfull,
.main-wrapper > .wp-block-search__button-outside.alignfull,
.main-wrapper > .wp-block-search__inside-wrapper.alignfull,
.main-wrapper > .components-placeholder.alignfull,
.main-wrapper > .wp-block-page-list.alignfull,
.main-wrapper > .wp-block-latest-posts__list.alignfull,
.main-wrapper > .has-avatars.alignfull,
.main-wrapper > .wp-block-categories-list.alignfull,
.main-wrapper > .wp-block-archives-list.alignfull,
.main-wrapper > .wp-block-spacer.alignfull,
.main-wrapper > .wp-block-separator.alignfull,
.main-wrapper > .wp-block-file.alignfull,
.main-wrapper > .is-responsive.wp-block-navigation.is-layout-flex.alignfull,
.main-wrapper > .wp-block-post-author-name.alignfull,
.main-wrapper > .wp-block-post-author.alignfull,
.main-wrapper > .entry-content.wp-block-post-content.is-layout-flow.alignfull,
.main-wrapper > .wp-block-avatar.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3 > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.bg-gradient > section.wp-block-group.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.alignfull.img-with-3-col.version-3.has-bg-lt > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.text-with-img.with-bg > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.related-content > .wp-block-group.alignfull,
.main-wrapper > .wp-block-cover:not(.our-commit).alignfull,
.wp-block-cover-image.alignfull,
.main-wrapper > .wp-block-group > .wp-block-group.alignfull,
.main-wrapper > .wp-block-group.daifuku-management-benefits.alignfull > .wp-block-group.alignfull.daifuku-benefits-sam-include > .wp-block-group.daifuku-benefits-sam-include--container.alignfull,
.main-wrapper > .um-profile.container.alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* .main-wrapper>.wp-block-group>.wp-block-columns {
  padding: 0 !important;
  max-width: 100%;
}

.main-wrapper>.wp-block-group>.wp-block-group {
  padding: 0 !important;
} */
@media (min-width: 768px) {
  .main-wrapper > .wp-block-media-text:not(.has-media-on-the-right) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .main-wrapper > .wp-block-media-text.has-media-on-the-right {
    padding-right: 0;
  }
}

.main-wrapper > .wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*
  @media (min-width: $lg) {
    margin-left: -40px;
    margin-right: -40px;
  }

  @media (min-width: $xxl) {
    margin-left: -15px;
    margin-right: -15px;
  } */
}

.container::before,
.container::after,
.row::before,
.row::after {
  content: " ";
  display: table;
}

.container::after,
.row::after {
  clear: both;
}

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.main-wrapper {
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
}

.wp-block-group {
  overflow: visible !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1699px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
}

.row-reverse {
  flex-direction: row-reverse !important;
}

b,
.bold {
  font-weight: 700;
}

h1,
.h1-size {
  color: #000;
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.172;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  h1,
  .h1-size {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  h1,
  .h1-size {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1-size {
    font-size: 5rem;
  }
}
@media (min-width: 1699px) {
  h1,
  .h1-size {
    font-size: 7rem;
  }
}
.dark-bg h1,
.dark-bg .h1-size {
  color: #fff;
}

h2,
.h2-size {
  color: #000;
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  h2,
  .h2-size {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  h2,
  .h2-size {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  h2,
  .h2-size {
    font-size: 4.2rem;
  }
}
@media (min-width: 1499px) {
  h2,
  .h2-size {
    font-size: 5.4rem;
  }
}
.dark-bg h2,
.dark-bg .h2-size {
  color: #fff;
}

h3,
.h3-size {
  color: #000;
  font-family: "Gotham";
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.29;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h3,
  .h3-size {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h3,
  .h3-size {
    font-size: 3.5rem;
  }
}
@media (min-width: 1699px) {
  h3,
  .h3-size {
    font-size: 4.2rem;
  }
}
.dark-bg h3,
.dark-bg .h3-size {
  color: #fff;
}

h4,
.h4-size {
  color: #000;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.313;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  h4,
  .h4-size {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  h4,
  .h4-size {
    font-size: 2.9rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1699px) {
  h4,
  .h4-size {
    font-size: 3.2rem;
  }
}
.dark-bg h4,
.dark-bg .h4-size {
  color: #fff;
}

h5,
.h5-size {
  color: #000;
  font-family: "Gotham";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  h5,
  .h5-size {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  h5,
  .h5-size {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.dark-bg h5,
.dark-bg .h5-size {
  color: #fff;
}

h6,
.h6-size {
  color: #000;
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  h6,
  .h6-size {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.dark-bg h6,
.dark-bg .h6-size {
  color: #fff;
}

p,
.para {
  color: #000;
  font-family: "Gotham";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.371;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  p,
  .para {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 1699px) {
  p,
  .para {
    margin-bottom: 2rem;
  }
}
.dark-bg p,
.dark-bg .para {
  color: #fff;
}
p.small,
.para.small {
  color: #000;
  font-family: "Gotham";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.375;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  p.small,
  .para.small {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

ul li,
ol li {
  color: #000;
  font-family: "Gotham";
  font-weight: 400;
  margin: 0 0 0.6rem 2rem;
  padding: 0;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1.375;
}
@media (min-width: 768px) {
  ul li,
  ol li {
    margin: 0 0 0.8rem 2.5rem;
    padding: 0;
    font-size: 1.8rem;
  }
}
ul li.small,
ol li.small {
  font-size: 1.2rem;
  line-height: 1.371;
  margin: 0 0 0.9rem 2rem;
}
@media (min-width: 768px) {
  ul li.small,
  ol li.small {
    margin: 0 0 1.2rem 2.5rem;
    padding: 0;
    font-size: 1.6rem;
  }
}

ul.is-style-square-list {
  list-style: none;
  list-style-type: none;
}
ul.is-style-square-list li {
  margin: 0 0 1.5rem 2.5rem;
  position: relative;
}
ul.is-style-square-list li::before {
  color: #000;
  content: "■";
  display: inline-block;
  font-weight: 300;
  left: -20px;
  position: absolute;
}

ul.is-style-arrow-list {
  list-style: none;
  list-style-type: none;
}
ul.is-style-arrow-list li {
  margin: 0 0 1.5rem 2.6rem;
  position: relative;
}
ul.is-style-arrow-list li::before {
  color: inherit;
  background: url("../icons/list-arrow-icon.svg") no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  top: 0;
  left: -26px;
  position: absolute;
  background-size: 80%;
}
@media (min-width: 768px) {
  ul.is-style-arrow-list li::before {
    background-size: 100%;
  }
}

ul.is-style-check-list {
  list-style: none;
  list-style-type: none;
}
ul.is-style-check-list li {
  margin: 0 0 1.5rem 3rem;
  position: relative;
}
ul.is-style-check-list li::before {
  color: inherit;
  background: url("../icons/checks.svg") no-repeat;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 0;
  left: -30px;
  position: absolute;
  background-size: 90%;
}
@media (min-width: 768px) {
  ul.is-style-check-list li::before {
    background-size: 100%;
  }
}

ul.is-style-default ::marker {
  color: #005F83;
}

small {
  display: inline-block;
  color: #000;
  font-family: "Gotham";
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  font-weight: 400;
  line-height: 1.375;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  small {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
li a {
  color: #005F83;
  text-decoration: underline;
}

:where(.menu, .sub-menu) {
  list-style: none;
  list-style-type: none;
}

a.skip-to-content {
  background-color: #007bff;
  color: #fff;
  font-size: 12px;
  /* Hide the link visually but keep it accessible */
  left: 10px;
  line-height: 16px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: -100px;
}
@media (min-width: 768px) {
  a.skip-to-content {
    font-size: 14px;
    line-height: 20px;
  }
}

.skip-to-content:focus,
.skip-to-content:hover {
  top: 0;
}

.visually-hidden {
  background: rgb(240, 238, 238);
  border: 1px solid #b4b4b4;
  clip-path: none;
  color: black;
  display: block;
  left: 1.5rem;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 99999999;
}
@media (min-width: 992px) {
  .visually-hidden {
    left: 32px;
    padding: 15px;
    top: 50px;
  }
}

.visually-hidden:not(:focus) {
  clip: rect(0 0 0 0);
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}

body a.um-button {
  padding: 11px 20px !important;
  /* override padding */
}
@media (min-width: 768px) {
  body a.um-button {
    padding: 14px 20px !important;
    /* override padding */
  }
}

body .gform_wrapper form .gform_footer button,
.btn,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
input[type=submit],
.wp-block-button a {
  align-items: center;
  background: #005F83;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.375;
  outline: 0;
  padding: 12px 18px;
  position: relative;
  text-transform: capitalize;
  white-space: nowrap;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  body .gform_wrapper form .gform_footer button,
  .btn,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
  input[type=submit],
  .wp-block-button a {
    font-size: 16px;
    padding: 13px 24px;
  }
}
@media (min-width: 768px) and (max-height: 727px) {
  body .gform_wrapper form .gform_footer button,
  .btn,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button,
  input[type=submit],
  .wp-block-button a {
    font-size: 14px;
    padding: 13px 24px;
  }
}
body .gform_wrapper form .gform_footer button .gp-arrow,
.btn .gp-arrow,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button .gp-arrow,
input[type=submit] .gp-arrow,
.wp-block-button a .gp-arrow {
  display: none;
}
@media (max-width: 768px) {
  body .gform_wrapper form .gform_footer button .gp-arrow,
  .btn .gp-arrow,
  .gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button .gp-arrow,
  input[type=submit] .gp-arrow,
  .wp-block-button a .gp-arrow {
    height: 100%;
    width: 100%;
  }
}
body .gform_wrapper form .gform_footer button.dark,
.btn.dark,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button.dark,
input[type=submit].dark,
.wp-block-button a.dark {
  background: #000;
  border: 1px solid #000;
}
body .gform_wrapper form .gform_footer button.dark:hover,
.btn.dark:hover,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button.dark:hover,
input[type=submit].dark:hover,
.wp-block-button a.dark:hover {
  background: #005F83;
  border-color: #005F83;
  color: #fff;
  transition: all 300ms linear;
}
body .gform_wrapper form .gform_footer button:hover,
.btn:hover,
.gform_wrapper.gform-theme.gform-theme--framework.gform_wrapper button.btn.gform_button:hover,
input[type=submit]:hover,
.wp-block-button a:hover {
  transition: all 300ms linear;
  background: #fff;
  border: 1px solid #005F83;
  color: #005F83;
}

.wp-block-button,
div {
  /* Dark button with arrow */
  /* light button with arrow */
  /* outline btn */
  /* linear gradiant filled color */
  /* Read More Button */
}
.wp-block-button.is-style-fill-alt a, .wp-block-button.is-style-outline-alt a, .wp-block-button.is-style-link a, .wp-block-button.is-style-brochure a,
div.is-style-fill-alt a,
div.is-style-outline-alt a,
div.is-style-link a,
div.is-style-brochure a {
  transition: all 300ms linear;
  padding: 11px 18px;
}
@media (min-width: 768px) {
  .wp-block-button.is-style-fill-alt a, .wp-block-button.is-style-outline-alt a, .wp-block-button.is-style-link a, .wp-block-button.is-style-brochure a,
  div.is-style-fill-alt a,
  div.is-style-outline-alt a,
  div.is-style-link a,
  div.is-style-brochure a {
    font-size: 16px;
    line-height: 2.2rem;
    padding: 13px 24px;
  }
}
.wp-block-button.is-style-fill-alt a .gp-arrow, .wp-block-button.is-style-outline-alt a .gp-arrow, .wp-block-button.is-style-link a .gp-arrow, .wp-block-button.is-style-brochure a .gp-arrow,
div.is-style-fill-alt a .gp-arrow,
div.is-style-outline-alt a .gp-arrow,
div.is-style-link a .gp-arrow,
div.is-style-brochure a .gp-arrow {
  align-items: center;
  background-size: 80%;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin-left: 1rem;
  transition: all 0.5s;
  width: 16px;
  z-index: 2;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .wp-block-button.is-style-fill-alt a .gp-arrow, .wp-block-button.is-style-outline-alt a .gp-arrow, .wp-block-button.is-style-link a .gp-arrow, .wp-block-button.is-style-brochure a .gp-arrow,
  div.is-style-fill-alt a .gp-arrow,
  div.is-style-outline-alt a .gp-arrow,
  div.is-style-link a .gp-arrow,
  div.is-style-brochure a .gp-arrow {
    height: 24px;
    width: 24px;
  }
}
.wp-block-button.is-style-brochure a,
div.is-style-brochure a {
  background: #005F83;
  border: 1px solid #005F83;
  color: #fff;
}
.wp-block-button.is-style-brochure a:hover,
div.is-style-brochure a:hover {
  background: #fff;
  border: 1px solid #005F83;
  color: #005F83;
}
.wp-block-button.is-style-outline a,
div.is-style-outline a {
  background: transparent;
  border: 1px solid #005F83;
  color: #005F83;
}
.wp-block-button.is-style-outline a:hover,
div.is-style-outline a:hover {
  background: #005F83;
  border: 1px solid #005F83;
  color: #fff;
}
.wp-block-button.is-style-fill-alt a,
div.is-style-fill-alt a {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  border: 1px solid linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  color: #fff;
  transition: all 300ms linear;
}
.wp-block-button.is-style-fill-alt a:hover,
div.is-style-fill-alt a:hover {
  transition: all 300ms linear;
  background: #fff;
  border: 1px solid #005F83;
  color: #005F83;
}
.wp-block-button.is-style-fill-alt a:hover .gp-arrow svg path,
div.is-style-fill-alt a:hover .gp-arrow svg path {
  transition: all 300ms linear;
  stroke: #005F83;
}
.wp-block-button.is-style-link a,
div.is-style-link a {
  background: transparent;
  border: none !important;
  color: #005F83;
  padding: 0;
  position: relative;
}
.dark-bg .wp-block-button.is-style-link a,
.dark-bg div.is-style-link a {
  color: #fff;
}
.wp-block-button.is-style-link a .gp-arrow,
div.is-style-link a .gp-arrow {
  margin-top: 3px;
}
.wp-block-button.is-style-link a .gp-arrow svg path,
div.is-style-link a .gp-arrow svg path {
  transition: all 300ms linear;
  stroke: #005F83;
}
.wp-block-button.is-style-link a:hover,
div.is-style-link a:hover {
  background: transparent;
}
.wp-block-button.is-style-link a:hover .gp-arrow,
div.is-style-link a:hover .gp-arrow {
  transition: all 300ms linear;
  transform: translateX(5px);
}

h2 span {
  color: #005F83;
}

.text-center {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 form .wpcf7-response-output {
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  margin: 1rem 0 !important;
  padding: 0.75rem 1.25rem !important;
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fff3cd;
  border-color: #f5c6cb !important;
  color: #005F83;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #d4edda;
  border-color: #c3e6cb !important;
  color: #005F83;
}

.wpcf7-not-valid {
  border: 1px solid #fff !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

::input-placeholder {
  color: #595959 !important;
  opacity: 50%;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959 !important;
  opacity: 50%;
}

::placeholder {
  /* Firefox 19+ */
  color: #595959 !important;
  opacity: 50%;
}

::input-placeholder {
  color: #595959 !important;
  opacity: 50%;
}

::-moz-placeholder {
  color: #595959 !important;
  opacity: 50%;
}

::placeholder {
  color: #595959 !important;
  opacity: 50%;
}

/* Gform Css */
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #fc1111 !important;
  /* override css for border */
}

.gform_wrapper form .gform_footer button {
  background: #BCBCBC;
  border: transparent;
  color: #fff;
}

.gform-theme--foundation.gform-theme--framework .gfield_error input,
.gform_wrapper.gravity-theme .gfield_error input {
  border: 1px solid #fc1111 !important;
  /* override css for border */
}

.gfield_validation_message,
.validation_message {
  color: #005F83 !important;
  /* override css for color */
}

.gform_wrapper.gravity-theme * {
  overflow: visible;
}

.wp-block-query-pagination {
  padding: 3rem 0;
}
.wp-block-query-pagination .page-numbers {
  font-weight: 600;
  margin: 0 15px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  margin-bottom: 0;
}

.gform_wrapper.gform-theme select {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 6px;
  color: #595959;
  font-family: "Gotham" !important;
  font-size: 1.4rem;
  font-weight: 400;
  height: 4.5rem !important;
  line-height: 2.2rem;
  margin-bottom: 0;
  max-width: 100%;
  padding: 1rem 1.6rem;
  width: 100%;
  background-position: 95%;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme select {
    font-size: 1.4rem;
    height: 5rem !important;
    line-height: 1.8rem;
    padding: 1.5rem 2rem;
    background-position: 97%;
  }
}
.gform_wrapper.gform-theme select:focus {
  box-shadow: none;
}
.gform_wrapper.gform-theme select option {
  color: #000 !important;
}

.gform-theme.gform-theme--framework input[type=email],
.gform-theme.gform-theme--framework input[type=text],
.gform-theme.gform-theme--framework input[type=password],
.gform-theme.gform-theme--framework input[type=email],
.gform-theme.gform-theme--framework input[type=number],
.gform-theme.gform-theme--framework input[type=tel],
.gform-theme.gform-theme--framework textarea,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea,
input[type=email],
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: none;
  color: #005F83;
  font-family: "Gotham";
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  height: auto;
  margin-bottom: 0;
  max-width: 100%;
  outline: none;
  padding: 1.2rem 1.6rem;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .gform-theme.gform-theme--framework input[type=email],
  .gform-theme.gform-theme--framework input[type=text],
  .gform-theme.gform-theme--framework input[type=password],
  .gform-theme.gform-theme--framework input[type=email],
  .gform-theme.gform-theme--framework input[type=number],
  .gform-theme.gform-theme--framework input[type=tel],
  .gform-theme.gform-theme--framework textarea,
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number],
  .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel],
  .gform_wrapper.gravity-theme.gform-theme--no-framework textarea,
  input[type=email],
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  textarea,
  select {
    padding: 1.6rem 2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.gform-theme.gform-theme--framework input[type=email]:focus,
.gform-theme.gform-theme--framework input[type=text]:focus,
.gform-theme.gform-theme--framework input[type=password]:focus,
.gform-theme.gform-theme--framework input[type=email]:focus,
.gform-theme.gform-theme--framework input[type=number]:focus,
.gform-theme.gform-theme--framework input[type=tel]:focus,
.gform-theme.gform-theme--framework textarea:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}
.gform-theme.gform-theme--framework input[type=email]:not(:-moz-placeholder), .gform-theme.gform-theme--framework input[type=text]:not(:-moz-placeholder), .gform-theme.gform-theme--framework input[type=password]:not(:-moz-placeholder), .gform-theme.gform-theme--framework input[type=email]:not(:-moz-placeholder), .gform-theme.gform-theme--framework input[type=number]:not(:-moz-placeholder), .gform-theme.gform-theme--framework input[type=tel]:not(:-moz-placeholder), .gform-theme.gform-theme--framework textarea:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:not(:-moz-placeholder), .gform_wrapper.gravity-theme.gform-theme--no-framework textarea:not(:-moz-placeholder), input[type=email]:not(:-moz-placeholder), input[type=text]:not(:-moz-placeholder), input[type=password]:not(:-moz-placeholder), input[type=email]:not(:-moz-placeholder), input[type=number]:not(:-moz-placeholder), input[type=tel]:not(:-moz-placeholder), textarea:not(:-moz-placeholder), select:not(:-moz-placeholder) {
  border-color: #005F83 !important;
  box-shadow: none !important;
}
.gform-theme.gform-theme--framework input[type=email]:focus, .gform-theme.gform-theme--framework input[type=email]:active, .gform-theme.gform-theme--framework input[type=email]:focus-visible, .gform-theme.gform-theme--framework input[type=email]:focus-within, .gform-theme.gform-theme--framework input[type=email]:not(:placeholder-shown),
.gform-theme.gform-theme--framework input[type=text]:focus,
.gform-theme.gform-theme--framework input[type=text]:active,
.gform-theme.gform-theme--framework input[type=text]:focus-visible,
.gform-theme.gform-theme--framework input[type=text]:focus-within,
.gform-theme.gform-theme--framework input[type=text]:not(:placeholder-shown),
.gform-theme.gform-theme--framework input[type=password]:focus,
.gform-theme.gform-theme--framework input[type=password]:active,
.gform-theme.gform-theme--framework input[type=password]:focus-visible,
.gform-theme.gform-theme--framework input[type=password]:focus-within,
.gform-theme.gform-theme--framework input[type=password]:not(:placeholder-shown),
.gform-theme.gform-theme--framework input[type=email]:focus,
.gform-theme.gform-theme--framework input[type=email]:active,
.gform-theme.gform-theme--framework input[type=email]:focus-visible,
.gform-theme.gform-theme--framework input[type=email]:focus-within,
.gform-theme.gform-theme--framework input[type=email]:not(:placeholder-shown),
.gform-theme.gform-theme--framework input[type=number]:focus,
.gform-theme.gform-theme--framework input[type=number]:active,
.gform-theme.gform-theme--framework input[type=number]:focus-visible,
.gform-theme.gform-theme--framework input[type=number]:focus-within,
.gform-theme.gform-theme--framework input[type=number]:not(:placeholder-shown),
.gform-theme.gform-theme--framework input[type=tel]:focus,
.gform-theme.gform-theme--framework input[type=tel]:active,
.gform-theme.gform-theme--framework input[type=tel]:focus-visible,
.gform-theme.gform-theme--framework input[type=tel]:focus-within,
.gform-theme.gform-theme--framework input[type=tel]:not(:placeholder-shown),
.gform-theme.gform-theme--framework textarea:focus,
.gform-theme.gform-theme--framework textarea:active,
.gform-theme.gform-theme--framework textarea:focus-visible,
.gform-theme.gform-theme--framework textarea:focus-within,
.gform-theme.gform-theme--framework textarea:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=text]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=password]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=email]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=number]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework input[type=tel]:not(:placeholder-shown),
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:active,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus-visible,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:focus-within,
.gform_wrapper.gravity-theme.gform-theme--no-framework textarea:not(:placeholder-shown),
input[type=email]:focus,
input[type=email]:active,
input[type=email]:focus-visible,
input[type=email]:focus-within,
input[type=email]:not(:placeholder-shown),
input[type=text]:focus,
input[type=text]:active,
input[type=text]:focus-visible,
input[type=text]:focus-within,
input[type=text]:not(:placeholder-shown),
input[type=password]:focus,
input[type=password]:active,
input[type=password]:focus-visible,
input[type=password]:focus-within,
input[type=password]:not(:placeholder-shown),
input[type=email]:focus,
input[type=email]:active,
input[type=email]:focus-visible,
input[type=email]:focus-within,
input[type=email]:not(:placeholder-shown),
input[type=number]:focus,
input[type=number]:active,
input[type=number]:focus-visible,
input[type=number]:focus-within,
input[type=number]:not(:placeholder-shown),
input[type=tel]:focus,
input[type=tel]:active,
input[type=tel]:focus-visible,
input[type=tel]:focus-within,
input[type=tel]:not(:placeholder-shown),
textarea:focus,
textarea:active,
textarea:focus-visible,
textarea:focus-within,
textarea:not(:placeholder-shown),
select:focus,
select:active,
select:focus-visible,
select:focus-within,
select:not(:placeholder-shown) {
  border-color: #005F83 !important;
  box-shadow: none !important;
}

.gform_wrapper.gform-theme--foundation .gform_required_legend,
.gform_wrapper.gform-theme--foundation .gform_validation_errors,
.gform_wrapper.gform-theme--foundation .gfield_validation_message {
  display: none;
}
.gform_wrapper.gform-theme--foundation .gform_footer {
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_footer {
    float: right;
    margin-top: -5.5rem;
    width: calc(50% - 25px);
  }
}
.gform_wrapper.gform-theme--foundation .gform_footer button.btn.gform_button {
  justify-content: center;
  width: 100%;
  /* override css for width */
}
.gform_wrapper.gform-theme--foundation .gfield.gfield--type-phone {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gfield.gfield--type-phone {
    margin-bottom: 2rem;
  }
}
.gform_wrapper.gform-theme--foundation .gfield_label {
  color: rgba(0, 0, 0, 0.8784313725);
  font-family: "Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a {
  background: transparent;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a {
    padding: 12px 18px;
  }
}
.gform_wrapper.gform-theme--foundation .gfield--type-html .wp-block-button a:hover {
  background: #005F83;
}

.gform_wrapper.gform-theme--foundation .gfield_consent_label {
  color: rgba(0, 0, 0, 0.8784313725);
  font-family: "Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: none;
}
.gform_wrapper.gform-theme--foundation .gfield_consent_label a {
  text-decoration: underline;
}

.gform_wrapper.gform-theme--foundation .gfield--type-consent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 2.4rem 0;
  padding-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-consent legend {
  display: none;
}

.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox] {
  height: 16px;
  position: relative;
  top: 3px;
  width: 16px;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:focus {
  box-shadow: none;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:checked {
  background: #005F83;
  border: none;
  box-shadow: none;
}
.gform_wrapper.gform-theme--foundation .ginput_container_consent input[type=checkbox]:checked::before {
  color: #fff;
}

textarea {
  min-height: 71px;
}

.gform_wrapper.gform-theme--foundation .gform_fields {
  row-gap: 12px !important;
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_fields {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}
.gform_wrapper.gform-theme--foundation .gform_fields .ginput_container {
  row-gap: 12px !important;
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme--foundation .gform_fields .ginput_container {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

.gform_wrapper.gform-theme--foundation .gfield--type-address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col {
  margin-bottom: 2.4rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_city {
  padding-right: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_state {
  padding-left: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_zip {
  padding-right: 1.2rem;
}
.gform_wrapper.gform-theme--foundation .gfield--type-address .ginput_complex .gform-grid-col.address_country {
  padding-left: 1.2rem;
}

.gform_wrapper.gform-theme form {
  margin: 2.5rem auto 0;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme form {
    margin: 5rem auto 0;
  }
}
.gform_wrapper.gform-theme .gform_title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme .gform_title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 1380px) {
  .gform_wrapper.gform-theme .gform_title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1699px) {
  .gform_wrapper.gform-theme .gform_title {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.gform_wrapper.gform-theme .gform_description {
  color: #BCBCBC;
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme .gform_description {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.gform_wrapper.gform-theme .gform-body .address_line_1,
.gform_wrapper.gform-theme .gform-body .address_line_2 {
  display: none;
}
.gform_wrapper.gform-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gform-theme .gform_next_button,
.gform_wrapper.gform-theme .gform_previous_button,
.gform_wrapper.gform-theme input[type=submit] {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  border: 1px solid transparent !important;
  border-radius: 1rem !important;
  box-shadow: none;
  color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: "Gotham";
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.375 !important;
  padding: 1.2rem 4.8rem 1.2rem 1.8rem !important;
  position: relative !important;
  text-transform: capitalize;
  transition: all 0.3s linear !important;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme .gform_next_button,
  .gform_wrapper.gform-theme .gform_previous_button,
  .gform_wrapper.gform-theme input[type=submit] {
    font-size: 1.6rem !important;
    padding: 1.3rem 5.8rem 1.3rem 2.4rem !important;
  }
}
.gform_wrapper.gform-theme .gform_next_button::after,
.gform_wrapper.gform-theme .gform_previous_button::after,
.gform_wrapper.gform-theme input[type=submit]::after {
  background: url(../../assets/icons/submit-arrow.svg) no-repeat center center !important;
  background-size: contain !important;
  content: "" !important;
  display: block !important;
  filter: brightness(0) invert(1);
  height: 2.4rem !important;
  position: absolute !important;
  right: 2.4rem !important;
  top: 50% !important;
  transform: translate(0%, -50%) !important;
  transition: all 0.3s linear !important;
  width: 2.4rem !important;
}
.gform_wrapper.gform-theme .gform_next_button:hover,
.gform_wrapper.gform-theme .gform_previous_button:hover,
.gform_wrapper.gform-theme input[type=submit]:hover {
  background: #fff !important;
  border: 1px solid #005F83 !important;
  color: #005F83 !important;
  transition: all 0.3s linear !important;
}
.gform_wrapper.gform-theme .gform_next_button:hover::after,
.gform_wrapper.gform-theme .gform_previous_button:hover::after,
.gform_wrapper.gform-theme input[type=submit]:hover::after {
  filter: invert(0);
  transition: all 0.3s linear !important;
}
.gform_wrapper.gform-theme .gform_previous_button {
  position: relative;
  display: inline-block;
  padding: 1.2rem 1.8rem 1.2rem 4.8rem !important;
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  border-radius: 10px;
  background-color: transparent !important;
  overflow: hidden;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .gform_wrapper.gform-theme .gform_previous_button {
    padding: 1.3rem 2.4rem 1.3rem 5.8rem !important;
  }
}
.gform_wrapper.gform-theme .gform_previous_button::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
  padding: 1px !important;
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude !important;
  transition: all 300ms linear;
}
.gform_wrapper.gform-theme .gform_previous_button::after {
  left: 2.4rem !important;
  right: inherit;
  background: url(../../assets/icons/gradient-arrow.svg) no-repeat center !important;
  transform: translate(0%, -50%) !important;
  filter: invert(0);
}
.gform_wrapper.gform-theme .gform_previous_button:hover {
  transition: all 300ms linear;
  background: #fff !important;
  color: #005F83 !important;
  -webkit-text-fill-color: #005F83;
}
.gform_wrapper.gform-theme .gform_previous_button:hover::before {
  transition: all 300ms linear;
  display: none;
}
.gform_wrapper.gform-theme .gform_previous_button:hover::after {
  background: url(../../assets/icons/primary-arrow.svg) no-repeat center !important;
}

/* Admin-bar Spacing Set as per Resposive Screens */
body.admin-bar .header {
  margin-top: 46px;
}
@media (width >= 782px) {
  body.admin-bar .header {
    margin-top: 32px;
  }
}
body.admin-bar .header.sticky {
  margin-top: 0;
}
@media (width >= 601px) {
  body.admin-bar .header.sticky {
    margin-top: 46px;
  }
}
@media (width >= 782px) {
  body.admin-bar .header.sticky {
    margin-top: 32px;
  }
}
body.admin-bar .main-wrapper {
  padding-top: 88.14px;
}
@media (min-width: 992px) {
  body.admin-bar .main-wrapper {
    padding-top: 120.22px;
  }
}
@media (min-width: 1199px) {
  body.admin-bar .main-wrapper {
    padding-top: 121px;
  }
}
body .main-wrapper {
  padding-top: 88.14px;
}
@media (min-width: 992px) {
  body .main-wrapper {
    padding-top: 120.22px;
  }
}
@media (min-width: 1199px) {
  body .main-wrapper {
    padding-top: 121px;
  }
}

:has(:first-of-type.inner-masthead) .main-wrapper {
  padding-top: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

/*  Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/*  Handle */
::-webkit-scrollbar-thumb {
  background: #005F83;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.wp-block-media-text {
  background: transparent;
  padding: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
  }
}
@media (min-width: 1380px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 3rem;
  }
}
@media (min-width: 1699px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 5rem;
  }
}

/* for hero slider */
:has(:first-of-type.masthead) .main-wrapper {
  padding-top: 0;
}

:has(.single-service--wrapper > .wp-block-columns > .wp-block-column:last-child) .main-wrapper {
  overflow: visible !important;
}

/* for all section padding manage using flex */
body.single-post .main-wrapper > h1:first-child,
body.single-post .main-wrapper > h2:first-child,
body.single-post .main-wrapper > h3:first-child,
body.single-post .main-wrapper > h4:first-child,
body.single-post .main-wrapper > h5:first-child,
body.single-post .main-wrapper > h6:first-child {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
body.single-post .main-wrapper ul {
  margin-bottom: 2rem;
}

body.stop-scroll {
  overflow: hidden;
}

body.stop-scroll {
  overflow: hidden;
  position: relative;
  transition: all 300ms linear;
}
body.stop-scroll::before {
  z-index: 11;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1647058824);
  transition: all 300ms linear;
}

body.activebody {
  position: relative;
  transition: all 300ms linear;
}
body.activebody::before {
  z-index: 11;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1647058824);
  transition: all 300ms linear;
}

.has-blue-to-purple-gradient-background {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.gfield-choice-input {
  border: 1px solid #BCBCBC !important;
}

.header {
  background: transparent;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}
@media (min-width: 992px) {
  .header {
    background: transparent;
  }
}
.header.dark-bg .header--wrapper-right-content-top,
.header.dark-bg .header--wrapper-right-content-bottom {
  background: rgb(26, 23, 27);
}
.header .col-lg-4.col-12 {
  z-index: 20;
}
@media (max-width: 992px) {
  .header .col-lg-4.col-12 {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
}
@media (max-width: 992px) {
  .header .col-lg-8.col-12 {
    padding: 0;
  }
}
.header .row {
  align-items: center;
}
.header.sticky {
  transition: all 300ms linear;
  background: #fff;
  top: 0;
}
.header.sticky .header--wrapper-right-menu ul li a {
  color: #005F83;
}
.header.sticky .header--wrapper-logo-light {
  opacity: 0;
}
.header.sticky .header--wrapper-logo-dark {
  opacity: 1;
}
.header--wrapper {
  padding: 24px 0;
  width: 100%;
  position: relative;
}
.header--wrapper.activemenu {
  background: #fff;
}
.header--wrapper.activemenu .header--wrapper-logo-light {
  opacity: 0;
}
.header--wrapper.activemenu .header--wrapper-logo-dark {
  opacity: 1;
}
.header--wrapper-logo {
  display: flex;
  position: relative;
  flex: 0 0 108px;
  height: 30px;
}
.header--wrapper-logo-light, .header--wrapper-logo-dark {
  display: flex;
  position: absolute;
  left: 0;
  z-index: 10;
  flex: 0 0 108px;
  max-height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.header--wrapper-logo-light img,
.header--wrapper-logo-light svg, .header--wrapper-logo-dark img,
.header--wrapper-logo-dark svg {
  width: 100%;
  height: 100%;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--wrapper-logo-light {
  opacity: 1;
}
.header--wrapper-logo-dark {
  opacity: 0;
}
.header--wrapper-burger {
  display: block;
}
@media (min-width: 992px) {
  .header--wrapper-burger {
    display: none;
  }
}
.header--wrapper-burger-icon {
  align-items: center;
  background-color: transparent;
  border: 1px solid #005F83;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  float: right;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
  z-index: 999;
}
@media (min-width: 1199px) {
  .header--wrapper-burger-icon {
    display: none;
  }
}
.header--wrapper-burger-icon svg {
  height: 22px;
  width: 22px;
}
.header--wrapper-burger-icon .line {
  fill: none;
  stroke: #005F83;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header--wrapper-burger-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.header--wrapper-burger-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.header--wrapper-burger-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.header--wrapper-burger-icon.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.header--wrapper-burger-icon.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.header--wrapper-burger-icon.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.header--wrapper-right {
  z-index: 10;
  position: relative;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 1.5rem;
  height: 100%;
  background: #fff;
}
@media (min-width: 992px) {
  .header--wrapper-right {
    padding: 0;
    align-items: center;
  }
}
.header--wrapper-right.active {
  margin-top: 1rem;
}
.header--wrapper-right:not(.active) {
  transition: all 300ms linear;
  display: none !important;
}
@media (min-width: 992px) {
  .header--wrapper-right:not(.active) {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .header--wrapper-right {
    background: transparent;
    flex-direction: row;
  }
}
.header--wrapper-right-menu {
  width: 90%;
}
.header--wrapper-right-menu ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu ul {
    flex-direction: row;
  }
}
.header--wrapper-right-menu ul li {
  margin: 0;
  border-bottom: 1px solid #005F83;
  width: 100%;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu ul li {
    padding-bottom: 0;
    width: auto;
    border-bottom: 0;
  }
}
.header--wrapper-right-menu ul li a {
  /* font-weight: $light; */
  color: #005F83;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header--wrapper-right-menu ul li a {
    color: #fff;
  }
}

.page-template-template-authentication .header {
  background: transparent;
}
.page-template-template-authentication .header .header__burger {
  display: none;
}
.page-template-template-authentication .header .nav-main {
  align-items: center;
  background: none;
  display: flex !important;
  gap: 15px;
  height: auto;
  max-width: none;
  padding: 0;
  position: static;
  width: auto;
}
@media (min-width: 992px) {
  .page-template-template-authentication .header .nav-main {
    gap: 30px;
  }
}

header:has(+ .main-wrapper > .thankyou) {
  background: #fff;
}

header:has(+ .main-wrapper > .thankyou) .header--wrapper-logo-dark {
  opacity: 1;
}

header:has(+ .main-wrapper > .thankyou) .header--wrapper-right-menu ul li a {
  color: #005F83;
}

.proposal-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}
.proposal-header.sticky {
  transition: all 300ms linear;
  background: #fff;
  top: 0;
}
.proposal-header.sticky .header--wrapper-right-menu ul li:hover a {
  color: #C8E6F0;
}
.proposal-header.sticky .header--wrapper-right-menu ul li a {
  color: #005F83;
}
.proposal-header.sticky .header--wrapper-logo-light {
  opacity: 0;
}
.proposal-header.sticky .header--wrapper-logo-dark {
  opacity: 1;
}
.proposal-header.dark-bg .header--wrapper-right-content-top,
.proposal-header.dark-bg .header--wrapper-right-content-bottom {
  background: rgb(26, 23, 27);
}
.proposal-header .row {
  align-items: center;
}
.proposal-header--wrapper {
  padding: 24px 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .proposal-header--wrapper {
    padding: 46px 0;
  }
}
.proposal-header--wrapper .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 21px;
}
@media (min-width: 768px) {
  .proposal-header--wrapper .col-12 {
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.proposal-header--wrapper-left {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-left {
    width: auto;
    justify-content: center;
  }
}
.proposal-header--wrapper-left-dot {
  display: none;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-left-dot {
    display: block;
    flex: 0 0 16px;
    max-height: 30px;
  }
}
.proposal-header--wrapper-left-logo {
  display: flex;
  position: relative;
  flex: 0 0 85px;
  height: 25px;
}
@media (min-width: 768px) {
  .proposal-header--wrapper-left-logo {
    flex: 0 0 108px;
    height: 30px;
  }
}
.proposal-header--wrapper-left-logo-dark {
  display: flex;
  z-index: 10;
  flex: 0 0 85px;
  height: 25px;
}
@media (min-width: 768px) {
  .proposal-header--wrapper-left-logo-dark {
    flex: 0 0 108px;
    height: 30px;
  }
}
.proposal-header--wrapper-left-logo-dark img,
.proposal-header--wrapper-left-logo-dark svg {
  aspect-ratio: 3.4;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .proposal-header--wrapper-left-logo-dark img,
  .proposal-header--wrapper-left-logo-dark svg {
    aspect-ratio: 3.6;
  }
}
.proposal-header--wrapper-left-burger {
  display: block;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-left-burger {
    display: none;
  }
}
.proposal-header--wrapper-left-burger-icon {
  align-items: center;
  background-color: transparent;
  border: 1px solid #005F83;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  float: right;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
  z-index: 999;
}
@media (min-width: 1199px) {
  .proposal-header--wrapper-left-burger-icon {
    display: none;
  }
}
.proposal-header--wrapper-left-burger-icon svg {
  height: 22px;
  width: 22px;
}
.proposal-header--wrapper-left-burger-icon .line {
  fill: none;
  stroke: #005F83;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.proposal-header--wrapper-left-burger-icon .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.proposal-header--wrapper-left-burger-icon .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.proposal-header--wrapper-left-burger-icon .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.proposal-header--wrapper-left-burger-icon.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.proposal-header--wrapper-left-burger-icon.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.proposal-header--wrapper-left-burger-icon.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.proposal-header--wrapper-right {
  z-index: 10;
  position: relative;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
  height: 100%;
  background: #fff;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-right {
    padding: 0;
    align-items: center;
  }
}
.proposal-header--wrapper-right:not(.active) {
  transition: all 300ms linear;
  display: none !important;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-right:not(.active) {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .proposal-header--wrapper-right {
    background: transparent;
    flex-direction: row;
  }
}
.proposal-header--wrapper-right-menu {
  width: 100%;
}
.proposal-header--wrapper-right-menu ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-right-menu ul {
    flex-direction: row;
  }
}
.proposal-header--wrapper-right-menu ul li {
  margin: 0;
  border-bottom: 1px solid #005F83;
  width: 100%;
}
@media (min-width: 992px) {
  .proposal-header--wrapper-right-menu ul li {
    width: auto;
    border-bottom: 0;
  }
}
.proposal-header--wrapper-right-menu ul li:hover a {
  color: #C8E6F0;
}
.proposal-header--wrapper-right-menu ul li a {
  color: #005F83;
  text-decoration: none;
  white-space: nowrap;
}

.proposal-page {
  background: #F3F7F9;
}
.proposal-page .owner-info {
  background: #F3F7F9;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .proposal-page .owner-info {
    padding: 6rem 0;
  }
}
@media (min-width: 1499px) {
  .proposal-page .owner-info {
    padding: 7rem 0;
  }
}
@media (min-width: 1699px) {
  .proposal-page .owner-info {
    padding: 8rem 0;
  }
}
.proposal-page .owner-info--wrapper {
  border: 1px solid #C8E6F0;
  border-radius: 10px;
  background: #E5F3F8;
  padding: 2rem;
}
@media (min-width: 768px) {
  .proposal-page .owner-info--wrapper {
    padding: 3rem;
  }
}
@media (min-width: 1699px) {
  .proposal-page .owner-info--wrapper {
    padding: 4rem;
  }
}
.proposal-page .owner-info--wrapper-content {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .proposal-page .owner-info--wrapper-content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1699px) {
  .proposal-page .owner-info--wrapper-content {
    margin-bottom: 4rem;
  }
}
.proposal-page .owner-info--wrapper-content h6 {
  font-weight: 700;
  color: #005F83;
}
.proposal-page .owner-info--wrapper-content h6,
.proposal-page .owner-info--wrapper-content p {
  margin-bottom: 12px;
}
.proposal-page .owner-info--wrapper-content p,
.proposal-page .owner-info--wrapper-content li {
  color: #005F83;
  font-weight: 300;
}
.proposal-page .owner-info--wrapper-content p span,
.proposal-page .owner-info--wrapper-content li span {
  font-weight: 700;
}
.proposal-page .owner-info--wrapper-content p span.light,
.proposal-page .owner-info--wrapper-content li span.light {
  color: #00BFFF;
}
.proposal-page .owner-info--wrapper-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.proposal-page .owner-info--wrapper-detail-img {
  max-width: 118px;
  max-height: 115px;
}
.proposal-page .owner-info--wrapper-detail-img img,
.proposal-page .owner-info--wrapper-detail-img svg {
  border-radius: 10px;
  aspect-ratio: 1.026;
}
.proposal-page .owner-info--wrapper-detail-text {
  display: flex;
  flex-direction: column;
}
.proposal-page .owner-info--wrapper-detail-text h6 {
  margin-bottom: 4px;
  color: #005F83;
}
.proposal-page .owner-info--wrapper-detail-text p {
  color: #005F83;
  font-weight: 300;
}
.proposal-page .owner-info--wrapper-detail-text-contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .proposal-page .owner-info--wrapper-detail-text-contact {
    flex-direction: row;
  }
}
.proposal-page .owner-info--wrapper-detail-text-contact-box {
  display: flex;
  gap: 1rem;
}
.proposal-page .owner-info--wrapper-detail-text-contact-box a {
  color: #005F83;
  white-space: nowrap;
}
.proposal-page .owner-info--wrapper-detail-text-contact-box:first-child {
  margin-bottom: 3.5px;
  padding-bottom: 3.5px;
}
@media (min-width: 576px) {
  .proposal-page .owner-info--wrapper-detail-text-contact-box:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 3.5px;
    padding-right: 3.5px;
    border-right: 1px solid #005F83;
  }
}
.proposal-page .owner-info--wrapper-detail-text-contact-box img,
.proposal-page .owner-info--wrapper-detail-text-contact-box svg {
  aspect-ratio: 1;
  max-width: 20px;
  max-height: 20px;
}
.proposal-page .owner-info .row {
  justify-content: center;
}

.footer {
  background: #005F83;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer--wrapper-top {
  padding: 2rem 0;
  border-bottom: 1px solid #2898C0;
}
@media (min-width: 768px) {
  .footer--wrapper-top {
    padding: 4rem 0;
  }
}
.footer--wrapper-top .row {
  justify-content: space-between;
  display: flex;
  gap: 1.5rem;
}
.footer--wrapper-top .row::before, .footer--wrapper-top .row::after {
  display: none !important;
}
.footer--wrapper-top-logo {
  max-width: 140px;
  flex: 0 0 140px;
  height: 40px;
}
@media (min-width: 992px) {
  .footer--wrapper-top-logo {
    max-width: 200px;
    flex: 0 0 200px;
    height: 55px;
  }
}
.footer--wrapper-top-logo a img,
.footer--wrapper-top-logo a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--wrapper-top-content p {
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #C8E6F0;
  margin-bottom: 0;
}
.footer--wrapper-center {
  border-bottom: 1px solid #2898C0;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer--wrapper-center {
    padding: 4rem 0;
  }
}
.footer--wrapper-center-left {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-left {
    border-right: 1px solid #2898C0;
    padding-right: 4rem;
    gap: 4rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-center-left {
    padding-right: 6rem;
    gap: 8rem;
  }
}
.footer--wrapper-center-left-menu {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer--wrapper-center-left-menu {
    gap: 60px;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-center-left-menu {
    gap: 80px;
  }
}
.footer--wrapper-center-left-menu-item p {
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}
.footer--wrapper-center-left-menu-item ul li {
  margin: 0 0 1rem 0;
}
.footer--wrapper-center-left-menu-item ul li:last-child {
  margin: 0;
}
.footer--wrapper-center-left-menu-item ul li a {
  font-weight: 300;
  color: #C8E6F0;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.footer--wrapper-center-left-menu-item ul li a:hover {
  color: #00BFFF;
}
.footer--wrapper-center-left-socialmedia {
  display: flex;
  flex-direction: column;
}
.footer--wrapper-center-left-socialmedia p {
  text-transform: capitalize;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
}
.footer--wrapper-center-left-socialmedia-links {
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-left-socialmedia-links {
    gap: 2rem;
  }
}
.footer--wrapper-center-left-socialmedia-links a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.6rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-left-socialmedia-links a {
    width: 4rem;
    height: 4rem;
    padding: 0.9rem;
  }
}
.footer--wrapper-center-left-socialmedia-links a:hover {
  background: #fff;
  transition: all 300ms linear;
}
.footer--wrapper-center-left-socialmedia-links a:hover img,
.footer--wrapper-center-left-socialmedia-links a:hover svg path {
  transition: all 300ms linear;
  fill: #005F83;
}
.footer--wrapper-center-left-socialmedia-links a img,
.footer--wrapper-center-left-socialmedia-links a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--wrapper-center-right {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right {
    margin-top: 0;
  }
}
.footer--wrapper-center-right-office {
  border-top: 1px solid #2898C0;
  padding-top: 2rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office {
    border-top: 0;
    padding-top: 0;
    padding-left: 5rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-center-right-office {
    padding-left: 8rem;
  }
}
.footer--wrapper-center-right-office p {
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office p {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-center-right-office p {
    margin-bottom: 4.4rem;
  }
}
.footer--wrapper-center-right-office-box {
  display: grid;
  grid-template-areas: "first" "second" "third";
  row-gap: 3.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office-box {
    grid-template-areas: "first first" "second third";
    row-gap: 6rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1699px) {
  .footer--wrapper-center-right-office-box {
    row-gap: 9.3rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.footer--wrapper-center-right-office-box-detail {
  display: flex;
  flex-direction: column;
}
.footer--wrapper-center-right-office-box-detail:first-child {
  grid-area: first;
}
.footer--wrapper-center-right-office-box-detail:nth-child(2) {
  grid-area: second;
}
.footer--wrapper-center-right-office-box-detail:last-child {
  grid-area: third;
}
.footer--wrapper-center-right-office-box-detail-location, .footer--wrapper-center-right-office-box-detail-call {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office-box-detail-location, .footer--wrapper-center-right-office-box-detail-call {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.footer--wrapper-center-right-office-box-detail-location a, .footer--wrapper-center-right-office-box-detail-call a {
  max-width: 20px;
  max-height: 20px;
  white-space: nowrap;
  flex: 0 0 20px;
}
.footer--wrapper-center-right-office-box-detail-location a:hover, .footer--wrapper-center-right-office-box-detail-call a:hover {
  color: #00BFFF;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office-box-detail-location a, .footer--wrapper-center-right-office-box-detail-call a {
    max-width: 24px;
    max-height: 24px;
    flex: 0 0 24px;
  }
}
.footer--wrapper-center-right-office-box-detail-location a img,
.footer--wrapper-center-right-office-box-detail-location a svg, .footer--wrapper-center-right-office-box-detail-call a img,
.footer--wrapper-center-right-office-box-detail-call a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--wrapper-center-right-office-box-detail-location .small, .footer--wrapper-center-right-office-box-detail-call .small {
  color: #fff;
  margin-bottom: 0;
}
.footer--wrapper-center-right-office-box-detail-call .small {
  color: #C8E6F0;
}
.footer--wrapper-center-right-office-box-detail-address {
  margin-bottom: 1.2rem;
  color: #C8E6F0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office-box-detail-address {
    margin-bottom: 1rem;
  }
}
.footer--wrapper-center-right-office-box-detail-address:hover {
  color: #00BFFF;
}
.footer--wrapper-center-right-office-box-detail-email {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer--wrapper-center-right-office-box-detail-email {
    gap: 2.5rem;
  }
}
.footer--wrapper-center-right-office-box-detail-email-content {
  display: flex;
  flex-direction: column;
}
.footer--wrapper-center-right-office-box-detail-email-content p.small {
  color: #C8E6F0;
  margin-bottom: 0;
  font-weight: 300;
}
.footer--wrapper-center-right-office-box-detail-email-content a {
  letter-spacing: 0.05em;
  color: #fff;
}
.footer--wrapper-center-right-office-box-detail-email-content a:hover {
  color: #00BFFF;
}
.footer--wrapper-bottom {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .footer--wrapper-bottom {
    padding: 4rem 0;
  }
}
.footer--wrapper-bottom-copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer--wrapper-bottom-copyright p.small {
  color: #C8E6F0;
  margin: 0;
  font-weight: 300;
}
.footer--wrapper-bottom-copyright-menu ul {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer--wrapper-bottom-copyright-menu ul {
    gap: 2rem;
  }
}
.footer--wrapper-bottom-copyright-menu ul li {
  margin: 0;
}
.footer--wrapper-bottom-copyright-menu ul li a {
  text-transform: capitalize;
  white-space: nowrap;
  color: #C8E6F0;
  text-decoration: none;
  font-weight: 300;
}
.footer--wrapper-bottom-copyright-menu ul li a:hover {
  color: #00BFFF;
}

/* .footer .footer__three section:last-child a svg,
img {
  display: block;
} */
/* patterns css */
