@charset "UTF-8";
@font-face {
  font-family: "Bettrish";
  src: url("../webfonts/bettrish_dafont-webfont.woff2") format("woff2"), url("../webfonts/bettrish_dafont-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  color: #404040;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 54px;
  }
}

h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 74px;
  color: #404040;
  text-decoration: underline;
  text-decoration-color: #F5F0E8;
  text-decoration-thickness: 6px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 54px;
    text-decoration-thickness: 4px;
  }
}

h3 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 68px;
  color: #404040;
}
@media (max-width: 767px) {
  h3 {
    font-size: 40px;
    line-height: 54px;
  }
}

h4 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 52px;
  color: #404040;
}
@media (max-width: 767px) {
  h4 {
    font-size: 32px;
    line-height: 44px;
  }
}

h5 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #404040;
  text-decoration: underline;
  text-decoration-color: #F5F0E8;
  text-decoration-thickness: 6px;
}

.body-text-regular {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #404040;
}
.body-text-regular .body-text-medium p {
  font-family: "EB Garamond", serif;
  font-size: 26px;
  line-height: initial;
  font-weight: 400;
}
.body-text-regular p, .body-text-regular ul, .body-text-regular ol {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 30px;
}
.body-text-regular p strong, .body-text-regular ul strong, .body-text-regular ol strong {
  font-weight: 800;
}
.body-text-regular blockquote p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 56px;
  color: #404040;
  font-style: italic;
}
@media (max-width: 767px) {
  .body-text-regular blockquote p {
    font-size: 20px;
    line-height: 42px;
  }
}
.body-text-regular blockquote p:last-child {
  margin: 0;
}
.body-text-regular ul {
  padding: 0;
  list-style: none;
}
.body-text-regular ul li {
  position: relative;
  margin: 0 0 20px;
}
.body-text-regular ul li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #FF0044;
  left: 0;
  top: 3px;
  margin-right: 5%;
}

.decoration {
  font-size: 100px;
  font-family: "Bettrish", cursive;
}
@media (max-width: 767px) {
  .decoration {
    font-size: 60px;
  }
}

.body-text-medium p, blockquote p {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 56px;
  color: #404040;
  font-style: italic;
}
@media (max-width: 767px) {
  .body-text-medium p, blockquote p {
    font-size: 20px;
    line-height: 42px;
  }
}

blockquote {
  padding: 10%;
  background: #F5F0E8;
}
blockquote:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  margin: 0 0 3%;
}

.contextual-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: auto;
  letter-spacing: 3px;
  color: #404040;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #FF0044;
  text-decoration-thickness: 2px;
}

.link {
  color: #404040;
  text-decoration: underline;
  text-decoration-color: #FF0044;
  text-decoration-thickness: 2px;
  transition: 0.3s ease-out;
}
.link:hover {
  color: #FF0044;
}

.next-prev a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3px;
  color: #404040;
  text-decoration: none;
  transition: 0.3s ease-out;
  text-transform: uppercase;
}
.next-prev a i {
  color: #FF0044;
}
.next-prev a:hover {
  color: #FF0044;
}

.read-more {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 3px;
  color: #404040;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.read-more.clean-up {
  text-transform: uppercase;
}
.read-more.clean-up i {
  color: #FF0044;
}
.read-more.clean-up:before {
  display: none;
}
.read-more:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #FF0044;
}
.read-more:hover {
  color: #FF0044;
}

.btn {
  padding: 0.5rem 1.5rem;
  transition: 0.3s ease-out;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-primary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: auto;
  letter-spacing: 3px;
  color: #fff;
  background: #FF0044;
  border-color: #FF0044;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn.btn-primary {
    font-size: 20px;
  }
}
.btn.btn-primary:hover {
  background: #E1023E;
}
.btn.btn-primary.btn-sm {
  font-size: 20px;
}
.btn.btn-outline-secondary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: auto;
  letter-spacing: 3px;
  color: #404040;
  border: solid 2px #404040;
  background: transparent;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn.btn-outline-secondary.btn-sm {
  font-size: 20px;
  font-weight: 400;
}
.btn.btn-outline-secondary:hover {
  background: #404040;
  color: #fff;
}

