:root {
  --font-family-main: 'Work Sans', sans-serif;
  --font-family-second: 'Crimson Text', serif;

  --color-white: #FFF;
  --color-black: #000;
  --color-dove-gray: #636363;

  --color-pampas: #F7F6F2;
  --color-satin-linen: #E2DECC;
  --color-mongoose: #AEA57A;
  --color-clay-creek: #847C5A;

  --color-paris-white: #C3D9D3;
  --color-eden: #124A3A;
  --color-aqua-deep: #005441;

  --color-butterfly-bush: #6B5691;
  --color-blue-marguerite: #8E72C4;
}



/* General Normilize */
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
}



/* General */
html {
  font-family: var(--font-family-main);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-dove-gray);
  box-sizing: border-box;
  height: 100vh;
  overflow-x: hidden;
  background-color: var(--color-pampas);
}

body {
  min-height: 100vh;
  font-size: 1em;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  color: var(--color-butterfly-bush);
  font-weight: 600;
  text-decoration: none;
  transition: color .3s ease-in-out;
}
a:hover {
  color: var(--color-blue-marguerite);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-second);
  margin: 0;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: .25px;
  color: var(--color-eden);
}

h1, .h1 {
  font-size: 2.3rem;
}
h2, .h2 {
  font-size: 1.95rem;
}
h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.2rem;
}

@media (min-width: 825px) {
  html {
    font-size: 16px;
  }

  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1023px) {
  html.st--nav-open {
    overflow: hidden;
  }
}

