* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
}

h2 {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif; font-weight: 800;
}

h3 {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
}



html, body {
  position: relative;
  margin: 0;
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background: #E0DDE2;
  color: #3B3B3B;
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 300;
}



main {
  overflow: hidden;
}

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

img {
  display: block;
  height: auto;
}

/*
* Containers
*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: calc(1720px + 60px);
  
}
@media all and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    
  }
}

.container--half {
  width: 100%;
  padding: 0 15px;
  max-width: calc(1350px + 60px);
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .container--half {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) {
  .container--half {
    max-width: calc((1350px / 2) + 30px);
  }
}

@media all and (min-width: 1024px) {
  .container--half.right {
    margin: 0 0 0 auto;
  }
}

@media all and (min-width: 1024px) {
  .container--half.left {
    margin: 0 auto 0 0;
  }
}

.container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media all and (max-width: 767.9px) {
  .image-desktop-only,
.desktop-only {
    display: none !important;
  }
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

/*
* Generella paddings
*/
/* Overlay */
.overlay {
  position: relative;
}
.overlay > * {
  z-index: 2;
}
.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}


body {
  line-height: 1.75;
  font-size: 1rem;
}

@media all and (max-width: 568px) {
  body {
    font-size: 0.85rem;
  }
}

p {
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  p {
    margin-bottom: 2rem;
  }
}

.heading {
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #3B3B3B;
}

.hero2022 .hero-logo {
    max-height: 130px;
    max-width: 130px;

}

.hero2022 .hero-logo img {
   height: auto;
   max-width: 100%;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.heading--hero--left {
  font-size: clamp(25px, 5vw, 40px); 
  line-height: 1;
  color: #F4F2E8;
  text-transform: uppercase;
  /* max-width: 450px; */
}

@media (min-width: 1200px) {
  .break-line {
    margin-right: 100px;
  }
}


@media (max-width: 500px) {
  .heading--hero--left {
    max-width: 336px;
    /* margin-bottom: 270px; */
  }
  /* .hero2022 p {
    position: absolute;
    bottom: 15%;
  } */
  .hero2022 .button {
    background: white;
    color: #e44b55 !important;
    position: absolute;
    bottom: 8%;
  }
}


@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 4.375rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--hero {
    font-size: 5rem;
  }
}

.up-right {
  bottom: -0.08em;
  font-weight: 600;
  line-height: 0.9 !important;
  margin: 0;
  position: absolute;
  right: -0.1em;
  transform: translateX(100%) rotate(-90deg);
  transform-origin: bottom left;
  
}


.heading--hero.lowercase {
  text-transform: none !important;
}

