:root {
  --red: #ec6523;
  --redTransparent: rgba(236, 101, 35, 0.7);
  --blue: #00adb8;
  --lightBlue: #c6eff1;
  --blueTransparent: rgba(0, 173, 184, 0.7);
  --black: #231f20;
  --white: #fff;
  --lightGray: #f3f3f3;
  --mediumGray: #ccc;
  --peach: #f9d0be;

  --nature: #AFA9AB;
  --marine: #031E45;
  /* --turquoise: #0086C4; */
  --turquoise: rgb(0, 134, 196);
  --fuscous-gray: rgb(78, 74, 71);

}

.red-text {
  color: var(--red) !important;
}
.black-text {
  color: var(--black) !important;
}



.flex-align-end {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}


.flex-align-center {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}


.box-image-container,
.box-image,
.box-standard img {
  max-width: 100%;
  height: auto;
  width:100%;
}

.box-content a,
.box-content a:visited {
  color: var(--red);
}

.box-content a,
.box-content a:visited {
  color: var(--red);
  transition: all 0.4s ease;
}

.box-content a:hover {
  text-decoration: underline;
}

.box-content > div h1,
.box-content > div h2 {
  font-weight: normal;
}

.box-content > div h1 strong,
.box-content > div h2 strong {
  font-weight: bold;
}

/* **************************************** */
/* **************************************** */
/* Buttons */
.btn-red {
  display: block;
  background-color: transparent;
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  color: var(--white) !important;
  background-color: var(--red);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.btn-red-radius {
  border-radius: 2.5px;
}
.btn-red:hover {
  color: var(--white) !important;
  background-color: var(--black) !important;
  text-decoration: none !important;
}

.btn-blue {
  display: block;
  background-color: transparent;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  color: var(--white) !important;
  background-color: var(--blue);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.btn-blue-big {
  font-size: 24px;
  padding: 1rem 2rem;
  font-weight: bold;
}
.btn-blue:hover {
  color: var(--white) !important;
  background-color: var(--black) !important;
  text-decoration: none !important;
}

.box-content .btn-red,
.box-content .btn-blue,
.box-content .btn-peach {
  margin: 2.5rem 0;
}

.btn-peach {
  display: block;
  background-color: transparent;
  padding: 1rem 3rem;
  text-decoration: none;
  width: fit-content;
  width: -moz-fit-content;
  color: var(--black) !important;
  background-color: var(--peach);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.content-wrapper .btn-peach {
  width: 100%;
}
.btn-peach:hover {
  color: var(--white) !important;
  background-color: var(--red) !important;
  text-decoration: none !important;
}



/* turquoise */
.btn-turquoise {
  display: block;
  background-color: transparent;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 19rem;
  color: #fff !important;
  /* background-color: var(--turquoise); */
  background-color: rgb(0, 134, 196);
  /* font-weight: bold; */
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
/* .content-wrapper .btn-turquoise {
  width: 100%;
} */
.btn-turquoise:hover {
  color: var(--white) !important;
  background-color: rgb(14, 88, 122) !important;
  text-decoration: none !important;
  transform: scale(0.98);
}


/* nature */
.btn-nature {
  display: block;
  background-color: transparent;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 19rem;
  color: #fff !important;
  /* background-color: var(--turquoise); */
  background-color: rgb(175, 169, 171);
  /* font-weight: bold; */
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.btn-nature:hover {
  color: var(--white) !important;
  background-color:rgb(129, 129, 129) !important;
  text-decoration: none !important;
  transform: scale(0.98);
}


/* End of buttons */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box slider image */
.box-slider-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  /* min-height: 750px; */
  min-height: 550px;
  width: 100%;
  position: relative;
}



.box-slider-image-dimmed:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  /* background: rgba(0,0,0,.5); */
  background: rgba(0,0,0,0.2);
}

.box-slider-image .box-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 100%;
  max-width: 1200px;
  padding: 0 35px;

  display: flex;
  justify-content: center;

}

.box-slider-image .box-slider-content > div {
  max-width: 900px;
  padding: 25px;
  /* background-color: var(--blue); */
}

.box-slider-image .box-slider-content > div h1 {
  color: var(--white);
  font-size: 50px;
  padding-bottom: 0;
}

.box-slider-image .box-slider-content > div p,
.box-slider-image .box-slider-content > div a,
.box-slider-image .box-slider-content > div li {
  font-weight: bold;
  color: var(--white);
  font-size: 45px;
}
/* End of box slider image */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box slider image arrow left/right */
.box-slider-image-arrow-left,
.box-slider-image-arrow-right {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 750px;
  width: 100%;
  position: relative;
}

.box-slider-image-arrow-left .box-slider-content,
.box-slider-image-arrow-right .box-slider-content {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--red);
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 1100px;
  padding: 50px;
}

.box-slider-image-arrow-left .box-slider-content {
  justify-content: flex-end;
}
.box-slider-image-arrow-right .box-slider-content {
  justify-content: flex-start;
}

.box-slider-image-arrow-left .box-slider-content > div,
.box-slider-image-arrow-right .box-slider-content > div {
  max-width: 900px;
  padding: 25px;

}

.box-slider-image-arrow-left .box-slider-content > div h1,
.box-slider-image-arrow-right .box-slider-content > div h1 {
  color: var(--red);
  font-size: 60px;
  padding-bottom: 0;
  text-align: right;
}

.box-slider-image-arrow-right .box-slider-content > div h1 {
  color: var(--blue);
  text-align: left;
}



.box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
.box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
  max-width: 175px;
}