@media (min-width: 1300px) {
  html {
    font-size: 17px;
  }

  h1, .h1 {
    font-size: 4.25rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2.25rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}



/* Typography */
.small-text {
  font-size: .8rem;
}

.title {
  margin-bottom: 19px;
}

.p {
  margin-bottom: 19px;
}
.p-main {
  font-size: 1.2rem;
}

.image {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .title {
    margin-bottom: 22px;
  }
  .p {
    margin-bottom: 22px;
  }
}

@media (min-width: 1600px) {
  .title {
    margin-bottom: 25px;
  }
  .p {
    margin-bottom: 25px;
  }
}



/* Layout Helpers */
.section-margin {
  margin-bottom: 30px;
}
.section-margin-on-mobile {
  margin-bottom: 30px;
}
body .mb-0 {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  body .max-mobile-view {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 825px) {
  .text-width {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .section-margin {
    margin-bottom: 40px;
  }
  .section-margin-on-mobile {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .section-margin {
    margin-bottom: 48px;
  }
  .text-width {
    max-width: 860px;
  }
}

@media (min-width: 1600px) {
  .section-margin {
    margin-bottom: 55px;
  }
}


/* Helpers */
body .anchor-target-inner-section {
  padding-top: 120px;
  margin-top: -120px;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-1 {
  background-image: url('../svg/bg-1.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}



/* General Components */
.st--header-sticky .main {
  margin-top: 74px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.section--last {
  padding-bottom: 129px;
}

.container {
  padding-left: 6%;
  padding-right: 6%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-bottom: 30px;
}
.heading.heading--text {
  margin-bottom: 22px;
}
.heading p {
  margin-top: 19px;
  font-size: 1.2rem;
}
.heading.heading--without-title p {
  margin-top: 0;
}

.box {
  padding: 40px 20px;
}
.box.box--without-paddings {
  padding: 0;
}
.box--transparent-green {
  background-color: rgba(18, 74, 58, .77);
  color: var(--color-white);
}
.box--transparent-green h2,
.box--transparent-green h3 {
  color: var(--color-white);
}

.list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 11px;
  height: 2px;
  background-color: var(--color-mongoose);
}

@media (min-width: 375px) {
  .box {
    padding: 40px 30px;
  }
}

@media (min-width: 480px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box {
    padding: 40px;
  }
}

@media (min-width: 825px) {
  .st--header-sticky .main {
    margin-top: 76px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .st--header-sticky .main {
    margin-top: 80px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section.section--calendly {
    padding-bottom: 20px;
  }

  .heading {
    margin-bottom: 40px;
  }
  .heading p {
    margin-top: 22px;
  }

  .list li {
    margin-bottom: 5px;
  }
}

@media (min-width: 1300px) {
  .st--header-sticky .main {
    margin-top: 84px;
  }

  .section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .heading {
    margin-bottom: 48px;
  }

  .box {
    padding: 60px;
  }

  .list li {
    padding-left: 25px;
  }
  .list li::before {
    top: 12px;
    width: 15px;
  }
}

@media (min-width: 1600px) {
  .st--header-sticky .main {
    margin-top: 86px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading {
    margin-bottom: 55px;
  }
  .heading.heading--text {
    margin-bottom: 26px;
  }
  .heading p {
    margin-top: 25px;
  }

  .list li {
    padding-left: 28px;
  }
  .list li::before {
    top: 13px;
    width: 17px;
  }
}



/* Link With Icon */
.link-with-icon {
  display: flex;
  align-items: center;
  transition: color .3s ease-in-out;
}
.link-with-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--color-aqua-deep);
  margin-right: 7px;
}

@media (min-width: 1300px) {
  .link-with-icon svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
}

@media (min-width: 1600px) {
  .link-with-icon svg {
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
}



/* Simple List */
.simple-list li {
  margin-bottom: 3px;
}
.simple-list li:last-child {
  margin-bottom: 0;
}



/* Simple List */
.burger {
  border: none;
  padding: 0;
  background: none;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.st--nav-open .burger {
  z-index: 6;
}
.burger__inner {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.burger__line {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.burger__line.burger__line--top {
  transform: translateY(0px) rotate(0deg);
}
.burger__line.burger__line--bottom {
  transform: translateY(6px) rotate(0deg);
}
.st--nav-open .burger__line {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.st--nav-open .burger__line.burger__line--top {
  transform: translateY(4px) rotate(45deg);
}
.st--nav-open .burger__line.burger__line--bottom {
  transform: translateY(3px) rotate(-45deg);
}

@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}


/* Button */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: auto;
  border: none;
  padding: 16px 26px 14px;
  border-radius: 6px;
  background-color: var(--color-butterfly-bush);
  font-size: .85rem;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-white);
  transition: all .3s ease-in-out;
}
.button:hover {
  background-color: var(--color-blue-marguerite);
  color: var(--color-white);
}

.button.button--small {
  padding: 7px 13px 6px;
  font-size: .7rem;
  border-radius: 4px;
}

.button.button--big {
  padding: 19px 32px 17px;
  font-size: 1rem;
}

.button--with-icon svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: var(--color-tundora);
  transition: fill .3s ease-in-out;
}
.button--with-icon:hover svg {
  fill: var(--color-white);
}
.button--small.button--with-icon svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.button--big.button--with-icon svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}



/* Top Bar */
.top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-white);
}
.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .top-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/* Logo */
.logo {
  width: 95px;
  height: 32px;
}
.logo svg {
  width: 95px;
  height: 32px;
}

@media (min-width: 1024px) {
  .logo {
    width: 150px;
    height: 51px;
  }
  .logo svg {
    width: 150px;
    height: 51px;
  }
}



/* Social List */
.social-list {
  display: flex;
}
.social-list__item {
  margin-right: 7px;
}
.social-list__item:last-child {
  margin-right: 0;
}
.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color-eden);
  color: var(--color-white);
  transition: background-color .3s ease-in-out;
}
.social-link:hover {
  background-color: var(--color-mongoose);
}
.social-link svg {
  width: 16px;
  height: 16px;
  fill: var(--color-white);
}



/* Header */
.header {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: var(--color-mongoose);
  color: var(--color-white);
  border-bottom: 3px solid var(--color-eden)
}
.st--header-sticky .header {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__inner {
    align-items: stretch;
  }
  .header .simple-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}




/* Nav */
@media (max-width: 1023px) {
  .nav {
    display: flex;
    z-index: 6;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    background-color: var(--color-eden);
    color: var(--color-white);
    transform: translate3d(0, -150%, 0);
    transition: transform .3s ease-in-out .3s, padding .3s ease-in-out 0s;
  }
  .st--nav-open .nav {
    transform: translate3d(0, 0, 0);
    transition: transform .3s ease-in-out 0s, padding .3s ease-in-out .3s;
    padding-left: 25px;
    padding-right: 25px;
  }
  .nav-list__item {
    margin-bottom: 10px;
  }
  .nav-list__item:last-child {
    margin-bottom: 0;
  }
  .nav-link {
    font-size: 1.5rem;
    color: var(--color-white);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
  }
  .nav-link:hover {
    color: var(--color-mongoose);
  }
  .nav-link.active {
    color: var(--color-mongoose);
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .nav-list {
    display: flex;
    height: 100%;
  }
  .nav-list__item {
    display: flex;
    align-items: stretch;
  }
  .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
    padding-right: 6px;
    color: var(--color-white);
    transition: background-color .3s ease-in-out;
  }
  .nav-link:hover {
    color: var(--color-white);
    background-color: var(--color-clay-creek);
  }
  .nav-link.active {
    background-color: var(--color-eden);
  }
}

@media (min-width: 1300px) {
  .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }
}



/* Intro */
.intro h1,
.intro p {
  background-color: var(--color-eden);
  color: var(--color-white); 
  display: inline;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.intro .box:first-child {
  margin-bottom: 20px;
}
.intro.intro--for-inner-page .box {
  margin-bottom: 0;
}
@media (min-width: 825px) {
  .intro__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .intro .box {
    width: 48.5%;
  }
  .intro .box:first-child {
    margin-bottom: 0;
  }
  .intro.intro--for-inner-page .box:last-child {
    width: 66%;
  }
}

@media (min-width: 1024px) {
  .intro .box:first-child {
    width: 53%;
  }
  .intro .box:last-child {
    width: 45%;
  }
}

@media (min-width: 1300px) {
  .intro .box:first-child {
    width: 55%;
  }
  .intro .box:last-child {
    width: 43%;
  }
}



/* Contact Form */
#form-success-message, #form-error-message, #form-info-message {
  font-size: 1.2rem;
  display: none;
}
#form-success-message {
  color: #169149;
}
#form-error-message {
  color: #d13a29;
}
#form-info-message {
  color: var(--color-dove-gray);
}

