.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #3e3e3e;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cardo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: #3e3e3e;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: rgba(62, 62, 62, .8);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

strong {
  color: #333;
  font-weight: 600;
}

.navbar-no-shadow {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #424242;
  letter-spacing: .15px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1f;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.footer-subscribe {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.footer-bottom {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: flex;
}

.footer {
  color: #424242;
}

.div-vert {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  padding-top: 100px;
}

.section.last {
  padding-bottom: 50px;
}

.slider {
  height: 100vh;
  margin-bottom: 50px;
}

.image {
  height: 65px;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bannre-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Cardo, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 82px;
}

.slide-nav {
  height: 40px;
  justify-content: center;
  align-items: center;
  display: none;
}

.link {
  color: #3a4554;
  text-decoration: none;
}

.photo {
  width: 456px;
  height: 570px;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4px;
}

.text-area {
  width: 60%;
  padding-top: 40px;
  padding-right: 100px;
}

.img {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.main-div {
  flex-direction: row;
  display: flex;
}

.cta-description {
  width: auto;
  color: #ec4933;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #dedede;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.call {
  width: 100px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.bold {
  color: gray;
  font-weight: 600;
}

.italic-text-area {
  color: #3e3e3e;
  letter-spacing: 1px;
  font-family: Cardo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.cta-address {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.add-details {
  margin-bottom: 20px;
}

.grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.services-block {
  width: 260px;
  height: 260px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 0;
  position: relative;
}

.services-text {
  text-align: center;
  letter-spacing: .5px;
  font-family: Cardo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.services-color-block {
  width: 260px;
  height: 260px;
  color: #fff;
  background-color: rgba(236, 73, 51, .8);
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
}

.services-color-block:hover {
  background-color: rgba(236, 73, 51, .3);
}

.button {
  color: #fff;
  background-color: #ec4933;
  border-radius: 4px;
  padding: 8px 20px;
  font-family: Bitter, serif;
}

.italic-text.center {
  text-align: center;
  font-style: normal;
}

.grid-3 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

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

.h2-center.small {
  width: 700px;
}

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

.bold-text-2 {
  font-weight: 600;
}

.depart-img {
  width: auto;
  height: auto;
}

.bold-text, .bold-text-4 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container, .bannre-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .footer-subscribe {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .container {
    max-width: none;
  }

  .footer-bottom {
    height: 56px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer {
    margin-bottom: 5px;
  }

  .footer.hide {
    display: none;
  }

  .section {
    padding: 20px;
  }

  .slider {
    height: 50vh;
    margin-bottom: 0;
  }

  .image {
    width: 60px;
  }

  .bannre-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-text {
    font-size: 32px;
    line-height: 50px;
  }

  .photo {
    width: 100%;
    height: 320px;
  }

  .text-area {
    width: auto;
    padding-right: 0;
  }

  .img {
    width: auto;
    height: 320px;
    object-fit: cover;
  }

  .main-div {
    flex-direction: column-reverse;
    display: flex;
  }

  .cta-description, .line {
    width: 100%;
  }

  .italic-text-area {
    display: flex;
  }

  .cta-address {
    width: auto;
    align-items: flex-start;
  }

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
    overflow: visible;
  }

  .services-block {
    z-index: 1;
    width: auto;
    height: 160px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .services-img {
    width: 100%;
    height: 100%;
  }

  .services-text {
    font-size: 14px;
    line-height: 20px;
  }

  .services-color-block {
    width: auto;
    height: 160px;
    padding: 20px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .italic-text {
    text-align: left;
  }

  .grid-3 {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .h2-center.small {
    width: auto;
  }

  .depart-img {
    width: 100%;
    height: 100%;
  }

  .bold-text {
    color: gray;
    font-weight: 600;
  }
}

#w-node-b7d06e08-e7a8-9034-96b3-4cec09afac35-66d91cfb, #w-node-a2383fec-a318-efe5-99f1-74c3edb1bccf-66d91cfb, #w-node-d5319c16-465c-1d9f-8883-a1fef3be22f2-66d91cfb, #w-node-d88473c4-9827-d23c-c364-2c1cbff2584e-66d91cfb, #w-node-_17d0c888-23e6-61c8-1092-10098ae4f5eb-66d91cfb, #w-node-_156af324-b768-1070-46a2-1cdf6491e9ad-66d91cfb, #w-node-_248d0bc3-905a-5c77-5a04-f0b567b10176-66d91cfb, #w-node-f8a224d5-2440-03c9-23f6-671e89ec2063-66d91cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3bc31b97-d9ef-f92e-055a-403f23420f8f-66d91cfb, #w-node-_09d19489-33a5-413a-203f-1486a1083ba8-66d91cfb, #w-node-f38a6e19-510e-d061-5528-ddeb2f32c79b-66d91cfb, #w-node-_8895899c-0669-98b0-c3d0-5229a24386dd-66d91cfb, #w-node-_478e970c-9597-e0dc-2dc8-17c2ff33dff1-66d91cfb, #w-node-_4185cfef-46f7-4b04-cc61-895e4ecb0461-66d91cfb, #w-node-bd7a0f18-a015-ac88-2c4c-91b06b7d1e21-66d91cfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7d06e08-e7a8-9034-96b3-4cec09afac35-70146cfc, #w-node-a2383fec-a318-efe5-99f1-74c3edb1bccf-70146cfc, #w-node-d5319c16-465c-1d9f-8883-a1fef3be22f2-70146cfc, #w-node-d88473c4-9827-d23c-c364-2c1cbff2584e-70146cfc, #w-node-_17d0c888-23e6-61c8-1092-10098ae4f5eb-70146cfc, #w-node-_156af324-b768-1070-46a2-1cdf6491e9ad-70146cfc, #w-node-_248d0bc3-905a-5c77-5a04-f0b567b10176-70146cfc, #w-node-f8a224d5-2440-03c9-23f6-671e89ec2063-70146cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3bc31b97-d9ef-f92e-055a-403f23420f8f-70146cfc, #w-node-_09d19489-33a5-413a-203f-1486a1083ba8-70146cfc, #w-node-f38a6e19-510e-d061-5528-ddeb2f32c79b-70146cfc, #w-node-_8895899c-0669-98b0-c3d0-5229a24386dd-70146cfc, #w-node-_478e970c-9597-e0dc-2dc8-17c2ff33dff1-70146cfc, #w-node-_4185cfef-46f7-4b04-cc61-895e4ecb0461-70146cfc, #w-node-aa4f2037-e802-e4de-2f70-c5e927d72fcd-70146cfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b7d06e08-e7a8-9034-96b3-4cec09afac35-66d91cfb, #w-node-b7d06e08-e7a8-9034-96b3-4cec09afac35-70146cfc {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}