/* End of box slider image arrow left/right */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* box slider image overlay */
.box-slider-image-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 750px;
  width: 100%;
  position: relative;
}

.box-slider-image-overlay::after {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  background-color: var(--blueTransparent);
}
.box-slider-image-overlay::before {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  background-color: var(--redTransparent);
}

.box-slider-image-overlay .box-slider-content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--red);
  width: 100%;
  max-width: 900px;
  padding: 50px;
  z-index: 1;
  flex-direction: column;
}

.box-slider-image-overlay .box-slider-content > div {
  max-width: 900px;
  padding: 25px;
  /* background-color: var(--blue); */
}

.box-slider-image-overlay .box-slider-content > div h1 {
  color: var(--white);
  font-size: 50px;
  padding-bottom: 0;
  text-align: center;
}

.box-slider-image-overlay .box-slider-content .arrow-wrapper img {
  max-width: 175px;
}

/* End of box slider image overlay*/
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box spacer */
.box-spacer {
  width: 100%;
  height: 100px;
}
.content-wrapper .box-spacer {
  height: 30px;
}
/* Enf of box spacer */
/* **************************************** */
/* **************************************** */




/* .box-20-text-img */
.box-20-text-img {
  position: relative;
  /* left: 150%; */
  width: 25%;
  margin: 1%;

  min-width: 28rem;
  min-height: 28rem;


  box-shadow: 0 7px 14px rgb(99 99 99 / 5%), 0 5px 5px rgb(102 102 102 / 5%);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* margin-top: -13rem; */
  /* transition: all 0.4s ease; */
  z-index: 1;
  overflow: hidden;

  cursor: pointer;
  transition: all 0.4s ease-in-out;

}
.box-20-text-img .box-content {
  padding: 1rem 1rem 2rem 1rem;
}
.box-20-text-img .box-content h2 {
  font-size: 3.2rem;
    line-height: 125%;
    padding-bottom: 1rem;
    text-align: center;
}
.box-20-text-img .box-image-container {
  padding-top: 10%;
  border-radius: 5px 5px 0 0;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  background-color: transparent;
  width: 10.5rem;
  margin-bottom: 2rem;
  height: auto;
}