.cf__row {
  margin-bottom: 10px;
}
.cf__row:last-child {
  margin-bottom: 0;
}
.cf__row--buttons button {
  width: 48%;
}

.cf__input {
  width: 100%;
  border: 2px solid var(--color-black);
  padding: 13px;
  transition: border-color .3s ease-in-out;
}
.cf__input:focus {
  border-color: var(--color-mongoose);
}
.cf__input--textarea {
  min-width: 100%;
  max-width: 100%;
  height: 180px;
  max-height: 180px;
  min-height: 180px;
}
.cf__label,
.cf__alert {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.cf__alert {
  font-size: .82rem;
}

.cf__info {
  display: none;
  font-size: 1.37em;
  background-color: #124A3A;
  color: #fff;
  padding: 20px;
  font-weight: 400;
}
.cf--sent .cf__info {
  display: block;
}
.cf--sent .cf__row-list {
  display: none;
}


/* Calendly Widget */
.calendly-inline-widget,
  .calendly-inline-widget *,
  .calendly-badge-widget,
  .calendly-badge-widget *,
  .calendly-overlay,
  .calendly-overlay * {
    font-size: 16px;
    line-height: 1.2em;
  }
.calendly-inline-widget iframe, .calendly-badge-widget iframe, .calendly-overlay iframe {
    /*
    Values other than `display: inline` cause a scrolling bug on iOS where the underlying page
    scrolls instead of the iframe
    */
    display: inline;
    width: 100%;
    height: 100%;
  }
.calendly-popup-content {
  /* Any updates in this section should be updated for inline mode */
  position: relative;
}
.calendly-popup-content.calendly-mobile {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
.calendly-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #a5a5a5;
  background-color: rgba(31, 31, 31, .4);
}
.calendly-overlay .calendly-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.calendly-overlay .calendly-popup {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    min-width: 900px;
    max-width: 1000px;
    height: 90%;
    max-height: 680px;
  }
@media (max-width: 975px) {
.calendly-overlay .calendly-popup {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      width: 100%;
      height: auto;
      min-width: 0;
      max-height: none
  }
    }
.calendly-overlay .calendly-popup .calendly-popup-content {
      height: 100%;
    }
.calendly-overlay .calendly-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(../../assets/external/close-icon.svg) no-repeat;
    background-size: contain;
  }