.heading--column,
.heading--menu {
  color: #F4F2E8;
  font-size: 3.1875rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .heading--column,
.heading--menu {
    font-size: 4.375rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--column,
.heading--menu {
    font-size: 6rem;
  }
}

.heading--menu {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.75rem;
  text-align: center;
  font-weight: 800;
}
@media all and (min-width: 1024px) {
  .heading--menu {
    text-align: left;
  }
}

.heading--primary,
.entry-content h1 {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.025em;
  font-size: 3.1875rem;
  line-height: 1.1;
}
@media all and (min-width: 1024px) {
  .heading--primary,
.entry-content h1 {
    font-size: 4rem;
  }
}
@media all and (min-width: 1200px) {
  .heading--primary,
.entry-content h1 {
    font-size: 5rem;
  }
}
@media all and (min-width: 1460px) {
  .heading--primary,
.entry-content h1 {
    font-size: 6.25rem;
  }
}

.entry-content h2,
.heading--secondary {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .entry-content h2,
.heading--secondary {
    font-size: 2rem;
  }
}
@media all and (min-width: 1200px) {
  .entry-content h2,
.heading--secondary {
    font-size: 2.125rem;
  }
}

.entry-content h3,
.heading--tertiary {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  .entry-content h3,
.heading--tertiary {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1200px) {
  .entry-content h3,
.heading--tertiary {
    font-size: 1.875rem;
  }
}

h4, h5, h6 {
  font-weight: 400;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
@media all and (min-width: 1024px) {
  h4, h5, h6 {
    font-size: 1.5rem;
  }
}





.button, input[type=button] {
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
  background: #E0DDE2;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
}
.button:hover,
 input[type=button]:hover {
  background: #cfc4d6 !important;
  color: #000;
  cursor: pointer;
}



ul.buttons {
  list-style: none;
}

.site-header {
  width: 100%;
  top:0;
  position: absolute;
  transition-duration: 0.6s;
  transition-property: background-color, opacity;
  transition-timing-function: ease-out;
  height: 5rem;
  z-index: 99;
  background-color: #E0DDE2;
}
.site-header .container {
  align-items: center;
  height: 100%;
}

.hero-container {
    display: flex; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: calc(1150px + 60px);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.site-header .container--flex {
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 500px) {
  .site-header.sticky {
    position: fixed;
    top: 0;
  }
}

.site-header .brand {
  margin: 0;
}

.header-menu {
  margin: 0;
}
.header-menu .navigation-overlay {
  max-width: 410px;
  min-height: 100%;
  padding: 110px 30px 60px 30px;
  position: fixed;
  right: 0;
  background: #3B3B3B;
  transition: transform 0.6s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  z-index: -1;
  top: 0;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .header-menu .navigation-overlay {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.header-menu .navigation-overlay.nav-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  /* position: relative; */
  height: 100%;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding-top: 30px;
  padding: 100px 50px;
}

.header-menu .menu ul{
  list-style: none;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  gap: 25px;
}

.header-menu .menu ul li { 
  padding-top: 20px;
}

.menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

@media (max-width: 600px) {
 
  .header-menu .menu li a {
    font-size: 16px !important;
  }

  .header-menu .menu li a { 
    margin: 0 5px !important;
  }


  .site-header .container {
    padding: 0 15px;
  }
  .brand img {
    max-width: 100px;
    object-fit: cover;
  }
}

.menu .menu-item {
  list-style: none;
  height: 20px;
}

.header-menu .menu li a {
  color: #324D3C;
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  min-height: 3.125rem;
  line-height: 24px;
  margin: 0 30px;
}

.mobile_menu_container.active .header_menu_mobile_links .menu li.current-menu-item  a {
  color: #8E6CDB !important;
}
.header-menu .menu li.current-menu-item a {
  color: #8E6CDB !important;
}
@media all and (pointer: fine) {
  .header-menu .menu li a:hover {
    color: #8E6CDB;
  }
}

@media (max-width:768px) {
  .header-menu {
    display: none;
  }
}

.header-menu_mobile {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.burger {
  z-index: 3;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header-menu_mobile.active {
  position: fixed;
  top: 0;
  right: 5%;
}


.header-menu_mobile .burger div{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #8E6CDB;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.header-menu_mobile .burger div:nth-child(1) {
  top: 5px;
}

.header-menu_mobile .burger div:nth-child(2) {
  top: 12px;
}

.header-menu_mobile .burger div:nth-child(3) {
  top: 19px;
}


.header-menu_mobile .burger.active div:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu_mobile .burger.active div:nth-child(2) {
  opacity: 0;
  left: -20px;
}

.header-menu_mobile .burger.active div:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header_menu_mobile_links {
  display: none;
}

.mobile_menu_container {
  display: none;
}

.mobile_menu_container.active {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #ededed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: auto !important;
}

.mobile_menu_container.active  .header_menu_mobile_links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;

}
.mobile_menu_container.active  .header_menu_mobile_links .menu {
flex-direction: column;

}
.mobile_menu_container.active  .header_menu_mobile_links .menu li {
  padding: 25px 0;
}

.mobile_menu_container.active  .header_menu_mobile_links .menu li a {
  font-size: clamp(25px, 3vw, 30px);
  line-height: clamp(35px, 3vw, 40px);
  text-decoration: none;
  color: #183322;
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-menu_mobile {
    display: none;
  }
  .mobile_menu_container {
    display: none;
  }
}




.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  /*
  .heading {
    bottom: -.08em;
    position: relative;
    -moz-transform: translateX(100%) rotate(-90deg);
    -webkit-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    transform-origin: bottom left;
  }*/
}



@media (min-width: 800px) {
  .hero2022 .heading-padding {
    max-width: 800px;
  }
}

.hero2022 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.hero .heading-wrapper {
  display: table;
  margin: 0;
}
.hero2022 h1 {
    color: #EDEDED;
    text-transform: uppercase;
    font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
    font-size: clamp(100px, 11vw, 200px);
    line-height: clamp(140px, 11vw, 240px);
}

.hero2022 p {
  color: #F0EDE3 !important;
  padding-right: 4.5rem;
  max-width: 530px;
  padding-top: 20px;
}


.hero .heading-padding {
  bottom: -0.08em;
  font-size: 70px;
  font-weight: 600;
  line-height: 0.8;
  margin: 0;
  position: absolute;
  right: -0.02em;
  transform: translateX(100%) rotate(-90deg);
  transform-origin: bottom left;
}
.hero .heading {
  white-space: nowrap;
}

.hero-type-image {
  height: 100vh;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: var(--bkg-mobile);
  
}

@media (max-width: 600px) {
  .hero-type-image {
    background-position-x: 30%;
  }
}

@media all and (min-width: 768px) {
  .hero-type-image {
    background-image: var(--bkg-desktop);
    height: 100%;
    min-height: 100vh;
  }
}

@media all and (min-width: 768px) {
  .hero-type-video {
    min-height: 0;
  }
}

.video-wrapper.mobile-only video {
  min-height: 100%;
  height: auto;
}

.video-wrapper.mobile-only video {
  min-height: 100%;
  height: auto;
}

.hero2022 .scroll-down {
  bottom: 0;
  color: #fff;
  left: 50%;
  margin-bottom: 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media all and (min-width: 768px) {
  .hero2022 .scroll-down {
    margin-bottom: 30px;
  }
}
.hero2022 .icon {
  display: inline-block;
  height: 3rem;
  line-height: 0;
  position: relative;
  top: 0;
  transform-origin: center center;
  vertical-align: middle;
  width: 3rem;
  margin-bottom: 0.3rem;
}
.hero2022 .icon .chevrons {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll-down-1;
  animation-name: scroll-down-1;
}
.hero2022 .icon .chevrons-2 {
  -webkit-animation-name: scroll-down-2;
  animation-name: scroll-down-2;
}

@keyframes scroll-down-1 {
  0% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(62%);
  }
}
@keyframes scroll-down-2 {
  0% {
    transform: translateY(-62%);
  }
  70% {
    transform: translateY(-62%);
  }
  100% {
    transform: translateY(0%);
  }
}
.site-footer {
  padding: 30px 0;
  text-align: center;
  background: #E0DDE2;
}
.site-footer .container--flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media all and (min-width: 1024px) {
  .site-footer .container--flex {
    flex-wrap: nowrap;
  }
}
.site-footer .footer-brand {
  width: 100%;
  padding: 0 1rem;
}
@media all and (min-width: 1024px) {
  .site-footer .footer-brand {
    width: 15rem;
    -webkit-box-flex: 0 0 15rem;
    -webkit-flex: 0 0 15rem;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin: 0;
    padding: 0;
  }
}
.site-footer .footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-brand img {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}
.footer-hiq__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3B3B3B;
}
.footer-separator {
  display: none;
  width: 1px;
  min-height: 6rem;
  background-color: rgba(59, 59, 59, 0.25);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media all and (min-width: 1024px) {
  .footer-separator {
    display: block;
  }
}
.footer-hiq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5rem;
}
.site-footer .footer-hiq img {
  height: 5rem;
  width: auto;
  display: block;
}
.site-footer .footer-slogan {
  width: 100%;
  margin-bottom: 1.875rem;
}

.footer-slogan .heading--secondary {
  font-family: "Libre Franklin";
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 44px;
  text-transform: uppercase;
}

@media all and (min-width: 1024px) {
  .site-footer .footer-slogan {
    width: auto;
    margin: 0;
  }
}
.site-footer .footer-contact {
  width: 100%;
  text-align: left;
  color: #000000;
}
@media all and (min-width: 1024px) {
  .site-footer .footer-contact {
    width: 15rem;
    -webkit-box-flex: 0 0 15rem;
    -webkit-flex: 0 0 15rem;
    -ms-flex: 0 0 15rem;
    flex: 0 0 15rem;
    margin: 0;
  }
}
.site-footer .copyright {
  margin-top: 1.875rem;
  color: #000000;
}


.inner-container {
  padding: 15px 0;
}
@media all and (min-width: 1024px) {
  .inner-container {
    padding: 30px 0;
  }
}




/* GOOGLE  */
.acf-map {
  width: 100%;
  border: #ccc solid 1px;
  height: 100%;
  flex:0.5;
  min-height: 130vh;
}

@media (max-width: 600px) {
  .acf-map {
    min-height: 50vh !important;
  }
}



#markerLayer {
  background: none !important;
  background-size: cover !important;
  background-position: center center !important;
 
}
#markerLayer img {
  width: 100% !important;
  height: 100% !important;
  background: url(./assets/icons/s-pin_uppdaterad.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.acf-map img {
   max-width: inherit !important;
}

.block-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}



.layout-image_text {
  padding: 0;
}

.image_text_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
}

.image_text_section {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  background: #324D3C;
  position: relative;
  width: 100%;
}




.image_text_section .stamp {
position:absolute;
padding-left: 5%;
top: 5%;
margin-left: 0;
font-size: clamp(20px, 3vw, 30px) !important;
}


@media (max-width: 768px) {
  .image_text_section .stamp {
    top: -2%;
  }
}

.image_text_section .text_area {
  flex: 0.5;
  color:#fff;
  width: 100%;
}

.image_text_section .text_area .text {
  max-width: 500px;
  margin-left: 10%;
  padding-top: 300px;
  padding-bottom: 80px;
  padding-right: 30px;
}

.image_text_section .text_area h3, p {
 color: #fff;
}

.image_text_section .text_area h3 {
  font-size: clamp(22px, 4vw, 40px);
  line-height: clamp(30px, 4vw, 48px);
  color: #B0CAC3;
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
}

.image_text_section .text_area p {
  margin-top: 30px;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  color: #EDEDED;
}



.image_text_section .image {
  flex: 0.5;
  width: 100%;
  height: 100%;
}

.image_text_section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
}

@media (max-width: 768px) {
  .image_text_section {
    flex-direction: column;
  } 
  .image_text_section .text_area {
    padding: 0 15px;
  }

  .stamp {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 15px;
  }

 

  .image_text_section .text_area .text {
    margin-left: 0;
  }

  .image_text_section .stamp {
    padding-left: 35px;
  }

  .image_text_section ul.buttons {
    margin-top: 35px;
  }

  
}


@media (max-width: 600px) {
  .quote_text p {
    margin: 30px 0;
  }
  .presentation_bottom_text {
    bottom: 18% !important;
  }

  .presentation_block {
    top: 27% !important;
    padding: 20px !important;

  }
}


.circle_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  padding: 50px;
  position: relative;
  background-color: #E0DDE2;
}
 .top_stamp {
  position: absolute;
  left: 3%;
  top: 5%;
  color: #000;
  font-size: clamp(20px, 3vw, 30px) !important;
  line-height: clamp(28px, 3vw, 38px) !important;
}