.box-20-text-img:hover {
  opacity: 0.8 !important;
  transform: scale(1.1) !important;
}

/*  */



/* **************************************** */
/* **************************************** */
/* Box 33 puffs */
.box-33-puff {
  width: 33.33%;
  width: calc(33.33% - 30px);
  margin: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-height: 235px;
}

.box-33-puff:hover {
  box-shadow: 0 7px 14px rgba(171, 171, 171, 0.4),
    0 5px 5px rgba(171, 171, 171, 0.4);
}

article.box-33-puff {
  overflow: visible;
}

.box-33-puff .box-content {
  z-index: 1;
  color: var(--white) !important;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}

.box-33-puff .box-content h3 {
  color: var(--white) !important;
  text-decoration: none;
  text-align: center;
}

.box-33-puff .box-image-container {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-33-puff::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.box-33-puff::after {
  background: var(--greenEighty);
}



.content-wrapper .box-33-puff:hover .box-image-container {
  transform: scale(1.1);
}
/* End of box 33 puffs */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 100 text/text-ingress/title */
.box-100-text {
  width: 100%;
  width: calc(100% - 30px);
  /* margin: 15px; */
}

article .box-100-text {
  padding:50px;
}
.content-wrapper .box-100-text {
  text-align: center;
}

.box-100-text-ingress {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
}
.box-100-text-ingress-big {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
}
.content-wrapper .box-100-text-ingress-big {
  text-align: center;
}

.box-100-title {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
}

.box-100-text .box-content,
.box-100-title .box-content {
  max-width: 900px;
  margin: 0 auto;
}

.box-100-text .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}


.box-100-text-gray .box-content, .box-100-text-blue .box-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 2.5rem;
  max-width: 1500px;
  margin: 0 auto;
}

.box-100-text-gray .box-content .box-content-left, .box-100-text-blue .box-content .box-content-left{
  width: 70%;
}

.box-100-text-blue {
  width: 100%;
  background-color: rgb(0, 134, 196);
  color: var(--white);
}


.box-100-text-blue .box-content h4 {
  font-size: 2.2rem;
}
.box-100-text-blue .box-content p {
  font-size: 1.6rem;
}