@media (max-width: 975px) {
.calendly-overlay .calendly-popup-close {
      top: 15px;
      right: 15px
  }
    }
.calendly-badge-widget {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
}
.calendly-badge-widget .calendly-badge-content {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
.calendly-badge-widget .calendly-badge-content.calendly-white {
      color: #666a73;
    }
.calendly-badge-widget .calendly-badge-content span {
      display: block;
      font-size: 12px;
    }
.calendly-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: -1;
}
.calendly-spinner > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #e1e1e1;
    border-radius: 50%;
    vertical-align: middle;
    animation: calendly-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
  }
.calendly-spinner .calendly-bounce1 {
    animation-delay: -0.32s;
  }
.calendly-spinner .calendly-bounce2 {
    animation-delay: -0.16s;
  }
@keyframes calendly-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
  }
};



/* Calendly Widget, Calendly Toggler */
.calendly-widget-toggler {
  display: flex;
}
.calendly-widget-toggler__item {
  width: 50%;
  text-align: center;
}
.calendly-widget-toggler__item:first-child {
  border-right: 1px solid #e4e4e4;
}
.calendly-widget-link {
  display: block;
  padding: 20px;
  transition: all .2s easy;
  background-color: #fff;
}
.calendly-widget-toggler__item:first-child .calendly-widget-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.calendly-widget-toggler__item:last-child .calendly-widget-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.calendly-widget-link {
  color: #515151;
}
.calendly-widget-link:hover {
  color: #124a3a;
}
.calendly-widget-link.active {
  color: #124a3a;
  font-weight: bold;
  background-color: #f3f6f5;
}
.calendly-widget {
	height: 860px;
}

@media (min-width: 825px) {
  /* .calendly-widget-toggler {
    margin-top: -110px;
  } */
}

@media (min-width: 1000px) {
	.calendly-widget {
		height: 860px;
	}
}

@media (min-width: 1024px) {
  /* .calendly-widget-toggler {
    margin-top: -124px;
  } */
}

@media (min-width: 1153px) {
  /* .calendly-widget-toggler {
    margin-top: -124px;
  } */
}