#mainHeader {
  position: relative;
  z-index: 10;
}
#mainHeader .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#mainHeader .navbar.navbar-light.bg-light {
  background-color: #FFFFFF !important;
}
#mainHeader .navbar.navbar-light .navbar-toggler {
  margin: 0;
  border: none;
  font-size: 30px;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  #mainHeader .navbar.navbar-light .custom-logo-link {
    transform: scale(1.15);
  }
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item.active .nav-link:after {
  width: calc(100% - 24px);
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  font-weight: 400;
  color: #404040;
  text-transform: uppercase;
  transition: 0.3s ease-out;
  position: relative;
}
@media (min-width: 992px) {
  #mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link:not(.search-trigger):hover:after {
  width: calc(100% - 24px);
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link:after {
  content: "";
  height: 2px;
  background: #FF0044;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  #mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link.search-trigger {
  color: #FF0044;
}
@media (max-width: 767px) {
  #mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link.search-trigger {
    font-size: 30px;
  }
}
#mainHeader .navbar.navbar-light .navbar-nav .nav-item .nav-link.search-trigger:hover {
  color: #E1023E;
}

#mainFooter {
  color: #404040;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #mainFooter .btn {
    font-size: 16px !important;
  }
}
#mainFooter .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mainFooter .social .linkedin {
  background: #2867b2;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 10px;
}
#mainFooter .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #mainFooter .navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#mainFooter .navbar.navbar-light.bg-light {
  background-color: #F5F0E8 !important;
}
#mainFooter .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  color: #404040;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}
@media (min-width: 992px) {
  #mainFooter .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#mainFooter .navbar.navbar-light .navbar-nav .nav-item .nav-link.search-trigger {
  color: #FF0044;
}
#mainFooter .navbar.navbar-light .navbar-nav .nav-item .nav-link.search-trigger:hover {
  color: #E1023E;
}

.section.hero {
  background: #FAF7F3;
  position: relative;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section.hero {
    padding: 0;
  }
}
.section.hero .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767px) {
  .section.hero .background {
    position: static;
    width: 100%;
    height: auto;
  }
}
.section.hero .background img {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
}
@media (max-width: 767px) {
  .section.hero .background img {
    position: static;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section.hero .decoration {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
  }
}
.section.hero .content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section.hero .content {
    padding: 20px 0 60px;
    background: #F5F0E8;
    position: static;
  }
}
.section.hero .content h1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section.hero .content h1 {
    margin-bottom: 20px;
  }
}
.section.hero .content .body-text-medium {
  margin-bottom: 50px;
}
.section.hero .content .body-text-medium p {
  margin: 0;
}
@media (max-width: 767px) {
  .section.hero .content .btn {
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin: 0 auto;
  }
}

.section.banner-1 {
  background: #FF0044;
  text-align: center;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section.banner-1 {
    padding: 50px 0;
  }
}
.section.banner-1 h1, .section.banner-1 h2, .section.banner-1 h3, .section.banner-1 h4, .section.banner-1 h4, .section.banner-1 h6, .section.banner-1 p, .section.banner-1 ul, .section.banner-1 ol {
  color: #fff;
}
.section.banner-1 h4 {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section.banner-1 h4 {
    margin: 0 0 20px;
  }
}
.section.banner-1 form {
  margin: 0 0 50px;
}
.section.banner-1 .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 24px;
  font-weight: 400;
  padding: 10px 30px;
}
.section.banner-1 .btn-secondary {
  display: block;
  width: 100%;
  background: #404040;
  color: #fff;
  border-color: #404040;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .section.banner-1 .btn-secondary {
    margin-top: 15px;
    font-size: 20px;
  }
}