.box-100-text-gray .box-content .action-item, .box-100-text-blue .box-content .action-item {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.box-100-text-gray {
  width: 100%;
  background-color: rgb(175 169 159 / 60%);
  color: var(--white);
}


.box-100-text-gray .box-content h4 {
  font-size: 2.2rem;
}
.box-100-text-gray .box-content p {
  font-size: 1.6rem;
}



.section-standard-transparent .box-100-text .box-content {
  color: #fff;
}


.box-100-text-ingress-big .box-content {
  max-width: 1000px;
  margin: 0 auto;
}

.box-100-text-ingress-big .box-content p,
.box-100-text-ingress-big .box-content * {
  font-size: 32px;
}

.box-100-text-ingress-big .box-content {
  margin: 0 auto;
}

/* End of box 100 text/text-ingress/title  */
/* **************************************** */
/* **************************************** */



/* **************************************** */
/* **************************************** */
/* Box slider 100 text*/
.box-slider-100-text {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;

  color: var(--white);

  margin-bottom: 6rem;

  display: flex;
  justify-content: center;

}
.box-slider-100-text .box-content {
  max-width: 900px;
  margin: 0 auto;
}
.box-slider-100-text .box-content h3 {
  letter-spacing: 0.12rem;
}


/* End of box 100 text/text-ingress/title  */
/* **************************************** */
/* **************************************** */



/* **************************************** */
/* **************************************** */
/* Box big image */
.box-big-image {
  width: 100%;
  margin: 0;
}

.content-wrapper .box-big-image .image-button-wrapper {
  position: relative;
  overflow: hidden;
}

.box-big-image .box-image-container {
  padding-top: 0 !important;
  width: 100%;
  height: 50rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-big-image .image-button-wrapper:hover .box-image-container {
  transform: scale(1.05);
}

.box-big-image .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 2.5rem;
  text-align: center;
  color: var(--white) !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.box-big-image .box-content .btn-red,
.box-big-image .box-content .btn-blue {
  margin: 2.5rem auto;
}

/* End of box big image */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 100 img left/right */
.box-100-img-left,
.box-100-img-right {
  width: 100%;
  margin: 0;
  display: flex;
  
}
.box-100-img-right {
  flex-flow: row-reverse;
}

.box-100-img-left .box-image-container,
.box-100-img-right .box-image-container {
  width: 50%;
  padding-top: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.box-100-img-left .box-image,
.box-100-img-right .box-image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.box-100-img-left .box-content,
.box-100-img-right .box-content {
  width: 50%;
  padding: 8rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  background-color: rgba(0,0,0,0.4);
  color: var(--white) !important;

}
.box-100-img-left .box-content h3,
.box-100-img-right .box-content h3 {
  font-family: 'Roboto-slab', 'Source Sans Pro', sans-serif;
}


/* End of box 100 img left/right */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 100 img right/left big */
.box-100-img-left-big,
.box-100-img-right-big {
  width: 100%;
  display: flex;
  background-color: var(--blue);
}
.box-100-img-right-big {
  flex-flow: row-reverse;
}

.box-100-img-left-big {
  background-color: var(--red);
}

.box-100-img-left-big .box-image-container,
.box-100-img-right-big .box-image-container {
  width: 50%;
  padding-top: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  min-height: 750px;
}

.box-100-img-left-big .box-image,
.box-100-img-right-big .box-image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.box-100-img-left-big .box-content,
.box-100-img-right-big .box-content {
  width: 50%;
  padding: 5rem 10rem;
  display: flex;
  justify-content: center;
  flex-flow: row;
  align-items: center;
}

/* arrow-wrapper */
.box-100-img-right-big .box-content .arrow-wrapper {
  margin-right: 1.5rem;
}
.box-100-img-left-big .box-content .arrow-wrapper {
  margin-left: 1.5rem;
}
.box-100-img-right-big .box-content .arrow-wrapper img {
  max-width: 175px;
}
.box-100-img-left-big .box-content .arrow-wrapper img {
  max-width: 175px;
}

.box-100-img-left-big .box-content h1,
.box-100-img-right-big .box-content h1 {
  color: var(--white);
}
/* End of  Box 100 img right/left big */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 50/33/25 */
.box-50,
.box-33,
.box-25 {
  width: 50%;
  width: calc(50% - 30px);
  margin: 15px;
  display: flex;
  flex-flow: column;
}

.box-50-text {
  width: 50%;
  width: calc(50% - 30px);
  margin: 15px;
}

article .box-50-text .box-content {
 padding:50px;
}

.box-33 {
  width: 33.33%;
  width: calc(33.33% - 30px);
  border: 1.5px solid var(--mediumGray);
}



.box-33,
.box-33:visited {
  color: var(--black);
}

.box-25 {
  width: 25%;
  width: calc(25% - 30px);
  border: 1.5px solid var(--mediumGray);
}

.box-puff-25 {
  width: 25%;
  width: calc(25% - 30px);
  background-color: var(--turquoise) !important;
  color: #fff !important;
  margin: 15px;
  display: flex;
  flex-flow: column;
    border-radius: 5px;
  transition: all 0.5s ease;
}
.content-wrapper .box-puff-25:hover {
  transform: scale(0.98);
  -o-transform: scale(0.98);
  -moz-transform: scale(0.98);
}


.box-puff-25 .box-content .title h3 {
  padding-bottom:0;
}


.box-50 .box-image-container,
.box-33 .box-image-container,
.box-25 .box-image-container {
  width: 100%;
  padding-top: 0 !important;
  background-color: transparent;
  overflow: hidden;
}

.box-puff-25 .box-image-container {
  width: 100%;
  padding-top: 28rem !important;
  background-color: transparent;
  overflow: hidden;

  border-radius: 5px;
}



.box-33 .box-image-container {
  position: relative;
}
.box-33 .box-image-container .box-image {
  transition: all 0.4s ease;
}



.box-33 .box-image-container .image-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  padding: 1rem;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
}

.box-33 .box-image-container .image-badge p {
  color: var(--white);
  font-size: 1.6rem;
}

.box-50 .box-content,
.box-33 .box-content,
.box-25 .box-content {
  width: 100%;
  padding: 2rem 3rem;
}

.box-50 .box-content {
  padding: 2rem 0;
}

.box-puff-25 .box-content {
  width: 100%;
  padding: 2rem 3rem;
}

.box-puff-25 .box-content .title {
  font-family: 'Roboto-slab', 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
    line-height: 125%;
    padding-bottom: 0.5rem;
}
.box-puff-25 .box-content .text {
  font-size: 1.5rem;
    line-height: 125%;
    padding-bottom: 0.5rem;
}




.box-50 .box-content h4,
.box-33 .box-content h4 {
  color: var(--blue);
}

/* End of box 50/33/25 */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 100 img */
.box-100-img {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
}
article .box-100-img {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-full .box-100-img {
  width: 100%;
  margin: 15px 0;
}
.box-100-img .box-image-container {
  padding-top: 0 !important;
  width: 100%;
}
.box-100-img .box-image-container .box-image {
  width: 100%;
}

/* End of Box 100 img */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box social links */
.box-social-links {
  background-color: var(--lightGray);
  color: var(--black);
  width: 100%;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}

.box-social-links .box-social-badges {
  display: flex;
  margin-left: 2.5rem;
}
.box-social-links .social-badge {
  background-color: var(--black);
  padding: 1rem;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin: 0 0.75rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-social-links .social-badge img {
  width: 65px;
}


/* End of box social links */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box quotes contact */
.box-quotes-contact {
  width: 100%;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  padding: 5rem 0;
}

.box-quotes-contact .title-wrapper {
  display: flex;
  align-items: center;
  width: 66.66%;
}

.box-quotes-contact .title-wrapper h3 {
  margin-left: 2rem;
}

.quote-contact-wrapper {
  display: flex;
  width: 100%;
  padding: 5rem 0;
}

.quote-box-66 {
  width: 66.66%;
}

.quote-content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.quote-author-wrapper {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
  width: 100%;
  padding: 5rem;
  margin-bottom: 3.5rem;
}

.quote-author-image {
  border-radius: 50%;
  width: 50%;
}

.quote-icon {
  top: -25px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.quote-icon i {
  font-size: 2.5rem;
}

.quote-author-text {
  margin-top: 2.5rem;
}

.contact-box-33 {
  padding: 0 5rem;
  width: 33.33%;
}

.box-quotes-contact .wpcf7-form p {
  width: 100%;
  margin: 1.5rem 0;
}

.box-quotes-contact .wpcf7-form input[type="text"],
.box-quotes-contact .wpcf7-form input[type="email"] {
  width: 100%;
  padding: 0.75rem;
}

.box-quotes-contact .ajax-loader {
  margin-top: 1.5rem;
}

/* End of box quotes contact */
/* **************************************** */
/* **************************************** */




/* **************************************** */
/* **************************************** */
/* Box links */

.box-links {
  width: 100%;
  width: calc(100% - 3rem);
  margin: 1.5rem;
}

.box-links h6 {
  background-color: var(--lightBlue);
  color: var(--blue);
  padding: 1rem 2.5rem;
}

.box-links .box-content > div {
  padding: 1rem 2.5rem 2.5rem 2.5rem;
}

/* End of box links */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************************************** */
/* Box 100 form */
.box-100-form {
  width: 100%;
  width: calc(100% - 3rem);
  margin: 1.5rem;
  background-color: var(--lightBlue);
  padding: 3rem;
}

.box-100-form h3 {
  max-width: 900px;
  text-align: center;
  padding: 0 0 3rem 0;
  margin: 0 auto;
  color: var(--blue);
}

.content-wrapper .box-100-form input[type="text"],
.content-wrapper .box-100-form input[type="email"],
.content-wrapper .box-100-form textarea {
  padding: 1.5rem;
  border: none;
  width: 100%;
  margin: 0.5rem 0 1.5rem 0;
}

.content-wrapper .box-100-form input[type="submit"] {
  margin-top: 0.5rem;
}

.box-100-form form {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.box-100-form form.invalid {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.box-100-form form .wpcf7-response-output {
  width: 100%;
  margin: 1.5rem 0;
}

.box-100-form form .wpcf7-not-valid-tip {
  margin-bottom: 2rem;
}

.box-100-form form .ajax-loader {
  margin-top: 1.5rem;
  display: none;
}

/* End of box 100 form */
/* **************************************** */
/* **************************************** */




/* **************************************** */
/* **************************************** */
/* box quote for splide slider  */

.box-slider-quotes-text  {
  width: 100%;
  width: calc(100% - 30px);
  margin: 15px;
  color: var(--fuscous-gray);
  padding: 2rem 0;
}
.box-slider-quotes-text  .box-content {
  
  max-width: 900px;
  margin: 0 auto;
}
.box-slider-quotes-text  .box-content h2 {
  font-size: 2.5rem ;
  position: relative;
  margin-bottom: 1.5rem;
}

.box-slider-quotes-text .box-content h2:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: var(--turquoise);
}

.box-slider-quotes-text  .box-content p {
  font-size: 1.6rem !important;
  position: relative;
}



.quote {
  width: 100%;
}

.quote-wrapper {
  display: flex;
  padding: 0 50px;
}
.quote.hide {
  display: none;
}

.quote-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.quote-headline {
  position: relative;
  margin-bottom: 20px;
}

.quote-headline:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-color: #a58aa5;
}

.quote-text {
  width: 100%;
  width: 98%;
  margin: 1%;
  font-size: 16px !important;
}
.quote-text p {
  font-size: 16px !important;
}

.quote-image-holder {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-image {
  width: 254px;
  height: 254px;
  border-radius: 254px;
  background-color: #d7d8dc;
  background-position: center;
  background-size: cover;
}
/* End box quote for splide slider  */
/* **************************************** */
/* **************************************** */









/* Media queries */
@media all and (max-width: 1200px) {
  .box-slider-image .box-slider-content h1 {
    font-size: 40px !important;
  }
  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1 {
    font-size: 40px;
  }
  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 40px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 28px !important;
  }
  /* End of box slider image */
  /* **************************************** */
  /* **************************************** */

  /*  Box slider image arrow left/right */
  .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 40px !important;
  }



  .box-100-img-right-big .box-content .arrow-wrapper img {
    max-width: 125px;
  }
  .box-100-img-left-big .box-content .arrow-wrapper img {
    max-width: 125px;
  }
  .box-slider-image-overlay .box-slider-content .arrow-wrapper img {
    max-width: 125px;
  }

 
  .box-100-img-left-big .box-content,
  .box-100-img-right-big .box-content {
    padding: 5rem;
  }
  .quote-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .quote-box-66 {
    width: 100%;
  }
  .contact-box-33 {
    width: 100%;
    padding: 5rem 0 0 0;
  }
}

@media all and (max-width: 960px) {
  /* **************************************** */
  /* **************************************** */
  /* Box slider image */
  .box-slider-image .box-slider-content h1 {
    font-size: 32px !important;
  }
  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1 {
    font-size: 32px;
  }

 

  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 32px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 24px !important;
  }
  /* End of box slider image */
  /* **************************************** */
  /* **************************************** */

  /*  Box slider image arrow left/right */
  .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 32px !important;
  }

  /* **************************************** */
  /* **************************************** */
  /* Box 100 img left/right */
  .box-100-img-left,
  .box-100-img-right {
    flex-flow: column;
    width: 100%;
    margin: 15px 0;
  }

  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
  }

  .box-100-img-left .box-image,
  .box-100-img-right .box-image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  .box-100-img-left .box-content,
  .box-100-img-right .box-content {
    width: 100%;
    padding: 5rem 2.5rem;
  }
  /* End of box 100 img left/right */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box 100 img left/right big */
  .box-100-img-left-big,
  .box-100-img-right-big {
    flex-flow: column;
    width: 100%;
    margin: 0;
  }

  .box-100-img-left-big .box-image-container,
  .box-100-img-right-big .box-image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
  }

  .box-100-img-left-big .box-image,
  .box-100-img-right-big .box-image {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }

  .box-100-img-left-big .box-content,
  .box-100-img-right-big .box-content {
    width: 100%;
    padding: 5rem 2.5rem;
  }
  /* End of box 100 img left/right */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box 50/33/25 */
  .box-25 {
    width: 50%;
    width: calc(50% - 30px);
  }

  .box-puff-25 {
    width: 50% !important;
    width: calc(50% - 30px) !important;
  }

  /* End of box 50/33/25 */
  /* **************************************** */
  /* **************************************** */

  .box-quotes-contact .title-wrapper {
    width: 100%;
  }
  .quote-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }


  .box-100-text-ingress-big .box-content p,