@media (min-width: 768px) {
  .top_stamp {
    left: 5%;
  }

 
}

.circle_container .circle_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  padding-top: 100px;
}

.circle_item {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.circle_item .image {
  position: relative;
  max-height: 450px;
  max-width: 450px;
}

.circle_item .image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: center center;
  max-width: 100%;
}

.circle_item .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  top: 50%;
  color: #fff;
  text-align: center;
  color: #EDEDED;
}

.circle_item h3 {
  font-size: clamp(24px, 3vw, 40px);
  line-height: clamp(36px, 3vw, 48px);
}

.circle_item .text {
  max-width: 500px;
  text-align: center;
  padding: 50px 15px;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(28px, 3vw, 30px);
}

#whatdefinesus {
  top: 7%;
}




@media (max-width: 1050px) {
  .circle_grid {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
  }
}









@media (max-width: 768px) {
  .circle_container {
    padding: 15px;
  }

  .circle_container .top_stamp {
    top: 1%;
  }

  .circle_item {
    padding: 20px;

  }

  .circle_item .image {
    max-width: 250px;
    max-height: 250px;
  }

  .image_text_section .top_stamp {
    top: 1%
  }
  

  .top_stamp {
    top: -1%;
  }

  #ourexperience {
    top: 3%;
  }

  #whatdefinesus {
    top: 2%;
  }
}