.section.content-block {
  padding: 190px 0 100px;
}
@media (max-width: 991px) {
  .section.content-block {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .section.content-block {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .section.content-block .btn {
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin: 0 auto;
  }
}
.section.content-block.gray-decorated {
  background: url(../img/pattern.png);
  background-position: center center;
}
@media (max-width: 991px) {
  .section.content-block.gray-decorated {
    background: #F5F0E8;
  }
}
@media (max-width: 991px) {
  .section.content-block.gray-decorated .white-block {
    background: #fff !important;
  }
}
.section.content-block.gray-decorated .flex-row-reverse .white-block:before, .section.content-block.gray .flex-row-reverse .white-block:before, .section.content-block.white .flex-row-reverse .white-block:before {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
.section.content-block figure {
  position: relative;
  z-index: 2;
  margin: -10% 0% 0% -10%;
}
@media (max-width: 991px) {
  .section.content-block figure {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section.content-block figure {
    margin: 0;
    transform: none;
  }
}
.section.content-block figure img {
  width: 100%;
}
.section.content-block .contextual-text {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section.content-block .col-lg-5 {
    padding: 0;
  }
}
.section.content-block h4 {
  margin: 0 0 30px;
  transform: translateX(-40px);
}
@media (max-width: 991px) {
  .section.content-block h4 {
    transform: none;
  }
}
.section.content-block p {
  margin: 0 0 40px;
}
.section.content-block p:last-of-type {
  margin: 0 0 90px;
}
.section.content-block .white-block {
  padding: 60px;
  position: relative;
  padding-left: 120px;
  z-index: 1;
}
@media (max-width: 991px) {
  .section.content-block .white-block {
    padding: 20px 15px;
    margin: -30% 5% 0 5%;
    z-index: 2;
  }
}
.section.content-block .white-block:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .section.content-block .white-block:before {
    display: none;
  }
}
.section.content-block.white {
  background: #F5F0E8;
}
.section.content-block.white .white-block {
  background: #FFFFFF;
}
.section.content-block.white .white-block:before {
  background: #FFFFFF;
}
.section.content-block.gray-decorated .white-block, .section.content-block.gray .white-block {
  background: #F5F0E8;
}
.section.content-block.gray-decorated .white-block:before, .section.content-block.gray .white-block:before {
  background: #F5F0E8;
}
.section.content-image-1 {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section.content-image-1 {
    padding: 0 0 40px;
  }
}
.section.content-image-1 .content {
  padding: 0 0 90px;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .section.content-image-1 .content {
    padding: 0 0 40px;
    background: #fff !important;
  }
}
.section.content-image-1 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .section.content-image-1 p:last-child {
    margin-bottom: 0;
  }
}
.section.content-image-3 {
  background: #F5F0E8;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .section.content-image-3 {
    padding: 50px 0 50px;
  }
}
@media (max-width: 767px) {
  .section.content-image-3 {
    padding: 0px 0px 30px 0px;
  }
}
.section.content-image-3 .white-block {
  background: #fff;
  padding: 90px 60px;
  position: relative;
  z-index: 2;
  margin-right: -20%;
}
@media (max-width: 991px) {
  .section.content-image-3 .white-block {
    margin-right: 0%;
  }
}
@media (max-width: 991px) {
  .section.content-image-3 .white-block {
    padding: 20px 15px;
    margin: -30% 5% 0 5%;
  }
}
.section.content-image-3 .white-block p {
  margin: 0 0 40px;
}
.section.content-image-3 .white-block p:last-of-type {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section.content-image-3 .col-lg-5 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section.content-image-3 .btn {
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin: 0 auto;
  }
}
.section.content-image-3 figure {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .section.content-image-3 figure {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .section.content-image-3 figure img {
    width: 100%;
    transform: none;
  }
}
.section.content-image-4 {
  padding: 150px 0;
  overflow: hidden;
  /*figure
  * width: 100%
  * position: relative
  * z-index: 1
  * @media(max-width: 767px)
  *  margin: 0 0 30px
  * img
  *  width: 100%
  *  @media(min-width: 992px)
  *    position: relative
  *    transform: scale(1.3)
  *    transform-origin: right*/
}
@media (max-width: 767px) {
  .section.content-image-4 {
    padding: 50px 0;
  }
}
.section.content-image-4 .white-block {
  position: relative;
  z-index: 2;
}
.section.content-image-4 .white-block .decoration {
  padding-left: 10%;
}
@media (max-width: 767px) {
  .section.content-image-4 .white-block .decoration {
    text-align: center;
    padding-left: 0;
  }
}
.section.content-image-4 .white-block h2 {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section.content-image-4 .white-block h2 {
    margin: 0 0 30px;
  }
}
.section.content-image-4 .white-block p {
  margin: 0 0 40px;
}
.section.content-image-4 .white-block p:last-of-type {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section.content-image-4 .btn {
    width: fit-content;
    width: -moz-fit-content;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home .section.banner-1 {
    display: none;
  }
}

.section.three_blocks {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section.three_blocks {
    padding: 0px 0 40px;
  }
}
.section.three_blocks .block {
  margin: 0 0 40px;
  text-align: center;
}
.section.three_blocks .block figure {
  position: relative;
  overflow: hidden;
  background: #404040;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section.three_blocks .block figure {
    margin: 0 -12px 30px;
  }
}
.section.three_blocks .block figure:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.section.three_blocks .block figure a {
  display: block;
  text-decoration: none;
}
.section.three_blocks .block figure img {
  width: 100%;
  transition: 0.3s ease-out;
}
.section.three_blocks .block h5 {
  margin: 0 0 20px;
}
.section.three_blocks .block .body-text-regular {
  font-weight: 400;
}

.search-bar {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  display: none;
}
.search-bar.open {
  display: block;
}
.search-bar .btn {
  font-size: 18px;
  height: 50px;
  line-height: 1;
}
.search-bar .form-control {
  height: 50px;
  outline: none !important;
  box-shadow: none !important;
}

.owl-carousel.testimonials .owl-nav .owl-next {
  right: 30px;
}
@media (max-width: 767px) {
  .owl-carousel.testimonials .owl-nav .owl-next {
    right: 0;
    bottom: auto !important;
    top: 20% !important;
  }
}
.owl-carousel.testimonials .owl-nav .owl-prev {
  left: 30px;
}
@media (max-width: 767px) {
  .owl-carousel.testimonials .owl-nav .owl-prev {
    left: 0;
    bottom: auto !important;
    top: 20% !important;
  }
}
.owl-carousel.testimonials .owl-nav .owl-next, .owl-carousel.testimonials .owl-nav .owl-prev {
  color: #FF0044;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 40px;
  height: 45px;
  margin: auto 0;
}

.section.divider-1 {
  position: relative;
  padding: 150px 0;
  background: #EFEFEF;
  /*.background
  * @media(min-width: 992px)
  *  position: absolute
  *  left: 0
  *  top: 0
  *  width: 100%
  *  height: 100%
  *  object-fit: cover
  *  z-index: 0
  * img
  *  max-width: 100%
  *  @media(min-width: 992px)
  *    position: absolute
  *    right: 0
  *    top: 0
  *    height: 100%
  *    width: auto
  *    object-fit: contain*/
}
@media (max-width: 767px) {
  .section.divider-1 {
    padding: 40px 0;
  }
}
.section.divider-1 .content {
  position: relative;
  z-index: 1;
}
.section.divider-1 .content .body-text-medium p {
  font-size: 24px;
  line-height: 36px;
}
.section.blog {
  padding: 90px 0;
}
.section.blog figure {
  padding-bottom: 80%;
  background: #F5F0E8;
  position: relative;
}
.section.blog figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.blog h4 {
  font-size: 28px;
  line-height: 1.2;
}
.section.blog h4 a {
  text-decoration: none;
  color: inherit;
}
.section.logos {
  text-align: center;
  padding: 90px 0;
}
@media (max-width: 575px) {
  .section.logos {
    padding: 40px 0;
  }
}
.section.logos .row {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .section.logos .row {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .section.logos .break {
    display: none;
  }
}
.section.logos .col {
  max-width: 33.3333%;
  flex: 0 0 33.3333%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section.logos .col {
    max-width: 20%;
    flex: 0 0 20%;
    margin: 0 auto;
  }
}
.section.logos .col figure {
  position: relative;
}
.section.logos .col img {
  max-width: 100%;
}
.section.testimonials {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .section.testimonials {
    padding: 0;
    background: #FFF !important;
  }
}
.section.testimonials .item {
  background: #FFFFFF;
  padding: 90px 13%;
}
@media (max-width: 767px) {
  .section.testimonials .item {
    padding: 0 30px 50px;
  }
}
.section.testimonials .item .body-text-medium {
  font-size: 18px;
  line-height: 34px;
}
.section.testimonials .item .body-text-medium p {
  font-size: inherit;
  line-height: inherit;
}
.section.testimonials .item .contextual-text {
  text-decoration: none;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .section.testimonials .item .contextual-text {
    margin: 30px 0 0;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section.banner-2:first-child {
    background-size: auto 61% !important;
    background-position: 16% bottom !important;
    background-color: #E0E0E0;
    padding-bottom: 115%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section.banner-2:first-child .content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section.banner-2:first-child + .regular-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .section.banner-2 {
    background-size: auto 50% !important;
    background-position: 8% top !important;
    background-color: #BFBEBE;
    padding-top: calc(100% + 40px);
  }
}
.section.banner-2 .content {
  padding: 13% 0;
}
.section.banner-2 .content h2 {
  color: #FFFFFF;
  text-underline-offset: 4px;
}
.section.banner-2 .content .contextual-text {
  color: #fff;
  font-size: 24px;
}
.section.banner-2 .content .body-text-medium {
  margin-top: 5%;
  color: #fff;
}
.section.banner-2 .content .body-text-medium p {
  color: inherit;
}
.section.regular-content {
  padding: 90px 0;
}
@media (max-width: 575px) {
  .section.regular-content {
    padding: 40px 0;
  }
}
.section.regular-content h3 {
  margin: 0 0 50px;
}
.section.e404 {
  padding: 90px 0;
  text-align: center;
}
.section.e404 figure {
  margin: 10% 0;
}
.section.search-results {
  padding: 90px 0;
}
.section.search-results h3 {
  margin: 0 0 60px;
}
.section.search-results .result {
  margin: 0 0 80px;
}
.section.search-results .result h4 {
  margin: 0 0 30px;
}
.section.search-results .result h4 a {
  color: inherit;
  text-decoration: none;
}
.section.search-results .result .body-text-regular {
  margin: 0 0 30px;
}

.section .textwidget img {
  width: 100%;
  height: auto;
}

.blog-hero {
  position: relative;
}
.blog-hero .background {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .blog-hero .background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .blog-hero .background img {
    max-width: 45%;
  }
}
.blog-hero .content {
  position: relative;
  z-index: 2;
}

.img-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-text-regular ul li {
  padding-left: 30px !important;
}
.body-text-regular ul li:before {
  position: absolute !important;
}

.f-18 {
  font-size: 18px;
}

.img-alg-left {
  scale: 1.1;
  -webkit-transform: scale(1.1);
  margin-left: 10%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .img-alg-left {
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 991px) {
  .img-alg-left {
    scale: 1;
    -webkit-transform: scale(1);
    margin-left: 0%;
  }
}

.content-2-min {
  position: absolute;
  right: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .content-2-min {
    position: relative;
  }
}

.content-2-max {
  position: relative;
}

#content-2 img {
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 991px) {
  #content-2 img {
    max-width: fit-content;
    scale: 1.4;
    -webkit-transform: scale(1.4);
    padding-bottom: 15%;
  }
}
@media (max-width: 767px) {
  #content-2 img {
    scale: 1;
    -webkit-transform: scale(1);
    padding-bottom: 0%;
  }
}

#content-1 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.scale-15 {
  scale: 1.2;
  -webkit-transform: scale(1.2);
  margin-right: -5%;
  float: right;
}
@media (max-width: 991px) {
  .scale-15 {
    -webkit-transform: scale(1);
    scale: 1;
    margin-right: 0%;
    float: right;
  }
}

/*# sourceMappingURL=general.min.css.map */