.box-100-text-ingress-big .box-content * {
  font-size: 26px;
}

}

@media all and (max-width: 768px) {
  /* **************************************** */
  /* **************************************** */
  /* Box slider image */
  .box-slider-image {
    background-attachment: unset !important;
    min-height: 350px;
  }
  .box-slider-image .box-slider-content {
    padding: 0 20px;
  }
  /* End of box slider image */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box spacer */
  .box-spacer {
    height: 15px;
  }
  /* End of box spacer */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box 33 puffs */
  .box-33-puff {
    width: 100%;
    margin: 15px 0;
  }
  /* **************************************** */
  /* **************************************** */
  /* End of box 33 puffs */

  /* **************************************** */
  /* **************************************** */
  /* Box 50/33/25 */

  .box-50,
  .box-50-text {
    width: 100%;
    margin: 15px 0;
  }

  .box-33 {
    width: 100%;
    margin: 15px 0;
  }
  /* End of box 50/33/25 */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box big image */
  .box-big-image {
    width: 100%;
  }

  .box-big-image .box-image-container {
    background-attachment: unset !important;
  }

  /* End of box big image */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box 100 text/text-ingress/title */
  .box-100-text {
    width: 100%;
    margin: 15px 0;
  }


  .box-100-text-ingress {
    width: 100%;
    margin: 15px 0;
  }
  .box-100-text-ingress-big {
    width: 100%;
    margin: 15px 0;
  }
  .box-100-title {
    width: 100%;
    margin: 15px 0;
  }
  /* End of box 100 text/text-ingress/title  */
  /* **************************************** */
  /* **************************************** */

  .box-100-toggle {
    width: 100%;
    margin: 15px 0;
  }
  .box-100-toggle .box-top-content .las {
    font-size: 20px;
  }
  .box-100-img {
    width: 100%;
    margin: 15px 0;
  }
  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    min-height: 300px;
  }

  .box-100-img-left-big .box-image-container,
  .box-100-img-right-big .box-image-container {
    min-height: 300px;
  }

  .box-social-links {
    flex-wrap: wrap;
    width: 100%;
    margin: 1.5rem 0;
  }

  .box-social-links .box-content {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  .box-social-links .box-social-badges {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box-slider-image-arrow-left,
  .box-slider-image-arrow-right {
    min-height: 350px;
  }

  .box-slider-image-arrow-left .box-slider-content,
  .box-slider-image-arrow-right .box-slider-content {
    padding: 25px;
  }

  .box-slider-image-arrow-left .box-slider-content > div,
  .box-slider-image-arrow-right .box-slider-content > div {
    padding: 0 0 0 20px;
  }

  .box-slider-image-arrow-right .box-slider-content > div {
    padding: 0 20px 0 0;
  }
  .box-slider-image .box-slider-content h1 {
    font-size: 28px !important;
  }

  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1 {
    font-size: 28px;
  }
  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 28px;
  }

 

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 20px !important;
  }
  /* End of box slider image */
  /* **************************************** */
  /* **************************************** */

  /*  Box slider image arrow left/right */
  .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 28px !important;
  }

  .box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
  .box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
    max-width: 75px;
  }

  .box-100-img-right-big .box-content .arrow-wrapper img {
    max-width: 75px;
  }
  .box-100-img-left-big .box-content .arrow-wrapper img {
    max-width: 75px;
  }
  .box-slider-image-overlay .box-slider-content .arrow-wrapper img {
    max-width: 75px;
  }

  
  .box-links {
    width: 100%;
    margin: 1.5rem 0;
  }








  .box-100-text-ingress-big .box-content p,