@media (min-width: 900px) {
  .circle_container .circle_grid {
  grid-template-columns: repeat(3, 1fr);
  padding-top: 100px;
  gap: 20px;
  }
}


@media (min-width: 1300px) {
  .circle_container .circle_grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  }
}



.full_image_background {
  background-size: cover;
  max-width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  background-position: center;
  height: 115vh;
}

@media (max-width: 768px) { 
  .full_image_background {
    height: 75vh;
    background-position-x: 8%;
  }
}

.full_image_background .heading {
  color: #324D3C;
  max-width: 700px;
  margin-left: 5%;
  margin-bottom: 10%;
}

.full_image_background .heading h2 {
  font-size: clamp(40px, 4vw, 70px);
  line-height: clamp(50px, 4vw, 80px);
}

@media (max-width: 768px) { 


}


.circle_presentation_image_container {
  position: relative;
  z-index: 1;
}

.circle_presentation_image_container img {
  background-size: cover;
  object-fit: cover;
  background-position: center center;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

@media (max-width: 1600px) {
  .circle_presentation_image_container img {
    height: 1800px;
  }
 
}


@media (max-width: 1400px) {
  .circle_presentation_image_container img {
    height: 1570px;
  }
  .presentation_bottom_text {
    bottom: 15% !important;
  }
}

@media (max-width: 1300px) { 
  .layout-circle_presentation {
    margin-top: -400px !important;
  }

}


@media (max-width: 768px) {
  .circle_presentation_image_container img {
    height: 1700px;
  }
  .layout-circle_presentation {
    margin-top: -250px !important;
  }
}

.layout-circle_presentation {
  padding:0px;
  margin-top: -600px;
  background-color: #E0DDE2;
}



/* @media (max-width: 500px) {
  .circle_presentation_image_container img {
    height: 1500px;
  }
  
} */


@media (min-width: 2000px) {
  .layout-circle_presentation {
    margin-top: -750px;
  }

  .presentation_bottom_text {
    bottom: 28% !important;
  }
}



@media (min-width: 2400px) {
  .layout-circle_presentation {
    margin-top: -1000px;
  }
}

@media (min-width: 3300px) {
  .layout-circle_presentation {
    margin-top: -1200px;
  }
}




.circle_presentation_container {
  position: relative;
}


 .top_text {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  z-index: 1;
  transform: translateX(-50%);
}

.top_text p {
  color: #EDEDED !important;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(26px, 3vw, 28px);
}



.presentation_block {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 23.5%;
  width: 100%;
  padding: 50px;
  background-color: #EDEDED;
  margin-top: 100px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  min-height: 700px;
}

@media (min-width: 2500px) {
  .presentation_block {
    min-height: 900px;
  }
}

@media (min-width: 3000px) {
  .presentation_block {
    min-height: 1200px;
  }
}





.presentation_block::before {
  content:"";
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #183322;
  opacity: 0.6;

} 

@media (max-width: 768px) {
  .top_text {
    top: 10%;
  }

  .presentation_block  {
    top: 24%;
  }
}

.circle_presentation_background p {
  color: #000;
}


.presentation_image_text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  gap: 60px;
}



