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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

body {
  color: #000;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}

h1 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #1f2a50;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.8;
}

a {
  color: #ec6d69;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 20px;
  list-style-type: decimal;
}

li {
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: #757575;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 0 solid #000;
  margin-bottom: 35px;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding: 40px 20px;
  display: block;
}

.section.dark-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1f2a50;
  border-top: 1px solid #1f2a50;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 20px 0 40px;
  display: block;
  position: static;
}

.section.padding-bottom-0 {
  padding: 40px 20px 30px;
  display: block;
}

.section.padding-bottom-0.hide {
  display: none;
}

.section.padding-bottom-0.bg-dark {
  color: #1f2a50;
  background-color: #1f2a50;
}

.section.padding-bottom-0.light-bkg {
  background-color: #e6e8ed;
}

.section.newsletter {
  color: #1f1f1f;
  background-color: #1f1f1f;
  padding-top: 80px;
  padding-bottom: 90px;
  display: none;
}

.section.padding-top-0 {
  padding-left: 20px;
  padding-right: 20px;
}

.section.v2-posts {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section.v2-posts.light-bkg {
  padding-top: 40px;
}

.section.v2-posts.hide {
  display: none;
}

.section.pos-relative {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section.pos-relative.padding-bottom-0 {
  padding-bottom: 10px;
}

.section.pos-relative.lighter-bkg {
  background-color: #e6e8ed;
}

.section.cms-author {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.cms-author.margin-bottom-20 {
  margin-bottom: 20px;
}

.section.cms-author.margin-bottom-20.margin-top-24 {
  background-color: #e6e8ed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.dark-cms-author {
  color: #fff;
  background-color: #080808;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.post-live-bar {
  z-index: 1500;
  background-color: rgba(255, 255, 255, .69);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -80px);
}

.section.post-live-bar-dark {
  z-index: 1500;
  color: #fff;
  background-color: #121212;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -80px);
}

.section.presentation {
  min-height: 92vh;
  text-align: center;
  background-image: url('../images/Presentation-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.intro-cta {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.section.newsletter {
  background-color: #000;
}

.section.related {
  margin-bottom: 40px;
}

.section.zerotop {
  background-color: #1f2a50;
  padding: 0 20px;
}

.section.cta {
  background-color: #ec6d69;
  padding: 0;
}

.section.cta.hidden {
  display: block;
}

.section.tint-bkg {
  background-color: #e6e8ed;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.tint-bkg.no-padding {
  padding-top: 21px;
  padding-bottom: 21px;
}

.section.photo-cta {
  background-color: #ec6d69;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 50%), url('../images/brighton-pier.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 0;
}

.section.photo-cta.hidden {
  background-color: #fff;
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section.photo-cta.hidden.home {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}

.section.tint-bkg {
  background-color: #e6e8ed;
  padding-bottom: 30px;
}

.section.tint-bkg.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1f2a50;
  border-top: 1px solid #1f2a50;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.section.zerotop {
  background-color: #ec6d69;
  padding: 0 20px;
}

.section.blue-bkg {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.blue-bkg.lighter-bkg, .section.top-text {
  background-color: #e6e8ed;
}

.section.intro {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.margin-top-20 {
  margin-top: 0;
}

.section.margin-bottom-24px.light-bkg {
  padding-top: 25px;
}

.section.padding-top-30 {
  margin-top: 30px;
}

.section.steps.padding-top-24 {
  padding-top: 64px;
}

.section.bg-light {
  height: auto;
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1240px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.container.z-index-100 {
  z-index: 100;
  max-width: 1240px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.container.pos-relative {
  margin-bottom: 0;
}

.container.nav-light {
  z-index: 550;
  color: #f5f5f5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.other-posts-off {
  display: none;
}

.container.cta {
  max-width: 1240px;
  color: #fff;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
  padding: 4em 2em;
  display: flex;
}

.container.cta.hide {
  display: none;
}

.container.padding-top-section {
  padding: 1em 20px;
}

.container.margin-top-80.margin-bottom-60 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.container.padding-20px {
  margin-top: 0;
  padding: 15px 20px;
}

.container.cta {
  width: auto;
  max-width: none;
  color: #fff;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 10px 0;
  display: block;
}

.container.cta.baseline {
  background-image: none;
  justify-content: flex-end;
  padding: 5em 1.5em 2em;
}

.container.cta.baseline.side {
  max-width: none;
  background-color: #e6e8ed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 0 30px;
  display: flex;
}

.container.cta.baseline.side.inline {
  background-color: #ec6d69;
}

.container.left-align {
  align-items: flex-start;
}

.container.full-width {
  margin-left: 0;
  margin-right: 0;
}

.container.footer-socials {
  margin-top: 0;
  padding-bottom: 10px;
}

.container.intro {
  max-width: 1000px;
  justify-content: center;
}

.container.mb-20 {
  margin-bottom: 20px;
}

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

.grid.rows-24 {
  grid-column-gap: 26px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.grid.rows-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid.margin-top-80 {
  display: block;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.divider.dark {
  background-color: #242424;
}

.heading-xl-21 {
  color: #1f2a50;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-right: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.heading-xl-21.margin-0 {
  width: 100%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xl-21.dark {
  color: #fff;
}

.heading-xl-21.dark.mb-12 {
  z-index: auto;
  margin-bottom: 12px;
  position: relative;
}

.heading-xl-21.heading-intro-cta {
  padding-right: 40px;
  font-size: 40px;
}

.heading-xl-21.text-center {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 0;
}

.heading-xl-21.margin-bottom-24px {
  justify-content: center;
  margin-bottom: 25px;
  padding-right: 0;
}

.heading-xl-21.hero {
  max-width: none;
  color: #fff;
  align-self: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.heading-xl-21.mb-30 {
  margin-bottom: 40px;
}

.heading-xl-21.mb-30.text-center {
  margin-bottom: 30px;
}

.heading-large {
  color: #1f2a50;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  display: inline;
}

.heading-large:hover {
  color: #ec6d69;
}

.heading-large.text-white:hover {
  color: #8f8f8f;
}

.heading-large.no-caps {
  max-width: 800px;
  color: #1f2a50;
  text-transform: none;
  font-size: 44px;
  font-weight: 700;
}

.heading-large.no-caps.dark {
  color: #fff;
}

.heading-large.no-caps.heading-xl-2 {
  font-size: 48px;
}

.heading-large.no-caps.heading-xl-2.blog-head {
  font-size: 42px;
  line-height: 1.2;
}

.heading-large.no-caps {
  max-width: 800px;
  color: #1f2a50;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 48px;
  display: block;
}

.heading-large.no-caps.events {
  color: #ec6d69;
  margin-bottom: 15px;
  font-size: 44px;
}

.text-xl {
  z-index: 20;
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.text-xl.dark {
  color: #fff;
}

.text-xl.categories {
  color: #ec6d69;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.text-xl.categories:hover {
  color: #ec6d69;
}

.text-xl.dark-categories {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 900;
  line-height: 1;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.text-xl.dark-categories:hover {
  color: #8f8f8f;
}

.text-xl.mobile-fix {
  margin-bottom: 10px;
}

.text-xl.mobile-fix.mb15 {
  margin-bottom: 15px;
}

.text-xl.coral {
  color: #ec6d69;
  text-align: center;
}

.text-medium {
  color: #1f2a50;
  margin-bottom: 9px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.text-medium.text-white {
  margin-bottom: 0;
  margin-right: 2px;
}

.text-medium.margin-1 {
  color: #1f2a50;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.text-medium.margin-1.on-white {
  color: #1f2a50;
}

.text-medium.margin-1.white-text, .text-medium.dark {
  color: #fff;
}

.text-medium.margin-left-12 {
  margin-left: 0;
  text-decoration: none;
}

.text-medium.contact-text {
  color: #ec6d69;
  text-align: left;
}

.text-medium.contact-text.hide-this {
  display: none;
}

.text-medium.all-posts-link {
  color: #ec6d69;
  margin-bottom: 0;
}

.text-medium.text-block {
  z-index: 20;
  width: 142px;
  height: auto;
  clear: both;
  color: #1f2a50;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 20px auto 10px;
  padding: 8px 2px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.text-medium.borderline {
  border: 1px #1f2a50;
  border-bottom: 1px solid #8f8f8f;
  border-radius: 1px;
  padding-bottom: 5px;
}

.text-mediumtext-small {
  clear: none;
  color: #ec6d69;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-mediumtext-small.text-white {
  color: #fff;
}

.text-mediumtext-small.dark {
  color: #8f8f8f;
}

.text-mediumtext-small.title {
  text-transform: lowercase;
  margin-top: 6px;
  display: none;
}

.text-mediumtext-small.dark-title {
  color: #8f8f8f;
  margin-top: 6px;
}

.text-mediumtext-small.instagram-text {
  display: none;
}

.text-mediumtext-small.border-line {
  color: #1f2a50;
  border: 1px #1f2a50;
  border-bottom: 1px solid #8f8f8f;
  justify-content: flex-start;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 1.7;
}

.text-mediumtext-small.text-small-pad-right {
  padding-right: 5px;
}

.text-mediumtext-small.text-center {
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}

.text-mediumtext-small.hide {
  display: none;
}

.text-spaced {
  color: #1f2a50;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.text-spaced.dark {
  color: #8f8f8f;
}

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

.grid-thirds.dark-preview {
  background-color: #121212;
  padding: 24px;
}

.grid-thirds.rows-80 {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
}

.primary-light-bg {
  height: 180px;
  background-color: #757575;
  margin-bottom: 16px;
}

.body-text-light-bg {
  height: 180px;
  background-color: #000;
  margin-bottom: 16px;
}

.border-light-bg {
  height: 180px;
  background-color: #dbdbdb;
  margin-bottom: 16px;
}

.border-light-2-bg {
  height: 180px;
  background-color: #1f1f1f;
  margin-bottom: 16px;
}

.bg-light {
  height: 180px;
  background-color: #f5f5f5;
  margin-bottom: 16px;
}

.primary-dark-bg {
  height: 180px;
  background-color: #8f8f8f;
  margin-bottom: 16px;
}

.body-text-dark-bg {
  height: 180px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 16px;
}

.border-dark-bg {
  height: 180px;
  background-color: #242424;
  margin-bottom: 16px;
}

.bg-dark {
  height: 180px;
  background-color: #121212;
  margin-bottom: 16px;
}

.bg-dark-2 {
  height: 180px;
  background-color: #191919;
  margin-bottom: 16px;
}

.bg-dark-3 {
  height: 180px;
  background-color: #080808;
  margin-bottom: 16px;
}

.button {
  width: auto;
  max-width: 200px;
  min-width: 120px;
  color: #fff;
  text-align: left;
  object-fit: fill;
  background-color: #ec6d69;
  border: 1px solid #ec6d69;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button:hover {
  color: #ec6d69;
  -webkit-text-stroke-color: #ec6d69;
  background-color: #fff;
}

.button.dark {
  color: #1f2a50;
  background-color: #fff;
}

.button.dark:hover {
  color: #fff;
  background-color: #1f2a50;
}

.button.previous {
  width: 100%;
  max-width: 124px;
  color: #fff;
  text-align: center;
  border-style: none;
}

.button.previous:hover {
  background-color: #8f8f8f;
}

.button.next {
  width: 100%;
  max-width: 124px;
  color: #fff;
  text-align: center;
  background-color: #ec6d69;
  border-style: none;
}

.button.next:hover {
  box-shadow: none;
  background-color: #f78380;
}

.button.dark-next {
  width: 100%;
  max-width: 124px;
  color: #242424;
  text-align: center;
  background-color: #fff;
  border-style: none;
}

.button.dark-next:hover {
  background-color: #8f8f8f;
}

.button.dark-previous {
  width: 100%;
  max-width: 124px;
  color: #121212;
  text-align: center;
  background-color: #fff;
  border-style: none;
}

.button.dark-previous:hover {
  background-color: #8f8f8f;
}

.button.reverse {
  color: #ec6d69;
  background-color: #f5f5f5;
}

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

.button.navbar-signup {
  height: 38px;
  min-width: 108px;
  color: #fff;
  background-color: #ec6d69;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: .9;
  text-decoration: none;
}

.button.navbar-signup:hover {
  color: #ec6d69;
  background-color: #fff;
}

.button.hero {
  max-width: none;
  min-width: auto;
  color: #fff;
  background-color: #ec6d69;
  flex: 0 auto;
  align-items: center;
  margin-right: 20px;
  font-size: 18px;
}

.button.hero:hover {
  color: #ec6d69;
  background-color: #fff;
}

.button.secondary {
  max-width: 180px;
  min-width: 130px;
  color: #ec6d69;
  background-color: #fff;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button.secondary:hover {
  color: #fff;
  background-color: #ec6d69;
}

.button.secondary.align {
  align-self: flex-start;
}

.button-icon {
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ec6d69;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.button-icon:hover {
  background-color: rgba(236, 109, 105, .3);
}

.button-icon.dark {
  background-color: #242424;
}

.button-icon.newsletter {
  width: 56px;
  height: 34px;
}

.arrow-16 {
  width: 22px;
  transition: opacity .2s;
  transform: rotate(180deg);
}

.arrow-16.newsletter {
  color: #f5f5f5;
  position: absolute;
}

.button-icon-small {
  color: #dbdbdb;
  background-color: #dbdbdb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.button-icon-small.dark {
  background-color: #242424;
}

.button-icon-small.newsletter-sidebar {
  background-color: #ec6d69;
  padding: 8px 24px;
}

.button-icon-small.dark-newsletter-sidebar {
  background-color: #242424;
  padding: 8px 24px;
}

.label {
  color: #ec6d69;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #ec6d69;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 7px 12px 7px 14px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.label:hover {
  color: #fff;
  background-color: #ec6d69;
}

.label.dark {
  color: #000;
  background-color: #fff;
}

.button-outline {
  color: #f5f5f5;
  background-color: #ec6d69;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #f78380;
}

.button-outline.dark {
  color: #fff;
  background-color: #121212;
  border-color: #242424;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1), color .6s cubic-bezier(.215, .61, .355, 1), background-color .6s cubic-bezier(.215, .61, .355, 1);
}

.button-outline.dark:hover {
  color: #121212;
  background-color: #fff;
  border-color: #fff;
}

.button-outline.margin-top-40.center {
  align-self: center;
  margin-top: 30px;
  padding: 10px 22px;
  text-decoration: none;
}

.margin-left-10 {
  color: #ec6d69;
  margin-left: 0;
}

.tag {
  color: #ec6d69;
  -webkit-text-stroke-color: #ec6d69;
  border: 1px solid #ec6d69;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.tag:hover {
  color: #fff;
  background-color: #f78380;
}

.tag.dark {
  color: #fff;
  border-color: #242424;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1), color .6s cubic-bezier(.215, .61, .355, 1), background-color .6s cubic-bezier(.215, .61, .355, 1);
}

.tag.dark:hover {
  color: #121212;
  background-color: #fff;
  border-color: #fff;
}

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

.contact-form.margin-top-24 {
  color: #1f2a50;
  margin-top: 0;
}

.text-field {
  height: 60px;
  color: #757575;
  background-color: rgba(145, 118, 118, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
  padding: 10px 0 12px;
  font-size: 17px;
  line-height: 1.8;
  transition: border-color .3s ease-in-out;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #606060;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.text-field.dark {
  color: #fff;
  border-bottom-color: #242424;
}

.text-field.dark:focus {
  border-bottom-color: rgba(143, 143, 143, .7);
}

.text-field.dark::-ms-input-placeholder {
  color: #fff;
}

.text-field.dark::placeholder {
  color: #fff;
}

.select-field {
  height: 60px;
  color: #000;
  background-color: rgba(243, 243, 243, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
  padding: 14px 0;
  font-size: 18px;
  line-height: 1.8;
  transition: border-color .3s ease-in-out;
}

.select-field:focus {
  border-bottom-color: #606060;
}

.select-field.dark {
  color: #fff;
  border-bottom-color: #242424;
}

.select-field.dark:hover {
  border-bottom-color: rgba(143, 143, 143, .7);
}

.select-field.dark:focus {
  color: #8f8f8f;
}

.textarea {
  min-height: 120px;
  color: #757575;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding: 14px 0;
  font-size: 17px;
  transition: border-color .3s ease-in-out;
}

.textarea:focus {
  color: #000;
  border-bottom-color: #606060;
}

.textarea::-ms-input-placeholder {
  color: #000;
}

.textarea::placeholder {
  color: #000;
}

.textarea.dark {
  color: #fff;
  border-bottom-color: #242424;
}

.textarea.dark:focus {
  border-bottom-color: rgba(143, 143, 143, .7);
}

.textarea.dark::-ms-input-placeholder {
  color: #fff;
}

.textarea.dark::placeholder {
  color: #fff;
}

.success-message {
  color: #fff;
  background-color: #1f2a50;
  border-radius: 100px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #c21a1a;
  border-radius: 100px;
  margin-top: 16px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.rich-text-blog {
  color: #1f2a50;
  text-indent: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.rich-text-blog h5 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog figcaption {
  color: #1f2a50;
  margin-top: -24px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.rich-text-blog h3 {
  max-width: 730px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog img {
  width: 100%;
  height: auto;
  max-width: 920px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.rich-text-blog h6 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog ol {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  line-height: 1.8;
  list-style-type: decimal;
}

.rich-text-blog li {
  line-height: 2.2;
  list-style-type: decimal;
}

.rich-text-blog h1 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog blockquote {
  max-width: 730px;
  margin: 40px auto;
  font-size: 32px;
  font-weight: 400;
}

.rich-text-blog h4 {
  max-width: 730px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog p {
  max-width: 730px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.rich-text-blog h2 {
  max-width: 730px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-blog ul {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.rich-text-blog figure {
  margin-bottom: 20px;
}

.rich-text-blog.dark {
  color: #fff;
}

.rich-text-blog.paragraph-4.margin-bottom-8 {
  margin-bottom: 5px;
  font-weight: 400;
}

.rich-text-blog.insidr-tip {
  max-width: 730px;
  background-color: #e6e8ed;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 10px;
  padding: 10px 30px 10px 0;
}

.rich-text-blog.h3 {
  font-weight: 700;
}

.rich-text-blog.hotel-link {
  line-height: 1.4;
}

.rich-text-blog.hotel-link a {
  text-decoration: none;
}

.margin-0 {
  color: #1f2a50;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.margin-0.margin-top-40 {
  margin-top: 20px;
  font-weight: 400;
}

.margin-0.bolder {
  font-weight: 700;
}

.margin-0.not-bold {
  font-weight: 400;
}

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

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

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.featured-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

.featured-block.hide {
  display: none;
}

.margin-top-56 {
  max-width: 1240px;
  margin-top: 56px;
  margin-bottom: 60px;
}

.margin-top-80 {
  justify-content: center;
  margin-top: 80px;
  display: flex;
}

.margin-top-80.hide {
  display: none;
}

.margin-top-24 {
  margin-top: 16px;
}

.nav {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, .24);
  border-bottom: 1px solid rgba(219, 219, 219, .5);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-wrap {
  z-index: 1000;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-search {
  height: 48px;
  align-items: center;
  margin-bottom: 0;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.nav-search.search-page {
  margin-top: 80px;
  margin-right: 0;
}

.nav-right-content {
  color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-button {
  z-index: 5;
  width: 32px;
  height: 32px;
  background-color: #1f2a50;
  border-radius: 100px;
  padding: 0;
}

.search-button.dark {
  background-color: #242424;
}

.search-input {
  width: 288px;
  height: 48px;
  color: #1f2a50;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .6s;
}

.search-input:active {
  border-color: #dbdbdb;
}

.search-input:focus {
  color: #000;
  border-color: rgba(117, 117, 117, .6);
}

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

.search-input::placeholder {
  color: #000;
}

.search-input.dark {
  background-color: rgba(0, 0, 0, 0);
  border-color: #242424;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
}

.search-input.dark:focus {
  color: #fff;
  border-color: rgba(143, 143, 143, .3);
}

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

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

.search-input.search-page {
  width: 100%;
}

.nav-button-wrap {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 8px;
  transform: translate(0, -50%);
}

.search-icon {
  z-index: 10;
  position: absolute;
}

.full-container {
  z-index: 9950;
  width: 100%;
  height: auto;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: white;
  border: 0 #000;
  outline: 3px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.full-container.dark {
  background-color: #121212;
  border-bottom: 1px solid #242424;
}

.slider {
  min-height: 92vh;
  background-color: rgba(0, 0, 0, 0);
}

.slider.v3 {
  min-height: 500px;
}

.slider-image {
  z-index: 0;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-v1 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-list-wrapper, .collection-list, .collection-item {
  height: 100%;
}

.heading-slider {
  z-index: 10;
  max-width: 1140px;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  display: flex;
  position: relative;
}

.slider-overlay {
  z-index: 5;
  height: 100%;
  text-align: center;
  background-color: rgba(26, 26, 26, .4);
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-v1-data-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.text-white {
  color: #fff;
}

.slider-data-divider {
  color: #fff;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 400;
}

.margin-top-32 {
  margin-top: 32px;
}

.slide-nav {
  letter-spacing: 5px;
  text-indent: 0;
  column-count: 0;
  column-rule-width: 0px;
  border: 0 #000;
  border-radius: 0;
  column-gap: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  display: block;
}

.left-arrow {
  width: 50px;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  margin: 222px 0;
  display: block;
  top: auto;
  bottom: auto;
  left: 56px;
  right: auto;
  overflow: visible;
}

.left-arrow.v3 {
  z-index: 25;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.slider-right-arrow {
  transform: rotate(180deg);
}

.slider-right-arrow.small, .slider-left-arrow.small {
  width: 50px;
  height: 50px;
  position: relative;
}

.right-arrow {
  width: 56px;
  height: 56px;
  justify-content: flex-end;
  align-items: center;
  display: block;
  right: 56px;
}

.right-arrow.v3 {
  width: 40px;
  height: 40px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.all-posts-link-div {
  border-top: 0 #dbdbdb;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.all-posts-link-div.dark {
  border-top-color: #242424;
}

.all-posts-link-div.author-cms-page {
  border-top-style: none;
  border-top-width: 0;
  justify-content: flex-start;
  padding-top: 0;
}

.all-posts-link-div.added-padding-top {
  width: 100%;
  border-top-style: none;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: static;
}

.all-posts-links {
  align-items: center;
  display: flex;
  position: relative;
}

.all-posts-links.dark {
  color: #fff;
}

.all-posts-links.margin-right-12 {
  margin-right: 12px;
}

.all-posts-links.all-posts-link {
  font-size: 18px;
}

.grid-halves {
  grid-column-gap: 61px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.grid-halves.newsletter {
  grid-template-columns: .5fr .5fr;
  align-items: center;
  justify-items: start;
}

.grid-halves.rows-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-halves.cols-80 {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-halves.cols-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-halves.cols-12.hidden, .grid-halves.hide {
  display: none;
}

.card-v1-image {
  width: 100%;
  height: auto;
  max-height: 210px;
  max-width: 320px;
  object-fit: cover;
}

.card-data {
  align-items: center;
  display: flex;
}

.card-data.margin-top-10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
}

.card-data.margin-top-10.horizontal {
  flex-direction: row;
}

.card-data-divider {
  color: #757575;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
}

.card-data-divider.dark {
  color: #8f8f8f;
}

.card-data-divider.hide {
  display: none;
}

.card-data-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.card-data-wrap.mobile-fix {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}

.card-data-wrap.mobile-fix.vertical {
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 0;
}

.card-v1-content.margin-top-40 {
  margin-top: 25px;
  text-decoration: none;
}

.collection-categories-v1 {
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

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

.small-card-v1 {
  border-radius: 12px;
  text-decoration: none;
}

.small-card-v1.dark {
  color: #fff;
}

.small-card-v1.bg-light {
  width: 100%;
  height: 350px;
  background-color: #e6e8ed;
}

.small-card-v1-image {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-decoration: none;
}

.small-card-v1-content {
  margin-top: 20px;
  text-decoration: none;
}

.small-card-v1-content.padded {
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-large {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.text-large.margin-0 {
  margin-bottom: 5px;
  text-decoration: none;
}

.text-large.margin-0.light-text {
  color: #fff;
}

.small-card-data-wrap {
  flex-wrap: wrap;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.small-card-data-wrap.events {
  display: block;
}

.heading-newsletter {
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.newsletter-list-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.newsletter-list-item {
  color: #fff;
  margin-bottom: 12px;
  display: flex;
}

.newsletter-list-item.last {
  margin-bottom: 0;
}

.newscheck-check-icon {
  margin-right: 8px;
}

.newsletter-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #1f1f1f;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 32px;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
}

.newsletter-field:focus {
  border-color: rgba(117, 117, 117, .7);
}

.newsletter-field::-ms-input-placeholder {
  color: #fff;
}

.newsletter-field::placeholder {
  color: #fff;
}

.newsletter-field-wrap {
  position: relative;
}

.newsletter-field-submit-wrap {
  width: 56px;
  height: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 18px;
  transform: translate(0, -50%);
}

.footer-v1-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.footer-v1-wrap.padding-20 {
  align-self: center;
  padding-top: 20px;
}

.footer-v1-left-content {
  display: none;
}

.footer-v1-right-content {
  justify-content: flex-end;
  margin-left: 0;
  display: flex;
}

.footer-link {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

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

.footer-link.w--current {
  color: #1f2a50;
}

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

.footer-link.dark:hover {
  color: #8f8f8f;
}

.footer-links-wrap {
  display: flex;
}

.social-icon-wrap {
  width: 40px;
  height: 40px;
  color: #1f2a50;
  border: 1px #dbdbdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 8px;
  font-size: 18px;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social-icon-wrap:hover {
  border-color: #ec6d69;
}

.social-icon-wrap.dark {
  border-color: #242424;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1), border-color .6s cubic-bezier(.215, .61, .355, 1);
}

.social-icon-wrap.dark:hover {
  border-color: rgba(143, 143, 143, .4);
}

.social-icon-wrap.off, .social-icon-wrap.hide {
  display: none;
}

.template-links-wrap {
  color: #fff;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.template-links-wrap.padding-20px {
  align-self: center;
  align-items: stretch;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.template-link {
  color: #ec6d69;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.template-link.w--current {
  color: #ec6d69;
}

.template-link.first {
  color: #ec6d69;
  display: flex;
}

.template-link.first:hover {
  color: #f78380;
}

.template-link.first.w--current {
  color: #ec6d69;
}

.newsletter-email-wrap {
  position: relative;
}

.margin-top-12 {
  margin-top: 12px;
  text-decoration: none;
}

.margin-top-12.w--current {
  text-decoration: none;
}

.column-full {
  width: 100%;
}

.column-full.margin-top-80 {
  margin-top: 16px;
  margin-bottom: 20px;
  display: block;
}

.column-full.dark {
  color: #fff;
}

.column-full.hero-v2 {
  text-align: center;
}

.column-small {
  width: 100%;
  max-width: 540px;
  position: relative;
}

.margin-left-12 {
  margin-left: 12px;
}

.column-medium {
  width: 100%;
  max-width: 800px;
}

.column-medium.author {
  max-width: 730px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-medium.author-signature {
  max-width: 730px;
  margin: 10px auto 40px;
}

.newsletter-list-wrap {
  margin-top: 40px;
}

.section-dark-bg {
  background-color: #080808;
  padding-top: 160px;
  padding-bottom: 160px;
}

.card-v5 {
  width: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .14);
}

.card-v5.dark {
  box-shadow: none;
  background-color: #1a1a1a;
}

.gray-bg {
  background-color: #f5f5f5;
}

.card-v5-content {
  padding: 20px 20px 15px;
  text-decoration: none;
}

.card-v5-content.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.small-card-v5 {
  height: 100%;
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .04);
}

.small-card-v5.dark {
  box-shadow: none;
  background-color: #1a1a1a;
}

.small-card-v5-content {
  margin-top: 0;
  padding: 24px;
  text-decoration: none;
}

.small-card-v5-content.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.collection-categories-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

.pos-relative {
  position: relative;
}

.category-right-image {
  width: 290px;
  height: 180px;
  opacity: 0;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.category-left-image {
  width: 290px;
  height: 180px;
  opacity: 0;
  object-fit: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.page-wrap {
  margin-bottom: 0;
  display: block;
}

.page-wrap.dark {
  background-color: #121212;
  display: none;
}

.page-wrap.gray-bg {
  background-color: rgba(0, 0, 0, 0);
}

.card-v3 {
  width: 100%;
  height: 450px;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-v3-content {
  z-index: 15;
  position: relative;
}

.card-v3-overlay {
  z-index: 5;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-inside-card {
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.heading-inside-card.margin-0 {
  margin-bottom: 6px;
  line-height: 1.4;
  text-decoration: none;
}

.heading-inside-card.margin-0.mobile-fix {
  font-size: 22px;
  line-height: 1.4;
}

.card-data-v3 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-data-wrap-v3 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.card-data-divider-v3 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
}

.small-card-v3 {
  height: 280px;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-card-v3-content {
  z-index: 15;
  margin-top: 20px;
  position: relative;
}

.small-card-data-wrap-v3 {
  opacity: .8;
  margin-top: 12px;
  display: flex;
}

.collection-categories-v3 {
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.categories-v3-wrap {
  z-index: 15;
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.categories-v3-bar {
  width: 0;
  height: 8px;
  background-color: #000;
}

.categories-v3-bar.dark {
  background-color: #fff;
}

.categories-v3-image {
  width: 510px;
  height: 535px;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.collection-item-v3 {
  flex: 0 100%;
}

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

.card-v4 {
  background-color: #fff;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .04);
}

.card-v4.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.card-v4-image {
  width: 400px;
  height: 245px;
  object-fit: cover;
}

.card-v4-content {
  flex: 1;
  padding: 40px;
}

.small-card-v4 {
  background-color: #fff;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .04);
}

.small-card-v4.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.small-card-v4-content {
  margin-top: 0;
  padding: 0 32px;
}

.small-card-v4-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

.bg-dark-4 {
  height: 180px;
  background-color: #1a1a1a;
  margin-bottom: 16px;
}

.card-v5-image {
  width: 100%;
  height: auto;
  max-height: 190px;
  max-width: 620px;
  min-width: 288px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.card-v2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 0 6px 12px 5px rgba(36, 36, 36, .1);
}

.card-v2.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.card-v2-content {
  min-height: 155px;
  padding: 25px;
}

.slider-v2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-v2.margin-top-80 {
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 0;
}

.mask {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  overflow: visible;
}

.slide {
  width: 620px;
  height: auto;
  margin-right: 40px;
}

.slide._4col {
  width: 320px;
  height: auto;
  min-height: 390px;
  margin-right: 30px;
}

.slide-nav-2 {
  margin: 0;
  display: none;
}

.slider-v2-left-arrow {
  width: 70px;
  height: auto;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -27px;
  left: 0%;
  right: auto;
}

.slider-v2-right-arrow {
  width: 70px;
  height: auto;
  top: auto;
  bottom: -28px;
  left: 80px;
  right: auto;
  transform: rotate(180deg);
}

.small-card-v2 {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .04);
}

.small-card-v2.dark {
  color: #fff;
  background-color: #1a1a1a;
}

.see-all-block {
  border: 1px #1f2a50;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.see-all-block.dark {
  color: #fff;
  border-bottom-color: #242424;
}

.see-all-block.padding-bottom-0 {
  margin-bottom: 0;
}

.section-gradient {
  z-index: 0;
  height: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

._2-columns-wrap {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

._2-columns-wrap.contact-2 {
  margin-top: 0;
}

._2-columns-wrap.cms-post-data {
  margin-top: 5px;
}

._2-columns-wrap.cms-post-data.hide {
  display: none;
}

._2-columns-wrap.sidebar-col {
  width: 100%;
  max-width: 1240px;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

._2-columns-wrap.sidebar-col.left-align {
  justify-content: flex-start;
}

.sidebar {
  width: 100%;
  max-width: 320px;
  margin-left: 35px;
}

.column-xl {
  width: 100%;
  max-width: 840px;
  flex: 0 auto;
}

.column-xl.dark {
  color: #fff;
}

.column-xl.intro-cta {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-xl.right-padding {
  padding-right: 20px;
}

.large-card {
  text-decoration: none;
}

.large-card.dark {
  color: #fff;
}

.large-card-image {
  width: 760px;
  height: auto;
  max-height: 460px;
  max-width: none;
  min-height: 280px;
  min-width: auto;
  object-fit: cover;
  border-radius: 12px;
}

.large-content {
  margin-top: 15px;
}

.large-content.margin-top-40 {
  margin-top: 18px;
  text-decoration: none;
}

.pagination {
  max-width: 740px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #dbdbdb;
  border-radius: 100px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 9px 0;
  display: grid;
}

.pagination.dark {
  color: #fff;
  border-color: #242424;
}

.page-count {
  color: #1f2a50;
  flex: 1;
  margin-top: 0;
}

.sidebar-post-v1 {
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.sidebar-post-v1:hover {
  color: #757575;
}

.sidebar-post-v1.dark {
  color: #fff;
}

.sidebar-post-v1.dark:hover {
  color: #8f8f8f;
}

.sidebar-data {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sidebar-featured-image {
  width: 80px;
  height: 80px;
  float: none;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.sidebar-card-v1-item {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar-card-v1-item:first-child {
  padding-top: 0;
}

.sidebar-card-v1-item:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.sidebar-card-v1-item.dark {
  border-bottom-color: #242424;
}

.sidebar-tag-item-v1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  margin-right: 10px;
}

.sidebar-tag-item-v1:last-child {
  margin-bottom: 0;
}

.sidebar-tag-list {
  flex-wrap: wrap;
  margin-top: 17px;
  display: flex;
}

.sidebar-author-v1 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.margin-bottom-8 {
  width: 100%;
  object-fit: cover;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

.margin-bottom-8:last-child {
  margin-bottom: 0;
}

.sidebar-author-link {
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.sidebar-author-link:hover {
  color: #757575;
}

.sidebar-author-link.dark {
  color: #fff;
}

.sidebar-author-link.dark:hover {
  color: #8f8f8f;
}

.sidebar-author-image {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  margin-right: 12px;
}

.sidebar-author-v1-item {
  margin-bottom: 10px;
}

.sidebar-author-v1-item:last-child {
  margin-bottom: 0;
}

.sidebar-newsletter-form {
  width: 100%;
  max-width: none;
  margin-top: 24px;
  margin-bottom: 0;
}

.sidebar-newsletter-wrap {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: grid;
  position: relative;
}

.sidebar-newsletter-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dbdbdb;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 22px 24px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
}

.sidebar-newsletter-field:focus {
  color: #000;
  border-color: rgba(117, 117, 117, .6);
}

.sidebar-newsletter-field::-ms-input-placeholder {
  color: #000;
}

.sidebar-newsletter-field::placeholder {
  color: #000;
}

.sidebar-newsletter-field.dark {
  color: #fff;
  border-color: #242424;
}

.sidebar-newsletter-field.dark:focus {
  border-color: rgba(117, 117, 117, .7);
}

.sidebar-newsletter-field.dark::-ms-input-placeholder {
  color: #fff;
}

.sidebar-newsletter-field.dark::placeholder {
  color: #fff;
}

.sidebar-newsletter-field-wrap {
  height: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 12px;
  transform: translate(0, -50%);
}

.sidebar-instagram-v1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: none;
}

.instagram-link {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  height: 102px;
  object-fit: cover;
}

.instagram-overlay {
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-top-64 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.margin-top-64.hide {
  display: none;
}

.large-card-v2 {
  margin-bottom: 20px;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .04);
}

.large-content-v2 {
  background-color: #fff;
  padding: 30px 40px 35px;
}

.large-content-v2.drak {
  color: #fff;
  background-color: #1a1a1a;
}

.card-v4-grid-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-v4-image-wrap {
  width: 290px;
  height: 220px;
  max-width: 290px;
  flex: 1;
  position: relative;
}

.large-card-v3 {
  width: 100%;
  height: 515px;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-card-v3-content {
  z-index: 15;
  position: relative;
}

.cms-post-image {
  width: 100%;
  height: 600px;
  max-width: 800px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cms-post-image.event {
  margin-top: 30px;
}

.cms-social-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-social-wrap.author-page {
  justify-content: flex-start;
  align-items: flex-start;
}

.cms-author-image {
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.cms-author-bio {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
}

.cms-author-social {
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.cms-author-social:hover {
  border-color: rgba(117, 117, 117, .6);
}

.cms-author-social.dark {
  border-color: #242424;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
}

.cms-author-social.dark:hover {
  border-color: rgba(143, 143, 143, .4);
}

.cms-author-title {
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.cms-author-title:hover {
  color: #757575;
}

.cms-author-title.dark {
  color: #fff;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.cms-author-title.dark:hover {
  color: #8f8f8f;
}

.cms-author-title.profile-name {
  font-size: 21px;
  text-decoration: none;
}

.cms-post-tags {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-post-tags.tag-visibility.cetre-on-posts.hide {
  display: none;
}

.cms-post-tags-item {
  margin-left: 8px;
  margin-right: 8px;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.cms-categories-link {
  color: #ec6d69;
  text-transform: capitalize;
  background-image: linear-gradient(#ec6d69, #ec6d69);
  border-radius: 15px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.cms-categories-link:hover {
  color: #f78380;
}

.cms-categories-link:active, .cms-categories-link.w--current {
  color: #ec6d69;
}

.cms-categories-link.dark {
  color: #fff;
}

.cms-categories-link.dark:hover, .cms-categories-link.dark.w--current {
  color: #8f8f8f;
}

.cms-categories-link.pad-linkbutton {
  text-align: left;
  object-fit: fill;
  background-image: linear-gradient(rgba(236, 109, 105, 0), rgba(236, 109, 105, 0));
  border: 1px solid #ec6d69;
  border-radius: 30px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cms-categories-link.pad-linkbutton:hover {
  color: #f5f5f5;
  text-align: left;
  background-image: linear-gradient(#ec6d69, #ec6d69);
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.cms-categories-link.pad-linkbutton.w--current {
  color: #f5f5f5;
  background-image: linear-gradient(#ec6d69, #ec6d69);
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  padding-right: 15px;
  font-weight: 700;
}

.cms-categories-item {
  margin-top: 10px;
  margin-right: 10px;
}

.cms-categories-item:last-child {
  margin-right: 0;
}

.cms-categories-wrap {
  border-bottom: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.cms-categories-wrap.dark {
  color: #fff;
  border-bottom-color: #242424;
}

.cms-categories-wrap.mt-zero {
  padding-top: 0;
}

.cms-section-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.cms-section-header.dark {
  color: #fff;
  border-top-color: #242424;
}

.gray-text {
  color: #757575;
}

.gray-text.dark {
  color: #8f8f8f;
}

.gray-text.author-para {
  margin-top: 10px;
}

.author-cms-page-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
  margin-left: 40px;
}

.cms-social-author-page {
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 8px;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.cms-social-author-page:hover {
  border-color: rgba(117, 117, 117, .6);
}

.cms-social-author-page.dark {
  border-color: #242424;
}

.cms-social-author-page.dark:hover {
  border-color: rgba(143, 143, 143, .4);
}

.cms-post-video {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.cms-tags-wrap {
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.cms-tags-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.cms-tags-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.cms-tags-list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.about-image {
  height: 800px;
  object-fit: cover;
}

.about-image.margin-top-80 {
  width: 100%;
}

.subtitle {
  color: #1f2a50;
  margin-top: 30px;
  margin-bottom: 0;
}

.subtitle.dark {
  color: #8f8f8f;
}

.subtitle.plain {
  font-size: 18px;
}

.story-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  display: flex;
}

.story-wrap.about {
  flex: 0 auto;
  justify-content: space-between;
  padding-left: 0;
}

.column-xs {
  width: 100%;
  max-width: 375px;
  position: relative;
}

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

.column-xs.dark {
  color: #fff;
}

.column-xs.push-footer {
  margin-bottom: 220px;
}

.column-xs.pr-10 {
  max-width: 420px;
  padding-right: 10px;
}

.column-large {
  width: 100%;
  max-width: 900px;
  flex: 1;
  align-self: auto;
  display: flex;
}

.column-large.author-info {
  flex-direction: column;
}

.story-image {
  width: 400px;
  height: 245px;
  object-fit: cover;
  flex: none;
  margin-right: 40px;
}

.about-images-wrap {
  white-space: nowrap;
  margin-bottom: 40px;
}

.about-images-wrap.second-line {
  margin-bottom: 0;
}

.contact-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.contact-info {
  width: 100%;
  color: #ec6d69;
  text-align: center;
  border: 1px #dbdbdb;
  border-radius: 100px;
  padding: 12px 24px 12px 0;
  display: none;
}

.contact-info.dark {
  border-color: #242424;
}

.contact-info.hidden {
  display: none;
}

.contact-content.dark {
  color: #fff;
}

.dark-gray {
  color: #8f8f8f;
}

.heading-category {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: inline;
}

.heading-category:hover {
  color: #757575;
}

.heading-category.dark {
  color: #fff;
}

.heading-category.dark:hover {
  color: #8f8f8f;
}

.card-v3-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-small-line {
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: -4px;
  left: 0%;
  right: 0%;
}

.link-small-line.dark {
  background-color: #8f8f8f;
}

.featured-posts-wrap {
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featured-posts-wrap.margin-top-80 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 30px;
  overflow: visible;
}

.featured-post-image {
  width: 100%;
  height: auto;
  max-height: 401px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.featured-post-image.homepage-hero-story {
  max-width: 730px;
}

.card-featured-post {
  width: 100%;
  text-decoration: none;
}

.card-featured-post.dark {
  color: #fff;
}

.small-featured-post-image {
  width: 180px;
  height: 116px;
  object-fit: cover;
  border-radius: 12px;
  flex: none;
  margin-right: 5px;
}

.small-featured-post-card {
  width: 630px;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.small-featured-post-card.dark {
  color: #fff;
}

.other-features-posts-wrap {
  margin-left: 30px;
  padding-left: 0;
}

.small-featured-post-content {
  margin-left: 16px;
  text-decoration: none;
}

.large-featured-post-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.heading-large-featured {
  margin-top: 24px;
  margin-bottom: 0;
}

.heading-large-featured.dark {
  color: #fff;
}

.nav-link {
  z-index: auto;
  width: 100%;
  color: #f5f5f5;
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.nav-link:hover {
  color: #ec6d69;
}

.nav-link:active {
  color: #f78380;
}

.nav-link.w--current {
  color: #ec6d69;
  margin-top: 0;
  font-size: 48px;
}

.nav-link.dark {
  color: #fff;
}

.nav-link.dark:hover {
  color: #8f8f8f;
}

.nav-link.hide {
  font-size: 48px;
  display: block;
}

.nav-link.small {
  font-size: 40px;
  font-weight: 400;
}

.nav-menu {
  z-index: 500;
  width: 100%;
  height: 100%;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Opensauceone, sans-serif;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu.dark {
  display: none;
}

.brand, .brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-lottie {
  width: 30px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0 solid #1f2a50;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-search-full-mobile {
  width: 100%;
  height: 48px;
  max-width: 600px;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.nav-search-full-mobile.on-page {
  width: auto;
  height: 38px;
  max-width: none;
  align-self: center;
  margin-bottom: 0;
  padding-right: 0;
}

.nav-search-full-mobile.canvas {
  display: none;
}

.nav-search-full-mobile.hide {
  height: 48px;
  align-self: auto;
  margin-bottom: 0;
  position: relative;
}

.search-input-full {
  width: 100%;
  height: 48px;
  color: #8f8f8f;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 700;
}

.search-input-full:active {
  border-color: #dbdbdb;
}

.search-input-full:focus {
  color: #000;
  border-color: #dbdbdb;
}

.search-input-full::-ms-input-placeholder {
  color: #000;
}

.search-input-full::placeholder {
  color: #000;
}

.search-input-full.greycolour {
  color: #8f8f8f;
}

.nav-button-wrap-full {
  width: 34px;
  height: 34px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: auto;
  right: 8px;
  transform: translate(0, -50%);
}

.search-button-full {
  z-index: 5;
  width: 34px;
  height: 34px;
  background-color: #ec6d69;
  border-radius: 100px;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  padding: 0;
}

.search-icon-full {
  z-index: 10;
  max-width: 100%;
  font-size: 18px;
  position: absolute;
}

.nav-menu-bg {
  z-index: 500;
  opacity: 1;
  background-color: #1f2a50;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-bg.dark {
  background-color: #121212;
}

.intro-thumb-item {
  width: 100%;
  height: auto;
  max-height: 520px;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: auto;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .06);
}

.intro-thumb-mask {
  width: 100%;
  max-height: 520px;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 12px rgba(36, 36, 36, .06);
}

.intro-thumb-wrap {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-v3 {
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .4s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.slider-v3-content {
  position: relative;
}

.cms-post-live-bar-wrap {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.live-bar-arrow {
  transform: rotate(-180deg);
}

.cms-post-live-bar-left {
  align-items: center;
  display: flex;
}

.cms-progress-bar {
  z-index: 1510;
  width: 0%;
  height: 2px;
  background-color: #dbdbdb;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.cms-progress-bar.dark {
  background-color: #242424;
}

.cms-post-author-image {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 6px;
}

.cms-post-author-wrap {
  color: #757575;
  align-items: center;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.cms-post-author-wrap:hover {
  color: #242424;
}

.cms-post-author-wrap.dark {
  color: #8f8f8f;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.cms-post-author-wrap.dark:hover {
  color: #fff;
}

.cms-post-author-wrap.mobile-fix {
  color: #1f2a50;
  flex: 0 auto;
  justify-content: flex-end;
  text-decoration: none;
}

.heading-intro {
  color: #fff;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 900;
  line-height: 1.2;
}

.arrow-go-down {
  width: 56px;
  height: 56px;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 50%;
  right: 0%;
  transform: translate(-50%)rotate(-90deg);
}

.template-copyright-wrap {
  display: flex;
}

.utility-page-wrap {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap.padding-bottom-20 {
  margin-bottom: 20px;
}

.utility-page-content {
  width: 100%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.search-result-wrap {
  width: 100%;
  text-decoration: none;
}

.search-result-wrap.margin-top-56 {
  margin-top: 40px;
}

.text-mask {
  overflow: hidden;
}

.preloader {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-intro-cta {
  width: auto;
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-intro-cta.side {
  margin-bottom: 10px;
}

.cta-subtitle {
  color: #757575;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.template-links-left {
  justify-content: center;
  display: flex;
}

.template-links-right {
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
}

.all-posts-link {
  color: #ec6d69;
  margin-right: 10px;
}

.text-block {
  color: #fff;
}

.utility-page-form {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.search-result-bg {
  width: 100%;
  height: 245px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.brand-image {
  max-width: 220px;
  min-width: 160px;
  position: -webkit-sticky;
  position: sticky;
}

.support-wrap {
  margin-top: 56px;
  display: flex;
}

.hero-section {
  height: 100vh;
  min-height: 100px;
  background-color: rgba(8, 8, 8, .29);
  background-image: url('../images/Photography-03.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: flex;
}

.hero-section.page-hero {
  height: auto;
  min-height: 40vh;
  opacity: 1;
  cursor: auto;
  object-fit: cover;
  background-color: #1f2a50;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 60px 30px;
  display: flex;
  position: static;
}

.hero-section.home-hero {
  height: 75vh;
  background-color: #000;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 40%), url('../images/tripr_travel_tipis.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.hero-section.home-hero.hidden {
  height: 100%;
  min-height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-1 {
  color: #f5f5f5;
  margin-bottom: 10px;
}

.heading-2 {
  color: #1f2a50;
  text-align: left;
  align-self: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.heading-2.title-mobile {
  margin-bottom: 0;
}

.heading-2.big-font {
  z-index: 50;
  color: #fff;
  align-self: auto;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 0;
  font-size: 55px;
  line-height: 1.1;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
  position: static;
}

.heading-2.highlight {
  color: #ec6d69;
}

.heading-2.on-dark {
  color: #fff;
}

.container-2 {
  max-width: 1240px;
  flex-direction: row-reverse;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  font-size: 110px;
  display: block;
  position: static;
  overflow: visible;
}

.container-2.home-title {
  max-width: 1200px;
  padding-bottom: 40px;
}

.container-2.home-title.hidden {
  display: none;
}

.image {
  max-width: 200%;
  min-width: 150px;
}

.image.hero-logo {
  max-width: 120%;
  min-width: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 19px;
}

.image.signature {
  width: 50%;
  max-width: 730px;
}

.image-2 {
  min-width: 20px;
}

.image-2.social-icon, .image-2.social-icon:hover {
  color: #1f2a50;
  background-color: rgba(0, 0, 0, 0);
}

.image-2.social-icon.youtube {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-size: 24px 24px;
}

.image-2.social-icon.youtube:hover {
  background-image: url('../images/Tripr-Social-Pinterest-Hover.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-2.social-icon.mail-btn {
  color: #1f2a50;
  background-image: url('../images/Tripr-Social-Mail.svg');
  background-position: 50%;
  background-size: 24px 24px;
}

.image-2.social-icon.mail-btn:hover {
  background-image: none;
}

.image-3 {
  min-width: 20px;
}

.image-3.social-icon {
  min-width: 20px;
  filter: brightness(118%);
  color: #1f2a50;
}

.image-3.social-icon:hover {
  filter: brightness(200%);
}

.image-3.social-icon.linkedin-nudge {
  margin-bottom: 4px;
}

.image-3.social-icon, .image-3.social-icon:hover {
  color: #1f2a50;
  background-color: rgba(0, 0, 0, 0);
}

.image-3.social-icon.mail-btn {
  color: #1f2a50;
  background-image: url('../images/Tripr-Social-Mail.svg');
  background-position: 50%;
  background-size: 24px 24px;
}

.image-3.social-icon.mail-btn:hover {
  background-image: none;
}

.image-3.social-icon {
  min-width: 20px;
  color: #1f2a50;
}

.paragraph {
  z-index: 20;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.paragraph.max-text {
  max-width: 600px;
  text-align: left;
}

.paragraph.max-text.hero-para {
  z-index: 120;
  max-width: 870px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.4;
  position: static;
}

.heading-3 {
  float: none;
  color: #f5f5f5;
  text-align: center;
  flex: 1;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  position: static;
}

.paragraph-2 {
  z-index: 20;
  max-width: 900px;
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  position: relative;
}

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

.caps {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.7;
}

.field-label {
  color: #1f2a50;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-self: auto;
  margin-right: 3px;
  padding-top: 0;
  font-size: 14px;
  display: block;
}

.field-label.required {
  color: #ec6d69;
  font-size: 16px;
  line-height: .9;
}

.image-4 {
  max-width: 70%;
  align-self: center;
  margin-top: 40px;
}

.heading-4 {
  color: #1f2a50;
  font-weight: 700;
}

.field-label-2 {
  padding-bottom: 15px;
}

.submit-button {
  background-color: #ec6d69;
  border-radius: 20px;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #f78380;
}

.text-field-2 {
  align-self: auto;
  margin-bottom: 15px;
}

.text-block-2 {
  color: #ec6d69;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-2.tag-visibility.hide {
  display: none;
}

.tag-title {
  margin-bottom: 10px;
}

.div-block-6 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-blog-newsletter {
  justify-content: flex-start;
  margin: 10px 0 40px;
  padding-left: 50px;
  display: flex;
}

.div-blog-newsletter.sidebar-ac-newsletter {
  margin-top: 5px;
  padding-left: 0;
}

.div-block-7 {
  max-height: 20px;
  border-bottom: 1px #1f2a50;
  margin-bottom: 10px;
}

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

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

.embed-style {
  padding-bottom: 10px;
}

.collection-item-2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.collection-item-3 {
  margin-bottom: 40px;
}

.paragraph-15 {
  text-indent: 0;
  line-height: 1.6;
}

.paragraph-15.text-white {
  font-size: 18px;
  line-height: 1.6;
}

.div-block-banner {
  margin-bottom: 40px;
  display: none;
}

.div-block-banner.hide {
  display: none;
}

.div-block-10 {
  justify-content: center;
  display: none;
}

.div-block-10.hide {
  display: none;
}

.button-2 {
  font-size: 16px;
}

.button-3 {
  font-size: 17px;
}

.paragraph-4 {
  max-width: 940px;
  color: #1f2a50;
  font-size: 17px;
  line-height: 1.6;
}

.paragraph-4.margin-top-24 {
  margin-top: 8px;
  font-weight: 400;
}

.heading-5 {
  font-size: 32px;
}

.heading-5.margin-top-24.mb-12 {
  margin-bottom: 20px;
}

.div-block-11 {
  align-self: flex-start;
  padding-top: 25px;
  padding-bottom: 0;
  padding-right: 10px;
}

.heading-h1 {
  color: #1f2a50;
  font-size: 40px;
}

.paragraph-5 {
  font-size: 17px;
  line-height: 1.6;
}

.html-embed {
  font-size: 17px;
}

.h2 {
  color: #1f1f1f;
}

.rule {
  border: 1px solid #757575;
  border-top: 1px #dbdbdb;
  margin-bottom: 30px;
}

.rule.transparent {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.collection-item-5 {
  width: 100%;
  height: auto;
  display: block;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 20px 20px;
}

.next-2 {
  color: #fff;
  text-align: center;
  background-color: #ec6d69;
  border-color: #ec6d69;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 14px;
}

.next-2:hover {
  background-color: #f78380;
}

.previous-2 {
  color: #fff;
  text-align: center;
  background-color: #ec6d69;
  border-color: #ec6d69;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 14px;
}

.previous-2:hover {
  background-color: #f78380;
}

.share-this {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.container-3 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  display: block;
}

.html-embed-3 {
  z-index: 500;
  width: auto;
  height: auto;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.content-wrapper-home {
  z-index: 1;
  width: auto;
  height: 90vh;
  max-height: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 68%, rgba(31, 42, 80, .3)), url('../images/tripr-image00.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-wrapper-home.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 68%, rgba(31, 42, 80, .3));
  justify-content: center;
}

.container-fulll-width {
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  padding-top: 56.25%;
  padding-left: 0;
  display: block;
  position: relative;
}

.home-container-block {
  z-index: 10;
  max-height: 95%;
  max-width: none;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin: 0 0% 20px;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  width: 100%
}

.collection-item-6 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Tripr_Spring_video_background.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
}

.video-hero-collection {
  z-index: -1;
  background-color: #000;
  display: block;
  position: relative;
}

.video-hero-collection.hide {
  height: 82vh;
  display: flex;
}

.div-block-13 {
  max-height: 20px;
  border-bottom: 1px solid #1f2a50;
  margin-bottom: 24px;
}

.text-small-2 {
  color: #ec6d69;
  text-transform: uppercase;
  border-bottom: 1px #000;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.text-small-2.hidden, .text-small-2.instagram-text {
  display: none;
}

.text-small-2.border-line {
  color: #1f2a50;
  border: 1px #1f2a50;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 1.7;
}

.heading-xl-2 {
  color: #1f2a50;
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xl-2.margin-0 {
  align-self: flex-start;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.heading-xl-2.home-hero {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}

.card-data-divider-2 {
  color: #757575;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
}

.sidebar-card-v1-item-2 {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
}

.sidebar-card-v1-item-2:first-child {
  padding-top: 0;
}

.sidebar-card-v1-item-2:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.label-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ec6d69;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.label-2:hover {
  background-color: #f78380;
}

.success-message-2 {
  color: #fff;
  background-color: #1f2a50;
  border-radius: 100px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.cms-post-author-wrap-2 {
  color: #757575;
  align-items: center;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.cms-post-author-wrap-2:hover {
  color: #242424;
}

.cms-post-author-wrap-2.mobile-fix {
  color: #1f2a50;
  flex: 0 auto;
  justify-content: flex-end;
}

.authors {
  display: none;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #c21a1a;
  border-radius: 100px;
  margin-top: 16px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-6 {
  color: #1f2a50;
  display: inline;
}

.heading-6.block {
  max-width: 730px;
  color: #1f2a50;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: block;
}

.heading-6.event {
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-right: 8px;
  font-weight: 700;
  display: inline-block;
}

.heading-7 {
  font-weight: 700;
  display: inline;
}

.heading-8 {
  max-width: 730px;
  color: #ec6d69;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: inline-block;
}

.heading-8.insidr-tip {
  color: #1f2a50;
  background-color: #e6e8ed;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.heading-8.insidr {
  color: #1f2a50;
}

.div-block-14 {
  background-color: #ec6d69;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
}

.link-block {
  width: 100%;
  max-width: 730px;
  text-align: center;
  background-color: #e6e8ed;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.heading-9 {
  width: 100%;
  max-width: 730px;
  color: #ec6d69;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.html-embed-4 {
  flex: 0 auto;
}

.heading-10 {
  max-width: 730px;
  color: #ec6d69;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.empty-item {
  color: #1f2a50;
  background-color: #f5f5f5;
  font-size: 16px;
}

.section-header-border-2 {
  border: 0 solid #1f2a50;
  padding-bottom: 0;
}

.paragraph-6 {
  max-width: 730px;
  color: #1f2a50;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-6.light-text {
  color: #fff;
  line-height: 1.5;
}

.paragraph-6.lighter {
  color: #fff;
  margin-bottom: 15px;
}

.div-block-15 {
  flex: 0 auto;
  justify-content: flex-start;
  display: block;
}

.sign-up-block {
  width: 100%;
  height: auto;
  max-width: 1180px;
  background-color: #1f2a50;
  background-image: linear-gradient(315deg, #212a4f, #39436c);
  border-radius: 12px;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.cta-block-2 {
  width: auto;
  max-width: none;
  border-radius: 12px;
  flex-direction: column;
  align-self: center;
  margin-right: 20px;
  padding: 20px 50px;
  display: flex;
}

.cta-block-2.padding-right-more {
  margin-right: 40px;
}

.cta-block-2.padding-right-more.margin-bottom-20 {
  width: 26%;
  flex: 0 auto;
}

.html-embed-5 {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.heading-12 {
  max-width: none;
  color: #fff;
  margin-bottom: 30px;
}

.heading-12.margin-bottom-8 {
  margin-bottom: 15px;
  display: flex;
}

.heading-12.margin-bottom-8.mobile-fonts {
  margin-bottom: 10px;
}

.image-5 {
  border-radius: 12px;
}

.image-5.margin-bottom-8 {
  width: 100%;
}

.div-padding-right-6px {
  padding-right: 8px;
}

.heading-13 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sign-up-side-container {
  height: 100%;
  background-color: #1f2a50;
  background-image: linear-gradient(314deg, #212a4f, #39436c 74%);
  border-radius: 12px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 30px;
}

.image-6 {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.heading-14 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
}

.empty-state {
  color: #1f2a50;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  padding-left: 0;
}

.empty-state-2 {
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 1.6;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 10px;
}

.category-label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.category-label.text-block {
  flex: 0 auto;
  order: 0;
  display: block;
}

.column-images {
  width: 100%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.div-block-18 {
  width: 100%;
  height: auto;
  max-height: 240px;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.heading-15 {
  color: #1f2a50;
  font-size: 24px;
}

.div-block-19 {
  width: auto;
  max-width: 740px;
}

.div-block-20 {
  max-width: 730px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20.authors {
  display: none;
}

.author-photo {
  border-radius: 62px;
  margin-right: 20px;
}

.event-icons {
  margin-top: -10px;
  margin-right: 15px;
  padding-bottom: 0;
}

.max-width-field {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-field.insidr {
  background-color: #e6e8ed;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 0;
}

.max-width-field.margin-top-20 {
  z-index: 55;
  margin-top: 25px;
  display: block;
  position: relative;
}

.max-width-field.vital-sep {
  border-top: 1px dashed #8f8f8f;
  margin-top: 0;
  padding-top: 30px;
}

.collection-item-7 {
  min-height: 390px;
}

.paragraph-8 {
  color: #1f2a50;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.collection-item-8 {
  border-radius: 12px;
}

.button-4 {
  width: auto;
  color: #fff;
  background-color: #1f2a50;
  border-radius: 24px;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 16px;
}

.paragraph-9 {
  z-index: 20;
  position: relative;
}

.previous-3 {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  align-items: center;
  margin: 220px 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 40px;
}

.next-3 {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin: 220px 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  overflow: visible;
}

.pagination-2 {
  z-index: 20;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50px;
  bottom: 90px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

.splide.slider1 {
  max-width: 1300px;
}

.splide.slider1.pill {
  margin-top: 10px;
  padding-right: 0;
  display: block;
}

.splide.slider0 {
  height: auto;
}

.html {
  z-index: auto;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__list.padding-bottom-2em {
  margin-bottom: 1em;
  display: flex;
}

.header {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8.7em;
  padding-bottom: 6.2em;
  display: block;
}

.splide__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: .8;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link_text {
  font-size: 1.2em;
}

.header_sub-line {
  width: 4em;
  height: 1px;
  background-color: #242022;
  flex: 0 auto;
}

.logo {
  width: 6em;
  height: 1.6em;
  color: #242022;
}

.header_sub {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.section-splider {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-splider.is--nav {
  z-index: 1000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-splider.is--dark {
  color: #dfdad5;
  background-color: #1f2a50;
}

.section-splider.is--dark.full-width-hero {
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-splider.is--dark.hide {
  display: none;
}

.section-splider.light-bkg {
  background-color: #fff;
}

.section-splider.hidden {
  display: block;
}

.section-splider.is--dark {
  color: #dfdad5;
  background-color: #1f2a50;
}

.section-splider.is--dark.full-width-hero {
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-splider.hide {
  display: none;
}

.section-splider.background {
  background-color: #e6e8ed;
}

.section-splider.background.margin-bottom-24px.hide {
  display: none;
}

.header_sub-text {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: 1;
  margin-left: 1em;
  font-size: .8em;
  font-weight: 500;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.embed {
  color: #ec6d69;
  transition: opacity .2s;
}

.embed.white {
  color: #fff;
  mix-blend-mode: normal;
}

.splide__arrow {
  width: 6em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  width: 4em;
  height: 2em;
  background-image: url('../images/Arrow-link-coral.svg');
  background-size: 34%;
  border-width: 2px;
  border-color: #ec6d69;
  margin-right: .8em;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:hover {
  background-color: rgba(247, 131, 128, .2);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  width: 4em;
  height: 2em;
  background-image: url('../images/Arrow-link-coral.svg');
  background-size: 34%;
  border-width: 2px;
  border-color: #ec6d69;
}

.splide__arrow.splide__arrow--next:hover {
  background-color: rgba(247, 131, 128, .2);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--next {
  width: 4em;
  height: 2em;
  background-image: url('../images/Arrow-link-coral.svg');
  background-size: 34%;
  border-width: 2px;
  border-color: #ec6d69;
}

.splide__arrow.splide__arrow--next:hover {
  background-color: rgba(247, 131, 128, .2);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrow.splide__arrow--prev {
  width: 4em;
  height: 2em;
  background-image: url('../images/Arrow-link-coral.svg');
  background-size: 34%;
  border-width: 2px;
  border-color: #ec6d69;
  margin-right: .8em;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:hover {
  background-color: rgba(247, 131, 128, .2);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__slide {
  width: 33.3333%;
  height: 100%;
  min-height: 155px;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-right: 35px;
  padding: 0 0 10px;
  display: flex;
}

.splide__slide.five-cards {
  width: 20%;
}

.splide__slide.full-width-slider {
  width: 100%;
}

.splide__slide.shadow-pill {
  flex: none;
  margin-right: 30px;
  padding: 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 5px 12px 5px rgba(36, 36, 36, .12);
}

.splide__slide.shadow-pill.quarters {
  width: 25%;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  width: 2em;
  height: 5px;
  opacity: .3;
  background-color: #ec6d69;
  border-radius: 3px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  width: 2em;
  height: 5px;
  opacity: 1;
  background-color: #ec6d69;
  margin-left: .4em;
}

.menu-icon_embed {
  width: 100%;
  height: 100%;
}

.overflow {
  width: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.overflow.hidden {
  display: block;
}

.slider-container {
  width: 100%;
  max-width: 1462px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
}

.slider-container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.slider-container.full-width-splider {
  width: 100%;
  height: 500px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.slider-container.hide {
  display: none;
}

.slider-container.tint-bkg {
  width: 100%;
  max-width: 1240%;
  display: block;
}

.nav-link-2 {
  color: #242022;
  padding-left: 2em;
}

.splide__track {
  width: 100%;
  margin-bottom: 1.5em;
}

.splide__track.margin-bottom-0 {
  margin-bottom: 0;
}

.button-5 {
  color: #242022;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #242022;
  border-radius: 100vw;
  padding: .5em 2.4em;
  font-size: .9em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.button-5:hover {
  color: #dfdad5;
  background-color: #242022;
}

.menu-icon {
  width: 2em;
  height: 2em;
  display: none;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.splide__arrows.is--center {
  height: 60px;
  object-fit: fill;
  justify-content: center;
  padding-left: 1em;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0%;
  right: 0%;
}

.splide__arrows.is--mobile-center {
  justify-content: flex-start;
  margin-bottom: 15px;
}

.logo_image {
  width: 100%;
}

.slider-pill {
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: block;
  position: relative;
  overflow: visible;
}

.slider-pill.hero-pill {
  width: 100%;
  height: 500px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider-pill.dark {
  background-color: #24315c;
  padding-bottom: 25px;
  box-shadow: 0 5px 12px 5px rgba(36, 36, 36, .12);
}

.slider-pill_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: rgba(36, 32, 34, .14);
  border-radius: 12px 12px 0 0;
  margin-bottom: 1em;
  padding-top: 70%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-pill_img.hero-slide-image {
  object-fit: fill;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider-pill_img.edge-image {
  border-radius: 12px 12px 0 0;
  margin-bottom: 25px;
}

.slider-pill_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-pill_photo.hero-slider-image {
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sliders_text2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.sliders_text2.hidden {
  display: none;
}

.sliders_text2.pt-8px {
  color: #1f2a50;
  margin-top: 8px;
}

.heading-16 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.heading-16.hero-title {
  height: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-16.heading-slider {
  text-align: center;
  align-self: center;
  align-items: stretch;
  font-size: 36px;
}

.slider-category-heading {
  color: #1f2a50;
  margin-bottom: 5px;
}

.slider-category-heading.dark {
  margin-bottom: 25px;
}

.slider-category-heading.light {
  color: #fff;
  margin-bottom: 25px;
}

.slider-category-heading.margin-bottom-8 {
  margin-bottom: 8px;
}

.slider-category-heading.mb-24 {
  margin-bottom: 24px;
}

.div-block-21 {
  padding: 0 25px 10px;
}

.slide-link {
  z-index: 80;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-styles.hidden {
  display: none;
}

.container-6 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em;
}

.container-6.hidden {
  display: block;
}

.splide__arrows-2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.light-bkg {
  background-color: #eef3f6;
  padding: 20px;
}

.div-block-22 {
  color: #1f2a50;
  font-weight: 400;
}

.link-on-white {
  color: #ec6d69;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-size: 22px;
}

.collection-item-9 {
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.collection-list-3 {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.hero-without-image.lighter-bkg {
  background-color: #e6e8ed;
}

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.newslettermodal {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
}

.div-block-23 {
  width: 600px;
  height: 320px;
  background-color: #fff;
  border-radius: 12px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.div-block-24 {
  width: 50px;
  height: 45px;
  padding: 10px 3px 5px 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-icon {
  width: auto;
  height: auto;
  max-width: 70%;
}

.div-block-25 {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 37%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-17 {
  color: #1f2a50;
}

.heading-18 {
  color: #1f2a50;
  margin-bottom: 15px;
}

.heading-19 {
  color: #1f2a50;
}

.heading-20, .heading-21 {
  font-weight: 700;
}

.image-7 {
  opacity: .65;
  color: #1f2a50;
}

.image-7:hover {
  opacity: .8;
}

.image-8 {
  opacity: .65;
  direction: ltr;
  color: #1f2a50;
}

.text-block-4 {
  color: #1f2a50;
  text-align: center;
}

.profile-blurb {
  margin-top: 10px;
}

.tag-block {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tag-block.hide {
  display: none;
}

.share-this-block {
  margin-top: 20px;
}

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

.link-block-2 {
  z-index: 80;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-details-block {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.fields-required-div {
  display: flex;
}

.checkbox-field {
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
}

.checkbox {
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-color: #ec6d69;
  border-radius: 4px;
  margin-top: 0;
  margin-left: -19px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.checkbox.w--redirected-checked {
  background-color: #ec6d69;
  background-size: 14px;
  border-color: #ec6d69;
  font-size: 18px;
}

.gdpr-label {
  color: #1f2a50;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}

.link {
  color: #ec6d69;
}

.text-span {
  color: #ec6d69;
  font-size: 15px;
}

.categories {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tint-bkg {
  background-color: #e6e8ed;
}

.pagination-3 {
  justify-content: flex-start;
}

.paragraph-10 {
  font-size: 17px;
}

.footer-link-2 {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.footer-link-2:hover {
  color: #e6e8ed;
}

.footer-link-2.w--current {
  color: #1f2a50;
}

.social-icon-wrap-2 {
  width: 40px;
  height: 40px;
  color: #1f2a50;
  border: 1px #dbdbdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 8px;
  font-size: 18px;
  transition: border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social-icon-wrap-2:hover {
  border-color: #ec6d69;
}

.social-icon-wrap-2.off {
  display: none;
}

.template-link-2 {
  color: #ec6d69;
  margin-left: 24px;
  margin-right: 0;
  font-size: 14px;
  line-height: 1;
  transition: color .6s cubic-bezier(.215, .61, .355, 1);
}

.template-link-2:hover {
  color: #f78380;
}

.template-link-2.w--current, .template-link-2.first {
  color: #ec6d69;
}

.template-link-2.first:hover {
  color: #f78380;
}

.template-link-2.first.w--current {
  color: #ec6d69;
}

.splide__pagination__page-2 {
  width: 2.6em;
  height: 5px;
  opacity: .3;
  background-color: #ec6d69;
  border-radius: 3px;
  margin-left: .3em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page-2.is-active {
  width: 2.6em;
  height: 5px;
  opacity: 1;
  background-color: #ec6d69;
  margin-left: .4em;
}

.slider-category-heading-2 {
  color: #1f2a50;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.slider-category-heading-2.light {
  color: #fff;
  margin-bottom: 20px;
}

.slider-category-heading-2.dark {
  margin-bottom: 30px;
}

.heading-22 {
  max-width: none;
  color: #fff;
  margin-bottom: 30px;
}

.heading-22.margin-bottom-8 {
  margin-bottom: 20px;
}

.heading-xl-3 {
  width: 100%;
  color: #1f2a50;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.heading-xl-3.margin-bottom-8 {
  margin-bottom: 10px;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 10px;
}

.cta-button {
  width: auto;
  color: #ec6d69;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 24px;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
}

.cta-button:hover {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: #f78380;
  border-color: #fff;
}

.cta-button.side {
  color: #ec6d69;
  background-color: #fff;
  font-size: 15px;
}

.cta-button.side:hover {
  color: #fff;
  background-color: #ec6d69;
}

.cta-button.blue {
  color: #1f2a50;
  background-color: #fff;
}

.cta-button.blue:hover {
  color: #fff;
  background-color: #1f2a50;
}

.template-links-wrap-2 {
  color: #fff;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.template-links-wrap-2.padding-20px {
  padding-left: 0;
  padding-right: 0;
}

.embed-2 {
  color: #ec6d69;
  transition: opacity .2s;
}

.embed-2.white {
  filter: invert();
  mix-blend-mode: normal;
}

.embed-2.invert {
  filter: invert();
}

.collection-list-wrapper-4 {
  width: 100%;
}

.hero-div {
  z-index: 980;
  width: 100%;
  height: auto;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.featured-things-div {
  margin-top: 15px;
  margin-bottom: 25px;
}

.details-div {
  padding-right: 10px;
  text-decoration: none;
}

.page-count-2 {
  color: #1f2a50;
  margin-top: 0;
  font-weight: 700;
}

.headings-n-see-more {
  width: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.headings-n-see-more.margin-bottom-24px.center {
  justify-content: flex-end;
}

.cta-inline-section {
  background-image: linear-gradient(to top, rgba(31, 42, 80, .6), rgba(31, 42, 80, .2) 75%);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 20px 0 40px;
  display: block;
}

.cta-inline-section.sidebar {
  margin-left: 0;
  margin-right: 0;
}

.cta-inline-section.side {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cta-inline-section.side.hidden {
  background-color: #ec6d69;
  background-image: linear-gradient(314deg, #b64848, #dc746d);
  margin-top: 0;
  display: block;
}

.cta-inline-section.hidden {
  background-color: #ec6d69;
  background-image: none;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 0;
  display: block;
}

.cta-inline-section.hidden.hide-this {
  display: none;
}

.hotel-links {
  width: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 0 20px;
  display: block;
}

.image-9 {
  border-radius: 12px;
  align-self: flex-start;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-3 {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.home-hero-cms-wrapper {
  width: 100%;
}

.max-width.insidr-base {
  height: 20px;
  max-height: 20px;
  background-color: #e6e8ed;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  margin-top: 20px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-heading.heading-8 {
  color: #1f2a50;
}

.section-about {
  background-color: #fff;
  padding: 50px 30px 60px;
}

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

.text-center-2.pt-10 {
  padding-top: 10px;
}

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item.tint-bkg {
  background-color: #e6e8ed;
  padding-bottom: 10px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  background-image: url('../images/keyboard_arrow_down_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px 46px;
  font-family: Opensauceone, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.link-2, .link-3 {
  color: #ec6d69;
}

.list-item {
  list-style-type: disc;
}

.list {
  margin-bottom: 18px;
  padding-left: 24px;
  list-style-type: disc;
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 24px;
}

.list-3 {
  margin-bottom: 16px;
  padding-left: 24px;
  list-style-type: decimal;
}

.list-item-2, .list-item-3, .list-item-4 {
  padding-left: 7px;
}

.list-4 {
  margin-bottom: 20px;
  padding-left: 28px;
  list-style-type: decimal;
}

.pl-8px {
  padding-left: 8px;
}

.categories-grid {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 20px;
  grid-row-gap: 18px;
  grid-template: "Area-10 Area-10 Area-5 ." minmax(175px, 2fr)
                 "Area-9 Area-6 Area-6 Area-2" minmax(175px, 2fr)
                 "Area-7 Area-3 Area-11 Area-11" minmax(175px, 2fr)
                 "Area-12 Area-12 . ." minmax(175px, 2fr)
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 24px;
}

.cat-grid-div {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/tripr-category-480-Arts-and-Crafts.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.cat-grid-div.cat-block-grid {
  background-image: url('../images/tripr-category-480-Arts-and-Crafts.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.cat-grid-div.btm-left {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/tripr-category-480-Arts-and-Crafts.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.cat-grid-div.btm-left:hover {
  background-size: auto, cover;
}

.div-block-27 {
  background-image: url('../images/tripr-category-480-Music-and-Festivals.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-27.cat-block-grid {
  border-radius: 12px;
}

.div-block-27.btm-ledft {
  display: flex;
}

.div-block-27.btm-left {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/tripr-category-480-Music-and-Festivals.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-28 {
  background-image: url('../images/tripr-category-800-Sports-and-Activities.jpg');
  background-position: 50% 51%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-28.gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/tripr-category-800-Sports-and-Activities.jpg');
  background-position: 0 0, 50% 48%;
  background-size: auto, cover;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-29 {
  background-image: url('../images/tripr-category-800-Nature.jpg');
  background-position: 50% 29%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-30 {
  background-image: url('../images/tripr-category-800-Food-and-Drink.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-30.gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0)), url('../images/tripr-category-800-Food-and-Drink.jpg');
  background-position: 0 0, 50% 26%;
  background-size: auto, cover;
  padding-bottom: 20px;
  padding-left: 20px;
}

.cat-grid-title {
  z-index: 680;
  color: #fff;
  align-items: flex-end;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.div-block-31 {
  background-image: url('../images/tripr-category-480-Culture.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-31.gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/tripr-category-480-Culture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-31.gradient.cat-text-space {
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-32 {
  background-image: url('../images/tripr-category-480-Wellness.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-32.gradient {
  background-image: url('../images/tripr-category-480-Wellness.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.div-block-33 {
  background-image: url('../images/tripr-category-480-Entertainment.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-33.btm-left {
  background-image: url('../images/tripr-category-800-Entertainment.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.category-section {
  margin-left: auto;
  margin-right: auto;
}

.category-section.hide {
  background-color: #e6e8ed;
  padding: 40px 20px 50px;
  display: block;
}

.div-block-34 {
  background-image: url('../images/tripr-category-480-History.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-34.gradient {
  background-image: url('../images/tripr-category-480-History.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-35 {
  background-image: url('../images/tripr-category-480-Family-Festival.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-36 {
  background-image: url('../images/tripr-category-480-Round-Ups-and-Reviews.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-37 {
  background-image: url('../images/tripr-category-480-Brighton-Royal-Pavilion-Bonnie-Rakhit.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.div-block-38 {
  background-image: url('../images/tripr-category-480-Quirky-and-Bonkers.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.column {
  padding-left: 10px;
}

.column.zero-pl {
  padding-left: 0;
}

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

.columns {
  background-color: #fff;
  align-items: center;
  display: flex;
}

.column-2.pl-40 {
  padding-right: 40px;
}

.image-10 {
  width: 100%;
  max-width: none;
  border-radius: 12px;
}

.paragraph-11 {
  font-size: 16px;
  line-height: 1.6;
}

.empty-state-5 {
  background-color: #f5f5f5;
}

.mobile-cat-grid.hide {
  display: none;
}

.link-4 {
  color: #ec6d69;
}

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

.paragraph-12.margin-bottom-8.not-bold {
  font-weight: 400;
}

.grid-gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  border-radius: 12px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-gradient:hover {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  display: flex;
}

.cat-grid-image {
  object-fit: fill;
  position: absolute;
}

.body {
  height: auto;
  top: 0;
}

._30px-gap, .container-9 {
  height: 30px;
}

.heading-23 {
  z-index: 555;
  color: #fff;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 28px;
  display: flex;
  position: relative;
}

.get-a-room-block {
  max-width: 1180px;
  background-color: #fff;
  background-image: linear-gradient(315deg, #b64848, #dc746d 76%);
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 0;
  display: flex;
}

.cta-button-text {
  color: #ec6d69;
}

.cta-button-text:hover {
  color: #fff;
}

.vital-details-heading {
  margin-bottom: 20px;
}

.vital-details-div {
  max-width: 730px;
  background-color: #e6e8ed;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 20px;
}

.heading-reminder {
  color: #1f2a50;
  margin-bottom: 10px;
  font-size: 20px;
}

.search-block {
  color: #1f2a50;
  background-color: #1f2a50;
  padding-top: 50px;
  padding-bottom: 50px;
}

.search-block.hidden {
  display: none;
}

.search-container {
  max-width: 100%;
  border-radius: 0;
  justify-content: space-between;
  display: block;
}

.search-container.hide {
  display: none;
}

.container-10 {
  height: 20px;
  max-width: 50px;
}

.cta-copy {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  display: flex;
}

.cta-copy.margin-bottom-8 {
  font-weight: 400;
}

.cta-copy.margin-bottom--8 {
  margin-bottom: -8px;
}

.cta-copy.mb-4 {
  margin-bottom: 4px;
}

.paragraph-13 {
  color: #1f2a50;
  text-align: left;
  align-self: center;
  line-height: 1.6;
}

.paragraph-14 {
  color: #1f2a50;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-14.white {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  font-size: 17px;
}

.separator {
  width: 30px;
  height: 20px;
}

.div-block-39 {
  margin-bottom: 30px;
}

.image-11 {
  width: 100%;
  max-width: none;
  border-radius: 12px 12px 0 0;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.columns-3 {
  align-items: stretch;
  display: flex;
}

.get-going-div {
  width: 100%;
  background-color: #1f2a50;
  border-radius: 12px;
}

.div-block-41 {
  z-index: 55;
  border: 1px #000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 26px 20px 26px 24px;
  position: relative;
}

.columns-4 {
  width: 100%;
}

.column-4 {
  padding-left: 15px;
  padding-right: 15px;
}

.get-going-number {
  z-index: -10;
  color: #3c4c84;
  text-align: right;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 35px;
}

.button-cta-div {
  justify-content: center;
  display: flex;
}

.cta-image-left {
  height: 100%;
  max-width: 300px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
}

.image-12 {
  height: 214px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.cta-block {
  padding: 25px 50px;
}

.feedback-block {
  max-width: 1180px;
  background-image: linear-gradient(312deg, #212a4f, #39436c 74%);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-button-text-blue {
  color: #1f2a50;
}

.cta-button-text-blue:hover {
  color: #fff;
}

.cta-button-blue {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 28px;
  padding: 12px 24px;
}

.cta-sidebar-block {
  padding-left: 25px;
  padding-right: 25px;
}

.hotel-sidebar-container {
  background-image: linear-gradient(313deg, #b64848, #dc746d);
  border-radius: 12px;
  padding-bottom: 30px;
}

.image-13 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.text-span-2, .text-span-3 {
  color: #ec6d69;
}

.text-span-3:hover {
  color: #fff;
}

.text-span-4 {
  color: #ec6d69;
}

.text-span-4:hover {
  color: #fff;
}

.text-span-5 {
  color: #ec6d69;
}

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

.text-span-9 {
  color: #1f2a50;
}

.cta-buttons {
  color: #ec6d69;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 11px 24px;
  font-size: 17px;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.cta-buttons:hover {
  color: #fff;
  background-color: #ec6d69;
  padding-left: 23px;
  padding-right: 23px;
}

.cta-buttons:visited {
  color: #fff;
  background-color: #ec6d69;
  font-size: 17px;
}

.cta-buttons.navbar-signup {
  color: #ec6d69;
  margin-right: 20px;
  padding: 9px 19px;
  display: none;
}

.cta-buttons.navbar-signup:hover {
  color: #fff;
}

.cta-buttons.navbar-signup:visited {
  background-color: #fff;
}

.cta-buttons.navbar-signup.w--current {
  color: #ec6d69;
}

.blue-cta-button {
  color: #1f2a50;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 28px;
  padding: 11px 23px;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1);
}

.blue-cta-button:hover {
  color: #fff;
  background-color: #1f2a50;
}

.section-header {
  width: auto;
}

.nav-label {
  margin-right: 12px;
  font-weight: 400;
}

.image-14 {
  border-radius: 12px;
}

.left-arrow-2 {
  background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0));
}

.right-arrow-2 {
  background-image: linear-gradient(270deg, #000, rgba(255, 255, 255, 0));
}

.slider-2.hide-dt {
  display: none;
}

.html-embed-6 {
  width: 100%;
}

.html-embed-7 {
  width: auto;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.spacing-section-div {
  margin-bottom: 30px;
  padding-top: 40px;
}

.anchor-block {
  height: 5px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.hero-buttons {
  width: auto;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.hero-buttons.hide {
  display: none;
}

.container-11 {
  height: 100%;
  max-width: none;
  background-image: url('../images/tripr-image00.jpg');
  background-position: 0 0;
  background-size: auto;
}

.react-component-app {
  width: 1px;
  height: 1px;
}

.html-embed-8 {
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  display: flex;
}

.react-app-search {
  z-index: 500;
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 991px) {
  .react-app-search { height: 210px;}
}

.home-search-panel {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  width: 100%;
}

.home-search-panel.hide {
  display: none;
}

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

.heading-24 {
  margin-bottom: 10px;
  font-size: 28px;
}

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

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

  h2 {
    font-size: 28px;
  }

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

  .section.dark-footer {
    padding: 0;
  }

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

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

  .section.v2-posts {
    padding-bottom: 60px;
  }

  .section.v2-posts.light-bkg {
    padding-bottom: 40px;
  }

  .section.pos-relative {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section.cta {
    padding-bottom: 20px;
  }

  .section.tint-bkg {
    padding-top: 30px;
  }

  .section.photo-cta {
    min-height: 250px;
    background-position: 0 0, 50% 40%;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 40px;
    display: flex;
  }

  .section.photo-cta.hidden {
    min-height: 0;
  }

  .section.photo-cta.hidden.home.margin-top-24.hide-mobile {
    display: none;
  }

  .section.padding-0 {
    padding: 0;
  }

  .section.blue-bkg.hide-mobile {
    display: none;
  }

  .section.margin-bottom-24px.light-bkg {
    margin-bottom: 0;
  }

  .section.steps {
    padding-top: 30px;
  }

  .container {
    padding: 20px 30px;
  }

  .container.z-index-100 {
    padding-right: 30px;
  }

  .container.cta {
    flex-direction: column;
  }

  .container.padding-top-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .container.padding-20px {
    padding-top: 10px;
  }

  .container.cta {
    height: 100%;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.cta.baseline {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .container.cta.baseline.side {
    align-items: flex-start;
    padding-top: 1em;
    padding-bottom: 1.5em;
  }

  .container.cta.baseline.side.inline {
    padding-top: 0;
  }

  .container.mb-20 {
    padding: 10px 0;
  }

  .container.mb-20.steps-hide {
    display: flex;
  }

  .heading-xl-21 {
    padding-top: 0;
    font-size: 28px;
  }

  .heading-xl-21.margin-0 {
    line-height: 1.2;
  }

  .heading-xl-21.dark.mb-12 {
    font-size: 24px;
  }

  .heading-xl-21.margin-top-40 {
    margin-top: 40px;
  }

  .heading-xl-21.margin-bottom-8 {
    width: auto;
  }

  .heading-xl-21.author-heading {
    margin-left: auto;
  }

  .heading-xl-21.hero {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
  }

  .text-xl {
    flex: 1;
  }

  .text-medium.text-white {
    margin-bottom: 5px;
  }

  .text-medium.margin-1 {
    margin-bottom: 7px;
  }

  .text-medium.all-posts-link {
    margin-bottom: 0;
  }

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

  .button {
    max-width: 220px;
    align-items: center;
  }

  .button.hero {
    max-width: none;
    flex: 0 auto;
    align-self: auto;
  }

  .button.hero.w--current {
    max-width: 160px;
    min-width: 120px;
  }

  .button-outline {
    align-self: flex-end;
  }

  .rich-text-blog h5 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .rich-text-blog h3 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .rich-text-blog img {
    height: auto;
  }

  .rich-text-blog h6, .rich-text-blog ol, .rich-text-blog h1, .rich-text-blog blockquote, .rich-text-blog h4, .rich-text-blog p, .rich-text-blog h2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .margin-top-56 {
    margin-top: 40px;
  }

  .nav-right-content {
    align-self: center;
  }

  .full-container {
    background-color: #1f2a50;
    padding-left: 30px;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
  }

  .slider-v1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-data-divider {
    margin-bottom: 6px;
  }

  .left-arrow {
    width: 56px;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    bottom: 60px;
    left: 40px;
    right: auto;
  }

  .right-arrow {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 40px;
  }

  .all-posts-link-div {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .all-posts-link-div.author-cms-page {
    text-align: center;
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .all-posts-link-div.added-padding-top {
    justify-content: flex-start;
    padding-left: 0;
  }

  .grid-halves {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .grid-halves.newsletter {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-halves.cols-80 {
    flex: 0 auto;
  }

  .card-v1-image {
    height: 380px;
  }

  .card-v1-content.margin-top-40 {
    margin-top: 15px;
  }

  .small-card-v1-image {
    height: 380px;
  }

  .footer-v1-wrap {
    padding: 20px 10px 0;
  }

  .footer-v1-wrap.padding-20 {
    padding-top: 10px;
  }

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

  .template-links-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px 40px;
    display: block;
  }

  .template-links-wrap.padding-20px {
    padding-left: 0;
  }

  .template-link.w--current {
    color: #ec6d69;
  }

  .template-link.first {
    color: #ec6d69;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-full.margin-top-80 {
    margin-top: 20px;
  }

  .column-small {
    width: 100%;
    max-width: 48ch;
  }

  .column-medium {
    max-width: none;
  }

  .section-dark-bg {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .card-v5 {
    width: auto;
    max-width: 670px;
  }

  .heading-inside-card {
    max-width: 670px;
  }

  .small-card-v3 {
    height: 350px;
  }

  .categories-v3-image {
    display: none;
  }

  .card-v4 {
    flex-direction: column;
  }

  .card-v4-image {
    width: 100%;
    height: 380px;
  }

  .card-v4-content {
    width: 100%;
  }

  .card-v5-image {
    height: auto;
    max-width: 670px;
    min-height: 380px;
    min-width: 670px;
  }

  .slide._4col {
    width: 310px;
    margin-right: 30px;
  }

  .see-all-block {
    min-width: 122px;
    margin-bottom: 0;
  }

  ._2-columns-wrap.contact-2 {
    flex-direction: column;
  }

  ._2-columns-wrap.sidebar-col {
    flex-direction: column;
    margin-top: 30px;
  }

  .sidebar {
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
  }

  .column-xl {
    max-width: none;
  }

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

  .large-card-image {
    width: 640px;
    height: 380px;
    max-height: 450px;
    min-height: 0;
    min-width: 600px;
  }

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

  .sidebar-card-v1-item {
    padding-top: 15px;
  }

  .sidebar-tag-item-v1 {
    margin-right: 10px;
  }

  .margin-bottom-8 {
    flex-wrap: nowrap;
    margin-bottom: 12px;
    display: flex;
  }

  .sidebar-newsletter-form {
    max-width: none;
  }

  .sidebar-newsletter-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .instagram-photo {
    width: 100%;
    height: auto;
  }

  .margin-top-64 {
    margin-bottom: 20px;
  }

  .card-v4-image-wrap {
    width: 100%;
    height: 350px;
    max-width: none;
    flex: 0 auto;
  }

  .large-card-v3 {
    height: 450px;
    padding: 40px;
  }

  .cms-post-image {
    height: 380px;
  }

  .cms-social-wrap.author-page {
    justify-content: center;
  }

  .cms-categories-wrap {
    margin-top: 10px;
  }

  .author-cms-page-image {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .about-image {
    width: 100%;
    height: 450px;
  }

  .story-wrap {
    flex-direction: column;
  }

  .column-xs {
    width: 100%;
    max-width: none;
  }

  .column-xs.push-footer {
    margin-bottom: 20px;
  }

  .column-large {
    max-width: none;
  }

  .column-large.contact-2-form-wrap {
    margin-top: 56px;
  }

  .column-large.author-info {
    align-items: stretch;
  }

  .story-image {
    width: 300px;
    height: 184px;
  }

  .contact-photo {
    height: 600px;
  }

  .featured-posts-wrap {
    flex-direction: column;
  }

  .featured-post-image {
    max-height: 100%;
    min-width: 0;
  }

  .featured-post-image.homepage-hero-story {
    max-height: 100%;
  }

  .other-features-posts-wrap {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .large-featured-post-image {
    height: 450px;
  }

  .nav-link {
    font-size: 48px;
    position: relative;
  }

  .nav-link.small {
    font-weight: 400;
  }

  .nav-menu {
    display: none;
  }

  .nav-search-full-mobile.canvas {
    display: block;
  }

  .nav-search-full-mobile.hide {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .search-input-full {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .nav-button-wrap-full {
    align-self: auto;
    margin-right: 0;
    display: flex;
    top: 50%;
    right: 8px;
  }

  .search-button-full {
    align-self: center;
  }

  .nav-menu-bg {
    display: block;
  }

  .slider-v3-content {
    margin-top: -30px;
  }

  .heading-intro {
    font-size: 80px;
  }

  .heading-intro-cta {
    align-self: auto;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    display: block;
  }

  .template-links-left {
    justify-content: center;
    align-self: auto;
  }

  .template-links-right {
    margin-top: 10px;
    position: static;
  }

  .search-result-bg {
    height: 450px;
  }

  .brand-image {
    max-width: 220px;
    min-width: 160px;
    align-self: auto;
    margin-top: 0;
  }

  .hero-section.home-hero {
    height: 80vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 52%), url('../images/tripr_travel_tipis.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .heading-2 {
    text-align: left;
    font-size: 32px;
  }

  .heading-2.big-font {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.2;
  }

  .container-2 {
    padding-bottom: 0;
  }

  .container-2.home-title {
    padding-bottom: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.max-text {
    max-width: 600px;
  }

  .paragraph.max-text.hero-para {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.4;
  }

  .div-blog-newsletter {
    padding-left: 0;
  }

  .collection-item-3 {
    margin-bottom: 30px;
  }

  .paragraph-15.mb-30 {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .paragraph-15.text-white {
    font-size: 16px;
    line-height: 1.5;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .collection-item-4 {
    width: auto;
  }

  .rule {
    border-color: #dbdbdb;
  }

  .next-2 {
    color: #ec6d69;
    background-color: #fff;
  }

  .next-2:hover {
    color: #fff;
  }

  .previous-2 {
    color: #ec6d69;
    background-color: #fff;
  }

  .previous-2:hover {
    color: #fff;
    background-color: #ec6d69;
  }

  .html-embed-3 {
    margin-top: 0;
    padding-top: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .content-wrapper-home {
    z-index: 20;
    width: auto;
    height: auto;
    max-height: none;
    background-size: cover;
    background-attachment: scroll;
    align-items: flex-start;
    margin-top: 0%;
    display: block;
    position: static;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .container-fulll-width {
    align-self: flex-start;
  }

  .home-container-block {
    z-index: 100;
    height: auto;
    max-height: none;
    max-width: none;
    
    object-fit: fill;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    width: 100%;
  }

  .collection-item-6 {
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .video-hero-collection {
    background-color: #000;
    position: relative;
  }

  .heading-xl-2 {
    font-size: 40px;
  }

  .heading-xl-2.home-hero {
    max-width: none;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
  }

  .sign-up-block {
    flex: 0 auto;
    align-self: flex-start;
    align-items: flex-start;
  }

  .cta-block-2 {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-block-2.padding-right-more {
    align-self: flex-start;
  }

  .cta-block-2.padding-right-more.margin-bottom-20 {
    width: 50%;
  }

  .html-embed-5 {
    width: 100%;
  }

  .heading-12.margin-bottom-8 {
    font-size: 28px;
  }

  .heading-12.margin-bottom-8.mobile-fonts {
    font-size: 20px;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .header {
    width: 100%;
    height: auto;
  }

  .splide__pagination {
    padding-top: 1.5em;
    position: relative;
  }

  .section-splider.is--dark.full-width-hero {
    height: auto;
    height: auto;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .nav-menu-2 {
    display: none;
  }

  .splide__pagination__page {
    width: 1.5em;
    height: 5px;
    margin-left: 0;
    margin-right: .3em;
  }

  .splide__pagination__page.is-active {
    width: 1.5em;
    height: 5px;
    margin-left: 0;
  }

  .overflow {
    background-color: #fff;
  }

  .slider-container {
    padding: 3em 5vw 2em;
  }

  .slider-container.full-width-splider {
    height: auto;
  }

  .nav-link-2 {
    display: none;
  }

  .splide__track.margin-bottom-0 {
    margin-bottom: 0;
  }

  .menu-icon {
    display: block;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 6vw;
    padding-right: 0;
    position: relative;
  }

  .slider-pill.hero-pill {
    height: 500px;
  }

  .slider-pill_img {
    padding-top: 70%;
  }

  .heading-16.heading-slider {
    font-size: 32px;
  }

  .section-styles.hidden {
    display: none;
  }

  .container-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-6.hidden {
    display: block;
  }

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

  .div-block-25 {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 35%);
    position: relative;
  }

  .template-link-2.w--current {
    color: #ec6d69;
  }

  .template-link-2.first {
    color: #ec6d69;
    margin-left: 0;
  }

  .splide__pagination__page-2 {
    width: 2em;
    height: 5px;
    margin-left: 0;
    margin-right: .3em;
  }

  .splide__pagination__page-2.is-active {
    height: 5px;
    margin-left: 0;
  }

  .heading-22.margin-bottom-8 {
    font-size: 28px;
  }

  .heading-xl-3 {
    padding-top: 20px;
    font-size: 30px;
  }

  .cta-button {
    color: #ec6d69;
    border-color: #fff;
    align-self: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cta-button.left {
    align-self: flex-start;
  }

  .template-links-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px 40px;
    display: block;
  }

  .template-links-wrap-2.padding-20px {
    padding-left: 0;
  }

  .hero-div {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 31%;
    padding-bottom: 25px;
    position: static;
  }

  .headings-n-see-more.margin-bottom-24px.center {
    justify-content: center;
  }

  .cta-inline-section {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-inline-section.hidemobile {
    display: none;
  }

  .categories-grid {
    grid-template-rows: minmax(160px, 1.5fr) minmax(160px, 1.5fr) minmax(160px, 1.5fr) minmax(160px, 1.5fr);
  }

  .cat-grid-div {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-27 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('../images/tripr-category-480-Music-and-Festivals.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: flex-end;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .div-block-28, .div-block-29, .div-block-30 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .cat-grid-title {
    display: flex;
  }

  .cat-grid-title.btm-left {
    flex-flow: wrap;
  }

  .div-block-31, .div-block-32.gradient, .div-block-33.btm-left {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .category-section.hide {
    padding-top: 10px;
  }

  .div-block-34.gradient {
    align-items: flex-end;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-36 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .div-block-37 {
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .div-block-38 {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .image-10 {
    max-width: 320px;
  }

  .container-8.hide {
    display: none;
  }

  .paragraph-12.margin-bottom-8.not-bold {
    width: auto;
    font-size: 18px;
  }

  .get-a-room-block {
    align-items: flex-start;
    padding-top: 0;
    padding-right: 10px;
  }

  .get-going-div {
    height: auto;
  }

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

  .get-going-number {
    top: 10px;
    right: 17px;
  }

  .cta-image-left {
    height: 390%;
    max-width: 320px;
    min-height: 260px;
    object-fit: cover;
    flex: 0 auto;
    align-self: stretch;
    align-items: stretch;
    overflow: hidden;
  }

  .image-12 {
    height: auto;
    max-width: 330px;
  }

  .cta-block {
    padding: 20px 20px 20px 30px;
  }

  .feedback-block {
    align-self: auto;
    align-items: flex-start;
  }

  .image-13 {
    width: 100%;
  }

  .text-span-4 {
    color: #ec6d69;
  }

  .text-span-4:hover {
    color: #fff;
  }

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

  .text-span-8:hover {
    color: #fff;
  }

  .text-span-9 {
    color: #1f2a50;
  }

  .section-header {
    padding-right: 20px;
  }

  .signup-hide-mobile, .div-mobile-hidden {
    display: none;
  }

  .anchor-block {
    margin-top: -25px;
    margin-bottom: 20px;
  }

  .heading-24 {
    font-size: 24px;
  }
}

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

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

  .section.padding-bottom-0.light-bkg {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.v2-posts {
    padding-bottom: 60px;
  }

  .section.v2-posts.light-bkg {
    padding-top: 20px;
  }

  .section.pos-relative {
    padding-bottom: 20px;
    position: static;
  }

  .section.zerotop {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.photo-cta {
    min-height: 240px;
    background-position: 0 0, 50% 40%;
  }

  .section.photo-cta.hidden {
    min-height: auto;
  }

  .section.photo-cta.hidden.home {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.zerotop {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.intro {
    padding-right: 20px;
  }

  .section.steps {
    padding-right: 0;
  }

  .container {
    margin-top: 0;
    padding: 10px 24px;
  }

  .container.z-index-100 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .container.nav-light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cta {
    padding-bottom: 0;
  }

  .container.padding-top-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.padding-20px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.cta.baseline {
    padding-top: 6em;
    padding-bottom: .5em;
  }

  .container.cta.baseline.side.inline {
    align-items: flex-start;
  }

  .container.footer-socials {
    padding-bottom: 0;
  }

  .container.mb-20.steps-hide {
    display: none;
  }

  .heading-xl-21 {
    font-size: 28px;
  }

  .heading-xl-21.margin-0 {
    line-height: 1.2;
  }

  .heading-xl-21.hero {
    font-size: 31px;
    line-height: 1.3;
  }

  .heading-xl-21.mb-30.text-center {
    margin-bottom: 20px;
  }

  .heading-xl-21.mb-30.text-center.steps {
    padding-right: 20px;
  }

  .heading-large {
    font-size: 40px;
  }

  .heading-large.no-caps {
    font-size: 42px;
  }

  .text-xl {
    font-size: 28px;
    font-weight: 700;
  }

  .text-medium.margin-1 {
    color: #1f2a50;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .text-medium.all-posts-link {
    margin-bottom: 0;
  }

  .button {
    margin-bottom: 0;
    display: flex;
  }

  .button.hero {
    max-width: none;
    flex: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .button.hero.no-mb {
    order: 0;
    margin-bottom: 0;
  }

  .button.secondary {
    align-self: flex-start;
  }

  .label {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .tag {
    margin-bottom: 10px;
  }

  .featured-block {
    margin-top: 20px;
  }

  .nav-search {
    display: none;
  }

  .full-container {
    background-color: #1f2a50;
    padding-left: 24px;
    padding-right: 20px;
    position: -webkit-sticky;
    position: sticky;
  }

  .slide-nav {
    margin-bottom: 30px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    bottom: 30px;
    left: 24px;
    overflow: visible;
  }

  .slider-right-arrow.small, .slider-left-arrow.small {
    width: 50px;
    height: 50px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    bottom: 30px;
    right: 24px;
  }

  .all-posts-link-div {
    align-self: flex-start;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 0;
  }

  .all-posts-link-div.added-padding-top {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2px;
    padding-top: 3px;
    font-size: 17px;
  }

  .grid-halves {
    grid-row-gap: 51px;
  }

  .grid-halves.rows-40 {
    grid-template-columns: 1fr;
  }

  .card-v1-image {
    height: 320px;
  }

  .card-data.margin-top-10 {
    margin-top: 10px;
  }

  .card-v1-content.margin-top-40 {
    margin-top: 12px;
  }

  .small-card-v1-image {
    height: 320px;
  }

  .footer-v1-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v1-wrap.padding-20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-v1-left-content {
    width: 100%;
  }

  .footer-v1-right-content {
    margin-top: 0;
  }

  .footer-link {
    align-self: center;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-links-wrap {
    flex-direction: column;
  }

  .social-icon-wrap {
    margin-left: 0;
    margin-right: 12px;
  }

  .social-icon-wrap.insta-pad.first {
    margin-left: 12px;
  }

  .template-links-wrap {
    align-items: flex-start;
  }

  .template-links-wrap.padding-20px {
    flex-wrap: nowrap;
    padding-bottom: 0;
    display: flex;
  }

  .template-link {
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .template-link.last {
    margin-bottom: 0;
  }

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

  .card-v3 {
    height: 350px;
    padding: 40px;
  }

  .heading-inside-card {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .heading-inside-card.margin-0.mobile-fix {
    margin-bottom: 8px;
  }

  .small-card-v3 {
    height: 350px;
  }

  .collection-categories-v3 {
    height: auto;
  }

  .card-v4-image {
    height: 320px;
  }

  .card-v5-image {
    height: 320px;
    min-width: 480px;
  }

  .card-v2-content {
    padding-top: 20px;
  }

  .slider-v2.margin-top-80 {
    margin-top: 25px;
  }

  .slide {
    width: auto;
  }

  .section-gradient {
    position: static;
  }

  ._2-columns-wrap.sidebar-col {
    margin-top: 20px;
  }

  .large-card-image {
    width: 400px;
    height: 320px;
    max-height: 400px;
    max-width: 600px;
    min-width: 480px;
  }

  .large-content.margin-top-40 {
    margin-top: 10px;
  }

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

  .sidebar-tag-item-v1 {
    margin-right: 8px;
  }

  .large-card-v3 {
    height: 350px;
  }

  .cms-post-image {
    height: 320px;
  }

  .cms-post-tags {
    justify-content: flex-start;
  }

  .cms-post-tags-item {
    margin-left: 0;
    margin-right: 12px;
  }

  .cms-categories-link.pad-linkbutton, .cms-categories-link.pad-linkbutton.w--current {
    font-size: 12px;
  }

  .cms-categories-item {
    flex: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 16px;
  }

  .cms-categories-wrap {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .cms-tags-wrap {
    margin-top: 60px;
  }

  .about-image {
    height: auto;
  }

  .story-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-photo {
    height: 500px;
  }

  .featured-post-image {
    height: 100%;
  }

  .small-featured-post-card {
    width: 100%;
  }

  .other-features-posts-wrap {
    margin-top: 20px;
  }

  .large-featured-post-image {
    height: 350px;
  }

  .large-featured-post-image.margin-top-80 {
    margin-top: 60px;
  }

  .nav-link {
    font-size: 35px;
    position: relative;
  }

  .nav-link.small {
    font-size: 30px;
    font-weight: 400;
  }

  .nav-menu {
    display: none;
  }

  .nav-lottie {
    display: block;
  }

  .nav-search-full-mobile {
    max-width: 245px;
    justify-content: flex-end;
    align-self: center;
    margin-bottom: 40px;
    margin-right: auto;
    display: flex;
  }

  .nav-search-full-mobile.canvas {
    width: auto;
    max-width: none;
    align-self: center;
    margin-right: auto;
    padding-left: 20px;
    display: none;
  }

  .nav-search-full-mobile.hide {
    height: 40px;
    max-width: none;
  }

  .search-input-full {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .nav-button-wrap-full {
    display: flex;
  }

  .slider-v3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-intro {
    font-size: 54px;
  }

  .heading-intro-cta {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .template-links-left {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .template-links-right {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .search-result-bg {
    height: 300px;
  }

  .hero-section.page-hero {
    background-image: none;
    padding-bottom: 80px;
  }

  .hero-section.home-hero {
    height: 75vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 52%), url('../images/tripr-mobile-paddleboarding.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    display: flex;
  }

  .hero-section.home-hero.hidden {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 39%), url('../images/Tripr_Spring_video_background_Mobile.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-2.big-font {
    font-size: 32px;
    line-height: 1.1;
  }

  .container-2.home-title {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .image-3.social-icon:hover {
    filter: brightness(200%);
  }

  .paragraph-15.mb-30 {
    margin-bottom: 30px;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .content-wrapper-home {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 68%, rgba(31, 42, 80, .3)), url('../images/tripr-hero-mobile-01a.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    display: flex;
  }

  .home-container-block {
    margin-top: 46%;
  }

  .video-hero-collection {
    display: none;
  }

  .heading-xl-2 {
    font-size: 32px;
  }

  .heading-xl-2.home-hero {
    max-width: 95%;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.4;
  }

  .heading-7 {
    font-size: 20px;
  }

  .sign-up-block {
    display: block;
  }

  .cta-block-2 {
    width: 100%;
  }

  .cta-block-2.padding-right-more.margin-bottom-20 {
    width: 90%;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-12.margin-bottom-8 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .heading-12.margin-bottom-8.mobile-fonts {
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-18 {
    height: auto;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide.slider0 {
    height: 50vh;
    margin-top: 0;
  }

  .splide__slide {
    width: 100%;
    margin-right: 40px;
    padding-bottom: 15px;
  }

  .splide__slide.five-cards {
    width: 100%;
  }

  .splide__slide.shadow-pill {
    margin-right: 40px;
  }

  .slider-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .splide__track {
    margin-bottom: 1em;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-pill_img {
    padding-top: 70%;
  }

  .slider-pill_img.hero-slide-image {
    height: 50vh;
  }

  .heading-16.heading-slider {
    font-size: 24px;
  }

  .slide-link {
    align-self: auto;
  }

  .section-styles.hidden {
    display: none;
  }

  .container-6 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .categories {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .collection-item-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-2 {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .social-icon-wrap-2 {
    margin-left: 0;
    margin-right: 12px;
  }

  .template-link-2 {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .heading-22.margin-bottom-8 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .heading-xl-3 {
    font-size: 28px;
  }

  .cta-button {
    letter-spacing: .4px;
    align-self: flex-start;
    margin-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
    font-weight: 700;
  }

  .cta-button:hover {
    color: #fff;
  }

  .template-links-wrap-2 {
    align-items: flex-start;
  }

  .embed-2 {
    width: auto;
    overflow: visible;
  }

  .headings-n-see-more {
    flex-flow: column;
  }

  .headings-n-see-more.margin-bottom-24px {
    margin-bottom: 20px;
  }

  .headings-n-see-more.margin-bottom-24px.center {
    flex-direction: row;
    justify-content: center;
  }

  .cta-inline-section {
    background-position: 0 0, 50%;
  }

  .cta-inline-section.hidden {
    padding-right: 30px;
  }

  .hotel-links {
    align-items: center;
    display: flex;
  }

  .image-9 {
    margin-right: 20px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .categories-grid {
    display: none;
  }

  .cat-grid-div.btm-left, .div-block-27, .div-block-28.gradient, .div-block-29, .div-block-30.gradient {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .cat-grid-title {
    font-size: 16px;
  }

  .div-block-31.gradient.cat-text-space, .div-block-32.gradient, .div-block-33.btm-left {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .category-section.hide {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .div-block-34.gradient, .div-block-35, .div-block-36, .div-block-37, .div-block-38 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .columns {
    flex-wrap: wrap;
  }

  .column-2 {
    padding-left: 0;
  }

  .mobile-cat-grid {
    grid-column-gap: 14px;
    grid-row-gap: 15px;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px;
    grid-template-areas: "Area"
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .mobile-cat-grid.hide {
    grid-column-gap: 14px;
    grid-row-gap: 15px;
    grid-template-rows: 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-8 {
    margin-top: 0;
    padding: 20px 24px;
  }

  .container-8.hide {
    background-color: #fff;
    padding-bottom: 40px;
    display: block;
  }

  .paragraph-12.margin-bottom-8.not-bold {
    font-size: 16px;
  }

  .get-a-room-block {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .columns-3 {
    flex-direction: column;
  }

  .get-going-div {
    height: auto;
  }

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

  .get-going-number {
    top: 10px;
    right: 20px;
  }

  .cta-image-left {
    width: 100%;
    max-width: none;
    min-height: 310px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .image-12 {
    width: 100%;
    max-height: 320px;
    max-width: none;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .cta-block {
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .feedback-block {
    flex-direction: column;
  }

  .text-span-6 {
    color: #ec6d69;
  }

  .text-span-6:hover {
    color: #fff;
  }

  .left-arrow-2 {
    background-image: none;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .right-arrow-2 {
    background-image: none;
    align-self: auto;
    margin-right: 28px;
  }

  .slider-2 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .slider-2.hide-dt {
    z-index: 0;
    width: 100%;
    padding-bottom: 60px;
    display: block;
    overflow: hidden;
  }

  .icon-2.dark {
    filter: invert();
    margin-top: auto;
    margin-bottom: 0;
  }

  .icon-3 {
    filter: invert();
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 90px;
  }

  .slide-nav-3 {
    filter: invert();
    color: #1f2a50;
    margin-top: 20px;
  }

  .slide-2 {
    margin-right: 20px;
  }

  .mask-2 {
    max-width: 95%;
    overflow: visible;
  }

  .image-15 {
    width: 70%;
    max-width: none;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #ec6d69;
    border: 2px solid #ec6d69;
    border-radius: 25px;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    transform: rotate(0);
  }

  .image-15.left-rotate {
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    transform: rotate(180deg);
  }

  .image-15.left-rotate.icon-2.hide, .image-15.icon-2.hide {
    display: none;
  }

  .link-block-4 {
    min-width: 80px;
  }

  .slide-3, .slide-4 {
    margin-right: 20px;
  }

  .div-mobile-hidden {
    display: none;
  }

  .hero-buttons {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .react-app-search {
    width: 320px;
  }

  

  .div-block-42 {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  blockquote {
    font-size: 28px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .section.dark-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section.padding-bottom-0.light-bkg {
    padding-top: 30px;
  }

  .section.v2-posts {
    padding-bottom: 40px;
  }

  .section.pos-relative {
    padding-bottom: 20px;
  }

  .section.cms-author.margin-bottom-20.margin-top-24 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .section.zerotop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.cta {
    padding-bottom: 0;
  }

  .section.photo-cta {
    min-height: 280px;
    background-position: 0 0, 60%;
    background-size: auto, cover;
    justify-content: flex-start;
    padding: 25px 20px 0;
  }

  .section.photo-cta.hidden {
    background-position: 0 0, 57%;
    display: block;
  }

  .section.photo-cta.hidden.home {
    padding-top: 10px;
  }

  .section.padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.zerotop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.intro {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .section.steps.padding-top-24 {
    padding-top: 40px;
  }

  .container {
    align-items: flex-start;
    padding: 10px 0;
  }

  .container.z-index-100 {
    text-indent: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.pos-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav-light {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.cta {
    flex-direction: column;
    padding: 0 1em 20px;
  }

  .container.padding-20px, .container.padding-20px.footer {
    align-items: center;
  }

  .container.cta {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta.baseline {
    flex: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    padding: 1em;
  }

  .container.cta.baseline.side {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.cta.baseline.side.inline {
    margin-bottom: 20px;
    padding-top: .5em;
    padding-bottom: 1.5em;
  }

  .container.pl-24 {
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .container.mb-20 {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .grid {
    grid-column-gap: 40px;
    align-self: stretch;
  }

  .heading-xl-21 {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .heading-xl-21.margin-0 {
    text-indent: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.2;
  }

  .heading-xl-21.dark.mb-12 {
    margin-bottom: 7px;
    padding-top: 10px;
  }

  .heading-xl-21.margin-top-40 {
    margin-left: 0;
  }

  .heading-xl-21.margin-bottom-8 {
    font-size: 26px;
  }

  .heading-xl-21.margin-bottom-24px {
    margin-bottom: 24px;
    margin-right: 0;
    padding-top: 0;
  }

  .heading-xl-21.hero {
    width: 95%;
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-xl-21.mb-30.text-center {
    margin-right: 0;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.no-caps {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .heading-large.no-caps.events {
    font-size: 28px;
  }

  .text-xl.categories {
    font-size: 18px;
  }

  .text-xl.mobile-fix {
    margin-bottom: 24px;
  }

  .text-xl.coral {
    font-size: 22px;
  }

  .text-medium.text-white {
    font-size: 15px;
  }

  .text-medium.margin-1 {
    color: #1f2a50;
    text-indent: 0;
    margin-top: 5px;
  }

  .text-medium.intro-space {
    margin-top: 12px;
  }

  .text-medium.all-posts-link {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .text-medium.text-block {
    width: 140px;
    clear: none;
    color: #1f2a50;
    letter-spacing: 1px;
    object-fit: fill;
    background-color: #fff;
    border-radius: 14px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .text-mediumtext-small {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .text-mediumtext-small.border-line {
    text-align: left;
    justify-content: flex-start;
  }

  .grid-thirds {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
  }

  .grid-thirds.rows-80 {
    grid-row-gap: 40px;
  }

  .button {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.previous, .button.next {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.navbar-signup {
    min-width: 100px;
    align-self: auto;
    align-items: center;
    margin-right: 10px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .button.hero {
    max-width: none;
    margin-bottom: 12px;
    margin-right: 15px;
    padding: 10px 22px;
    font-size: 16px;
  }

  .button.hero.w--current {
    max-width: 150px;
  }

  .button.secondary {
    max-width: 160px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-icon {
    padding: 8px 18px;
  }

  .button-icon.newsletter {
    width: 50px;
  }

  .arrow-16 {
    width: 20px;
  }

  .label {
    flex-direction: column;
    margin-bottom: 5px;
    margin-right: 10px;
    display: flex;
  }

  .button-outline {
    width: 100%;
  }

  .button-outline.margin-top-40 {
    align-self: center;
  }

  .margin-left-10 {
    margin-left: 5px;
  }

  .text-field {
    margin-bottom: 25px;
  }

  .textarea {
    margin-bottom: 15px;
  }

  .rich-text-blog {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.1;
  }

  .rich-text-blog figcaption {
    margin-top: -4px;
  }

  .rich-text-blog h3 {
    max-width: none;
  }

  .rich-text-blog img {
    max-width: none;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .rich-text-blog h4, .rich-text-blog p {
    max-width: none;
  }

  .rich-text-blog.insidr-tip {
    padding: 20px;
    line-height: 1.2;
  }

  .margin-0 {
    text-indent: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .featured-block {
    margin-bottom: 30px;
  }

  .margin-top-56 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-top-80 {
    margin-top: 56px;
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .nav-right-content {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .full-container {
    z-index: 9950;
    background-color: #1f2a50;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 7px;
    position: -webkit-sticky;
    position: sticky;
  }

  .heading-slider {
    font-size: 29px;
  }

  .slider-v1-data-wrap.mobile-stack {
    display: block;
  }

  .slider-data-divider {
    display: none;
  }

  .slide-nav {
    margin-bottom: 26px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    overflow: visible;
  }

  .slider-right-arrow.small, .slider-left-arrow.small {
    width: 40px;
    height: 40px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    display: block;
    overflow: visible;
  }

  .all-posts-link-div {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .all-posts-link-div.added-padding-top {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 40px;
    padding-top: 0;
    position: relative;
  }

  .all-posts-links {
    align-self: center;
    align-items: center;
  }

  .all-posts-links.all-posts-link {
    align-self: flex-end;
    margin-top: 0;
  }

  .grid-halves {
    grid-row-gap: 56px;
  }

  .grid-halves.rows-40 {
    grid-row-gap: 20px;
  }

  .grid-halves.cols-80 {
    grid-row-gap: 40px;
  }

  .card-v1-image {
    height: 200px;
    max-height: 188px;
    max-width: 100%;
  }

  .card-data {
    margin-bottom: 10px;
  }

  .card-data.margin-top-10 {
    flex-wrap: wrap;
    margin-top: 6px;
  }

  .card-data-divider {
    margin-top: 0;
    margin-left: 6px;
    margin-right: 6px;
  }

  .card-data-wrap.mobile-fix {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .card-v1-content.margin-top-40 {
    margin-top: 15px;
  }

  .small-card-v1-image {
    height: 200px;
  }

  .text-large.margin-0 {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 17px;
  }

  .small-card-data-wrap {
    flex-direction: row;
    align-self: auto;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-newsletter {
    font-size: 32px;
  }

  .newsletter-field {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
  }

  .newsletter-field-submit-wrap {
    width: auto;
    right: 10px;
  }

  .footer-v1-wrap {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-v1-wrap.padding-20 {
    align-self: auto;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-v1-right-content {
    min-width: 280px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
    display: flex;
  }

  .footer-link {
    color: #f5f5f5;
  }

  .social-icon-wrap {
    flex: 0 14%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 5px;
  }

  .social-icon-wrap.insta-pad {
    margin-right: 0;
  }

  .template-links-wrap {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .template-links-wrap.padding-20px {
    padding-left: 0;
    padding-right: 0;
  }

  .template-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .template-link.first {
    color: #ec6d69;
  }

  .template-link.first.w--current {
    text-align: left;
  }

  .template-link.last {
    margin-bottom: 0;
  }

  .column-medium.author {
    font-size: 18px;
  }

  .section-dark-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-v5-content, .small-card-v5-content {
    padding: 20px;
  }

  .page-wrap {
    width: auto;
    margin-top: 0;
  }

  .card-v3 {
    height: 300px;
    padding: 24px;
  }

  .heading-inside-card {
    font-size: 18px;
  }

  .heading-inside-card.margin-0.mobile-fix {
    font-size: 20px;
  }

  .card-data-v3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small-card-v3 {
    height: 300px;
    padding: 24px;
  }

  .collection-categories-v3 {
    height: auto;
  }

  .card-v4-image {
    height: 200px;
  }

  .card-v4-content {
    padding: 24px;
  }

  .small-card-v4 {
    flex-direction: column;
  }

  .small-card-v4-content {
    padding: 25px 24px;
  }

  .small-card-v4-image {
    width: 100%;
    height: 200px;
  }

  .card-v5-image {
    height: 200px;
    min-height: 200px;
    min-width: 280px;
  }

  .card-v2-content {
    padding: 24px;
  }

  .mask {
    height: 100%;
    flex: 0 auto;
    align-self: center;
  }

  .slide {
    margin-right: 24px;
  }

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

  .slider-v2-left-arrow {
    width: 56px;
    height: 32px;
    object-fit: contain;
    margin-top: 0;
    padding-top: 4px;
    position: absolute;
    top: auto;
    bottom: -22px;
    overflow: visible;
  }

  .slider-v2-right-arrow {
    width: 56px;
    height: 32px;
    object-fit: contain;
    margin-top: 0;
    position: absolute;
    bottom: -25px;
    left: 63px;
    overflow: visible;
  }

  .see-all-block {
    padding-bottom: 0;
    display: block;
  }

  ._2-columns-wrap.cms-post-data {
    flex-direction: column;
    margin-top: 5px;
  }

  ._2-columns-wrap.cms-post-data.hide {
    display: none;
  }

  ._2-columns-wrap.sidebar-col {
    margin-top: 20px;
  }

  .sidebar {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-xl.right-padding {
    margin-bottom: 20px;
  }

  .large-card-image {
    width: 100%;
    height: auto;
    max-height: 380px;
    max-width: 100%;
    min-height: 180px;
    min-width: 280px;
  }

  .large-content {
    margin-top: 15px;
  }

  .large-content.margin-top-40 {
    margin-top: 12px;
  }

  .pagination {
    grid-template-columns: 1fr .5fr 1fr;
    margin-top: 20px;
  }

  .page-count {
    font-size: 14px;
  }

  .sidebar-post-v1 {
    margin-bottom: 0;
  }

  .sidebar-tag-item-v1 {
    margin-right: 8px;
  }

  .margin-bottom-8 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .instagram-photo {
    height: 80px;
  }

  .large-content-v2 {
    padding: 24px;
  }

  .card-v4-image-wrap {
    height: 250px;
  }

  .large-card-v3 {
    height: 300px;
    padding: 24px;
  }

  .cms-post-image {
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .cms-post-image.event {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .cms-post-tags.tag-visibility.cetre-on-posts {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 12px;
  }

  .cms-post-tags-item {
    margin-right: 10px;
  }

  .cms-categories-link.pad-linkbutton {
    font-size: 12px;
  }

  .cms-categories-item {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .cms-categories-wrap {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .cms-section-header {
    flex-wrap: wrap;
  }

  .cms-section-header.margin-top-32 {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .author-cms-page-image {
    align-self: center;
  }

  .cms-tags-wrap {
    margin-top: 56px;
  }

  .story-wrap {
    padding: 0 0 20px;
  }

  .story-image {
    width: 200px;
    height: 123px;
  }

  .contact-photo {
    height: 350px;
    margin-bottom: 20px;
  }

  .heading-category {
    font-size: 32px;
  }

  .featured-posts-wrap.margin-top-80 {
    margin-top: 20px;
  }

  .featured-post-image {
    width: 100%;
    height: 200px;
    max-height: none;
    display: inline-block;
  }

  .card-featured-post {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .small-featured-post-image {
    width: 100%;
    height: 200px;
  }

  .small-featured-post-card {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .other-features-posts-wrap {
    margin-top: 20px;
  }

  .small-featured-post-content {
    margin-top: 10px;
    margin-left: 0;
  }

  .large-featured-post-image {
    height: 200px;
  }

  .nav-link {
    z-index: auto;
    color: #f5f5f5;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 32px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .nav-link:hover {
    color: #ec6d69;
  }

  .nav-link.w--current {
    color: #ec6d69;
    font-size: 44px;
  }

  .nav-link.w--current:active {
    color: #f78380;
  }

  .nav-link.first {
    margin-top: 60px;
  }

  .nav-link.small {
    font-size: 28px;
    font-weight: 400;
  }

  .nav-menu {
    display: none;
  }

  .brand {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 0;
    position: relative;
    left: 0;
  }

  .brand.w--current {
    justify-content: center;
  }

  .nav-lottie {
    display: flex;
  }

  .nav-search-full-mobile {
    max-width: none;
    justify-content: flex-end;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-search-full-mobile.on-page {
    display: none;
  }

  .nav-search-full-mobile.hide {
    height: 40px;
    position: relative;
  }

  .search-input-full {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .nav-menu-bg {
    background-color: #1f2a50;
  }

  .intro-thumb-item {
    overflow: hidden;
  }

  .slider-v3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-v3-content {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cms-post-author-wrap.mobile-fix {
    margin-top: 0;
  }

  .heading-intro {
    font-size: 40px;
  }

  .template-copyright-wrap {
    flex-direction: column;
  }

  .heading-intro-cta {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .template-links-right {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .all-posts-link {
    margin-top: 0;
  }

  .search-result-bg {
    height: 180px;
  }

  .brand-image {
    min-width: 130px;
    flex: 0 auto;
    margin-left: -5px;
    padding-left: 0;
    display: block;
  }

  .hero-section.page-hero {
    background-image: none;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.home-hero {
    height: 65vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 50%), url('../images/tripr-mobile-paddleboarding.jpg');
    background-position: 0 0, 52% 0;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero-section.home-hero.hidden {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 15%, rgba(0, 0, 0, 0) 54%), url('../images/Tripr_Spring_video_background_Mobile.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 28px;
  }

  .heading-2.title-mobile {
    margin-bottom: 30px;
  }

  .heading-2.big-font {
    margin-top: 20px;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .container-2.home-title {
    padding-bottom: 0;
    font-size: 110px;
    display: block;
  }

  .image-3.social-icon {
    color: #ec6d69;
    color: #ec6d69;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.max-text.hero-para {
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .caps {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.5;
  }

  .div-blog-newsletter {
    margin-top: 10px;
  }

  .collection-item-3 {
    margin-bottom: 20px;
  }

  .paragraph-15.mb-30 {
    font-size: 16px;
  }

  .div-block-banner {
    margin-bottom: 25px;
  }

  .div-block-10, .div-block-10.hide {
    display: none;
  }

  .heading-h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .html-embed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .next-2 {
    padding-left: 12px;
    padding-right: 8px;
  }

  .previous-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 12px;
  }

  .share-this {
    margin-bottom: 20px;
  }

  .content-wrapper-home {
    height: 80vh;
    max-height: none;
    min-height: 200px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 68%, rgba(31, 42, 80, .3)), url('../images/tripr-hero-mobile-01a.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: center;
    margin-top: -1%;
    display: flex;
    position: static;
  }

  .home-container-block {
    align-self: center;
    margin-top: 25%;
    margin-bottom: 0;
    padding-top: 63px;
    position: static;
  }

  .video-hero-collection {
    height: 70vh;
    background-color: #1f2a50;
    display: none;
  }

  .heading-xl-2 {
    font-size: 36px;
  }

  .heading-xl-2.margin-0 {
    text-indent: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
  }

  .heading-xl-2.home-hero {
    width: 95%;
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .label-2 {
    display: none;
  }

  .cms-post-author-wrap-2.mobile-fix {
    margin-top: 0;
  }

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

  .heading-6.event {
    font-size: 15px;
  }

  .heading-6.vital-details-heading {
    font-size: 26px;
  }

  .heading-6.margin-top-12.margin-bottom-8 {
    font-size: 27px;
    line-height: 1.3;
  }

  .heading-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8.insidr-tip {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .heading-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header-border-2 {
    border-style: solid;
    border-width: 0;
  }

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .sign-up-block {
    cursor: auto;
    flex-direction: column;
    align-self: flex-start;
    margin-left: 0;
    padding: 0;
  }

  .cta-block-2 {
    width: 100%;
    flex: 1;
    align-self: auto;
    margin-right: 0;
    display: block;
  }

  .cta-block-2.padding-right-more {
    flex: 1;
    align-self: auto;
    display: block;
  }

  .cta-block-2.padding-right-more.margin-bottom-20 {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .heading-12.margin-bottom-8 {
    font-size: 24px;
  }

  .heading-12.margin-bottom-8.mobile-fonts {
    margin-bottom: 0;
  }

  .image-5 {
    max-width: none;
    display: inline-block;
  }

  .image-5.margin-bottom-8 {
    width: 100%;
  }

  .sign-up-side-container {
    padding: 0 0 25px;
  }

  .div-block-18 {
    height: auto;
    margin-bottom: 10px;
  }

  .author-photo {
    margin-right: 15px;
  }

  .event-icons {
    margin-right: 10px;
  }

  .max-width-field.insidr {
    padding-top: 35px;
    padding-left: 20px;
  }

  .max-width-field.margin-top-20 {
    align-items: center;
    display: flex;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide.slider0 {
    height: 75vh;
  }

  .splide__list.padding-bottom-2em {
    margin-bottom: .5em;
  }

  .header_sub-line {
    width: 2em;
  }

  .splide__arrow.splide__arrow--prev {
    width: 3.6em;
    height: 1.8em;
    color: #ec6d69;
    background-image: url('../images/Arrow-link-coral.svg');
    background-size: 36%;
    border-color: #ec6d69;
  }

  .splide__arrow.splide__arrow--next {
    width: 3.6em;
    height: 1.8em;
    width: 3.6em;
    height: 1.8em;
    background-image: url('../images/Arrow-link-coral.svg');
    background-size: 36%;
    border-color: #ec6d69;
  }

  .splide__arrow.splide__arrow--prev {
    width: 3.6em;
    height: 1.8em;
    color: #ec6d69;
    background-image: url('../images/Arrow-link-coral.svg');
    background-size: 36%;
    border-color: #ec6d69;
  }

  .splide__slide.full-width-slider {
    padding-bottom: 0;
  }

  .splide__slide.shadow-pill {
    box-shadow: none;
  }

  .splide__slide.shadow-pill.quarters {
    flex-wrap: nowrap;
    flex: none;
  }

  .splide__pagination__page.is-active {
    width: 2em;
  }

  .slider-container {
    padding: 2em 0;
  }

  .slider-container.full-width-splider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide__track {
    margin-bottom: 1em;
  }

  .splide__track.margin-bottom-0 {
    margin-bottom: 0;
  }

  .splide__arrows.is--center {
    bottom: 10%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-pill {
    padding-bottom: 10px;
    transition: opacity .2s;
    box-shadow: 0 5px 12px 5px rgba(36, 36, 36, .12);
  }

  .slider-pill.hero-pill {
    height: 75vh;
  }

  .slider-pill_img.hero-slide-image {
    height: 75vh;
    align-self: auto;
  }

  .heading-16 {
    font-size: 20px;
  }

  .slider-category-heading {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .section-styles.hidden {
    display: block;
  }

  .container-6.hidden {
    padding-top: 2em;
    padding-bottom: 2em;
    display: none;
  }

  .collection-item-9 {
    max-width: 270px;
  }

  .collection-list-3 {
    align-items: flex-start;
  }

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

  .profile-blurb {
    font-size: 16px;
  }

  .checkbox-field {
    align-items: flex-start;
    display: flex;
  }

  .checkbox {
    width: 20px;
    margin-left: -10px;
  }

  .category-list {
    margin-bottom: 10px;
  }

  .categories {
    margin-bottom: 24px;
  }

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

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

  .empty-state-3 {
    background-color: #e6e8ed;
  }

  .social-icon-wrap-2 {
    flex: 0 14%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 5px;
  }

  .social-icon-wrap-2.insta-pad {
    margin-right: 0;
  }

  .template-link-2.first {
    color: #ec6d69;
  }

  .template-link-2.first.w--current {
    text-align: left;
  }

  .empty-state-4 {
    background-color: #e6e8ed;
  }

  .splide__pagination__page-2.is-active {
    width: 2em;
  }

  .slider-category-heading-2 {
    letter-spacing: -.3px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .heading-22.margin-bottom-8 {
    font-size: 24px;
  }

  .heading-xl-3 {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 0;
    font-size: 26px;
    line-height: 1.3;
  }

  .cta-button {
    align-self: flex-start;
    padding-left: 22px;
    padding-right: 22px;
  }

  .template-links-wrap-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .template-links-wrap-2.padding-20px {
    padding-left: 0;
    padding-right: 0;
  }

  .embed-2 {
    justify-content: flex-start;
    display: block;
  }

  .hero-div {
    align-self: flex-end;
    margin-bottom: 35px;
    padding: 0% 4% 0 5%;
  }

  .featured-things-div {
    margin-bottom: 30px;
  }

  .page-count-2 {
    font-size: 16px;
  }

  .headings-n-see-more {
    flex-wrap: wrap;
  }

  .cta-inline-section.hidden {
    padding-left: 25px;
  }

  .accordion-wrapper {
    margin-top: 30px;
  }

  .section-about {
    padding: 10px 15px;
  }

  .text-center-2.pt-10 {
    margin-bottom: 20px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .icon.accordion-icon {
    font-size: 32px;
  }

  .categories-grid {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    flex: 1;
    grid-template: "Area . Area-5 Area-10" 1.5fr
                   "Area-9 Area-9 Area-6 Area-2" 1.5fr
                   "Area-7 . Area-3 ." 1.5fr
                   "Area-4 . . ." 1.5fr
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    display: none;
  }

  .categories-grid.mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    grid-template-rows: 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr 1.5fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1.75fr;
    grid-auto-flow: column;
    display: grid;
    overflow: hidden;
  }

  .div-block-28.gradient {
    flex-wrap: nowrap;
  }

  .div-block-30.gradient {
    flex-direction: row;
  }

  .category-section.hide {
    padding-top: 10px;
  }

  .columns {
    flex-flow: wrap-reverse;
  }

  .column-2 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .mobile-cat-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "." 85px
                   "." 85px
                   "." 85px
                   "." 85px
                   "." 85px
                   "." 85px
                   "Area" 85px
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-cat-grid.hide {
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-rows: 105px 105px 105px 105px 105px 105px;
  }

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

  .container-8.hide {
    padding-top: 10px;
  }

  .paragraph-12.margin-bottom-8.not-bold {
    font-size: 16px;
    line-height: 1.5;
  }

  .get-a-room-block {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .vital-details-heading {
    margin-bottom: 20px;
  }

  .heading-reminder {
    font-size: 18px;
  }

  .cta-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .separator {
    height: 10px;
    padding-bottom: 20px;
    position: relative;
  }

  .image-11 {
    border-radius: 12px 12px 0 0;
  }

  .div-block-41 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .get-going-number {
    padding-top: 20px;
    top: -8px;
    bottom: auto;
    right: 15px;
  }

  .cta-image-left {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .cta-buttons.navbar-signup {
    margin-right: 12px;
    padding: 8px 17px;
    font-size: 15px;
  }

  .left-arrow-2 {
    background-image: none;
    overflow: hidden;
  }

  .right-arrow-2 {
    background-image: none;
  }

  .slider-2 {
    height: auto;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    justify-content: flex-start;
    align-self: stretch;
    padding-bottom: 20px;
  }

  .slider-2.hide-dt {
    padding-bottom: 26px;
  }

  .icon-2 {
    margin-top: 436px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .icon-2.dark {
    filter: invert();
    margin-top: auto;
  }

  .icon-3 {
    filter: invert();
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .slide-nav-3 {
    filter: invert();
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 20px;
  }

  .slide-2 {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .mask-2 {
    max-width: 95%;
    overflow: visible;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .react-app-search {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .home-search-panel {
    padding: 18px 15px 20px;
  }

  .div-block-42 {
    flex-direction: column;
  }

  .heading-24 {
    font-size: 18px;
  }
}

#w-node-_04ab00e0-7903-2c6c-844b-1d21561b492e-d66370d4, #w-node-_408dfef6-8c73-c5f8-cfd7-626e30adef44-d66370d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3700a133-c53b-3fba-67cb-452fcae31f07-d66370d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d081ca9-adab-f482-b8ff-c208f5ffff20-d66370d4 {
  grid-area: Area;
}

#w-node-_046756d6-4d70-85e2-6a2e-1a6a20d8f78b-d66370d4, #w-node-_6daeacd4-ff27-3a1d-41dc-83803d826e14-d66370d4, #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d66370d4, #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d66370d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d66370d4 {
  grid-area: Area;
}

#w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d66370d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0880e0c1-a828-fbd9-65eb-b1a8365a7163-365a714a {
  justify-self: end;
}

#w-node-f2cce60d-a325-20b8-3b95-cece78257e59-5b6370e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f2cce60d-a325-20b8-3b95-cece78257e5c-5b6370e4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-f2cce60d-a325-20b8-3b95-cece78257e5f-5b6370e4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51789507-65c5-bffb-9bac-80b8d1d46ad1-d1d46ab8 {
  justify-self: end;
}

#w-node-b390a649-10e7-c8b1-7f9d-5cd1ec966bc4-c06370e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b390a649-10e7-c8b1-7f9d-5cd1ec966bc8-c06370e5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fbcbecc3-4743-fa02-f2e1-29499b2218cd-c06370e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08c35936-2020-e64e-18ec-06c7dbc4fed6-636370e6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_08c35936-2020-e64e-18ec-06c7dbc4fed9-636370e6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_08c35936-2020-e64e-18ec-06c7dbc4feda-636370e6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133572-376370e7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_257b34e8-ab56-4a2a-d0ea-8e50b1a0f2a2-376370e7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133576-376370e7 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-abea860e-6ee8-cdac-c3fb-1604633be638-686370e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-abea860e-6ee8-cdac-c3fb-1604633be63b-686370e8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-abea860e-6ee8-cdac-c3fb-1604633be63e-686370e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b390a649-10e7-c8b1-7f9d-5cd1ec966bc4-246370e9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b390a649-10e7-c8b1-7f9d-5cd1ec966bc8-246370e9 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fbcbecc3-4743-fa02-f2e1-29499b2218cd-246370e9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5e62a0d-80eb-ef5b-e1b0-83bad2ddff88-576370ea {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c5e62a0d-80eb-ef5b-e1b0-83bad2ddff8b-576370ea {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c5e62a0d-80eb-ef5b-e1b0-83bad2ddff8c-576370ea {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133572-626370eb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_257b34e8-ab56-4a2a-d0ea-8e50b1a0f2a2-626370eb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133576-626370eb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133572-f06370ec {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_257b34e8-ab56-4a2a-d0ea-8e50b1a0f2a2-f06370ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133576-f06370ec {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133572-e66370ed {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_257b34e8-ab56-4a2a-d0ea-8e50b1a0f2a2-e66370ed {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133576-e66370ed {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_69113fa0-dd6a-7c27-3a97-f42023c2926d-c56370ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69113fa0-dd6a-7c27-3a97-f42023c29270-c56370ee {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_69113fa0-dd6a-7c27-3a97-f42023c29273-c56370ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe837767-98c5-7b8d-7687-498de7759846-516370f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe837767-98c5-7b8d-7687-498de775984a-516370f4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_86336f45-38d9-d68a-35db-b91ccbb1bd8c-516370f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133572-516370f4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_257b34e8-ab56-4a2a-d0ea-8e50b1a0f2a2-516370f4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ae111131-529f-e1a3-bb63-866a55133576-516370f4 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-e7f7934e-a3b4-811d-aad6-ded9bd32335d-6b6370f7, #w-node-e7f7934e-a3b4-811d-aad6-ded9bd32335d-eb6370fb {
  align-self: center;
}

#w-node-e7f7934e-a3b4-811d-aad6-ded9bd32335d-f4637131 {
  align-self: start;
}

#w-node-f55810c3-6a53-d818-c3d8-563d0e114247-f4637131, #w-node-_41f96661-3087-bde7-a896-e2c9d142c8c5-f4637131, #w-node-b6b6ff8d-61e2-4a38-dc1b-4eb147758b3f-f4637131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dde843f8-1c39-f963-1232-168c4990fad2-e363714c, #w-node-_733af571-587e-26b7-107f-f6649a2b75d9-8763714d {
  align-self: center;
  justify-self: center;
}

#w-node-_44836d9b-05f5-df4d-2c15-cb57b31ce7e5-e963716d {
  align-self: auto;
}

#w-node-f3369800-6f25-1738-7bdb-855f6cabc27f-cc63716e {
  justify-self: start;
}

#w-node-_8c7c09dc-34c7-a992-fd83-8ca4aaa1332f-cc63716e, #w-node-_808d5a44-6cda-2d7c-bbf9-87c94cb7efe0-cc63716e, #w-node-bdfc824c-b704-123f-d988-cfcc2f7c63d2-cc63716e, #w-node-_52e739ce-cbab-a7ae-8586-2f4f0a9bb256-cc63716e, #w-node-_0bcc7516-036f-7163-2b30-a663998c2a2a-cc63716e {
  align-self: end;
  justify-self: start;
}

#w-node-_44df4433-e93d-0251-a5cb-e4db53154c71-cc63716e {
  justify-self: start;
}

#w-node-_44df4433-e93d-0251-a5cb-e4db53154c73-cc63716e, #w-node-_44df4433-e93d-0251-a5cb-e4db53154c75-cc63716e, #w-node-_44df4433-e93d-0251-a5cb-e4db53154c77-cc63716e, #w-node-_44df4433-e93d-0251-a5cb-e4db53154c79-cc63716e, #w-node-_44df4433-e93d-0251-a5cb-e4db53154c7d-cc63716e {
  align-self: end;
  justify-self: start;
}

#w-node-_1537bae5-d0e4-7783-86d8-0e99d159f1e8-22637173, #w-node-_1537bae5-d0e4-7783-86d8-0e99d159f1f8-22637173 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1537bae5-d0e4-7783-86d8-0e99d159f204-22637173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1537bae5-d0e4-7783-86d8-0e99d159f207-22637173 {
  grid-area: Area;
}

#w-node-_1537bae5-d0e4-7783-86d8-0e99d159f208-22637173, #w-node-_1537bae5-d0e4-7783-86d8-0e99d159f20c-22637173 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44836d9b-05f5-df4d-2c15-cb57b31ce7e5-4ce49863 {
  align-self: auto;
}

#w-node-_04ab00e0-7903-2c6c-844b-1d21561b492e-d2ceb492, #w-node-_408dfef6-8c73-c5f8-cfd7-626e30adef44-d2ceb492 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3700a133-c53b-3fba-67cb-452fcae31f07-d2ceb492 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d081ca9-adab-f482-b8ff-c208f5ffff20-d2ceb492 {
  grid-area: Area;
}

#w-node-_046756d6-4d70-85e2-6a2e-1a6a20d8f78b-d2ceb492, #w-node-_6daeacd4-ff27-3a1d-41dc-83803d826e14-d2ceb492, #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d2ceb492, #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d2ceb492 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d2ceb492 {
  grid-area: Area;
}

#w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d2ceb492 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7d3aa178-2803-e25c-c21a-c2c5f508e40a-d66370d4, #w-node-edbd2709-eb6f-c8b4-d6d4-4ede4ee952e4-d66370d4 {
    align-self: auto;
  }

  #w-node-_8ef69026-ab57-bd4a-82b0-a93e46e5a8b4-6b6370f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7f7934e-a3b4-811d-aad6-ded9bd32335d-6b6370f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8ef69026-ab57-bd4a-82b0-a93e46e5a8b4-f4637131 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7f7934e-a3b4-811d-aad6-ded9bd32335d-f4637131 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1537bae5-d0e4-7783-86d8-0e99d159f1ec-22637173, #w-node-_7d3aa178-2803-e25c-c21a-c2c5f508e40a-d2ceb492, #w-node-edbd2709-eb6f-c8b4-d6d4-4ede4ee952e4-d2ceb492 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d66370d4, #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d66370d4, #w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d66370d4, #w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d66370d4, #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d2ceb492, #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d2ceb492, #w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d2ceb492, #w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d2ceb492 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d66370d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edbd2709-eb6f-c8b4-d6d4-4ede4ee952e4-d66370d4 {
    align-self: auto;
  }

  #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d66370d4, #w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d66370d4, #w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d66370d4, #w-node-e50fddf2-fbf0-fd64-9e30-158a97e9884d-d2ceb492 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edbd2709-eb6f-c8b4-d6d4-4ede4ee952e4-d2ceb492 {
    align-self: auto;
  }

  #w-node-_0806790f-0e1c-dcc3-7abe-a5f26d381637-d2ceb492, #w-node-_70671a07-f540-ba8f-12e7-d66cb7bc27c9-d2ceb492, #w-node-_4725967e-24a8-f886-d5a8-f7bff8c7a0a8-d2ceb492 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}