.box-100-text-ingress-big .box-content * {
  font-size: 22px;
}


}

@media all and (max-width: 550px) {
  /* **************************************** */
  /* **************************************** */
  /* Box slider image */
  .box-slider-image .box-slider-content {
    padding: 25px 15px;
  }
  .box-slider-image .box-slider-content h1 {
    font-size: 24px !important;
  }

  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1 {
    font-size: 24px;
  }

  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 24px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 16px !important;
  }
  /* End of box slider image */
  /* **************************************** */
  /* **************************************** */

  /* **************************************** */
  /* **************************************** */
  /* Box 50/33/25 */
  .box-25 {
    width: 100%;
    margin: 15px 0;
  }

  .box-puff-25 {
    width: 100% !important;
    width: calc(100%) !important;
    margin: 15px 0 !important;
  }

  .box-puff-25 .box-content .title {
    font-size: 2rem;
  }


  /* End of box 50/33/25 */
  /* **************************************** */
  /* **************************************** */

  .box-100-img-left, .box-100-img-right {
    margin: 0;
  }

  .box-100-img-left .box-image-container,
  .box-100-img-right .box-image-container {
    min-height: 250px;
  }

  .box-100-img-left h3,
  .box-100-img-right h3 {
    font-size: 2.2rem;
  }

  .box-100-img-left .box-content>div,
  .box-100-img-right .box-content>div {
    font-size: 1.6rem;
  }



  .box-100-img-left-big .box-image-container,
  .box-100-img-right-big .box-image-container {
    min-height: 250px;
  }

  .box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
  .box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
    max-width: 50px;
  }
  .box-100-img-right-big .box-content .arrow-wrapper img {
    max-width: 50px;
  }
  .box-100-img-left-big .box-content .arrow-wrapper img {
    max-width: 50px;
  }
  .box-slider-image-overlay .box-slider-content .arrow-wrapper img {
    max-width: 50px;
  }
 
 

  .box-100-text-ingress-big .box-content p,
  .box-100-text-ingress-big .box-content * {
    font-size: 20px;
  }


  .box-100-text-gray .box-content, .box-100-text-blue .box-content {
    flex-direction: column;
  }
  .box-100-text-gray .box-content .box-content-left, .box-100-text-blue .box-content .box-content-left {
    width: 100%;
    margin-bottom: 3.5rem;
  }


  .box-slider-100-text .box-content {
    text-align: center;
  }

  .box-20-text-img {
    width: 100%;
    width: calc(100% - 30px);
    margin: 15px;
  }

}

/* End of media queries */
/* **************************************** */
/* **************************************** */