@media (max-width: 768px) {
  .presentation_image_text {
    flex-direction: column;
    gap: 20px;
  }
}

.presentation_image, .quote_text {
  color: #F6F6F6;
  flex: 0.5;
  position: relative;
}

#quote_person {
  font-size: clamp(18px, 3vw, 25px);
  line-height: clamp(26px, 3vw, 33px);
}

.quote_text p {
  color: #F6F6F6;
  font-size: clamp(22px, 3vw, 30px);
  line-height: clamp(30px, 3vw, 38px);
  font-family: 'Libre Franklin', system-ui, sans-serif; font-style: italic; font-weight: 300;
}
.quote_icon {
  max-width: 150px;
  max-height: 150px;
  height: 100%;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .quote_icon {
    max-width: 100px;
    max-height: 100px;
  }
}

.presentation_image {
  margin: 0 auto;
  width: 100%;
}


.presentation_image img{
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}


.quote_text {
  text-align: center;
  max-width: 500px;
}





.quote_text .button {
  background-color: #8E6CDB;
  color: #EDEDED !important;
  font-size: 18px;
}

.quote_text .button:hover {
  background-color: #8572ad !important;
}

.presentation_bottom_text {
  color: #EDEDED;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-transform: uppercase;;
}

.presentation_bottom_text h2 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: clamp(54px, 5vw, 84px);
  color: #EDEDED;
}


@media (max-width: 768px) {
  .presentation_bottom_text {
    bottom: 15%;
  }

  .presentation_image {
    max-width: 50vw;
  }
}