/* Footer */
.footer__item {
  margin-left: -6.78%;
  margin-right: -6.78%;
  padding-left: 6.78%;
  padding-right: 6.78%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__item:first-child {
  background-color: var(--color-mongoose);
  color: var(--color-white);
}
.footer__item:last-child {
  background-color: var(--color-satin-linen);
}
.footer__column {
  margin-bottom: 20px;
}
.footer__column:last-child {
  margin-bottom: 0;
}

.footer-title {
  margin-bottom: 3px;
}
.footer-margin {
  margin-bottom: 20px;
}

.footer .simple-list,
.footer p,
.footer h4 {
  text-align: center;
}

.table-list {
  text-align: center;
}
.table-list__item {
  margin-bottom: 15px;
}
.table-list__item:last-child {
  margin-bottom: 0;
}
.table-list h4 {
  margin-bottom: 3px;
}

@media (min-width: 1024px) {
  .footer {
    background: linear-gradient(90deg, rgba(174,165,122,1) 0%, rgba(174,165,122,1) 33%, rgba(226,222,204,1) 33%, rgba(226,222,204,1) 100%);
  }
  .footer__inner {
    display: flex;
  }
  .footer__item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer__item:first-child {
    width: 33.33%;
    padding-right: 4.5%;
  }
  .footer__item:last-child {
    width: 66.66%;
    padding-left: 4.5%;
  }
  .footer__item {
    align-items: flex-start;
  }
  .footer__item.footer__row {
    flex-direction: row;
  }
  .footer__column {
    margin-bottom: 0;
  }
  .footer__column:first-child {
    padding-right: 4.5%;
  }
  .footer__column:last-child {
    padding-left: 4.5%;
  }

  .footer-margin {
    margin-bottom: 30px;
  }

  .footer .simple-list,
  .footer p,
  .footer h4 {
    text-align: left;
  }

  .table-list {
    text-align: left;
  }
  .table-list__item {
    margin-bottom: 20px;
  }
  .table-list h4 {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .table-list__item {
    display: flex;
  }
  .table-list__column:first-child {
    min-width: 100px;
  }
  .table-list__column:last-child {
    margin-top: -1px;
  }
}



/* Bottom Bar */
.bottom-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--color-eden);
  color: var(--color-white);
}
.bottom-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-bar__inner p {
  order: 2;
  margin-top: 3px;
}
.bottom-bar__inner ul {
  order: 1;
}

@media (min-width: 1024px) {
  .bottom-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bottom-bar__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .bottom-bar__inner p {
    order: 1;
    margin-top: 0;
  }
  .bottom-bar__inner ul {
    order: 2;
  }
}



/* Row, Column */
.column:first-child {
  margin-bottom: 40px;
}
.column.column--text:first-child {
  margin-bottom: 22px;
}
.row--csgo {
  margin-bottom: 19px;
}
.row--csgo .column:first-child {
  margin-bottom: 19px;
}

@media (min-width: 1024px) {
  .column:first-child {
    margin-bottom: 0;
  }

  .row {
    display: flex;
    justify-content: space-between;
  }
  .row--csgo {
    margin-bottom: 40px;
  }
  .row.row--csgo .column:first-child {
    margin-bottom: 0;
  }
  .row.row--csgo .column:last-child {
    display: flex;
    align-items: center;
  }

  .row--1-3 .column:first-child {
    width: 30%;
  }
  .row--1-3 .column:last-child {
    width: 60%;
  }

  .row--1-1 .column:first-child {
    width: 45.5%;
  }
  .row--1-1 .column:last-child {
    width: 45.5%;
  }
  .row--1-1-full .column:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .row--1-1-full .column:last-child {
    width: 50%;
  }

  .row--inver .column:first-child {
    order: 2;
  }
  .row--inver .column:last-child {
    order: 1;
  }

  .row--with-space-between .column:first-child {
    padding-right: 4.5%;
  }
  .row--with-space-between .column:last-child {
    padding-left: 4.5%;
  }

  .row--liner .column:first-child {
    padding-right: 4.5%;
    border-right: 1px solid var(--color-satin-linen);
  }
  .row--liner .column:last-child {
    padding-left: 4.5%;
  }
}

@media (min-width: 1300px) {
  .row--csgo {
    margin-bottom: 48px;
  }
}

@media (min-width: 1600px) {
  .row--csgo {
    margin-bottom: 55px;
  }
}


/* Image With Title */
.image-with-title {
  position: relative;
}
.image-with-title img {
  display: block;
  width: 100%;
}
.image-with-title h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-eden);
  color: var(--color-white);
  text-align: center;
  padding: 0.5rem;
  width: 78%;
}

