:root {
  --light-salmon: #ff9e70;
  --linen: #d8d5d0;
  --white: white;
  --tan: #d5c4b2;
  --salmon: #e8753e;
  --light-steel-blue: #94a3b8;
  --gainsboro: #d9d9d9;
  --grey: #707a78;
  --dark-slate-blue: #37566e;
  --gold: #2f7f8d;
  --navy-black: #15222c;
  --dark-grey: #38576e;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(132deg, #37566e, #94a3b8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  color: #767373;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
}

h4 {
  color: var(--light-salmon);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 35px;
}

p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

a {
  color: #949494;
  letter-spacing: 0;
  text-transform: none;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 1250px;
  display: flex;
}

.orange-gradient-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #ff9867 40%, #37566e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 120px;
}

.h1-grey {
  color: #757575;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.paragraph {
  color: #4f4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.hero-section {
  background-image: linear-gradient(145deg, var(--linen), transparent), linear-gradient(183deg, transparent, var(--white));
  flex-direction: row;
  height: auto;
  display: block;
}

.div-block {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: var(--light-salmon);
}

.div-block-2 {
  flex-direction: row;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.tan-line {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--tan);
  flex: 0 auto;
  align-self: stretch;
  margin-top: 87px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1750px;
  margin-top: 100px;
  margin-left: 140px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-5 {
  border: 1px solid #000;
}

.why-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.navy-button {
  color: #37566e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #37566e;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.navy-button:hover {
  color: var(--white);
  background-color: #37566e;
  border-style: solid;
}

.orange-button {
  color: #e8753e;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #e8753e;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.orange-button:hover {
  background-color: var(--salmon);
  color: var(--white);
  border-style: solid;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/tenassia-lines-multiply.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 75vh;
  display: flex;
}

.container-2 {
  background-image: linear-gradient(#0000, #fff 65%);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1700px;
  height: auto;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-7 {
  background-image: url('../images/hand-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video {
  flex-direction: row;
  justify-content: flex-start;
  height: 85vh;
  margin-top: -85px;
  display: flex;
}

.bold-text {
  line-height: 70px;
}

.heading {
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 55px;
}

.div-block-8 {
  border: 1px solid #767373;
  align-self: center;
  width: 6%;
  margin-right: 10px;
}

.div-block-9 {
  flex-direction: row;
  order: 3;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.heading-2 {
  margin-top: 10px;
}

.paragraph-left {
  float: left;
  color: #4f4b4b;
  text-align: left;
  flex: 0 auto;
  order: 3;
  align-self: center;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.white-smaller-line {
  border: 1px solid #94a3b8;
  align-self: center;
  width: 6%;
  margin-right: 10px;
}

.quote-h3 {
  color: var(--light-steel-blue);
}

.div-block-10 {
  outline-offset: 0px;
  border: 1px #f1e6dd;
  border-bottom-style: solid;
  outline: 3px #555;
  margin-top: 40px;
}

.top-navigation {
  z-index: 2;
  border-bottom: 1px solid var(--tan);
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.logo-div {
  border-right: 1px solid var(--tan);
  align-self: center;
  padding: 10px;
}

.logo-div.w--current {
  border-right-color: var(--tan);
  padding-left: 10px;
  padding-right: 10px;
}

.menu-div {
  grid-column-gap: 40px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  margin-right: 40px;
  display: flex;
}

.light-button {
  color: #d9d9d9;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #d9d9d9;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.light-button.w--current {
  border-color: var(--white);
  color: var(--white);
}

.container-3 {
  max-width: 1700px;
  height: auto;
  display: flex;
}

.div-block-13 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.div-block-14 {
  border-bottom: 1px #000;
  width: 50%;
  padding: 40px;
}

.service-h2 {
  color: var(--light-salmon);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  height: 75vh;
  margin-top: 140px;
  padding: 0;
  display: flex;
}

.icon-block {
  background-color: var(--linen);
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 10px;
  display: flex;
  position: relative;
}

.column-2 {
  flex: 0 auto;
}

.text-block-2 {
  outline-offset: 0px;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/water-text-background.jpg');
  background-position: 100% 0;
  background-size: contain;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #333;
  margin-left: -191px;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 80px;
  position: sticky;
  transform: rotate(90deg);
}

.container-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1700px;
  height: auto;
  display: flex;
}

.div-block-15 {
  border: 1px #d9d9d9;
  border-bottom-style: solid;
  width: 50%;
  margin-left: 0;
  margin-right: 20px;
}

.text-block-3 {
  color: var(--light-salmon);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

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

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

.section-5 {
  border-top: 1px solid var(--gainsboro);
  margin-top: 40px;
}

.why-grey {
  color: var(--grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.div-block-16 {
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.section-6 {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.section-7 {
  height: 100vh;
  display: flex;
}

.container-5 {
  border: 1px #000;
  align-items: center;
  max-width: 1700px;
  padding-bottom: 60px;
  display: flex;
}

.section-8 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.section-9 {
  outline-offset: 0px;
  border: 0 #000;
  outline: 3px #333;
  margin-top: 0;
}

.div-block-17 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.full-orange-button {
  border: 1px solid var(--light-salmon);
  background-color: var(--light-salmon);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: auto;
  background-image: url('../images/circle.png');
  background-position: 0 150%;
  background-repeat: no-repeat;
  background-size: 150% 350%;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  align-self: baseline;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: background-position .5s;
  display: flex;
  position: static;
}

.full-orange-button:hover {
  border-color: var(--salmon);
  background-color: var(--light-salmon);
  opacity: 1;
  background-image: url('../images/image-removebg-preview.png');
  background-position: 50%;
  background-size: 150% 350%;
  border-top-style: dotted;
  display: flex;
  position: relative;
  overflow: visible;
}

.full-orange-button.continuous-animation-button {
  aspect-ratio: auto;
  opacity: 1;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 13px;
}

.div-block-18 {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 10px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-19 {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.service-h2-blue {
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.columns-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  height: 70vh;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
}

.deep-blue-gradient {
  background-image: linear-gradient(#003e45, #37566e);
}

.contact-form {
  border: 1px solid var(--white);
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 40px;
  padding: 40px;
}

.container-6 {
  align-items: center;
  max-width: 1700px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-21 {
  flex: 0 auto;
  align-self: center;
  width: 50%;
  padding-left: 60px;
}

.white-lines {
  border: 1px solid #fff;
  align-self: center;
  width: 6%;
  margin-right: 10px;
}

._20px-space {
  padding-bottom: 20px;
}

.footer {
  mix-blend-mode: normal;
  background-color: #37566e;
  background-image: url('../images/tenassia-lines-multiply-blue.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  display: block;
}

.container-7 {
  max-width: 1700px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-8 {
  justify-content: space-between;
  max-width: 1700px;
  display: block;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
  margin-right: 10px;
}

.field-label {
  color: var(--white);
  align-self: center;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-22 {
  flex-direction: row;
  display: flex;
}

.div-block-23 {
  justify-content: space-between;
  display: flex;
}

.text-block-5 {
  color: #fff;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.white-h3 {
  color: #fff;
}

.plain-blue-h2 {
  color: var(--light-steel-blue);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.gold-h3 {
  color: var(--gold);
}

.paragraph-left-white {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.blue-line {
  border: 1px solid var(--light-steel-blue);
  align-self: center;
  width: 6%;
  margin-right: 10px;
}

.footer-column {
  margin-right: 40px;
}

.footer-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.footer-text:hover {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}

.footer-text.w--current {
  color: var(--light-steel-blue);
}

.div-block-24 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-links-div {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-9 {
  background-color: var(--navy-black);
  justify-content: space-between;
  max-width: 100%;
  margin-top: -20px;
  padding: 40px 40px 30px;
  display: block;
}

.tiny-footer-text {
  color: #a59f9f;
  font-size: 13px;
  font-weight: 400;
}

.link {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-2 {
  filter: invert();
  margin-left: 10px;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.image-3 {
  padding-top: 0;
}

.section-11 {
  background-image: linear-gradient(to bottom, var(--white), transparent), url('../images/paint-background.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.rotated-booking-button {
  background-color: #f9f3e6;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 10px 20px;
  display: flex;
  transform: rotate(-90deg);
}

.image-4 {
  margin-top: -150px;
  padding-bottom: 20px;
}

.text-block-6 {
  align-self: center;
}

.text-block-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  padding: 0 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.rotated-icon-image {
  transform: rotate(90deg);
}

.image-5 {
  margin-left: -294px;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.full-orange-button-stretch {
  background-color: var(--light-salmon);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.full-orange-button-stretch:hover {
  background-color: #e8753e;
}

.light-button-stretch {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.light-button-stretch:hover {
  background-color: var(--salmon);
  border-style: none;
}

.image-6 {
  filter: grayscale();
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
}

.jeni {
  position: static;
}

.section-12 {
  background-image: linear-gradient(#0000, #fff), url('../images/waves-background.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-27 {
  width: 50%;
  padding: 140px 40px 40px;
}

.image-7 {
  mix-blend-mode: multiply;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.toggle-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  grid-column-gap: 20px;
  color: #222;
  border: 1px #7d92ad;
  border-bottom: 1px solid #ecececb0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: flex;
  overflow: visible;
}

.qa-text-home {
  color: #fff;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.toggle-icon {
  background-color: #c3c3bf;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.toggle-icon.on-black {
  background-color: #0000;
}

.toogle-icon {
  width: 19px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.toggle-rich-text {
  color: var(--white);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.div-block-29 {
  padding-bottom: 220px;
}

.white-h2 {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 400;
}

.tri-girl-image {
  order: 0;
  margin-left: -185px;
  margin-right: 0;
  padding-right: 0;
}

.image-9 {
  order: 0;
  margin-left: 0;
  padding-left: 0;
  position: static;
}

.div-block-30 {
  flex-direction: column;
  flex: 1;
  display: block;
}

.div-block-31 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-10 {
  margin-left: -280px;
}

.top-banner {
  z-index: 1;
  background-color: #4d3429;
  position: relative;
}

.div-block-32 {
  justify-content: flex-end;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.banner-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.banner-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
}

.banner-link:hover {
  color: var(--gold);
  text-decoration: underline;
}

.div-block-33 {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-link {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.menu-link.w--current {
  text-decoration: none;
}

.gold-button {
  border: 1px solid var(--gold);
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.gold-button:hover {
  border-style: solid;
  border-color: var(--salmon);
  background-color: var(--salmon);
  color: var(--white);
}

.contact-page-orange-bkgrnd {
  background-color: var(--light-salmon);
}

.orange-footer {
  border-top: 1px solid var(--white);
  background-color: #0000;
  background-image: url('../images/pale-orange-waves-tenassia.svg'), linear-gradient(4deg, var(--white), #ff9e70 83%);
  mix-blend-mode: normal;
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  display: block;
}

.white-line-copy {
  border: .5px #fff;
  border-right: 1px solid #fff;
  margin-top: 0;
}

.html-embed {
  width: auto;
  margin-bottom: 10px;
}

.link-2 {
  color: var(--white);
  letter-spacing: 1px;
  font-weight: 500;
}

.container-10 {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #fff;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 1240px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container-10:hover {
  position: static;
}

.div-block-34 {
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.orange-gradient-h2-left {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #ff9867 40%, #37566e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 115px;
}

.div-block-35 {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-8 {
  color: #757575;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
}

.brown-line {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--tan);
  align-self: stretch;
  margin-top: 0;
}

.section-13 {
  background-image: linear-gradient(356deg, var(--linen), white);
}

.paragraph-center {
  color: #4f4b4b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.div-block-36 {
  width: 50%;
}

.section-14 {
  grid-column-gap: 40px;
  background-color: var(--linen);
  margin-top: 0;
  padding: 100px 40px;
  display: flex;
}

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

.cream-footer {
  background-image: url('../images/tenassia-lines-multiply.svg'), linear-gradient(to bottom, var(--linen), white);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section-15 {
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  display: flex;
}

.div-block-37 {
  border-bottom: 1px #d5c4b2;
  border-right: 1px solid #d5c4b2;
  align-self: center;
}

.menu-link-gold {
  color: #2f7f8d;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  margin-top: 10px;
  font-size: 12px;
}

.menu-link-gold:hover {
  color: var(--salmon);
  font-weight: 700;
}

.menu-link-gold.w--current {
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  margin-top: 10px;
}

.menu-link-gold.w--current:hover {
  color: var(--salmon);
  -webkit-text-stroke-color: var(--salmon);
}

.footer-text-grey {
  color: #4f4b4b;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-text-grey:hover {
  text-decoration: underline;
}

.footer-text-grey.w--current {
  color: var(--light-salmon);
}

._12px-space {
  padding-bottom: 12px;
}

.slide {
  background-image: url('../images/jeni-and-nick-old-team.jpg');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  height: auto;
}

.slider, .slider-square {
  width: 500px;
  height: 500px;
}

.slide-2 {
  border: 1px solid var(--tan);
  background-image: url('../images/jeni-and-nick-old-team.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/datto-partner-of-the-year-2018.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/nick-awards.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  color: var(--navy-black);
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.icon, .icon-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.contact-div-about-page {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.text-block-7-copy {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  padding: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.image-11 {
  border: 1px solid var(--tan);
}

.logo-div-copy {
  border-right: 1px solid var(--white);
  align-self: center;
  padding: 10px;
}

.footer-text-copy {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.footer-text-copy:hover {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.footer-text-copy.w--current {
  color: var(--light-steel-blue);
}

.div-block-38 {
  display: flex;
}

._60px {
  padding-bottom: 60px;
}

.menu-link-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
}

.menu-link-white:hover {
  color: var(--salmon);
  font-weight: 700;
}

.menu-link-white.w--current {
  color: var(--dark-grey);
}

.body {
  background-color: #0000;
  border: 1px solid #000;
}

.div-block-35-copy {
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-text-grey-copy {
  color: #4f4b4b;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-text-grey-copy:hover {
  text-decoration: none;
}

.footer-text-grey-copy.w--current {
  color: var(--light-salmon);
}

.blog-hero {
  background-image: linear-gradient(174deg, #fff, var(--linen) 18%, #f8efe4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -76px;
  padding-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-10-copy {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 1240px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blog-main-div {
  align-self: center;
  max-width: 750px;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.orange-blog-heading {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #ff9867 40%, #37566e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
}

.blog-rich-text.paragraph {
  text-align: left;
}

.breadcrumbs {
  z-index: 3;
  display: flex;
  position: relative;
}

.date {
  color: #949494;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.meta-data {
  justify-content: space-between;
  display: flex;
}

.div-block-9-copy {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-line-blog-left {
  border: 1px solid #767373;
  flex: 1;
  align-self: center;
  width: 22%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.centered {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-3 {
  width: auto;
  max-width: none;
  height: auto;
}

.collection-list {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.collection-item {
  margin-right: 10px;
}

.blog-link-block {
  filter: saturate(42%);
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  max-width: none;
  height: 300px;
  max-height: none;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.blog-link-block:hover {
  filter: saturate();
}

.blog-h3-heading {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
}

.blog-h3-heading:hover {
  text-decoration: underline;
}

.collection-list-wrapper {
  margin-bottom: 20px;
}

.grey-text {
  color: #757575;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.div-line-blog-right {
  border: 1px solid #767373;
  flex: 1;
  align-self: center;
  width: 22%;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tan-line-copy {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--tan);
  flex: 0 auto;
  align-self: stretch;
  margin-top: -60px;
}

.container-10-copy {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  max-width: 1240px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.blog-main-div-copy {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.section-13-copy {
  flex-direction: row;
  display: block;
}

.div-block-39 {
  width: 750px;
}

.section-16 {
  background-image: linear-gradient(to bottom, transparent, var(--gainsboro) 59%, #365e61);
  justify-content: center;
  display: flex;
}

.div-block-40 {
  width: 750px;
}

.container-11 {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.orange-gradient-h2-left-italic {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #ff9867 40%, #37566e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 115px;
}

.blog-main-div-copy-copy {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.section-17 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.tan-line-copy-copy {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--tan);
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  display: block;
}

.div-block-41 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  max-width: 1200px;
  padding-top: 60px;
  display: flex;
}

.green-footer {
  mix-blend-mode: normal;
  background-color: #365e61;
  background-image: url('../images/tenassia-lines-multiply-blue.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  display: block;
}

.section-18 {
  background-image: linear-gradient(to bottom, var(--white), #acacac);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  padding: 60px 40px;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.html-embed-2 {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
}

.grey-footer {
  mix-blend-mode: normal;
  background-color: #acacac;
  background-image: url('../images/pale-orange-waves-tenassia.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  display: block;
}

.div-block-42 {
  align-self: center;
  max-width: 50%;
}

.div-block-43 {
  align-self: stretch;
  width: 50%;
  margin-left: 60px;
  margin-right: 60px;
}

.orange-gradient-h2-left-copy {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #ff9867 40%, #37566e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 80px;
}

.container-13 {
  flex: 0 auto;
  max-width: 1250px;
  display: flex;
}

.light-grey-text {
  color: #f7eee2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

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

.navbar {
  align-self: center;
}

.navbar-2 {
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  background-color: #0000;
  border: 1px solid #fff7f7;
  border-top: 0 #0000;
  outline: 3px #333;
  justify-content: space-between;
  padding: 0 10px;
  display: flex;
}

.container-14 {
  color: var(--gold);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.brand {
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.brand.w--current {
  border-right-color: var(--tan);
}

.nav-menu {
  margin-top: 0;
}

.image-12 {
  outline-offset: 0px;
  outline: 0 #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.white-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
}

.gradient-text-code {
  display: none;
}

.text-style-gradient {
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 0;
  font-size: 100px;
  line-height: 120px;
  display: flex;
}

.btn-effect {
  overflow: hidden;
}

.div-block-44 {
  float: none;
  background-color: var(--light-salmon);
  width: 200px;
  height: 30px;
}

.text-block-9 {
  float: none;
}

.text-span-2 {
  font-family: "Fa Solid 900", sans-serif;
}

.screen-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 100vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: inline-flex;
}

.screen-btn.btn {
  display: inline-flex;
}

.div-block-45 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  display: inline-flex;
}

.btn {
  width: 200px;
  height: 50px;
}

.btn1 {
  width: 400px;
  height: 40px;
  position: relative;
}

.btn-g {
  background-color: #704a6f00;
  background-image: linear-gradient(180deg, #ff75705c, #ff9e9b8c 0%, #8a7bff 0%, var(--salmon));
  border: 1px solid #0000004a;
  width: 400px;
  height: 40px;
  position: relative;
}

.div-block-46 {
  object-fit: cover;
  position: relative;
}

.btn-m {
  background-color: #ff9e70;
  margin: 5px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0%;
}

.bold-text-2 {
  display: block;
}

.div-block-47 {
  background-color: #ff9e70;
  margin: 3px;
  position: absolute;
  inset: 0%;
}

.text-block-10 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.slide1 {
  background-image: url('../images/jeni-teaching-v2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0000;
}

.slider-2 {
  background-color: #ddd0;
  height: 100vh;
  position: relative;
}

.slide2 {
  background-image: url('../images/jeni-and-nick-old-team.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.slide4 {
  background-color: #0000;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-3 {
  font-family: "Fa Solid 900", sans-serif;
}

.bold-text-5 {
  border-bottom: 1px #ff9e70;
}

.italic-text-2 {
  border: 1px #000;
  font-size: 28px;
}

.div-block-48 {
  border-bottom: 3px dotted #0d00ff;
  width: 38%;
  height: 110px;
  margin-bottom: -6px;
  padding-bottom: 0;
  position: absolute;
}

.div-block-49 {
  border-bottom: 1px #000;
}

.div-block-50 {
  position: absolute;
}

.div-block-51 {
  background-image: linear-gradient(#000, #fff);
  border: 1px #000;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 40px;
  position: static;
}

.div-block-52 {
  width: 100px;
  height: 100px;
  position: relative;
}

.div-block-52:hover {
  border: .5px solid #0400ff;
}

.image-13 {
  clear: both;
  flex: 0 auto;
  margin-right: 50px;
}

.paragraph-2 {
  height: 200px;
}

.paragraph-3, .paragraph-4 {
  display: flex;
}

.paragraph-5 {
  align-self: stretch;
  width: 100px;
  height: 120%;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: auto;
  padding-left: 20px;
}

.text-block-11 {
  float: left;
  color: #4f4b4b;
  text-align: justify;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  aspect-ratio: auto;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-53 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-54 {
  order: 2;
  width: auto;
  min-width: 200px;
  display: block;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 20px;
  display: block;
}

.logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: justify;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: 365%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-56 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  align-self: baseline;
  margin-top: 85px;
  margin-left: 30px;
}

.div-block-57 {
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.full-orange-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff9e70;
  background-image: url('../images/circle.png');
  background-position: 0 140%;
  background-repeat: no-repeat;
  background-size: 100% 350%;
  border: 1px solid #ff9e70;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: background-position .35s;
}

.full-orange-button-2:hover {
  opacity: 1;
  background-color: #ff9e70;
  background-image: url('../images/image-removebg-preview.png');
  background-position: 50%;
  background-size: 150% 350%;
  border-color: #e8753e;
  border-top-style: dotted;
  display: block;
  overflow: visible;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding: 10px;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.text-span-4 {
  font-family: "Fa Solid 900", sans-serif;
}

.blog-hero-copy {
  background-image: linear-gradient(174deg, #fff, var(--linen) 18%, #f8efe4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -76px;
  padding-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

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

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.why-grey-2 {
  color: #707a78;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  line-height: 80px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/.');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

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

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  min-width: 85px;
  min-height: 80px;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.why-grey-3 {
  color: #707a78;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.div-block-59 {
  align-self: stretch;
  width: 50%;
  margin-left: 60px;
  margin-right: 60px;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
}

.div-block-60 {
  align-self: stretch;
  width: 50%;
  margin-left: 60px;
  margin-right: 60px;
}

.html-embed-4 {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.t4-group {
  aspect-ratio: 3 / 2;
  font-size: 21px;
  line-height: 40px;
}

.thumbnail {
  object-fit: cover;
  margin-top: 25px;
}

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: none;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-left: 25px;
  font-size: 15px;
  display: block;
}

.heading-6 {
  font-size: 16px;
  display: block;
}

.paragraph-6 {
  font-size: 0;
  display: inline-flex;
}

.paragraph-7 {
  display: block;
}

.paragraph-8 {
  position: relative;
}

.div-block-63 {
  text-align: left;
  margin-top: 40px;
  display: flex;
}

.heading-7 {
  color: #e8753e;
  margin-top: 10px;
  margin-left: 0;
  font-size: 20px;
  display: block;
}

.paragraph-9 {
  margin-top: 10px;
  display: block;
}

.text-block-13 {
  color: #888;
  margin-right: 0;
  display: inline-flex;
}

.text-block-14 {
  color: #888;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
}

.rich-text-block {
  text-align: justify;
  margin-top: 10px;
  display: inline-flex;
}

.link-3 {
  color: #333;
  font-size: 20px;
}

.link-3:hover {
  color: #e8753e;
}

.animatedbtn {
  box-sizing: content-box;
  float: none;
  clear: none;
  object-fit: fill;
  border-radius: 100vw;
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}

.btngradient {
  background-image: linear-gradient(67deg, #ffad87 16%, #283f3d);
  min-width: 120px;
  min-height: 120px;
  position: relative;
}

.btninner {
  background-color: #d8d5d0;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: inline-flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-15 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: inline-flex;
}

.image-16 {
  width: 80px;
  height: 80px;
  display: inline-flex;
}

.image-17 {
  width: 100px;
  height: 100px;
}

.image-18 {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }

  .div-block-4 {
    flex: 1;
  }

  .container-2 {
    max-width: none;
  }

  .background-video {
    height: 87vh;
  }

  .full-orange-button {
    margin-right: 48px;
  }

  .dropdown-toggle-2 {
    border-bottom-color: #ecececb0;
  }

  .qa-text-home {
    color: #fff;
  }

  .toggle-rich-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .white-h2 {
    font-size: 90px;
    line-height: 90px;
  }

  .blog-main-div {
    flex: 1;
  }

  .orange-blog-heading {
    font-size: 90px;
    line-height: 90px;
  }

  .blog-main-div-copy, .blog-main-div-copy-copy {
    flex: 1;
  }

  .text-style-gradient {
    font-size: 140px;
  }

  .paragraph-5 {
    margin-top: 100px;
  }

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

  .div-block-55 {
    padding-left: 20px;
    padding-right: 40px;
  }

  .thumbnail {
    margin-top: 23px;
  }

  .animatedbtn {
    border-radius: 100vw;
    width: 120px;
    height: 120px;
  }

  .btngradient {
    min-width: 120px;
    min-height: 120px;
  }

  .btninner {
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
  }

  .image-15 {
    vertical-align: middle;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80px;
    height: 80px;
    display: inline-flex;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1700px;
  }

  .hero-section {
    background-image: linear-gradient(137deg, var(--linen), transparent), linear-gradient(63deg, transparent, var(--white));
  }

  .div-block {
    width: 370vw;
  }

  .tan-line {
    flex: 0 auto;
    margin-top: 106px;
  }

  .div-block-4 {
    flex: 1;
    max-width: 2000px;
    margin-left: 145px;
  }

  .section-3 {
    background-image: linear-gradient(#0000, #fff 65%), url('../images/tenassia-lines-multiply.svg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
  }

  .container-2 {
    background-image: none;
    flex: 0 auto;
    max-width: 1700px;
  }

  .background-video {
    height: 89vh;
    margin-top: -105px;
  }

  .paragraph-left {
    align-self: center;
  }

  .top-navigation {
    z-index: 2;
  }

  .container-3 {
    max-width: 1700px;
  }

  .columns {
    max-width: 1700px;
    height: 70vh;
  }

  .full-orange-button, .full-orange-button:hover {
    margin-right: 140px;
  }

  .div-block-19 {
    align-self: stretch;
    width: auto;
    max-width: none;
  }

  .columns-copy {
    align-self: center;
    max-width: 1700px;
  }

  .footer-text.w--current {
    color: var(--light-steel-blue);
  }

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

  .rotated-booking-button {
    position: static;
  }

  .div-block-27 {
    width: 60%;
    padding-left: 60px;
  }

  .div-block-28 {
    width: 90%;
  }

  .toggle-main {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .dropdown-toggle-2 {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .qa-text-home {
    color: #fff;
    font-weight: 400;
  }

  .toggle-icon {
    background-color: #c3c3bf;
  }

  .toggle-content.w--open {
    padding: 60px 20px 60px 60px;
  }

  .white-h2 {
    font-size: 90px;
    line-height: 100px;
  }

  .top-banner {
    z-index: 1;
    position: relative;
    inset: 0% 0% auto;
  }

  .orange-footer {
    background-size: contain, auto;
  }

  .white-line-copy {
    border-style: none solid none none;
    border-right-width: 1px;
  }

  .container-10 {
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1820px;
    display: flex;
  }

  .div-block-35 {
    align-self: flex-start;
  }

  .text-block-8 {
    align-self: center;
  }

  .brown-line {
    margin-top: 0;
  }

  .section-13 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .slider-square {
    align-self: center;
  }

  .footer-text-copy.w--current {
    color: var(--light-steel-blue);
  }

  .div-block-35-copy {
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }

  .blog-hero {
    background-image: linear-gradient(to bottom, var(--linen), var(--linen));
  }

  .blog-main-div {
    flex: 1;
    max-width: 750px;
  }

  .orange-blog-heading {
    font-size: 90px;
    font-weight: 600;
    line-height: 110px;
  }

  .tan-line-copy {
    flex: 0 auto;
    margin-top: 106px;
  }

  .container-10-copy {
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1820px;
    display: flex;
  }

  .blog-main-div-copy {
    flex: 1;
    max-width: 2000px;
  }

  .section-13-copy {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .orange-gradient-h2-left-italic {
    font-weight: 400;
  }

  .blog-main-div-copy-copy {
    flex: 1;
    max-width: 750px;
  }

  .tan-line-copy-copy {
    flex: 0 auto;
    margin-top: 1px;
  }

  .div-block-41 {
    max-width: 1560px;
  }

  .orange-gradient-h2-left-copy {
    font-weight: 400;
  }

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

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

  .text-style-gradient {
    font-size: 125px;
    line-height: 150px;
  }

  .text-block-10 {
    margin-top: 9px;
  }

  .bold-text-3, .bold-text-4 {
    color: #fff;
  }

  .paragraph-5 {
    margin-top: auto;
    display: flex;
  }

  .blog-hero-copy {
    background-image: linear-gradient(to bottom, var(--linen), var(--linen));
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 11px;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .orange-gradient-heading {
    font-size: 85px;
    line-height: 85px;
  }

  .h1-grey {
    font-size: 11px;
  }

  .tan-line {
    margin-top: 88px;
  }

  .div-block-4 {
    margin-top: 0;
  }

  .why-white {
    font-size: 11px;
  }

  .orange-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .container-2 {
    justify-content: center;
  }

  .div-block-6 {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    justify-content: flex-end;
  }

  .background-video {
    height: 80vh;
  }

  .bold-text {
    line-height: 55px;
  }

  .heading {
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph-left {
    font-size: 15px;
    line-height: 1.6em;
  }

  .quote-h3 {
    font-size: 11px;
  }

  .menu-div {
    flex: 0 auto;
    margin-right: 10px;
    padding-left: 15px;
    display: none;
  }

  .div-block-13 {
    align-self: flex-start;
    padding-top: 60px;
    padding-left: 20px;
  }

  .div-block-14 {
    width: 60%;
    padding-right: 20px;
  }

  .columns {
    flex-wrap: wrap;
    align-content: flex-start;
    height: auto;
    margin-bottom: 100px;
  }

  .div-block-15 {
    width: 40%;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .why-grey {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    height: 60vh;
  }

  .full-orange-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .columns-copy {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 60px;
  }

  .contact-form {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 20px;
    padding: 20px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    width: 40%;
    padding-left: 20px;
  }

  .field-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
  }

  .plain-blue-h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-left-white {
    font-size: 15px;
    line-height: 1.6em;
  }

  .footer-text {
    align-self: flex-start;
    font-size: 11px;
    line-height: 1.6em;
  }

  .tiny-footer-text, .link, .text-block-7 {
    font-size: 11px;
  }

  .full-orange-button-stretch {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .light-button-stretch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-block-28 {
    width: 55%;
  }

  .qa-text-home {
    white-space: normal;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-31 {
    flex: 0 auto;
    width: 50%;
  }

  .div-block-32 {
    margin-right: 10px;
  }

  .div-block-33 {
    padding-left: 0;
    padding-right: 20px;
  }

  .gold-button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }

  .container-10 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 7px;
  }

  .div-block-34 {
    align-self: flex-start;
    margin-top: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 0;
  }

  .div-block-35 {
    width: 100%;
    margin-top: 40px;
  }

  .text-block-8 {
    padding-bottom: 10px;
  }

  .paragraph-center {
    font-size: 15px;
    line-height: 1.6em;
  }

  .div-block-36 {
    width: 100%;
  }

  .section-14 {
    flex-wrap: wrap;
  }

  .menu-link-gold {
    margin-top: 0;
    font-size: 12px;
  }

  .footer-text-grey {
    font-size: 11px;
    line-height: 1.6em;
  }

  .footer-text-copy {
    align-self: center;
    font-size: 11px;
    line-height: 1.6em;
  }

  .menu-link-white {
    margin-top: 0;
  }

  .div-block-35-copy {
    width: 100%;
    margin-top: 0;
  }

  .footer-text-grey-copy {
    font-size: 11px;
    line-height: 1.6em;
  }

  .section-18 {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-43 {
    flex: 1;
    width: 100%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .orange-gradient-h2-left-copy {
    font-size: 90px;
    line-height: 90px;
  }

  .container-13 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .heading-4 {
    font-size: 11px;
  }

  .heading-5 {
    font-size: 50px;
    line-height: 50px;
  }

  .container-14 {
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--dark-slate-blue);
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .white-button {
    flex: 0 auto;
  }

  .icon-3-copy {
    color: var(--gold);
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    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;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .full-orange-button-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .container-15 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-16 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .why-grey-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .container-17 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

  .container-18 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-19 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .why-grey-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-59, .div-block-60 {
    flex: 1;
    width: 100%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-20 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-21 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-22 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    flex-wrap: wrap;
    padding-top: 100px;
  }

  .div-block-6 {
    width: 80%;
  }

  .columns {
    align-content: stretch;
  }

  .div-block-15 {
    width: 20%;
  }

  .why-grey {
    font-size: 10px;
  }

  .section-7 {
    height: auto;
    padding-bottom: 100px;
  }

  .section-8 {
    flex-wrap: nowrap;
    display: block;
  }

  .contact-form {
    width: 90%;
    margin-right: 20px;
  }

  .container-6 {
    flex-wrap: wrap;
  }

  .div-block-21 {
    width: 100%;
  }

  .container-9 {
    margin-top: -8px;
  }

  .rotated-booking-button {
    flex-wrap: nowrap;
    width: 310px;
    transform: none;
  }

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

  .rotated-icon-image {
    transform: none;
  }

  .section-12 {
    flex-direction: row;
    justify-content: space-around;
    display: block;
  }

  .div-block-27 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-28 {
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .toggle-main {
    margin-bottom: 20px;
  }

  .dropdown-toggle-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .qa-text-home {
    font-size: 16px;
  }

  .toggle-icon {
    width: 40px;
    height: 40px;
  }

  .toggle-rich-text {
    padding-left: 10px;
    padding-right: 20px;
  }

  .div-block-29 {
    padding-bottom: 100px;
  }

  .div-block-31 {
    flex-wrap: nowrap;
    width: 30%;
    margin-top: 60px;
  }

  .gold-button {
    display: none;
  }

  .div-block-34 {
    padding-left: 25px;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cream-footer {
    background-size: auto, auto;
  }

  .menu-link-white {
    margin-top: 0;
  }

  .div-block-35-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-footer {
    background-position: 50% 100%;
    background-size: auto;
  }

  .orange-gradient-h2-left-copy {
    font-size: 80px;
    line-height: 80px;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    margin-right: 0;
  }

  .white-button {
    display: none;
  }

  .text-style-gradient {
    font-size: 100px;
    font-weight: 400;
    line-height: 90px;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .why-grey-2 {
    font-size: 10px;
  }

  .features-list, .team-slider, .gallery-overview, .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .why-grey-3 {
    font-size: 10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .features-list-2, .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .team-slider-2, .hero-heading-center-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .orange-gradient-heading {
    font-size: 65px;
    line-height: 65px;
  }

  .h1-grey {
    text-align: center;
  }

  .div-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tan-line {
    margin-top: 65px;
  }

  .div-block-4 {
    flex: 0 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .why-white {
    font-size: 10px;
  }

  .orange-button {
    align-self: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 {
    height: auto;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-7 {
    margin-top: 118px;
    margin-left: 41px;
  }

  .background-video {
    height: 80vh;
    margin-top: -74px;
  }

  .container-3 {
    flex-wrap: wrap;
  }

  .div-block-13 {
    width: 90%;
  }

  .div-block-14 {
    width: 100%;
  }

  .columns {
    flex-wrap: wrap;
    align-content: center;
    margin-top: 60px;
  }

  .text-block-2 {
    margin-top: 54px;
    margin-left: 32px;
  }

  .div-block-15 {
    width: 15%;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .why-grey {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-16 {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }

  .container-5 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .div-block-17 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .full-orange-button {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    order: -1;
    padding-top: 40px;
    padding-left: 0;
  }

  .container-7 {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .field-label {
    font-size: 12px;
  }

  .div-block-22 {
    flex-wrap: wrap;
  }

  .div-block-23 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-column {
    align-self: flex-start;
  }

  .div-block-24 {
    grid-row-gap: 20px;
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 20px;
  }

  .container-9 {
    justify-content: flex-start;
    margin-top: -6px;
    padding-left: 20px;
    display: flex;
  }

  .link {
    align-self: flex-start;
  }

  .div-block-26 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .link-block-2 {
    flex: 0 auto;
    order: 1;
    align-self: flex-start;
    display: none;
  }

  .rotated-booking-button {
    justify-content: space-between;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    padding-left: 0;
  }

  .image-5 {
    margin-left: 68px;
  }

  .div-block-28 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .dropdown-toggle-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .qa-text-home {
    white-space: break-spaces;
    font-size: 15px;
    line-height: 17px;
  }

  .white-h2 {
    font-size: 55px;
  }

  .tri-girl-image {
    margin-left: -73px;
  }

  .top-banner {
    padding: 10px 0 10px 10px;
    display: none;
  }

  .div-block-32 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-text {
    text-align: center;
    font-size: 9px;
    line-height: 15px;
  }

  .banner-link {
    padding-top: 10px;
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-33 {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    flex-flow: wrap;
    flex: 0 auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-gradient-h2-left {
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-35 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-14 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cream-footer {
    background-size: auto, auto;
  }

  .slider-square {
    width: 280px;
  }

  .contact-div-about-page {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .text-block-7-copy {
    text-align: center;
  }

  .menu-link-white {
    margin-top: 0;
  }

  .div-block-35-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-hero {
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-main-div {
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .orange-blog-heading {
    font-size: 55px;
    line-height: 55px;
  }

  .div-block-9-copy {
    justify-content: space-between;
  }

  .centered {
    font-size: 9px;
  }

  .blog-link-block {
    width: 280px;
  }

  .blog-link-block.w--current {
    width: 280px;
    margin-bottom: 20px;
  }

  .tan-line-copy {
    margin-top: -66px;
  }

  .green-footer {
    background-size: auto;
  }

  .grey-footer {
    background-position: 50% 100%;
    background-size: auto;
  }

  .orange-gradient-h2-left-copy {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
  }

  .italic-text {
    font-size: 70px;
    line-height: 70px;
  }

  .collection-item-2, .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .text-style-gradient {
    font-size: 65px;
    font-weight: 400;
    line-height: 60px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .full-orange-button-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-15 {
    max-width: none;
  }

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

  .blog-hero-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-16 {
    max-width: none;
  }

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

  .collection-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .why-grey-2 {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .container-17 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .container-18 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .container-19 {
    max-width: none;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .why-grey-3 {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .container-20 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-21 {
    max-width: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-22 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }
}

#w-node-_90b775c7-7383-ff68-2a31-ade306d33f89-40850cd0, #w-node-_8ed2eeb0-e4f0-ec6f-6d93-14809166128d-40850cd0 {
  place-self: center start;
}

#w-node-d98fc8b9-0596-c588-a507-f2c03387deda-40850cd0, #w-node-dff8f38a-ac9d-0e4b-acd4-3423ff654141-40850cd0, #w-node-ef0ed12e-4fa7-78c5-a8e2-60dc9bd2fa68-40850cd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

@media screen and (min-width: 1280px) {
  #w-node-_90b775c7-7383-ff68-2a31-ade306d33f89-40850cd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}