:root {
  --wpk-orange: #ff801f;
  --wpk-primary-font: "Nunito Sans", sans-serif;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.nav {
  margin-left: 0;
}

.nav_block {
  flex-flow: column wrap;
  place-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.nav_block.flex_left {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
}

.body {
  background-image: url('../images/Artboard-1.jpg');
  background-position: 50% 48%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_number {
  opacity: 1;
  text-align: right;
  margin-top: 5px;
  font-family: Nunito Sans, sans-serif;
  display: inline-block;
}

.nav_number.margin_5_top {
  float: none;
  margin-top: 5px;
}

.nav_number.margin_5_top.flex_right {
  float: right;
  text-align: right;
}

.f_right {
  float: right;
  object-fit: fill;
  display: inline-block;
  position: static;
}

.f_right.margin_5_top {
  margin-top: 5px;
}

.column {
  clear: none;
  object-fit: fill;
  min-width: 0;
  display: block;
  position: relative;
  top: auto;
}

.column.padding_50_left {
  padding-left: 60px;
  padding-right: 10px;
}

.column.padding_40_right {
  padding-right: 50px;
}

.column.padding_10 {
  padding: 0 50px 0 0;
}

.column.padding_10.flext_ver_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.column.flex_ver_left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.flex_right {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column.view_width {
  min-width: 70vw;
  margin-top: 5px;
}

.column.hide {
  display: none;
}

.image-2 {
  margin-right: 0;
  padding-right: 0;
}

.container {
  margin-top: 0;
}

.container.padding_10_top_bottom {
  object-fit: fill;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container.padding_10_top_bottom.black_bg.padding_10 {
  padding: 10px;
}

.container.flex_hori {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.white_bg {
  background-color: #fff;
}

.container.white_bg.padding_10 {
  min-height: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
}

.container.white_bg.padding_10.position {
  clear: none;
  position: relative;
  inset: auto 0% 0%;
}

.container.black_bg {
  background-color: #000;
}

.container.black_bg.padding_10 {
  margin-top: auto;
  padding: 10px;
}

.container.flex_ver_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.min_height {
  background-color: #fff;
  min-height: 619px;
}

.container.max_height {
  background-color: #fff;
  max-height: 0;
}

.div-block {
  background-color: #ff801f;
}

.div-block.flex_center {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.div-block.flex_center.margin_10_top_bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.div-block.flex_center.margin_10_top {
  margin-top: 5px;
}

.link {
  font-size: 35px;
  font-style: normal;
  text-decoration: underline;
}

.link.nav_link {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.link.footer_link {
  color: #fff;
  margin-top: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link.footer_link:hover, .link.footer_link.blue_overlay {
  color: var(--wpk-orange);
}

.link_block.nav_link {
  color: #000;
  text-decoration: none;
}

.link_block.nav_link.flex_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.link_block.nav_link.margin_10_left-right {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block {
  position: static;
}

.dropdown {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.dropdown.flex_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  margin-left: 0;
  padding-left: 20px;
}

.container-2 {
  background-color: #fff;
}

.heading_1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 30px;
}

.heading_1.padding_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading_1.capitals {
  text-transform: uppercase;
}

.paragraph {
  font-family: var(--wpk-primary-font);
  font-size: 16px;
  font-weight: 400;
}

.paragraph.justified {
  text-align: left;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph.justified.services_para {
  display: none;
}

.paragraph.justified.margin_below_20 {
  margin-bottom: 20px;
}

.paragraph.justified.premium-service {
  display: none;
}

.paragraph.justified.padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph.justified.margin_top_20 {
  margin-top: 30px;
  font-size: 16px;
}

.paragraph.white_text {
  font-family: var(--wpk-primary-font);
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
}

.paragraph.white_text.padding_10_top_bottom {
  font-family: var(--wpk-primary-font);
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph.white_text.phone_tab {
  margin-top: 0;
}

.paragraph.padding_10 {
  padding: 10px;
}

.paragraph.paddding-top-10 {
  padding-top: 10px;
}

.list {
  font-family: var(--wpk-primary-font);
  margin-top: 10px;
  font-size: 16px;
  list-style-type: disc;
}

.heading_3 {
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.heading_3.hide {
  display: block;
}

._5_curve {
  border-radius: 5px;
}

.submit-button {
  font-family: var(--wpk-primary-font);
  background-color: #ff801f;
}

.submit-button._5_curve {
  border-radius: 20px;
  width: 125px;
}

.heading {
  font-weight: 400;
}

.h4.white_text {
  font-family: var(--wpk-primary-font);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

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

.section {
  margin-top: auto;
  position: static;
}

.section.margin_10_bottom {
  margin-bottom: 10px;
}

.section.testing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-image: url('../images/hide-obara-TeX_yWATaBA-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
}

.slider {
  max-width: 100%;
  min-height: 60vh;
  max-height: none;
}

.slider.fixed_height {
  height: 600px;
  min-height: 400px;
}

.slide-nav {
  display: none;
  overflow: hidden;
}

.div_block {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.div_block.white_bg {
  background-color: #fff;
}

.div_block.white_bg.width_600 {
  width: 600px;
  min-width: 0;
  min-height: 0;
}

.div_block.white_bg.width_600.flex_center {
  display: flex;
}

.div_block.white_bg.width_600.padding_15 {
  padding: 15px;
}

.heading-2 {
  font-weight: 400;
}

.text-span {
  color: red;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  margin-top: 10px;
  font-weight: 700;
  display: block;
}

.heading-3.services_heading {
  display: none;
}

.heading-3.spacing {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-3.hide {
  display: block;
}

.text-span-2, .text-span-3 {
  background-color: red;
}

.field-label {
  color: #000;
}

.text-span-4 {
  color: red;
}

.heading-4, .heading-5, .paragraph-3, .heading-6, .heading-7 {
  font-weight: 400;
}

.tab.border_3 {
  border: 2px solid #898989;
  border-radius: 11px;
}

.tab.border_3.padding_10 {
  border-color: #d0d0d0;
  padding: 10px;
}

.tab.border_3.padding_10.drop_shadow {
  margin-top: 10px;
  box-shadow: 1px 1px 17px -9px #000;
}

.tab_link.white_bg {
  color: #000;
  object-fit: fill;
  background-color: #fff;
}

.tab_link.white_bg.w--current {
  background-color: var(--wpk-orange);
  color: var(--white);
  border-radius: 11px;
  margin-left: 10px;
}

.heading-8 {
  font-weight: 400;
}

.hover_white {
  color: #000;
  cursor: pointer;
}

.dropdown-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  display: block;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #ff801f;
}

.slider_quote {
  min-width: 150px;
  max-width: 35%;
  position: absolute;
  inset: auto auto 2% 0%;
}

.slider_info {
  min-width: 150px;
  max-width: 50%;
  position: absolute;
  inset: 2% 0% auto auto;
}

.slider_info.slider_quote {
  max-width: 50%;
  top: 2%;
}

.slider_info.slider_quote_img {
  top: 3%;
}

.slide {
  background-image: url('../images/kong-time.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/WPK_slider_active.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/nature-walk-3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  max-height: none;
}

.section {
  margin-top: 0;
}

.section.flex_center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.footer {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.footer.position {
  position: static;
}

.footer.flex_center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.form {
  border: 0 #313131;
  min-width: 500px;
}

.image-3 {
  float: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-top: 0;
}

.slide-4 {
  object-fit: none;
}

.slide-6 {
  background-image: url('../images/Artboard-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  overflow: hidden;
}

.slide-7 {
  background-image: url('../images/2.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
}

.heading-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-10 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.heading-11 {
  font-style: normal;
}

.link-2 {
  font-family: var(--wpk-primary-font);
  color: var(--wpk-orange);
  text-decoration: none;
}

.paragraph-5, .paragraph-6, .list-2 {
  font-size: 16px;
}

.italic-text {
  font-size: 16px;
  font-style: italic;
}

.italic-text-2 {
  font-size: 16px;
}

.column-2, .heading-12, .columns-2 {
  margin-top: 0;
}

.text-block-2 {
  font-family: var(--wpk-primary-font);
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
}

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

.bg_white {
  background-color: #fff;
  width: 70vw;
  padding: 15px;
}

.bg_black {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  padding: 10px;
  display: block;
}

.flex_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: flex;
}

.veiw_width {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70vw;
  display: block;
}

.column-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-content {
  padding: 10px;
}

.hover.w--current:hover, .text-span-5 {
  color: #fff;
}

.nav_link {
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.nav_link:hover {
  color: #fff;
}

.nav_link.w--current {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
}

.nav_link.hide, .nav_link.hide.w--current {
  display: none;
}

.text-block-3 {
  color: #fff;
}

.column-4 {
  padding-right: 0;
}

.field-label-2 {
  color: #ff0101;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: red;
}

.tabs {
  border: 1px solid #525252;
  border-radius: 16px;
}

.tabs.sevices_tab {
  border-width: 0;
  border-color: #cfcfcf;
  padding: 10px 0 10px 10px;
  box-shadow: 0 0 20px -9px #000;
}

.image-6 {
  text-align: left;
  border-radius: 20px;
  padding: 10px;
}

.tab-link-tab-2 {
  background-color: var(--white);
  color: var(--wpk-orange);
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.tab-link-tab-2.w--current {
  background-color: var(--wpk-orange);
  color: var(--white);
  border-radius: 18px;
}

.tab-link-tab-3 {
  background-color: var(--white);
  color: var(--wpk-orange);
}

.tab-link-tab-3.w--current {
  background-color: var(--wpk-orange);
  color: var(--white);
  cursor: pointer;
  mix-blend-mode: normal;
  border-radius: 18px;
}

.paragraph-7 {
  padding-left: 5px;
  padding-right: 10px;
}

.paragraph-7.justified {
  text-align: justify;
}

.grid {
  grid-template-rows: auto;
}

.tab-link-tab-1 {
  background-color: var(--white);
  color: var(--wpk-orange);
}

.tab-link-tab-1.w--current {
  background-color: var(--wpk-orange);
  color: var(--white);
  border-radius: 18px;
}

.tabs-menu {
  text-align: center;
  padding-bottom: 5px;
}

.image-7 {
  clear: both;
  object-fit: fill;
  display: block;
  position: relative;
}

.image-8 {
  object-fit: fill;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.image-8.flex_center {
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.grid-2.hide {
  display: none;
}

.html-embed {
  margin-right: 0;
  padding-right: 0;
}

.grid-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
}

.field-label-3 {
  margin-bottom: 10px;
}

.field-label-4 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.html-embed-2 {
  margin-bottom: 0;
}

.field-label-5 {
  margin-top: 20px;
}

.textarea {
  margin-bottom: 15px;
}

.grid-4 {
  grid-template-rows: auto;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
  margin-top: 0;
}

.slider_link {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image-9 {
  width: 256vh;
}

.image-10 {
  display: block;
  position: static;
  overflow: visible;
}

.container-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: red;
}

.grid-5 {
  grid-template-rows: auto;
  place-content: space-between;
  place-items: start stretch;
}

.image-13 {
  object-fit: fill;
  display: inline-block;
  position: static;
  left: auto;
}

.div-block-2 {
  padding-top: 20px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  margin-top: 10px;
  font-family: Nunito Sans, sans-serif;
}

.div-block-4 {
  width: 35px;
  height: 30px;
}

.text-field {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: .25px solid #636363;
  margin-top: 0;
  padding: 12px 16px 12px 52px;
}

.image-15 {
  margin-left: 16px;
  padding-bottom: 0;
  position: absolute;
  inset: 14% auto auto 0%;
}

.feild-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-3 {
  padding: 12px 16px 12px 52px;
  position: static;
}

.bold-text-2.premium-service {
  display: none;
}

.bold-text-3 {
  font-weight: 400;
}

.list-item.premium-suites {
  display: none;
}

.heading_2 {
  margin-top: 25px;
  font-size: 25px;
}

.heading-20 {
  margin-top: 30px;
}

.heading-21 {
  margin-top: 22px;
}

.heading-23 {
  font-style: italic;
}

.heading-24 {
  font-weight: 700;
}

.heading-25 {
  font-weight: 400;
}

.form-block-2 {
  width: 100%;
  display: block;
}

.banner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#012a7b, #012a7b);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 9px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
}

.pet-suites, .hide {
  display: none;
}

.div-block-6 {
  margin: 40px;
}

.bold-text-6 {
  font-style: italic;
}

.column-5 {
  padding: 5px;
}

.text-block-7 {
  font-size: 25px;
  font-weight: 400;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-7 {
  display: none;
}

.pricing-margin {
  margin-top: 20px;
}

.tab-pane-tab-1 {
  padding: 10px;
}

.pricing-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-8 {
  padding: 10px;
}

.columns-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-7 {
  font-size: 18px;
  font-style: italic;
}

.text-span-14 {
  color: #000;
}

.text-span-15 {
  font-size: 11px;
}

.text-span-16 {
  color: #bd0a0a;
}

.bold-text-8, .bold-text-9 {
  font-family: var(--wpk-primary-font);
}

.text-block-8 {
  font-family: var(--wpk-primary-font);
  text-align: center;
}

.formlabel {
  font-family: var(--wpk-primary-font);
}

.div-block-9 {
  background-color: var(--white);
}

.image-16 {
  display: block;
}

.divblock-boardtrain {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 20px 25px;
  box-shadow: 0 2px 15px 1px #0003;
}

.div-block-10 {
  margin-top: 10px;
}

.quick-stack {
  padding: 10px;
}

.footer-div {
  margin-top: 25px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-start;
}

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

.cell-2, .cell-4 {
  justify-content: flex-end;
  align-items: center;
}

.cell-5 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-17 {
  width: 300px;
}

.footer-logo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-12 {
  display: none;
}

.form-2 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.field-label-6 {
  text-align: center;
}

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

.text-block-9 {
  text-align: center;
}

.div-block-16 {
  margin-top: 4rem;
}

.textarea-3 {
  display: flex;
}

.div-block-17 {
  margin-top: .5rem;
}

.datepicker {
  background-color: var(--wpk-orange);
  padding-top: 90px;
  padding-bottom: 45px;
}

.time-picker {
  color: #949494;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.form-text-field {
  border: 1px solid #c7c7c7;
  width: 100%;
  padding: 10px;
}

.div-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.date-picker {
  color: #949494;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 991px) {
  .nav_block {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .nav_number {
    max-width: 80%;
    margin-top: 0;
  }

  .column {
    margin-top: 3px;
  }

  .column.padding_10 {
    padding-right: 10px;
  }

  .link_block.nav_link.margin_10_left-right {
    margin-left: 0;
    margin-right: 10px;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 30px;
  }

  .heading_1 {
    margin-top: 0;
  }

  .paragraph.justified {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 25px;
  }

  .icon {
    margin-right: 10px;
    padding-right: 0;
  }

  .icon-2 {
    margin-right: 15px;
  }

  .slider {
    min-height: 50vh;
  }

  .heading-3 {
    font-size: 25px;
  }

  .heading-3.spacing {
    margin-top: 48px;
  }

  .slider_quote {
    bottom: 2%;
  }

  .slider_info {
    top: 52%;
  }

  .slider_info.slider_quote {
    top: 3%;
  }

  .slider_info.slider_quote_img {
    top: 2%;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bg_white {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg_black, .flex_center, .veiw_width {
    width: 100vw;
  }

  .tabs-content {
    padding: 5px;
  }

  .tabs.sevices_tab {
    padding-right: 10px;
  }

  .tab-link-tab-2 {
    padding-right: 31px;
  }

  .tab-link-tab-2.w--current {
    padding-right: 26px;
  }

  .tab-link-tab-2.top_curve.w--current {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .tab-link-tab-3 {
    padding-right: 19px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1 {
    border-radius: 0;
  }

  .tab-link-tab-1.top_curve {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .tabs-menu {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .image-7 {
    margin-left: 0;
    left: 250px;
  }

  .image-8 {
    margin-left: 0;
  }

  .grid-3 {
    grid-template-columns: minmax(200px, 2fr);
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .image-12 {
    padding-right: 10px;
  }

  .columns-3 {
    flex-direction: row;
    display: flex;
  }

  .grid-5 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .image-14 {
    max-width: 80%;
    margin-top: 5px;
    display: block;
    position: static;
  }

  .link-block {
    justify-content: flex-end;
    display: flex;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-end;
    display: flex;
  }

  .heading_2 {
    font-size: 22px;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-2 {
    justify-content: flex-end;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .nav_block {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

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

  .nav_number {
    margin-top: 5px;
  }

  .column {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.white_text.padding_10_top_bottom {
    text-align: center;
  }

  .slider {
    min-height: 40vh;
  }

  .div_block.white_bg.padding_10 {
    min-width: 500px;
    padding: 10px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .slider_quote {
    max-width: 50%;
    bottom: 1%;
  }

  .slider_info {
    max-width: 55%;
    top: 55%;
  }

  .slider_info.slider_quote {
    max-width: 55%;
    top: 1%;
    bottom: 0%;
  }

  .slider_info.slider_quote_img {
    top: 2%;
  }

  .slide-7 {
    background-position: 100% 0;
  }

  .flex_center {
    width: 100vw;
  }

  .tab-link-tab-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-2.w--current {
    padding-right: 26px;
  }

  .paragraph-7 {
    padding-right: 5px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
  }

  .tabs-menu {
    flex-flow: column;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .image-7 {
    margin-left: 50px;
    left: 100px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-11 {
    padding-right: 20px;
  }

  .grid-5 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .image-14 {
    margin-top: 0;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    padding: 10px;
  }

  .columns-5 {
    margin: 0;
  }

  .footer-div {
    text-align: center;
  }

  .cell, .div-block-11, .cell-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav_block.flex_left {
    margin-right: 0;
    padding-right: 5px;
  }

  .nav_number {
    max-width: 50%;
    margin-top: 4px;
    margin-bottom: 0;
    display: block;
  }

  .column {
    padding-top: 0;
  }

  .container.flex_ver_center.padding_10 {
    padding-top: 10px;
  }

  .div-block.flex_center.margin_10_top {
    margin-top: 5px;
  }

  .link.footer_link {
    font-size: 11px;
  }

  .heading_1 {
    font-size: 22px;
  }

  .paragraph.justified, .paragraph.white_text, .paragraph.white_text.phone_tab, .paragraph.paddding-top-10 {
    font-size: 11px;
  }

  .list {
    font-size: 13px;
  }

  .heading_3 {
    font-size: 20px;
  }

  .slider {
    max-width: none;
    min-height: 40vh;
  }

  .div_block.white_bg {
    min-width: 300px;
  }

  .div_block.white_bg.padding_10 {
    padding: 10px;
  }

  .heading-3 {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-3.spacing {
    margin-top: 0;
  }

  .slider_quote {
    max-width: 60%;
    bottom: 1%;
  }

  .slider_info {
    max-width: 70%;
    margin-top: 0;
    top: 55%;
  }

  .slider_info.slider_quote {
    max-width: 60%;
    top: 1%;
  }

  .slider_info.slider_quote_img {
    max-width: 65%;
    top: 2%;
  }

  .slide-3 {
    min-height: 0;
  }

  .form-block {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    min-width: 300px;
  }

  .slide-5 {
    object-fit: fill;
  }

  .image-4 {
    object-fit: scale-down;
  }

  .slide-6 {
    background-image: url('../images/Artboard-1_1.jpg');
    background-position: 27%;
    background-size: cover;
  }

  .image-5 {
    max-height: 100%;
  }

  .slide-7 {
    background-position: 38% 0;
    background-size: cover;
  }

  .italic-text {
    font-size: 12px;
  }

  .bg_white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex_center {
    width: 100vw;
    padding-left: 0;
  }

  .paragraph-7.justified {
    padding-left: 5px;
    padding-right: 15px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-template-rows: minmax(.5px, 1fr) auto;
    grid-template-columns: 2fr;
    margin-right: 0;
    padding-right: 0;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 10px;
  }

  .image-7 {
    margin-left: 0;
    left: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .html-embed {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .image-11 {
    padding-right: 20px;
  }

  .image-12 {
    padding-right: 0;
  }

  .div-block-2 {
    padding-top: 0;
  }

  .image-14 {
    max-width: 65%;
    margin-top: 0;
  }

  .link-block {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .link-block-2 {
    align-self: center;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .heading-19, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 15px;
  }

  .list-item, .list-item-2, .list-item-3 {
    font-size: 11px;
  }

  .link-block-3 {
    justify-content: center;
    display: flex;
  }

  .heading_2 {
    font-size: 16px;
  }

  .paragraph-8 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

  .columns-5 {
    margin: 0;
  }

  .text-span-15 {
    font-size: 8px;
  }
}

#w-node-_60a89c19-024c-190f-af92-af3e608ef600-bdc2f39b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_76f5066e-0eb2-6253-0fb5-8919a69c9be7-c591d80d, #w-node-_0f17ddc5-7015-60f2-fe14-aa1299991b07-c591d80d, #w-node-_3731d3ed-d378-fe24-fcf1-489419bca860-c591d80d, #w-node-ebe41390-e547-70a9-aae7-08f3fe25ac26-c591d80d, #w-node-d4cd4cbd-db2b-8674-5555-9331c6ab19ee-c591d80d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c00c618b-4b70-096d-c43d-b1452b0bc5cf-c591d80d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_72ecfa79-c271-ea06-7c7a-33c5e839279c-c591d80e {
  align-self: center;
}

#w-node-_67e690d8-f2ba-027b-46ee-f4d396440fdf-c591d80e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a366f407-8bfe-9e47-6051-f0429d5354b5-c591d80f, #w-node-_640cc92a-9a43-6fd8-1c1f-a0b3a31b4db2-c591d80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1beaa248-2140-0a80-0085-b2b157e87d30-c591d80f {
  align-self: center;
}

#w-node-_11f4bfc6-23bb-909b-ba09-e24b5aefd129-c591d80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd4c97da-3854-27cc-64dd-b7dee2f3257d-c591d80f {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-cd4c97da-3854-27cc-64dd-b7dee2f3257f-c591d80f {
  grid-column: span 2 / span 2;
}

#w-node-d54f8a64-0d88-363c-da49-e3a1bad318ac-c591d80f, #w-node-d7c79a90-4db7-dcfe-1061-e97172bb1b22-c591d80f, #w-node-_3bc5a0dc-15b9-c894-5ec4-6dcf541f7ac0-c591d80f, #w-node-f0a95fc1-3e59-6620-4659-c2966188b63a-c591d80f, #w-node-_12b967a8-e416-bcd5-6ffd-41c6912484be-c591d812, #w-node-_00461931-319a-4727-df3c-67ab43a179f4-c591d812, #w-node-_68cd509f-a5cf-9771-bb3c-13e0e6e35900-c591d812, #w-node-c8b325fd-40d6-64af-962d-c5181efd0573-c591d812, #w-node-_2eee4d5c-5670-989f-5816-a4a0f0f1a280-c591d812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10bda67f-c6a5-9038-81de-5c1142ec4d9d-c591d812 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70c3886f-0316-8409-140d-c339c86c98ee-c591d812, #w-node-_081977b0-cb4c-b949-1c3c-5ae742e1ae47-c591d812, #w-node-faae5386-bb28-b94d-b5ff-722478d17622-c591d812, #w-node-_243ca461-e8d6-665c-8c9b-f6727804d23a-c591d812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_60a89c19-024c-190f-af92-af3e608ef600-bdc2f39b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60a89c19-024c-190f-af92-af3e608ef600-bdc2f39b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10bda67f-c6a5-9038-81de-5c1142ec4d9d-c591d812 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72ecfa79-c271-ea06-7c7a-33c5e839279c-c591d80e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11f4bfc6-23bb-909b-ba09-e24b5aefd129-c591d80f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-cd4c97da-3854-27cc-64dd-b7dee2f3257d-c591d80f {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }
}