@media (min-width: 480px) {
  .image-with-title h3 {
    width: 66.66%;
  }
}



/* Tile */
@media (min-width: 1024px) {
  .tile {
    display: flex;
    flex-wrap: wrap;
  }
  .tile__item {
    width: 50%;
  }
  .tile__item:last-child {
    width: 100%;
  }
}



/* Simple Card */
.simple-card__header {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 480px) {
  .simple-card__header {
    height: 250px;
  }
}

@media (min-width: 600px) {
  .simple-card__header {
    height: 300px;
  }
}



/* Serv Card */
.serv-card {
  font-weight: 400;
  position: relative;
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.serv-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 74, 58, .77);
  transition: background-color .3s ease-in-out;
}
.serv-card:hover::before {
  background-color: rgba(18, 74, 58, 1);
}
.serv-card p,
.serv-card h3 {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  transition: color .3s ease-in-out;
}
.serv-card:hover p {
  color: var(--color-paris-white);
}
.serv-card:hover .button {
  background-color: var(--color-blue-marguerite);
}



/* serv-type-card */
.serv-type-card svg {
  width: 36px;
  height: 36px;
  fill: var(--color-mongoose);
}
.serv-type-card__main {
  margin-top: -28px;
}
.serv-type-card__main h3 {
  padding-left: 50px;
}

@media (min-width: 825px) {
  .serv-type-card__main {
    margin-top: -29px;
  }
}

@media (min-width: 1300px) {
  .serv-type-card svg {
    width: 52px;
    height: 52px;
  }
  .serv-type-card__main {
    margin-top: -35px;
  }
  .serv-type-card__main h3 {
    padding-left: 72px;
  }
}

@media (min-width: 1600px) {
  .serv-type-card__main {
    margin-top: -37px;
  }
}



