.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

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

body {
  background-color: #151515;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
  -webkit-column-span: none;
  column-span: none;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

label {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  border-left: 3px solid #f24137;
  font-size: 24px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 16px;
  margin-bottom: -4px;
  background-color: #fff;
  color: #151515;
  font-size: 12px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 6;
  padding: 20px 32px;
  background-color: #151515;
  color: #fff;
}

.section.hero-section {
  position: relative;
  display: block;
  height: 100vh;
  min-height: 520px;
  padding-top: 200px;
  padding-bottom: 160px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.no-padding-vertical {
  display: block;
  background-color: #000;
  box-shadow: 0 4px 9px 3px #000;
}

.section.no-padding-top {
  padding-top: 0px;
}

.section.padding-small {
  padding: 0px 12px;
}

.section.place-top {
  position: relative;
  z-index: 3;
}

.section.calendar-page {
  display: block;
  padding-top: 76px;
  background-color: #242424;
  box-shadow: 0 4px 9px 3px #000;
}

.section.contact-page {
  display: block;
  background-color: #000;
  box-shadow: 0 4px 9px 3px #000;
}

.section.contact-section {
  position: relative;
  display: block;
  height: 50vh;
  min-height: 520px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button {
  display: none;
  height: 48px;
  padding: 15px 24px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 3px;
  background-color: #f24137;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #d62e25;
}

.button.small {
  height: 40px;
  padding: 8px 16px 6px 17px;
  font-size: 12px;
  line-height: 16px;
}

.button.white {
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
}

.button.white:hover {
  background-color: #f24137;
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  color: #151515;
}

.button.ghost:hover {
  background-color: #151515;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.big {
  height: 56px;
  padding: 17px 28px 15px 24px;
  font-size: 16px;
  line-height: 20px;
}

.button.form-full-button {
  width: 100%;
  padding-top: 14px;
}

.button.subscribe-v1-button {
  margin-top: 20px;
  margin-left: 16px;
  padding-top: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.form-button {
  padding-top: 14px;
}

.button.subscribe-v4-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
}

.button.contact-button {
  margin-top: 12px;
  padding-top: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button.home-school {
  display: block;
  margin-bottom: 19px;
}

.button.bd-party-button {
  display: block;
  margin: 26px 59px 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.button.tours-funnel-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.button.gift-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #86ce2b;
  font-family: Hind, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button.book-your-adventure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #86ce2b;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.button.book-your-adventure:hover {
  background-color: #669e1e;
}

.button.covid-fb-button {
  display: block;
  margin: 26px 59px 47px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #1b88ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.button.covid-gofundme {
  display: block;
  margin: 10px 59px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #12aa0d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.button.covid-venmo {
  display: block;
  margin: 10px 59px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #175ca8;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.button.covid-paypal {
  display: block;
  margin: 10px 59px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #1b88ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.button.covid-donate {
  display: block;
  margin: 10px 59px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #86ce2b;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.button.hp-fb-live {
  display: block;
  margin: 1px auto 2px;
  padding: 13px 36px 5px;
  border-radius: 8px;
  background-color: #f2e237;
  color: #050505;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #ffae00;
  background-color: #070707;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.6)), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.6), rgba(21, 21, 21, 0));
  box-shadow: 0 4px 9px 1px #000;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mike-yukhtenko-111373-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d4d4d4;
  background-color: rgba(0, 0, 0, 0.71);
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-margin {
  margin: 0px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro.no-margin-bottom {
  margin-bottom: 0px;
}

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

.title {
  display: none;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-v1 {
  display: none;
  width: 100%;
  margin-top: -120px;
  padding: 140px 24px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(rgba(21, 21, 21, 0.55)));
  background-image: linear-gradient(180deg, #151515, rgba(21, 21, 21, 0.55));
  color: #fff;
}

.footer-v1-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  padding: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
}

.footer-v1-column.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-column.right {
  padding-bottom: 13vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 104px 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-top: 90px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  margin-top: -3px;
  margin-right: 8px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon.big {
  width: 20px;
  margin-right: 12px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.button-icon.right {
  margin-right: -1px;
  margin-left: 7px;
}

.sg-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e4e4e4;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #151515;
  box-shadow: none;
  color: #e1e6ee;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e4e4e4;
}

.sg-title {
  margin-right: 1.5%;
  margin-bottom: -3px;
  margin-left: 1.5%;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.sg-block {
  width: 100%;
  padding-right: 16%;
  padding-bottom: 120px;
  padding-left: 16%;
  text-align: left;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.search-form-input {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 48px 0px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #444;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 800ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.search-form-input:hover {
  box-shadow: inset 0 -3px 0 0 #444;
}

.search-form-input:focus {
  box-shadow: inset 0 -3px 0 0 #f24137;
}

.search-form-input::-webkit-input-placeholder {
  color: #fff;
}

.search-form-input:-ms-input-placeholder {
  color: #fff;
}

.search-form-input::-ms-input-placeholder {
  color: #fff;
}

.search-form-input::placeholder {
  color: #fff;
}

.nav-search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  height: 88px;
  padding: 36px 66px 36px 32px;
  background-color: transparent;
  background-image: url('../images/search-white.svg');
  background-position: 78% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.search-button {
  display: none;
}

.search-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-button {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
  padding: 13px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

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

.search-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  padding-right: 120px;
  padding-bottom: 8px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.nav-bar-logo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.nav-bar-logo-link.w--current {
  height: 50px;
}

.nav-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-right: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-icon {
  width: 36px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #e40000;
  font-size: 22px;
}

.menu-line-middle {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px auto;
  border-radius: 1px;
  background-color: #fff;
  color: #d1e400;
}

.menu-line-top {
  display: block;
  width: 50%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1px;
  background-color: #fff;
}

.menu-line-bottom {
  display: block;
  width: 50%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1px;
  background-color: #fff;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.home-tech {
  height: 100vh;
  background-image: url('../images/oliur-743694-unsplash.jpg');
  background-position: 50% 50%;
}

.hero-image.image-2 {
  opacity: 0.7;
}

.hero-image.image-3 {
  background-image: url('../images/tomasz-zagorski-1396867-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-2 {
  height: 100vh;
  background-image: url('../images/daniel-korpai-1236912-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.7;
}

.hero-image.image-4 {
  background-image: url('../images/tomasz-zagorski-1130739-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-5 {
  display: block;
  margin-top: 0px;
  background-image: url('../images/smores-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-6 {
  display: block;
  background-image: url('../images/daniel-korpai-1362102-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-7 {
  background-image: url('../images/nikolay-tarashchenko-1327037-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-8 {
  background-image: url('../images/oliur-743685-unsplash.jpg');
  background-size: cover;
}

.hero-image.licensing {
  height: 100vh;
  background-image: url('../images/rawpixel-592442-unsplash.jpg');
  background-position: 50% 50%;
}

.hero-image.image-1 {
  background-image: url('../images/oliur-743694-unsplash.jpg');
  background-size: cover;
}

.hero-image.image-5-copy {
  background-image: url('../images/kangaroo-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-6 {
  background-image: url('../images/gwen-teaching.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-image.image-7 {
  padding-top: 0px;
  background-image: url('../images/littler-girl-learning-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-image.sloth {
  display: none;
  margin-top: 0px;
  background-image: url('../images/smores-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.tours-page {
  display: block;
  margin-top: 0px;
  background-image: url('../images/serval-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.look-inside-image {
  display: block;
  margin-top: 0px;
  background-image: url('../images/gwen-teaching-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.toddler-image {
  display: block;
  margin-top: 0px;
  background-image: url('../images/TODDLER-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.junior-keeper {
  display: block;
  margin-top: 0px;
  background-image: url('../images/kangaroo-encounter-medium.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.cerval-page {
  display: block;
  margin-top: 0px;
  background-image: url('../images/serval-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.spider-monkey-page {
  display: block;
  margin-top: 0px;
  background-image: url('../images/spider-monkey-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.emu {
  display: block;
  margin-top: 0px;
  background-image: url('../images/emu-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.zoo-on-the-go {
  display: block;
  margin-top: 0px;
  background-image: url('../images/zoo-on-the-go-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.kangaroo {
  display: block;
  margin-top: 0px;
  background-image: url('../images/kangaroo-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.school-group-image {
  padding-top: 0px;
  background-image: url('../images/funnel-home-school.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-image.sloth-2 {
  display: none;
  margin-top: 0px;
  background-image: url('../images/smores-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.reptile {
  display: none;
  margin-top: 0px;
  background-image: url('../images/smores-large.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.limur {
  display: block;
  margin-top: 0px;
  background-image: url('../images/limur-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, rgba(21, 21, 21, 0)), color-stop(78%, rgba(6, 6, 6, 0.7)), color-stop(80%, #000));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 74%, rgba(6, 6, 6, 0.7) 78%, #000 80%);
}

.hero-gradient.about-page {
  display: block;
}

.hero-gradient.sloth-page {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(21, 21, 21, 0)), color-stop(93%, rgba(6, 6, 6, 0.7)), to(#000));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 56%, rgba(6, 6, 6, 0.7) 93%, #000);
}

.hero-gradient.our-animals-page {
  display: block;
}

.nav-link {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 0px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current {
  font-size: 30px;
  line-height: 30px;
}

.nav-link.subhead {
  margin-bottom: 12px;
  margin-left: 27px;
  font-size: 22px;
  line-height: 22px;
}

.menu-text {
  display: inline-block;
  margin-top: 3px;
  margin-left: 16px;
  float: left;
  color: #ffae00;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.divider {
  display: block;
  width: 120px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  background-color: #fff;
}

.divider.color {
  background-color: #f24137;
}

.divider.left {
  margin-left: 0px;
}

.text-transparent {
  color: hsla(0, 0%, 100%, 0.6);
}

.input {
  height: 48px;
  margin-bottom: 20px;
  padding: 17px 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 20px;
}

.input:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.input:focus {
  border-color: #fff;
  background-color: #fff;
}

.input.light {
  border-color: #d4d4d4;
}

.input.light:hover {
  border-color: #777;
}

.input.light:focus {
  border-color: #f24137;
}

.input.search-resuls-input {
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #d4d4d4;
  background-image: url('../images/search-icon.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.input.search-resuls-input:hover {
  border-color: #777;
}

.input.search-resuls-input:focus {
  border-color: #f24137;
}

.input.text-area {
  height: auto;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer-subscribe {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 24px;
}

.footer-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-v1-heading {
  margin-bottom: 28px;
}

.footer-category {
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-category:hover {
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #444;
  text-align: right;
}

.footer-copyright-text {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 16px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 16px;
}

.text-heart-icon {
  display: inline-block;
  width: 12px;
  background-image: url('../images/heart-color.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: transparent;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 3px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.08);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon.twitter:hover {
  background-color: #2aa3f0;
}

.social-icon.facebook:hover {
  background-color: #3b5998;
}

.social-icon.instagram:hover {
  background-color: #f24137;
}

.social-icon.pinterest:hover {
  background-color: #f83f5a;
}

.footer-link {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.instagram-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.instagram-photos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1200px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.instagram-photo-wrapper {
  position: relative;
  overflow: hidden;
  padding: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-width {
  width: 100%;
}

.post-grid-v1 {
  padding: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . ."
    ". . . . . ."
    ". . . . . ."
    ". . . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.post-v1 {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #151515;
  text-decoration: none;
}

.post-v1-thumb {
  position: relative;
  height: 256px;
}

.post-v1-info {
  position: relative;
  height: 240px;
  padding: 32px 32px 88px;
  background-color: #fff;
}

.capitalize {
  text-transform: capitalize;
}

.post-category {
  display: inline-block;
  height: 20px;
  margin-bottom: 16px;
  padding: 2px 6px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-bottom {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 32px;
  padding-bottom: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.post-date.dark-bg {
  color: #fff;
}

.post-date-icon {
  width: 20px;
  margin-top: -2px;
  margin-left: 8px;
  opacity: 0.3;
}

.post-date-icon.dark-bg {
  opacity: 1;
}

.post-read {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 24px;
  padding-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-v2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-v2-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 240px;
  padding: 32px 32px 88px;
}

.full-height {
  height: 100%;
}

.post-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.8)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 30%, rgba(21, 21, 21, 0.8));
}

.featured {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f24137;
  color: #fff;
}

.instagram-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 33.33%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(93%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 93%);
}

.underline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 12px;
  height: 2px;
  background-color: #f24137;
  opacity: 1;
}

.underline.big {
  height: 4px;
}

.featured-icon {
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
}

.featured-text {
  margin-top: 1px;
  margin-right: 8px;
  margin-left: -2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-medium {
  width: 33.33%;
  padding: 8px;
}

.post-big {
  width: 50%;
  padding: 8px;
}

.post-v3 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v3-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  min-height: 224px;
  padding: 32px 32px 76px;
}

.side-social {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1), width 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1), width 200ms cubic-bezier(.215, .61, .355, 1);
}

.side-social-button:hover {
  width: 48px;
}

.side-social-button.twitter:hover {
  background-color: #2aa3f0;
}

.side-social-button.facebook:hover {
  background-color: #3b5998;
}

.side-social-button.mail {
  background-color: #242424;
}

.side-social-button.mail:hover {
  background-color: #f24137;
}

.side-social-button.pinterest:hover {
  background-color: #f83f5a;
}

.side-social-icon {
  width: 18px;
}

.social-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #242424;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.social-card-v1.twitter {
  background-color: #2aa3f0;
}

.social-card-v1.facebook {
  background-color: #3b5998;
}

.subscribe-v3-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  color: #151515;
}

.social-card-icon {
  width: 40px;
  margin-bottom: 16px;
}

.social-card-name {
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.form-column {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.post-first-letter {
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 16%;
  float: left;
  font-size: 64px;
  line-height: 40px;
}

.post-text p {
  margin-right: 16%;
  margin-left: 16%;
  font-size: 16px;
  line-height: 28px;
}

.post-text h2 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h3 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text blockquote {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h4 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text ul {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h5 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h6 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text ol {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h1 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text a {
  color: #f24137;
  text-decoration: none;
}

.post-text a:hover {
  text-decoration: underline;
}

.post-text figcaption {
  margin-top: 20px;
  font-size: 13px;
}

.hero-intro {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 800px;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.53);
  background-color: rgba(0, 0, 0, 0.52);
  text-align: center;
}

.post-hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.up-button {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #242424;
  background-image: url('../images/chevrons-up-white.svg');
  background-position: 50% 46%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
}

.up-button:hover {
  background-color: #f24137;
}

.social-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-card-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 216px;
  margin: 12px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #242424;
  -webkit-transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.social-card-v2.twitter:hover {
  background-color: #2aa3f0;
}

.social-card-v2.facebook:hover {
  background-color: #3b5998;
}

.social-card-v2.pinterest:hover {
  background-color: #e60023;
}

.social-card-v2.mail:hover {
  background-color: #f24137;
}

.pagination {
  position: relative;
  margin-top: 16px;
  margin-right: -2px;
  margin-left: -2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-count {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 120px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.pagination-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sides {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-side-posts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-sidebar {
  width: 312px;
  margin-left: 5%;
}

.post-huge {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
}

.sidebar-block {
  margin-bottom: 48px;
}

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 17px 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  -webkit-transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.sidebar-category:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

.sidebar-category-item {
  width: 50%;
  padding: 6px;
}

.category-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.sidebar-category-name {
  position: relative;
  z-index: 1;
}

.sidebar-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sidebar-header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  opacity: 0.3;
}

.sidebar-heading {
  margin: 3px 12px 0px;
}

.post-v4 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 496px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v4-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.post-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-featured-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.sidebar-featured-thumb {
  position: relative;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
}

.sidebar-featured-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.sidebar-featured-link {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.sidebar-featured-link:hover {
  text-decoration: underline;
}

.sidebar-featured-info-link {
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.sidebar-featured-info-link:hover {
  text-decoration: underline;
}

.sidebar-featured-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 3px;
  background-color: #f24137;
  background-image: url('../images/zap-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.sidebar-instagram-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon-2 {
  position: absolute;
  z-index: 1;
  display: none;
}

.page-content {
  margin: 12px;
  padding: 104px 16%;
  background-color: #fff;
  color: #151515;
}

.page-content.no-padding-side {
  position: relative;
  margin-top: -259px;
  margin-bottom: 65px;
  padding: 49px 6% 44px;
  border-style: solid;
  border-width: 4px;
  border-color: #865d04;
  background-color: #f7f3dc;
  box-shadow: -5px -6px 9px 0 #000;
}

.page-content.no-padding-side.sloth-encounter-page {
  margin-top: -157px;
}

.page-content.no-margin-2 {
  background-color: #f7f3dc;
}

.page-content.caldnear-page-content {
  position: relative;
  margin-top: 0px;
  margin-bottom: 65px;
  padding: 49px 10% 44px;
  border-style: solid;
  border-width: 4px;
  border-color: #865d04;
  background-color: #f7f3dc;
  box-shadow: -5px -6px 9px 0 #000;
}

.page-content.caldnear-page-content.sloth-encounter-page {
  margin-top: -157px;
}

.page-content.contact-page {
  position: relative;
  margin-top: 0px;
  margin-bottom: 65px;
  padding: 49px 6% 44px;
  border-style: solid;
  border-width: 4px;
  border-color: #865d04;
  background-color: #f7f3dc;
  box-shadow: -5px -6px 9px 0 #000;
}

.page-content.contact-page.sloth-encounter-page {
  margin-top: -157px;
}

.page-content.thank-you-page-content {
  position: relative;
  margin-top: 0px;
  margin-bottom: 65px;
  padding: 49px 10% 44px;
  border-style: solid;
  border-width: 4px;
  border-color: #865d04;
  background-color: #f7f3dc;
  box-shadow: -5px -6px 9px 0 #000;
}

.page-content.thank-you-page-content.sloth-encounter-page {
  margin-top: -157px;
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
}

.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 20px 8px 12px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-button:hover {
  background-color: #f24137;
  box-shadow: inset 0 0 0 1px transparent;
}

.search-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-grid-v3 {
  padding: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 160px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(21, 21, 21, 0.5);
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
}

.slider-arrow-button:hover {
  background-color: #fb412f;
}

.hero-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 8px;
}

.hero-slider {
  height: 84vh;
  min-height: 720px;
  margin: 88px 8px 18px;
  color: #fff;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  text-align: center;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-v5-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-bottom: 10%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.post-v5-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 31vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-info-hover {
  position: relative;
  margin-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-v5-heading {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.post-v5-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 43vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.slider-arrow-icon {
  width: 20px;
}

.subscribe-v2-form {
  height: 100%;
}

.hero-slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.hero-slide-heading {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 64px;
  text-transform: capitalize;
}

.categories-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-v1-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 72px;
  margin: 6px;
  padding: 17px 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  -webkit-transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.category-v1:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

.hero-slide-summary {
  font-size: 16px;
  line-height: 28px;
}

.sg-categories {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 388px;
  height: 40px;
  margin: -104px auto 128px;
  padding-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(21, 21, 21, 0.16);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sg-category-link {
  margin-top: 5px;
  margin-right: -1px;
  margin-bottom: 5px;
  padding: 2px 12px;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
  text-decoration: none;
}

.sg-category-link:hover {
  color: #f24137;
}

.sg-category-link.first {
  border-left-style: none;
}

.sg-category-link.last {
  border-right-style: none;
}

.search-result-image {
  width: 160px;
  height: 120px;
  background-color: #e4e4e4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-results-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.search-result-info {
  padding-top: 4px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-name {
  display: inline-block;
  margin-bottom: 8px;
  color: #151515;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.search-result-name:hover {
  text-decoration: underline;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.search-result-summary {
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}

.search-result-link {
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

.search-result-link:hover {
  color: #f24137;
}

.search-result-list {
  margin-bottom: 16px;
}

.contact-form-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-heading {
  margin-bottom: 32px;
}

.form-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-columns {
  color: #35281b;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-span: none;
  column-span: none;
}

.text-link {
  color: #f24137;
}

.content-big-photo {
  display: block;
  width: 100%;
  margin-top: 33px;
  margin-bottom: 4px;
  background-image: url('../images/trent-szmolnik-1271248-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-content-block {
  width: 100%;
  margin-bottom: 41px;
  padding-right: 0%;
  padding-left: 0%;
  text-align: left;
}

.highlighted-text {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #ffedc6;
  font-weight: 500;
}

.about-photo-columns {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.signature {
  height: 58px;
  margin-top: 4px;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-hover {
  position: absolute;
  z-index: 1;
  width: 25%;
  height: 25%;
  min-height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #f24137;
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 44%;
  background-repeat: no-repeat;
}

.instagram-logo {
  position: absolute;
  left: -40%;
  z-index: 0;
  height: 111%;
  opacity: 0.05;
}

.instagram-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.subscribe-v3-columns {
  margin-bottom: -24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-v3-heading {
  width: 100%;
  margin-top: -6px;
  margin-bottom: 20px;
}

.category-v1-name {
  position: relative;
  z-index: 1;
}

.categories-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: 64px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-v2-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5 {
  position: relative;
  margin-right: 16px;
  margin-left: 16px;
  padding: 4px 0px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #20242e;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link-5.w--current {
  box-shadow: none;
  color: #20242e;
}

.nav-link-5.w--current:hover {
  color: #20242e;
}

.nav-links {
  padding-right: 16px;
  padding-left: 16px;
}

.nav-category-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-categories {
  padding-top: 20px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: left;
}

.nav-columns {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
}

.nav-categories-heading {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.nav-categories-heading.subheading {
  border-bottom: 4px solid #f24137;
  line-height: 32px;
}

.nav-bg-text {
  position: absolute;
  margin-bottom: auto;
  margin-left: -18vw;
  padding-top: 48px;
  color: hsla(0, 0%, 100%, 0.03);
  font-size: 25vw;
  line-height: 23vw;
  font-weight: 600;
  letter-spacing: 5vw;
  text-transform: uppercase;
}

.nav-copyright {
  position: absolute;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 16px;
  display: none;
  padding: 16px 0px 16px 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

.nav-social {
  position: absolute;
  left: auto;
  top: 0%;
  right: 32px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  margin-right: -4px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-social-line {
  width: 56px;
  height: 2px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #fff;
  opacity: 0.5;
}

.nav-social-heading {
  margin-top: 4px;
  margin-right: -1px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-icon-wrapper {
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-close-icon {
  position: absolute;
  opacity: 0;
}

._404-heading {
  margin-bottom: 0px;
}

.protected-card {
  width: 400px;
  padding: 64px;
  background-color: #242424;
  text-align: center;
}

.post-v1-big-info {
  position: relative;
  height: 216px;
  padding: 32px 32px 88px;
  background-color: #fff;
}

.post-v1-big-thumb {
  position: relative;
  height: 336px;
}

.categories-v1-wrapper {
  position: relative;
}

.categories-v1-grade-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -4px;
  bottom: 0%;
  z-index: 1;
  width: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), to(#151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
}

.hero-avatar {
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #242424;
  background-image: url('../images/avatar-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.changelog {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #151515;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f24137;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 200px;
  margin-bottom: 30px;
  padding: 6px 12px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(21, 21, 21, 0.2);
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -4px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #444;
  background-color: #151515;
}

.footer-v2-link {
  position: relative;
  margin-top: 1px;
  margin-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v2-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-social {
  left: auto;
  top: 0%;
  right: 32px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-social-line {
  width: 56px;
  height: 2px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #fff;
  opacity: 0.5;
}

.footer-v2-social-heading {
  margin-top: 4px;
  margin-right: -1px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subscribe-v4 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.subscribe-v4-form {
  padding-top: 20px;
  text-align: left;
}

.form-info {
  margin-top: 8px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 12px;
  border-radius: 3px;
  background-color: #242424;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.banner:hover {
  -webkit-filter: brightness(86%);
  filter: brightness(86%);
}

.banner.no-margin {
  margin: 0px;
}

.banner-info {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 4px 4px 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(21, 21, 21, 0.8);
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner-info-text {
  margin-top: 1px;
  margin-right: 4px;
}

.banner-info-icon {
  width: 16px;
}

.post-grid-v2 {
  margin: 8px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . ."
    ". . . . . ."
    ". . . . . ."
    ". . . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.form-success {
  background-color: transparent;
}

.form-error {
  padding: 16px;
  background-color: transparent;
  color: #f24137;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.form-error.text-left {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  text-align: left;
}

.subscribe-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 23vw;
  padding: 44px 12% 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #242424;
  color: #fff;
  text-align: center;
}

.subscribe-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin: 0px;
  padding: 56px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #151515;
}

.search-bg-text {
  position: absolute;
  right: -8.6vw;
  margin-bottom: auto;
  padding-top: 48px;
  color: hsla(0, 0%, 100%, 0.03);
  font-size: 23vw;
  line-height: 23vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5vw;
  text-transform: uppercase;
}

.post-hero-category {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  text-decoration: none;
}

.instagram-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-v2-photo-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-items {
  padding: 32px;
  background-color: transparent;
  text-align: center;
}

.sidebar-tag {
  position: relative;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-tag-text {
  float: left;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
  -webkit-transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.layout:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.layout.category-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout.category-card:hover {
  background-color: #151515;
}

.layout-category {
  margin-top: -4px;
  margin-bottom: 4px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.layout-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: auto;
  max-height: 26vw;
  margin-top: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #444;
  border-radius: 3px;
  background-color: #242424;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.layout-preview:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.layout-category-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.layout-category-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 120px;
  margin-top: auto;
  margin-right: -1px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
}

.layout-arrow-icon {
  width: 24px;
}

.back-link {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.back-link:hover {
  color: #fff;
}

._404-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.4)), to(rgba(21, 21, 21, 0.4))), url('../images/kangaroo-large.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4), rgba(21, 21, 21, 0.4)), url('../images/kangaroo-large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
}

.licence-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dot-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #d4d4d4;
}

.categories-v1-grade-left {
  position: absolute;
  left: -8px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 16px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(21, 21, 21, 0)), to(#151515));
  background-image: linear-gradient(270deg, rgba(21, 21, 21, 0), #151515);
}

.loading-content {
  position: relative;
  opacity: 1;
}

.loading-icon {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: none;
  width: 32px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.post-v1-info-auto {
  position: relative;
  height: auto;
  padding: 32px 32px 72px;
  background-color: #fff;
}

.post-v1-huge-thumb {
  position: relative;
  height: 400px;
}

.footer-v2-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-bottom-text {
  margin-right: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.background-video {
  z-index: 100;
  display: block;
  width: 100%;
  height: 100vh;
}

.image-9 {
  max-width: 100%;
  margin-top: 57px;
}

.heading {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 60px;
}

.slider {
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider-2 {
  display: block;
  height: 100vh;
  margin-top: 0px;
}

.about-slide-1 {
  background-image: url('../images/hyena-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.about-slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-title-div-for-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-slide-2a {
  background-image: url('../images/gwen-teaching.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.h1-heading-1 {
  position: static;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.about-slide-3 {
  background-image: url('../images/gwen-teaching-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.heading-2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
}

.heading-3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
}

.h3-about {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  font-weight: 700;
}

.about-slide-4 {
  background-image: url('../images/reptile-encounter-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.about-slide-2a-copy {
  background-image: url('../images/gwen-teaching.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.bd-slide-1 {
  background-image: url('../images/birthday-party-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.bd-slide-2 {
  background-image: url('../images/petting-deer-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.bd-slide-4 {
  background-image: url('../images/smores-large.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.funnel-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-left: 4px;
  padding-left: 0px;
}

.funnel-1-div {
  height: 100%;
  background-color: #fff;
  box-shadow: 4px 4px 11px 0 #000;
}

.h4-funnel {
  padding-top: 15px;
  padding-left: 14px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #35281b;
  font-style: italic;
}

.paragraph {
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #35281b;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.paragraph.bd-column {
  padding: 3px 18px 14px;
  text-align: left;
}

.paragraph.home-page {
  margin-bottom: 27px;
}

.learn-more-div {
  border-top: 0px solid #bb5b02;
}

.italic-text {
  color: #35281b;
}

.image-10 {
  border: 2px solid #000;
}

.image-11 {
  border: 2px solid #000;
}

.block-quote {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  text-align: center;
}

.contact-for-div {
  width: 100%;
}

.contact-form {
  display: block;
  padding: 12px 9px 13px;
  background-color: #cecfbd;
}

.h2-subhead {
  margin-top: 4px;
  margin-bottom: 17px;
  padding-left: 19px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #35281b;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
}

.h2-subhead.form {
  padding-left: 0px;
  font-size: 38px;
  font-weight: 700;
}

.recaptcha-holder-div {
  width: 50%;
  float: right;
}

.footer-section {
  display: block;
  padding-bottom: 52px;
  background-color: #cecfbd;
}

.text-block {
  font-size: 24px;
  line-height: 24px;
}

.collection-list-wrapper {
  display: none;
}

.text-field {
  width: 49%;
  margin-right: 1px;
  margin-left: 7px;
  float: left;
}

.html-embed {
  float: right;
  color: #151515;
}

.contact-form-paragraph {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #151515;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.legal-section {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #151515;
  color: #151515;
}

.copyright {
  color: #fff;
  text-align: center;
}

.void-section {
  display: block;
  height: 100vh;
}

.background-animal-section {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/cappebarra.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.image-12 {
  position: fixed;
  display: none;
}

.second-content-section {
  display: block;
  padding-top: 19px;
  padding-bottom: 24px;
  background-color: #151515;
  box-shadow: 0 -5px 11px 3px #000;
}

.animal-caption-lg-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  line-height: 85vh;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.caption-heading {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 1px 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(49, 49, 49, 0);
  direction: ltr;
  font-size: 24px;
  text-align: center;
}

.background-animal-gibbon {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/monkey-large.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.captions-div {
  padding-top: 19px;
  padding-right: 84px;
  padding-left: 84px;
  background-color: rgba(0, 0, 0, 0.46);
}

.caption-subhead {
  text-align: center;
}

.tours-funnel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.tours-funnel-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tours-funnel-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #a0eb41;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.tours-funnel-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 26px;
  padding-bottom: 6px;
  padding-left: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #d4d4d4;
  line-height: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 18px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.funnels-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.headline-2 {
  margin-top: 21px;
  margin-bottom: 13px;
  padding-top: 2px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #0e0e0e;
  font-style: italic;
  font-weight: 700;
}

.section-2 {
  display: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background-animal-kangroo {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/kangaroo-large.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.sloth-background-video {
  width: 100%;
  height: 100vh;
}

.booking-graphic-div {
  margin-top: 22px;
  margin-bottom: 35px;
  background-color: transparent;
}

.bookin-icon-div {
  width: 22%;
  margin-left: auto;
  float: left;
  background-color: transparent;
}

.heading-4 {
  padding-right: 4px;
  padding-left: 4px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.image-13 {
  width: 100%;
  max-width: 149px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.arrow-icon-div {
  width: 12%;
  margin-left: auto;
  float: left;
}

.booking-image-centering-div {
  width: 100%;
  max-width: 149px;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  max-width: 30px;
  margin-top: 7px;
  margin-left: 5px;
  float: left;
}

.gift-div {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #86ce2b;
}

.animals-div-wrapper {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
}

.animals-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #a0eb41;
  font-size: 18px;
  line-height: 16px;
  font-style: italic;
  text-align: center;
}

.background-animal-water-buffalo {
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/water-buffalo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
}

.map {
  height: 100%;
}

.section-3 {
  height: 25vh;
}

.h3-white {
  font-size: 30px;
  line-height: 38px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background-video-mobile {
  z-index: 100;
  display: block;
  width: 100%;
  height: 100vh;
}

.sloth-background-video-portrait {
  width: 100%;
  height: 100vh;
}

.background-video-2 {
  z-index: 100;
  display: block;
  height: 100vh;
}

.hero-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.funnel-row-parties {
  display: none;
  margin-top: 45px;
  margin-left: 4px;
  padding-left: 0px;
}

.page-content-block-about-page {
  width: 100%;
  margin-bottom: 41px;
  padding-right: 0%;
  padding-left: 0%;
  text-align: left;
}

.page-content-block-copy {
  width: 100%;
  margin-bottom: 41px;
  padding-right: 0%;
  padding-left: 0%;
  text-align: left;
}

.contact-form-container {
  display: none;
  padding: 12px 9px 13px;
  background-color: #cecfbd;
}

.covid {
  position: fixed;
  top: auto;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  min-height: 50px;
  min-width: 100px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px 16px 16px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #c76d00;
  background-image: linear-gradient(333deg, #b22f00, #ff992b 62%);
}

.covid-wrapper {
  position: fixed;
  z-index: 99;
  display: none;
  width: 40%;
  height: 100vh;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.covid-headline {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Exo, sans-serif;
  color: #151515;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
  text-align: center;
}

.covid-subhead {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #d62e25;
  text-align: center;
  text-decoration: none;
}

.heading-1-oovid {
  position: static;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 48px;
  line-height: 42px;
}

.heading-2-oovid {
  position: static;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 24px;
  line-height: 30px;
}

.column-11 {
  padding: 34px 37px;
  border-radius: 12px;
  background-color: #d62e25;
}

.heading-6 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
}

.heading-6-covid {
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.support-p {
  border-style: solid;
  border-width: 0px;
  border-color: #6b3d3d;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.italic-text-6 {
  display: block;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  color: #151515;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.link {
  color: #8f0606;
  font-weight: 600;
}

.donations-column-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 1px solid #777;
  background-color: #fff;
}

.headline-donations {
  border-bottom: 1px solid #d62e25;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pumpkin-patch-wrapper {
  display: none;
  margin-bottom: 16px;
  padding: 13px;
  background-color: #030303;
}

.image-15 {
  width: 100%;
}

.pump-patch-wrapper {
  position: fixed;
  z-index: 999;
  display: block;
  width: 40%;
  height: 100vh;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-wraper-2020 {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 40%;
  height: 100vh;
  max-width: 25%;
  min-width: 25%;
  padding-top: 68px;
}

.para-pumpkin {
  color: #000;
  line-height: 18px;
  font-weight: 600;
}

.pumpkin-close-style {
  text-align: right;
}

.close-pumpkin-button {
  margin-bottom: 17px;
  padding: 4px 7px;
  float: right;
  background-color: #151515;
  color: #fff;
}

html.w-mod-js *[data-ix="funnel-fade-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="funnel-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="booking-fade-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="booking-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="booking-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="booking-fade-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="booking-fade-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="covid-div"] {
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding: 96px 8px;
  }

  .section.hero-section {
    height: 80vh;
    min-height: 0px;
    padding-top: 160px;
    padding-bottom: 112px;
  }

  .section.padding-small {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section.contact-section {
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button.bd-party-button {
    margin: 40px 178px 0px;
    padding-bottom: 6px;
  }

  .button.gift-card {
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 18px;
  }

  .button.covid-fb-button {
    margin: 0px 0px 42px;
    padding-bottom: 6px;
  }

  .button.covid-gofundme {
    margin: 0px;
    padding-bottom: 6px;
  }

  .button.covid-venmo {
    margin: 0px;
    padding-bottom: 6px;
  }

  .button.covid-paypal {
    margin: 16px 0px;
    padding-bottom: 6px;
  }

  .button.covid-donate {
    margin: 17px 0px 0px;
    padding-bottom: 6px;
  }

  .button.hp-fb-live {
    margin: 0px;
    padding-bottom: 6px;
  }

  .nav-bar {
    min-height: 80px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v1 {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-v1-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: -1px;
    padding: 10vw 24vw;
  }

  .footer-v1-column.left {
    padding-right: 12vw;
    padding-left: 12vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-v1-column.right {
    padding-right: 12vw;
    padding-bottom: 18vw;
    padding-left: 12vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu {
    display: none;
    overflow: scroll;
    padding-right: 8%;
    padding-left: 8%;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .sg-header {
    margin-bottom: 64px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sg-block {
    padding-right: 10%;
    padding-bottom: 96px;
    padding-left: 10%;
  }

  .search-form-input {
    margin-top: 20px;
    box-shadow: inset 0 -3px 0 0 #444;
  }

  .nav-search-button {
    height: 64px;
    padding: 24px 56px 24px 24px;
    background-position: 84% 50%;
  }

  .search-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-form:focus {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }

  .menu-button {
    height: 64px;
    padding: 20px;
    background-color: transparent;
  }

  .nav-bar-logo-link {
    height: 64px;
  }

  .nav-search {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-image {
    height: 70vh;
  }

  .hero-image.image-8 {
    height: 60vh;
  }

  .hero-image.emu {
    height: 80vh;
    background-image: url('../images/emu-portrait.jpg');
    background-size: cover;
  }

  .hero-image.kangaroo {
    background-position: 0% 50%;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, rgba(21, 21, 21, 0)), color-stop(86%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 71%, #151515 86%);
  }

  .hero-gradient.about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(21, 21, 21, 0)), color-stop(71%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 65%, #151515 71%);
  }

  .hero-gradient.our-animals-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(21, 21, 21, 0)), color-stop(71%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 65%, #151515 71%);
  }

  .nav-link {
    font-size: 30px;
    line-height: 32px;
  }

  .nav-link.subhead {
    font-size: 18px;
  }

  .divider.hero-slide-divider {
    display: none;
  }

  .footer-category {
    margin-right: 16px;
    margin-left: 16px;
  }

  .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .instagram-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-info {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .instagram-photos {
    width: 100%;
    max-width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }

  .instagram-photo-wrapper {
    padding: 5px;
  }

  .post-grid-v1 {
    padding: 8px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto 12px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .post-v1 {
    background-color: #fff;
  }

  .post-v1-thumb {
    height: 33vw;
  }

  .instagram-gradient {
    display: none;
  }

  .post-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-medium {
    width: 50%;
    padding: 6px;
  }

  .post-big {
    width: 50%;
    padding: 8px;
  }

  .post-v3 {
    min-height: 46vw;
  }

  .post-v3-info {
    min-height: 208px;
    padding-bottom: 68px;
  }

  .side-social {
    height: auto;
  }

  .side-social-button {
    width: 36px;
    height: 36px;
  }

  .side-social-button:hover {
    width: 36px;
  }

  .side-social-icon {
    width: 14px;
  }

  .social-card-v1 {
    padding: 32px;
  }

  .post-first-letter {
    margin-left: 10%;
  }

  .post-text p {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h2 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h3 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text blockquote {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h4 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text ul {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h5 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h6 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text ol {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h1 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .hero-intro {
    width: 70%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .up-button {
    display: none;
  }

  .social-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-card-v2 {
    min-height: 192px;
    margin: 8px;
    padding: 32px;
  }

  .blog-sides {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-side-posts {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog-sidebar {
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 64px;
  }

  .post-huge {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .post-v4 {
    height: 64vw;
  }

  .page-content {
    padding-right: 10%;
    padding-left: 10%;
  }

  .page-content.no-padding-side {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.caldnear-page-content {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.contact-page {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.thank-you-page-content {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .more-button {
    height: 72px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .search-close {
    width: 64px;
    height: 64px;
  }

  .post-grid-v3 {
    padding: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .slider-arrow-button {
    width: 28px;
    height: 128px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .hero-slider-nav {
    height: 48px;
  }

  .slide {
    top: 0px;
    bottom: 0px;
  }

  .hero-slider {
    height: 64vw;
    min-height: 0px;
    margin-top: 64px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-slide {
    padding: 128px 80px;
  }

  .post-v5-medium {
    min-height: 46vw;
  }

  .post-card-v5-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .post-v5-small {
    min-height: 46vw;
  }

  .post-v5-big {
    min-height: 46vw;
  }

  .slider-arrow-icon {
    width: 18px;
  }

  .subscribe-v2-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-slide-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .categories-v1 {
    overflow: scroll;
    margin: 12px 0px 4px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .category-v1-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 160px;
    -ms-flex: 1 0 160px;
    flex: 1 0 160px;
  }

  .category-v1 {
    height: 56px;
    margin: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .category-v1:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

  .hero-slide-summary {
    display: none;
  }

  .sg-categories {
    top: 64px;
  }

  .search-result-image {
    width: 128px;
    height: 96px;
  }

  .search-results-form {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-result-info {
    padding-left: 24px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .page-content-block {
    margin-bottom: 1px;
    padding: 0% 4% 37px;
  }

  .instagram-logo {
    left: auto;
    top: -48px;
    height: 120px;
  }

  .categories-v2 {
    margin: 16px 4px 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-v2-link {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-link-5 {
    width: 33.33%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 24px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e2e4eb;
  }

  .nav-columns {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .nav-categories-heading.subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .nav-copyright {
    right: 20px;
    bottom: 8px;
  }

  .nav-social {
    right: 16px;
    height: 64px;
  }

  ._404-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .post-v1-big-info {
    height: 240px;
  }

  .post-v1-big-thumb {
    height: 33vw;
  }

  .categories-v1-wrapper {
    margin-right: -8px;
    margin-left: -8px;
  }

  .categories-v1-grade-right {
    right: 0px;
    width: 16px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), to(#151515));
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
  }

  .hero-avatar {
    width: 88px;
    height: 88px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .footer-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v2-social {
    right: 16px;
  }

  .footer-v2-social-line {
    display: none;
  }

  .footer-v2-social-heading {
    display: none;
  }

  .subscribe-v4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .banner {
    margin: 8px;
  }

  .banner.no-margin {
    margin: 0px;
  }

  .post-grid-v2 {
    margin: 8px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .subscribe-v2 {
    padding-right: 14%;
    padding-left: 14%;
  }

  .subscribe-v3 {
    margin: 0px;
  }

  .instagram-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-v2-photo-wrapper {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .layout {
    width: 50%;
    padding: 8vw;
  }

  .layout-preview {
    max-height: 44vw;
  }

  .categories-v1-grade-left {
    left: 0px;
    display: block;
    width: 16px;
  }

  .post-v1-huge-thumb {
    height: 54vw;
  }

  .nav-bar-logo {
    height: 14px;
  }

  .image-9 {
    max-width: 80%;
    margin-top: 30px;
  }

  .heading {
    font-size: 32px;
    line-height: 48px;
  }

  .about-slide-1 {
    background-image: url('../images/hyena-portrait.jpg');
    background-size: cover;
  }

  .about-slide-2a {
    background-image: url('../images/gwen-teaching-ortrait.jpg');
    background-size: cover;
  }

  .about-slide-3 {
    background-image: url('../images/gwen-teaching-2-portrait.jpg');
    background-size: cover;
  }

  .recaptcha-holder-div {
    float: right;
  }

  .text-field {
    width: 45%;
  }

  .html-embed {
    float: left;
  }

  .background-animal-section {
    background-image: url('../images/capybara-portrait.jpg');
    background-size: cover;
  }

  .background-animal-gibbon {
    background-position: 50% 50%;
  }

  .headline-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .sloth-background-video {
    display: block;
    height: 75vh;
  }

  .animals-div-wrapper {
    width: 48%;
  }

  .animals-headline {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .background-animal-water-buffalo {
    background-position: 50% 50%;
  }

  .h3-white {
    font-size: 24px;
  }

  .sloth-background-video-portrait {
    display: block;
  }

  .background-video-2 {
    display: block;
  }

  .column-9 {
    margin-bottom: 39px;
  }

  .funnel-row-parties {
    display: none;
    margin-top: 28px;
  }

  .page-content-block-about-page {
    margin-bottom: 1px;
    padding: 0% 4%;
  }

  .page-content-block-copy {
    display: none;
    margin-bottom: 1px;
    padding: 0% 4% 12%;
  }

  .covid {
    width: 35%;
    min-width: 80px;
  }

  .covid-headline {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-1-oovid {
    font-size: 40px;
  }

  .heading-6-covid {
    font-size: 32px;
    line-height: 40px;
  }

  .support-p {
    font-size: 14px;
    line-height: 18px;
  }

  .columns-2 {
    margin-right: 13px;
    margin-left: 13px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .italic-text-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .italic-text-5 {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .columns-3 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .text-block-2 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pp-wraper-2020 {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  blockquote {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-section {
    height: 60vh;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.contact-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button.subscribe-v1-button {
    width: 100%;
    margin-left: 0px;
  }

  .button.bd-party-button {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.gift-card {
    padding-right: 9px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 14px;
  }

  .button.covid-fb-button {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.covid-gofundme {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.covid-venmo {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.covid-paypal {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.covid-donate {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
  }

  .button.hp-fb-live {
    margin-top: 27px;
    margin-right: 18px;
    margin-left: 18px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 16px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v1-column {
    padding-right: 18vw;
    padding-left: 18vw;
  }

  .nav-menu {
    padding: 80px 60px 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 25%;
    padding-left: 25%;
  }

  .licence-items {
    width: 100%;
  }

  .search-form-input {
    margin-top: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
  }

  .nav-search-button {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-position: 50% 50%;
    color: transparent;
  }

  .search-button {
    background-size: 24px;
  }

  .menu-button {
    height: 60px;
    padding: 18px;
  }

  .search-bar {
    padding-right: 58px;
    padding-bottom: 0px;
    padding-left: 58px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-bar-logo-link {
    height: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-search {
    padding-right: 0px;
  }

  .hero-image {
    height: 100vh;
  }

  .hero-image.image-6 {
    display: block;
    background-image: url('../images/gwen-teaching-ortrait.jpg');
    background-size: cover;
  }

  .hero-image.sloth {
    display: block;
  }

  .hero-image.tours-page {
    background-image: url('../images/serval-portrait.jpg');
    background-size: cover;
  }

  .hero-image.emu {
    height: 50vh;
    background-image: url('../images/emu-large.jpg');
    background-position: 50% 0%;
    background-size: contain;
  }

  .hero-image.kangaroo {
    height: 80vh;
    background-position: 0% 50%;
  }

  .hero-image.sloth-2 {
    display: block;
    background-image: url('../images/sloth-encounter-medium.jpg');
    background-position: 50% 0%;
    background-size: 600px;
  }

  .hero-image.reptile {
    display: block;
    background-image: url('../images/reptile-encounter-large.jpg');
    background-position: 50% 0%;
    background-size: 960px;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, rgba(21, 21, 21, 0)), color-stop(80%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 62%, #151515 80%);
  }

  .hero-gradient.about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(21, 21, 21, 0)), color-stop(35%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 25%, #151515 35%);
  }

  .hero-gradient.our-animals-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(21, 21, 21, 0)), color-stop(35%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 25%, #151515 35%);
  }

  .nav-link {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 20px;
  }

  .nav-link.w--current {
    color: #f24137;
    font-size: 22px;
    line-height: 20px;
  }

  .nav-link.subhead {
    font-size: 16px;
    line-height: 18px;
  }

  .menu-text {
    display: none;
  }

  .divider {
    width: 88px;
  }

  .footer-category {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    padding: 4vw;
  }

  .footer-copyright-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-link {
    margin-right: 8px;
    margin-left: 8px;
  }

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

  .instagram-photos {
    padding-right: 4px;
    padding-left: 4px;
  }

  .instagram-photo-wrapper {
    padding: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-v1-info {
    padding: 24px 24px 80px;
  }

  .post-bottom {
    left: 24px;
    right: 24px;
    padding-bottom: 34px;
  }

  .post-v2 {
    min-height: 400px;
  }

  .post-v2-info {
    padding: 24px 24px 80px;
  }

  .post-big {
    width: 100%;
  }

  .post-big.mobile-2-columns {
    width: 50%;
  }

  .post-v3 {
    min-height: 56vw;
  }

  .post-v3-info {
    min-height: 0px;
    padding: 24px 24px 60px;
  }

  .side-social {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .social-card-name {
    font-size: 14px;
    line-height: 20px;
  }

  .form-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .social-card-v2 {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .post-v4-bottom {
    left: 24px;
    right: 24px;
    padding-bottom: 34px;
  }

  .page-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-content.no-padding-side {
    margin-right: 7px;
    margin-left: 7px;
    padding-top: 26px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .page-content.caldnear-page-content {
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.contact-page {
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.thank-you-page-content {
    padding-top: 80px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .hero-background {
    background-color: #151515;
  }

  .more-button {
    height: 64px;
  }

  .search-close {
    width: 60px;
    height: 60px;
  }

  .slider-arrow-button {
    width: 24px;
    height: 112px;
  }

  .hero-slide {
    padding-right: 60px;
    padding-left: 60px;
  }

  .slider-arrow-icon {
    width: 16px;
  }

  .hero-slide-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .category-v1-wrapper {
    -webkit-flex-basis: 128px;
    -ms-flex-preferred-size: 128px;
    flex-basis: 128px;
  }

  .category-v1 {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .sg-categories {
    display: none;
  }

  .search-result-image {
    width: 120px;
    height: 92px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .search-result-summary {
    font-size: 12px;
    line-height: 20px;
  }

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

  .text-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .page-content-block {
    padding: 0%;
  }

  .about-photo-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .signature {
    height: 52px;
  }

  .instagram-logo {
    top: -32px;
    height: 100px;
  }

  .subscribe-v3-columns {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .category-v2-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .nav-links {
    padding-left: 0px;
  }

  .nav-categories {
    padding-top: 16px;
    padding-left: 0px;
  }

  .nav-columns {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-categories-heading.subheading {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-copyright {
    position: relative;
    left: 0px;
    right: auto;
    bottom: 0px;
    width: 100%;
    margin-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .nav-social {
    height: 60px;
  }

  .nav-social-line {
    width: 40px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .post-v1-big-info {
    height: 240px;
    padding: 24px 24px 64px;
  }

  .post-v1-big-thumb {
    height: 33vw;
  }

  .changelog {
    width: 100%;
  }

  .footer-v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-link {
    margin: 4px 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-v2-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v2-social {
    width: 100%;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-social-line {
    width: 40px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .subscribe-v4 {
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .form-info {
    margin-top: 28px;
  }

  .banner {
    display: none;
  }

  .post-grid-v2 {
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .form-error.text-left {
    text-align: center;
  }

  .subscribe-v2 {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .subscribe-v3 {
    margin: 0px;
    padding-right: 15%;
    padding-left: 15%;
  }

  .back-link {
    margin-top: 28px;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-info {
    padding-left: 32px;
  }

  .post-v1-info-auto {
    padding: 24px 24px 64px;
  }

  .post-v1-huge-thumb {
    height: 46vw;
  }

  .footer-v2-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-bottom-text {
    margin: 4px 6px;
  }

  .nav-bar-logo {
    height: 13px;
  }

  .background-video {
    display: block;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .funnel-row {
    display: block;
  }

  .funnel-1-div {
    margin: 12px 7px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
  }

  .text-field {
    width: 45%;
  }

  .background-animal-gibbon {
    background-position: 50% 50%;
  }

  .tours-funnel-headline {
    font-size: 18px;
    line-height: 22px;
  }

  .tours-funnel-para {
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .sloth-background-video {
    display: block;
  }

  .animals-div-wrapper {
    width: 49%;
  }

  .background-animal-water-buffalo {
    background-position: 50% 50%;
  }

  .h3-white {
    font-size: 22px;
    line-height: 30px;
  }

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

  .background-video-mobile {
    display: block;
  }

  .sloth-background-video-portrait {
    display: none;
  }

  .background-video-2 {
    display: block;
  }

  .column-9 {
    padding: 0px;
  }

  .funnel-row-parties {
    display: none;
  }

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

  .page-content-block-about-page {
    padding: 0%;
  }

  .page-content-block-copy {
    padding: 0%;
  }

  .covid-headline {
    font-size: 20px;
    line-height: 20px;
  }

  .italic-text-6 {
    line-height: 16px;
  }

  .columns-3 {
    display: block;
  }

  .column-12 {
    display: block;
    margin-bottom: 13px;
  }

  .column-13 {
    margin-bottom: 12px;
  }

  .column-14 {
    display: block;
  }

  .para-pumpkin {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-section {
    z-index: 1;
    display: block;
    height: 100vh;
    padding-left: 7px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section.no-padding-vertical {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.contact-page {
    padding-top: 0px;
  }

  .section.contact-section {
    height: 50vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.contact-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button.home-school {
    height: 30px;
    padding: 6px;
  }

  .button.bd-party-button {
    letter-spacing: 0px;
  }

  .button.covid-fb-button {
    height: 40px;
    margin-bottom: 15px;
    padding-bottom: 13px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0px;
  }

  .button.covid-gofundme {
    letter-spacing: 0px;
  }

  .button.covid-venmo {
    letter-spacing: 0px;
  }

  .button.covid-paypal {
    letter-spacing: 0px;
  }

  .button.covid-donate {
    letter-spacing: 0px;
  }

  .button.hp-fb-live {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    float: none;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v1-column {
    padding: 14vw 12vw;
  }

  .footer-v1-column.right {
    padding-bottom: 38vw;
  }

  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .page-wrapper {
    margin-top: 2px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-right: 20%;
    padding-left: 20%;
  }

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

  .search-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-search {
    display: none;
  }

  .hero-image {
    height: 50vh;
    min-height: 360px;
  }

  .hero-image.image-6 {
    height: 100vh;
    background-position: 50% 20%;
    background-size: 405px;
  }

  .hero-image.image-7 {
    height: 100vh;
    background-image: url('../images/scouts-portrait.jpg');
    background-size: 384px;
    background-repeat: no-repeat;
  }

  .hero-image.tours-page {
    display: block;
    height: 80vh;
  }

  .hero-image.look-inside-image {
    height: 100vh;
    background-image: url('../images/gwen-teaching-ortrait.jpg');
    background-position: 0% 0%;
    background-size: 384px;
  }

  .hero-image.toddler-image {
    height: 100vh;
    background-image: url('../images/TODDLER-portrait.jpg');
    background-position: 50% 0%;
    background-size: 384px;
  }

  .hero-image.junior-keeper {
    height: 80vh;
    background-image: url('../images/kangaroo-encounter-portrait.jpg');
    background-size: 384px;
  }

  .hero-image.cerval-page {
    height: 100vh;
    background-image: url('../images/serval-portrait.jpg');
    background-position: 50% 0%;
    background-size: 384px;
  }

  .hero-image.spider-monkey-page {
    height: 100vh;
    background-image: url('../images/spider-monkey-portrait.jpg');
    background-position: 50% 0%;
    background-size: 384px;
  }

  .hero-image.emu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100vh;
    background-image: url('../images/emu-portrait.jpg');
    background-size: 384px;
  }

  .hero-image.zoo-on-the-go {
    height: 100vh;
    background-image: url('../images/zoo-on-the-go-portrait.jpg');
    background-position: 50% 0%;
    background-size: 384px;
  }

  .hero-image.kangaroo {
    height: 70vh;
    background-image: url('../images/kangaroo-portrait.jpg');
    background-position: 0% 0%;
    background-size: 384px;
  }

  .hero-image.school-group-image {
    background-image: url('../images/gwen-teaching-2-portrait.jpg');
    background-size: 384px;
  }

  .hero-image.sloth-2 {
    background-image: url('../images/sloth-portrait.jpg');
    background-size: 384px;
  }

  .hero-image.reptile {
    background-image: url('../images/reptile-encounter-portrait.jpg');
    background-position: 0% 0%;
    background-size: 384px;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(76%, #151515));
    background-image: linear-gradient(180deg, transparent 55%, #151515 76%);
  }

  .hero-gradient.about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(21, 21, 21, 0)), color-stop(82%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 65%, #151515 82%);
  }

  .hero-gradient.our-animals-page {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(21, 21, 21, 0)), color-stop(82%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 65%, #151515 82%);
  }

  .nav-link.subhead {
    margin-bottom: 2px;
    margin-left: 15px;
  }

  .divider.left.color {
    margin-bottom: 28px;
  }

  .footer-copyright {
    padding: 6vw;
  }

  .instagram-photos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-photo-wrapper {
    width: 33.33%;
  }

  .post-grid-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .post-v1-thumb {
    height: 64vw;
  }

  .post-v1-info {
    height: auto;
    padding-bottom: 64px;
  }

  .post-medium {
    width: 100%;
  }

  .post-big {
    width: 100%;
  }

  .post-v3 {
    height: 90vw;
    min-height: 400px;
  }

  .side-social {
    right: 0px;
  }

  .form-column {
    padding-right: 0px;
  }

  .post-first-letter {
    margin-left: 4%;
  }

  .post-text p {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h3 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text blockquote {
    margin-right: 4%;
    margin-left: 4%;
  }

  .post-text h4 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text ul {
    margin-right: 4%;
    margin-left: 4%;
  }

  .post-text h5 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h6 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text ol {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h1 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .hero-intro {
    width: 85%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-cards {
    padding-bottom: 0px;
  }

  .social-card-v2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .blog-sidebar {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-huge {
    width: 100%;
  }

  .post-v4 {
    height: 328px;
  }

  .post-v4-info {
    padding-right: 24px;
    padding-left: 24px;
  }

  .page-content {
    margin-right: -8px;
    margin-left: -8px;
    padding: 56px 16px;
  }

  .page-content.no-padding-side {
    width: 100%;
    margin-top: -142px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border-width: 0px;
  }

  .page-content.caldnear-page-content {
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.contact-page {
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-content.thank-you-page-content {
    padding-top: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-background {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    height: 100vh;
    margin-top: 70px;
  }

  .more-button {
    margin-top: 20px;
  }

  .post-grid-v3 {
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . .";
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .hero-slider {
    height: 132vw;
  }

  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .slider-arrow {
    display: none;
  }

  .post-v5-medium {
    min-height: 90vw;
  }

  .post-v5-small {
    min-height: 90vw;
  }

  .post-v5-big {
    min-height: 90vw;
  }

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

  .search-result-image {
    width: 100%;
    height: 64vw;
  }

  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .page-content-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link-5 {
    width: 100%;
  }

  .nav-categories {
    padding-top: 18px;
    padding-right: 0px;
  }

  .nav-categories-heading {
    margin-bottom: 32px;
  }

  .nav-categories-heading.subheading {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .nav-bg-text {
    display: none;
  }

  .nav-social-line {
    display: none;
  }

  .nav-social-heading {
    display: none;
  }

  .protected-card {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 48px;
  }

  .post-v1-big-info {
    height: auto;
  }

  .post-v1-big-thumb {
    height: 64vw;
  }

  .footer-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-v2-social {
    margin-top: 20px;
  }

  .subscribe-v4 {
    max-width: none;
  }

  .post-grid-v2 {
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .subscribe-v2 {
    padding: 36px 12% 40px;
  }

  .subscribe-v3 {
    margin: 0px;
    padding: 48px 12%;
  }

  .search-bg-text {
    display: none;
  }

  .layout {
    width: 100%;
    padding: 15vw;
  }

  .layout-preview {
    overflow: hidden;
    max-height: none;
  }

  .layout-category-nav {
    display: none;
  }

  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-info {
    margin-top: 16px;
    padding-left: 0px;
    text-align: center;
  }

  .post-v1-info-auto {
    height: auto;
  }

  .post-v1-huge-thumb {
    height: 64vw;
  }

  .background-video {
    display: block;
  }

  .image-9 {
    max-width: 60%;
    margin-top: 8px;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .slider {
    width: 100%;
  }

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

  .bd-slide-2 {
    background-image: url('../images/petting-deer-portrait.jpg');
    background-size: cover;
  }

  .bd-slide-4 {
    background-image: url('../images/smores-portrait.jpg');
    background-size: 384px;
  }

  .funnel-1-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph {
    line-height: 24px;
  }

  .paragraph.bd-column {
    font-size: 13px;
    line-height: 20px;
  }

  .italic-text {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-subhead.form {
    font-size: 24px;
    line-height: 24px;
  }

  .recaptcha-holder-div {
    width: 100%;
  }

  .text-field {
    width: 75%;
  }

  .html-embed {
    width: 100%;
  }

  .container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caption-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .background-animal-gibbon {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80vh;
    background-color: #151515;
    background-image: url('../images/gibbon-portrait.jpg');
    background-size: cover;
  }

  .captions-div {
    padding-right: 27px;
    padding-left: 27px;
  }

  .caption-subhead {
    font-size: 10px;
    line-height: 16px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .headline-2 {
    margin-top: 1px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }

  .column-2 {
    padding: 0px;
  }

  .background-animal-kangroo {
    width: auto;
    height: 70vh;
  }

  .sloth-background-video {
    display: block;
  }

  .bookin-icon-div {
    width: 200px;
    margin-right: auto;
    float: none;
  }

  .arrow-icon-div {
    display: none;
  }

  .animals-div-wrapper {
    width: 100%;
    margin-bottom: 3%;
  }

  .background-animal-water-buffalo {
    background-position: 60% 50%;
  }

  .column-3 {
    padding: 0px;
  }

  .column-4 {
    padding: 0px;
  }

  .div-block {
    display: none;
  }

  .slide-2 {
    width: 70%;
  }

  .column-5 {
    padding: 0px;
  }

  .column-6 {
    padding: 0px;
  }

  .column-7 {
    padding: 0px;
  }

  .column-8 {
    padding: 0px;
  }

  .italic-text-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .background-video-mobile {
    display: block;
  }

  .sloth-background-video-portrait {
    display: block;
  }

  .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .italic-text-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .page-content-block-about-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .page-content-block-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .covid {
    width: 50%;
    padding-top: 3px;
  }

  .covid-wrapper {
    width: 100%;
    margin-top: 142px;
  }

  .covid-headline {
    font-size: 14px;
    line-height: 18px;
  }

  .column-11 {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .donations-column-div-container {
    display: block;
  }

  .column-13 {
    display: block;
  }

  .text-block-2 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .para-pumpkin {
    display: none;
  }

  .paragraph-4 {
    height: auto;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    float: none;
  }

  .pumpkin-close-style {
    margin-bottom: 2px;
    float: none;
    clear: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align: right;
  }

  .close-pumpkin-button {
    margin-bottom: 4px;
  }

  .pumpkin-button-div-wrpper {
    margin-top: 25px;
    float: none;
  }
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb57c-03d4541a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb57f-03d4541a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb582-03d4541a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb585-03d4541a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb588-03d4541a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb58b-03d4541a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7536-82d4541f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7539-82d4541f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753c-82d4541f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753f-82d4541f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7542-82d4541f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7545-82d4541f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-72d45410 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-72d45410 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-72d45410 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-72d45410 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-72d45410 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-72d45410 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-72d45410 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-72d45410 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-72d45410 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_31f464ad-4166-590b-2429-aa14a43b9321-72d45410 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-72d45410 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-fd42373e-7e48-f003-08b7-e04c857ff5b9-5ed45415 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_006e4ee2-9087-dd43-5baf-6f6eee26d0f3-5ed45415 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8efb44bb-d2f5-8830-b74f-0819be43c3ab-5ed45415 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dad5f8cd-a059-cce6-080c-370a847b7987-5ed45415 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_77927c9b-2839-8034-d8dc-cbd838b5256d-5ed45415 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3c9a8b2e-397e-a3ce-5fed-4d5cc89499f9-5ed45415 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d06-afd4540d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d09-afd4540d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d0c-afd4540d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d0f-afd4540d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d12-afd4540d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d15-afd4540d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b53-47d45416 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b56-47d45416 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b59-47d45416 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b5c-47d45416 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b5f-47d45416 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b62-47d45416 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2d8fd1a3-2e28-6cfb-cf19-8c6a98b94619-fed45411 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ebce4fe0-54fb-1784-2d96-65d585a9a463-fed45411 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6db9af85-a568-d32c-af19-457cb30392ab-fed45411 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-fed45411 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_61307367-7ee3-f45f-1f29-22da383494c1-fed45411 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_82f10889-df9c-66db-af27-60363944c1d3-fed45411 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-fed45411 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-fed45411 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-a95971e3-978c-2471-62b2-bfadabf01490-fed45411 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_61709539-d265-a651-f035-7b40720a7a13-cad45417 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-cad45417 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-cad45417 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-cad45417 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-cad45417 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-cad45417 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-cad45417 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-cad45417 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-cad45417 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-b22e1d9b-709b-4304-401b-677f7a344515-cad45417 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-72d45410 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-72d45410 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-72d45410 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-72d45410 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_31f464ad-4166-590b-2429-aa14a43b9321-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-72d45410 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  #w-node-_6db9af85-a568-d32c-af19-457cb30392ab-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-fed45411 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-fed45411 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-fed45411 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-fed45411 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_61709539-d265-a651-f035-7b40720a7a13-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-cad45417 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-cad45417 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-cad45417 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-cad45417 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-b22e1d9b-709b-4304-401b-677f7a344515-cad45417 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-72d45410 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-fed45411 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-fed45411 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-fed45411 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-fed45411 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-72d45410 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-72d45410 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-72d45410 {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-72d45410 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-72d45410 {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-72d45410 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_31f464ad-4166-590b-2429-aa14a43b9321-72d45410 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-72d45410 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_2d8fd1a3-2e28-6cfb-cf19-8c6a98b94619-fed45411 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-ebce4fe0-54fb-1784-2d96-65d585a9a463-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6db9af85-a568-d32c-af19-457cb30392ab-fed45411 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-fed45411 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-fed45411 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-fed45411 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_61709539-d265-a651-f035-7b40720a7a13-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-b22e1d9b-709b-4304-401b-677f7a344515-cad45417 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
}