.three_item_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .three_item_container {
    padding-top: 0;
  }
  .layout-content_map {
    padding-top: 0;
  }
  
  #servicesandsolutions {
    top: 1%;
  }

  .employee_block p {
    color: #EDEDED;
  }
}


.employee_block {
  padding: 30px 0;
}

.employee_block a {
  color: #EDEDED;
  text-decoration: none;
}

.three_item_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  gap: 50px;
}

.three_item_grid .item:nth-child(2) {
  margin-top: -48px;
}


@media (max-width: 1100px) {
  .three_item_grid .item:nth-child(2) {
    margin-top: -40px;
  }
}

@media (max-width: 1000px) {
  .three_item_grid {
    place-items: center;
  }
  .three_item_grid .item:nth-child(2) {
    margin-top: 0;
  }
}

.three_item_grid .item {
  max-width: 450px;
  text-align: center;
  padding: 15px;
}

.three_item_grid .item p {
  color: #000;
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(28px, 3vw, 30px);
}


.three_item_grid .item h3 {
  color: #324D3C;
  font-size: clamp(30px, 4vw, 40px);
  line-height: clamp(38px, 4vw, 48px);
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .three_item_grid .item:nth-child(2) {
    margin-top: 0;
  }
}


@media (min-width: 1000px) {
  .three_item_grid {
    grid-template-columns: repeat(3, 1fr);
   
  }
}


.content_map_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position:relative;
  background-color: #324D3C;
}

.content_map_container .top_stamp {
  color: #fff;
}


.content_map_container .text, .image {
  flex: 0.5;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

.acf-map img {
  max-width: inherit !important;
}

.content_map_container .text {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
  color: #fff;
}

.layout-content_map  {
  padding-bottom: 0;
  padding-top: 0;
}

#contact .image_text_section {
  min-height: 500px;
}
#contact .image_text_section .image {
  align-self: stretch;
  padding-top: 2.5rem;
}
#contact .image_text_section .text_area .text {
  margin-left: 5%;
  padding-top: 100px;
  padding-right: 0;
}

.text_section_padding {
  padding-top: 30px;
}


.case_section_container {
  background-color: #E0DDE2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  position: relative;
}


@media (min-width: 768px) {
.case_section_container.row-reverse {
  flex-direction: row-reverse;
}

.case_section_container.row-reverse .case_quote_text_container {
  flex-direction: row-reverse;
}

.case_section_container.row-reverse .image_quote_container .image img{
  margin-left: 200px;
}

.case_section_container.row-reverse .image_quote_container .quote_area{
  margin: 0 auto;
}
.case_section_container.row-reverse .case_image_text_container .case_side_image img{
  padding-left: 0 !important;
}

.case_section_container.row-reverse .case_image_text_container .textarea p {
  margin: 0 auto;
}

.case_section_container.row-reverse .case_image_text_container .textarea h3 {
  margin: 0 auto;
}

}



@media (max-width: 768px) {
  .case_section_container {
    flex-direction: column !important;
  }
  .case_section_container.row-reverse .image_quote_container .quote_area {
    margin: 0 auto;
  }
  .case_image_text_container .textarea p, h3{
    max-width: 500px;
  }
  .text_section_padding {
    padding-top: 0;
  }
}

.image_quote_container, .case_image_text_container {
  flex: 0.5;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.image_quote_container {
  padding-top: 100px;
}

.case_image_text_container h3 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: clamp(54px, 5vw, 84px);
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
  color: #8E6CDB;
}

.color_block {
  background-color: #E0DDE2;
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: 1;
}

.color_block_under {
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: 1;
  top: 550px;
}


/* @media (max-width: 1170px) {
  .color_block_under {
    top: 500px;
  }
} */






.case_side_image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  max-width: 100%;
  object-fit: cover;
}






.quote_area {
  max-width: 630px;text-align: center;
  margin: 0 auto;
}



.quote_area p {
  color: #000;
  font-size: clamp(28px, 3vw, 40px);
  line-height: clamp(38px, 4vw, 50px);
  font-family: 'Libre Franklin', system-ui, sans-serif; font-style: italic; font-weight: 300;
}

.quote_area .quote_image {
  max-width: 150px;
  max-height: 170px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .quote_area .quote_image {
  max-width: 100px;
  max-height: 130px;
  }
}


.case_section_container .image img {
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  margin-left: -200px;
  width: 100%;
}