/* Banner */
.banner__header {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner__step {
  padding: 12px 32px;
  background-color: var(--color-eden);
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__main {
  background-color: var(--color-satin-linen);
}

@media (min-width: 480px) {
  .banner__header {
    height: 250px;
  }
}

@media (min-width: 600px) {
  .banner__header {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .banner {
    display: flex;
  }
  .banner__header,
  .banner__main {
    width: 50%;
  }
  .banner__header {
    height: auto;
  }
  .banner.banner--invert .banner__header {
    order: 2;
  }
  .banner.banner--invert .banner__main {
    order: 1;
  }
  .banner__step {
    left: auto;
    right: 0;
    padding: 14px 42px;
  }
  .banner--invert .banner__step {
    right: auto;
    left: 0;
  }
}



/* Testimonials */
.testimonials {
  margin-top: -15px;
  margin-bottom: 30px;
}
.testimonials-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-card {
  margin: 15px;
  background-color: var(--color-eden);
  color: var(--color-paris-white);
  text-align: center;
  height: 100%;
}
.testimonial-card h3 {
  color: var(--color-white);
}
.testimonial-card svg {
  margin-top: -10px;
  width: 36px;
  height: 36px;
  fill: var(--color-mongoose);
}

.slick-arrow {
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--color-mongoose);
  color: var(--color-white);
  font-size: 1.6rem;
  transition: background-color .3s ease-in-out;
}
.slick-arrow:hover {
  background-color: var(--color-clay-creek);
}
.slick-prev {
  right: 60px;
}
.slick-next {
  right: 15px;
}

@media (min-width: 1024px) {
  .testimonials {
    margin-bottom: 50px;
  }
  body .testimonial-card {
    min-height: 320px;
  }
  .slick-arrow {
    bottom: -50px;
    width: 60px;
    height: 60px;
  }
  .slick-prev {
    right: 79px;
  }
  .slick-next {
    right: 14px;
  }
}

@media (min-width: 1300px) {
  .testimonial-card svg {
    margin-top: -15px;
    width: 52px;
    height: 52px;
  }

  body .testimonial-card {
    min-height: 442px;
  }

  .slick-next {
    right: 13px;
  }
  .slick-prev {
    right: 78px;
  }
}



/* Service Area Section */
.map__image {
  height: 389px;
  background-image: url('../images/map-mobile.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.map__card-wrapper {
  padding: 40px 0;
  background-color: var(--color-eden);
}
.map__card {
  color: var(--color-white);
}
.map__card h2 {
  color: var(--color-white);
}

@media (min-width: 480px) {
  .map__card-wrapper {
    padding: 50px 0;
  }
  .map__image {
    height: 439px;
  }
  .map__card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .map__card li {
    width: 40%;
  }
}

@media (min-width: 600px) {
  .map__image {
    height: 489px;
    background-image: url('../images/map.jpg');
  }
}

@media (min-width: 825px) {
  .map__card-wrapper {
    padding: 60px 0;
  }
  .map__image {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .map {
    background-image: url('../images/map.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 134px;
  }
  .map__image {
    display: none;
    background: none;
  }
  .map__card-wrapper {
    padding: 0;
    background: none;
  }
  .map__card {
    width: 44%;
    background-color: var(--color-eden);
    padding: 60px 40px;
    color: var(--color-paris-white);
  }
  .map__card li {
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .map {
    padding: 120px 0 186px;
  }
  .map__card {
    width: 40%;
    padding: 60px;
  }
  .map__card.map__card--big {
    width: 55%;
  }
  .map__card li {
    width: 40%;
  }
}

@media (min-width: 1600px) {
  .map {
    padding: 170px 0 236px;
  }
  .map__card.map__card--big {
    width: 50%;
  }
}



/* Google Recaptcha */
.grecaptcha-badge {
  display: none;
}



/* Inner Section */
.inner-section {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-satin-linen);
}
.inner-section:first-of-type {
  border-top: 1px solid var(--color-satin-linen);
}
.inner-section:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 1024px) {
  .inner-section {
    padding-top: 46px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1300px) {
  .inner-section {
    padding-top: 55px;
    padding-bottom: 48px;
  }
}

@media (min-width: 1600px) {
  .inner-section {
    padding-top: 62px;
    padding-bottom: 55px;
  }
}


/* Service */
.service__header {
  margin-bottom: 19px;
}
.service__intro-card {
  background-color: var(--color-eden);
  color: var(--color-paris-white);
}
.service__intro h3 {
  color: var(--color-white);
}
.service__image img {
  display: block;
  width: 100%;
}
.service__column:first-of-type {
  margin-bottom: 19px;
}

@media (min-width: 1024px) {
  .service__header {
    display: flex;
    margin-bottom: 40px;
  }
  .service__intro {
    width: 50%;
    order: 2;
    display: flex;
    align-items: center;
    margin-left: -40px;
  }
  .service__intro-card {
    width: 100%;
  }
  .service__image {
    width: 50%;
    order: 1;
  }
  .service__main {
    display: flex;
  }
  .service__column:first-of-type {
    margin-bottom: 0;
    width: 50%;
    padding-right: 4.5%;
  }
  .service__column:last-of-type {
    width: 50%;
    padding-left: 4.5%;
  }
}

@media (min-width: 1300px) {
  .service__header {
    margin-bottom: 48px;
  }
  .service__intro {
    margin-left: -60px;
  }
}

@media (min-width: 1600px) {
  .service__header {
    margin-bottom: 55px;
  }
}



/* Page Message */
.page-message {
  display: none;
  padding: 10px;
  background-color: var(--color-eden);
  color: var(--color-white);
}
.page-message.active {
  display: block;
}
.page-message.closed {
  display: none;
}
.page-message__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-message a {
  color: var(--color-white);
  font-weight: 400;
}
.page-message a:hover {
  text-decoration: underline;
  color: var(--color-white);
}
.page-message button {
  margin-left: 12px;
}