.case_section_container .quote_area img{
background-position: center;
background-size: cover;
}

.case_image_text_container .textarea {
  padding-top: 150px;
}

.case_image_text_container .textarea p {
  color: #000;
  max-width: 800px;
  padding: 0 15px;
  font-size: clamp(16px, 3vw, 20px);
  line-height: clamp(24px, 3vw, 28px);
}



.case_image_text_container .textarea h3 {
  max-width: 800px;
  padding: 0 15px;
}


.small_heading {
  font-size: clamp(20px, 3vw, 24px);
  line-height: clamp(26px, 3vw, 30px);
  margin-bottom: 3px;
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 600;
}


.case_image_text_container .textarea .subject {
  font-size: clamp(24px, 3vw, 30px);
  line-height: clamp(30px, 3vw, 36px);
  margin-bottom: 15px;
}

.case_image_text_container .textarea .content_section {
  padding-top: 150px;
}

@media (max-width: 1000px) {
  .case_section_container .image img {
    margin-left: -100px;
  }
  .case_section_container.row-reverse .image_quote_container .image img {
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .case_section_container .image {
    max-height: 350px;
    max-width: 350px;
    position: absolute;
    right: -70px;
    bottom: -400px;
  }
  .mobile_top_container .textarea .subject {
    font-size: clamp(24px, 3vw, 30px);
    line-height: clamp(30px, 3vw, 36px);
    margin-bottom: 15px;
    color: #000;
    padding: 0 15px;
  }

  .mobile_top_container .textarea h3 {
    max-width: 800px;
    padding: 0 15px;
    font-size: clamp(40px, 5vw, 70px);
    line-height: clamp(54px, 5vw, 84px);
    font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
    color: #8E6CDB;
  } 

  .mobile_top_container .image {
    max-height: 350px;
    max-width: 350px;
    position: absolute;
    right: -70px;
    bottom: -200px;
    width: 100%;
  }

  .mobile_top_container .image img{
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  height: 100%;
  margin-left: -200px;
  width: 100%;
  
  }
  
 

  .color_block_under {
    top: 750px;
  }

  .case_image_text_container .textarea {
    margin-top: -720px;
  }

  .case_section_container .image img {
    margin: 0;
  }
  .case_section_container.row-reverse .image_quote_container .image img {
    margin-left: 100px;
  }



  .case_image_text_container .textarea .content_section {
    padding-top: 700px;
  }

  .quote_area .quote_image {
    max-width: 75px;
    max-height: 75px;
  }

  .case_section_container .image {
    height: 100%;
    width: 100%;
  }

  .mobile_top_container {
    display: flex;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
 

  
}


.case_section_container {
  flex-direction: column;
}

.case_section_container.row-reverse {
  flex-direction: column;
}

.case_section_container.row-reverse .image_heading_container {
  justify-content: flex-start;
}

.case_section_container.row-reverse .image {
  right: 0;
  left: 73vw;
}



.case_section_container.row-reverse .textarea .textarea_content {
  margin: 0 auto;
}

.case_section_container.row-reverse  .case_quote_text_container p{
 margin: 0 auto;
}


.case_section_container.row-reverse .case_side_image {
  padding-right: 15px;
  padding-left: 0;
}
.case_side_image   {
  padding-left: 15px;
}

.image_heading_container {
  background: #E0DDE2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}

.case_section_container .image {
    position: absolute;
    left: 0;
    top: 100px;
    max-width: 50vw;
    width: 100%;
}

.textarea {
  flex: 0.5;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 50px;
}
.textarea .subject {
  font-size: clamp(18px, 3vw, 20px);
  color: #000;
  margin-bottom: 0;
  max-width: 800px;
  padding: 0 15px;
}

.textarea .subject.twolines {
  margin-top: 100px;
}

.textarea h3 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: clamp(54px, 6vw, 84px);
  font-family: 'Libre Franklin', system-ui, sans-serif; font-weight: 700;
  color: #8E6CDB;
  max-width: 800px;
  padding: 0 15px;
}

 
.case_quote_text_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.content_section {
  padding: 50px 0;
  flex: 0.5;
}

.content_section p {
  font-size: clamp(18px, 3vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  color: #000;
  max-width: 800px;
  padding: 0 15px;
}

.quote_area {
  flex: 0.5;
}

.content_section_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.case_side_image {
  padding-left: 15px;
  flex: 0.5;
}

.content_section {
  padding: 50px 0;
  width: 50vw;
}

.case_quote_image_container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  align-items: center;
}


.case_section_container.row-reverse .content_section_container {
  align-items: flex-start;
}

.case_section_container.row-reverse .case_quote_image_container {
  flex-direction: row-reverse;
}


@media (max-width: 1500px) {
  .case_section_container .image img {
    margin-left: -110px;
  }

  .case_section_container .image{
    top: 35%;
  }
}

@media (max-width: 1050px) {
  .case_section_container .image {
    top: 45%;
  }
}

@media (max-width: 850px) {
  .case_section_container .image img {
    margin-left: -80px;
  }
}



@media (max-width: 768px) {
  .image_heading_container {
    flex-direction: column;
  }

  .case_quote_image_container {
    flex-direction: column-reverse;
  }

  .case_section_container.row-reverse .case_quote_image_container {
    flex-direction: column-reverse;
  }

  .content_section {
    padding-top: 0;
  }

  .case_quote_image_container {
    align-items: flex-start;
  }
  


  .case_section_container .image img {
    margin-left: 0;
  }
  .case_quote_text_container {
    flex-direction: row-reverse;
  }

  .textarea .subject.twolines {
    margin-top: 40px;
  }

  .case_section_container .image, .case_section_container.row-reverse .image {
    right: 0;
    top: 60%;
    left: 63vw;
  }

  

  .case_side_image {
    padding-right: 0;
  }

  .textarea {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .textarea h3 {
    max-width: 74%;
  }

  .case_quote_text_container {
    flex-direction: column-reverse;
  }

  .quote_area {
    padding: 0 15px;
    padding-bottom: 50px;
  }
  .content_section {
    width: 100%;
  }

  .content_section:nth-child(1) {
    padding-top: 200px;
  }
 
}

@media (max-width: 655px) {
  .content_section:nth-child(1) {
    padding-top: 155px;
  }
  .case_section_container .image, .case_section_container.row-reverse .image {
    top: 65%;
  }

}


@media (max-width: 570px) {
  .case_section_container .image, .case_section_container.row-reverse .image {
    top: 70%;
  }
}


@media (max-width: 500px) {

  .case_section_container .image, .case_section_container.row-reverse .image {
    right: 0;
    left: 43vw;
    max-width: 301px;
  }

  .content_section:nth-child(1) {
    padding-top: 170px;
  }
}



@media (max-width: 390px) {
  .textarea h3 {
    max-width: 83%;
  }
}


.quote_person {
  font-size: clamp(20px, 4vw, 25px) !important; 
  line-height: clamp(20px, 4vw, 30px) !important; 
}


@media (min-width: 2000px) {
  .case_section_container .image {
    max-width: 35vw;
    right: 76vw;
  }

  .case_section_container.row-reverse .image {
    max-width: 35vw;
    left: 76vw;
  }
}


@media (min-width: 3500px) { 
  .case_section_container .image {
    max-width: 35vw;
    right: 76vw;
  }

  .case_section_container.row-reverse .image {
    max-width: 30vw;
    left: 82vw;
  }
}

/* OpenStreetMap replacement for broken Google Maps */
.map-link {
  margin-top: 0.75rem;
  text-align: center;
}
.map-link a {
  color: #EDEDED;
  text-decoration: none;
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
}
.osm-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  flex: 0.5;
}

.osm-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  border: 0;
}

@media (max-width: 600px) {
  .osm-map {
    min-height: 50vh;
  }
  .osm-map iframe {
    min-height: 50vh;
  }
}

/*
* 404
*/
.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  background: #324d3c;
  text-align: center;
}

.error-404_container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.error-404_code {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif;
  font-weight: 900;
  color: #F4F2E8;
  font-size: clamp(90px, 18vw, 220px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}

.error-404_subtitle {
  font-family: 'Barlow', 'Libre Franklin', system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #F4F2E8;
  font-size: clamp(20px, 3vw, 32px);
  letter-spacing: -0.01em;
  margin: 0.5rem 0 1rem;
}

.error-404_text {
  color: #b0cac3;
  max-width: 480px;
  margin: 0 auto 2rem;
}

.error-404 .button {
  background: #F4F2E8;
}

.error-404 .button:hover {
  background: #d8d4c4 !important;
}
