.nav {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.nav-logo-wrap {
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #771620;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  box-shadow: none;
  color: #f2d0a7;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw 0px 8vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav-inner {
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.why-us {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #771620;
}

.why-us.center {
  position: relative;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  justify-content: center;
  align-items: flex-start;
  background-color: #a05a6d;
  background-image: linear-gradient(135deg, #a67481 70%, #3d0f1b 98%);
}

.why-us.wide {
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 0vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #7a1521;
}

.why-us.wide.img {
  display: none;
  padding-bottom: 0vh;
  background-color: #3f1414;
}

.why-us.wide.purple {
  height: 70vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  background-image: url('../images/wavy-.svg'), linear-gradient(135deg, #7a1521, #6b1923 69%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  padding-right: 10vh;
  padding-left: 8vw;
}

.hero-subhead {
  max-width: 50%;
  margin-bottom: 50px;
  padding-right: 60px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border: 2px solid #f1ccab;
  border-radius: 3px;
  background-color: #771620;
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Montserrat, sans-serif;
  color: #f2d0a7;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  background-color: #ffe8cc;
  font-family: Montserrat, sans-serif;
  color: #771620;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #771620;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: 85vh;
  max-width: 60%;
}

.wrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wrapper {
  display: flex;
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-features {
  display: none;
  overflow: visible;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px none #000;
}

.icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  height: 35px;
  margin-right: 0vw;
  padding-top: 0px;
  align-items: center;
  align-self: auto;
  color: #f1ccab;
  font-size: 250%;
  line-height: 150%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: flex;
  width: 100%;
  margin-bottom: 2%;
  padding-top: 3%;
  padding-right: 10vw;
  padding-left: 10vw;
  flex-direction: column;
  align-self: auto;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  flex: 0 0 auto;
  border: 1px none #000;
}

.image-2 {
  flex: 0 0 auto;
}

.dropdown-toggle-2 {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
}

.feature-image {
  display: flex;
  width: 50vw;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
}

.importance {
  margin-bottom: 3%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  list-style-type: square;
}

.list {
  padding-top: 3%;
}

.importance-head {
  color: #f1ccab;
  font-size: 24px;
  font-weight: 700;
}

.div-block-31 {
  display: block;
  width: 40%;
  height: 2px;
  margin-left: 12%;
  align-self: flex-start;
  background-color: #ffdcb3;
}

.colour-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
}

.colour-box.burgundy {
  bottom: 14%;
  width: 70%;
  background-color: #33090e;
}

.black-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff0f3;
  font-size: 24px;
}

.accordion-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0%;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  background-color: #7a1521;
}

.text-block-2 {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #ffdcb3;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.head-wrapper {
  position: relative;
  overflow: hidden;
  padding: 14px;
}

.bottom-image-wrap {
  position: relative;
  display: none;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.image-13 {
  width: 100%;
}

.content-values {
  display: flex;
  flex-direction: column;
}

.value-icons {
  margin-right: 1vw;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.icons-div {
  display: flex;
  margin-bottom: 1vh;
  flex-direction: column;
}

.paragraph-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff0f3;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.image-6 {
  display: none;
  height: 50px;
  margin-bottom: 2vh;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-top: 3vh;
  padding-right: 2vw;
  padding-left: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  background-color: #c9184a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.card-back.values {
  padding-top: 3vh;
  padding-right: 1vw;
  padding-left: 1vw;
  background-color: #3f1414;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.card-back.mission {
  padding-top: 3vh;
  background-color: #932d30;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.section-3 {
  background-color: #771620;
}

.features-card {
  width: 30%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
}

.input {
  height: 70px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Montserrat, sans-serif;
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-moz-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.values-content {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-around;
}

.card {
  position: relative;
  width: 100%;
  height: 400px;
  font-family: Montserrat, sans-serif;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #c9184a;
  font-size: 5vh;
}

.heading-5.mission {
  color: #932d30;
}

.heading-5.values {
  color: #3f1414;
}

.feature-wrap {
  display: flex;
  overflow: visible;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.icons {
  width: 80vw;
  margin: 10vh auto 0vh;
  padding-right: 0vw;
  padding-left: 0vw;
  justify-content: space-between;
}

.image-10 {
  height: 40px;
}

.heading-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff0f3;
  font-size: 24px;
}

.form-2 {
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  flex-direction: column;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff0f3;
  font-size: 18px;
  line-height: 24px;
}

.success-message {
  border-radius: 5px;
  background-color: #fff;
}

.error-message {
  border-radius: 3px;
}

.image-7 {
  height: 140px;
}

.card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-front.mission {
  flex-direction: column;
  background-color: #fff;
}

.card-front.values {
  background-color: #fff;
}

.heading-7 {
  color: #fff;
}

.quote-icon {
  margin-bottom: 45px;
  color: #f1ccab;
}

.paragraph-7 {
  color: #fff;
}

.slide {
  margin-left: 0px;
}

.slide-nav {
  color: #f1ccab;
  font-size: 7px;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slider-arrow {
  color: #fff;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #f1ccab;
  text-align: center;
}

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

.section-4 {
  padding-top: 10vh;
  background-color: #771620;
}

.heading-10 {
  color: #ffd8b5;
}

.button-wrap {
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7a1521;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
  opacity: 0.86;
}

.link-block-4 {
  position: relative;
  width: 2vw;
  height: 7vh;
  margin-right: 20px;
}

.image-23 {
  height: 3vh;
  margin-right: 40px;
  margin-left: 0px;
  background-color: transparent;
}

.link-block-3 {
  position: relative;
  width: 2vw;
  margin-right: 20px;
  margin-left: 20px;
}

.image-25 {
  display: inline-block;
  width: auto;
  height: 2.7vh;
  margin-right: 40px;
  background-color: transparent;
}

.body {
  background-color: #771620;
}

@media screen and (max-width: 991px) {
  .nav {
    width: 100vw;
  }

  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

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

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-inner {
    width: 100vw;
  }

  .why-us.center {
    height: auto;
    padding-top: 15vh;
    flex-direction: column;
  }

  .hero-content {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-subhead {
    max-width: none;
    font-size: 24px;
    line-height: 31px;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 90%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .app-features {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .dropdown-toggle-2 {
    width: auto;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

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

  .image-6 {
    height: 30px;
    margin-bottom: 1vh;
  }

  .card-back {
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.values {
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.mission {
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .features-card {
    width: 30%;
    height: auto;
    margin-right: 5%;
  }

  .features-card.values {
    margin-right: 0%;
  }

  .values-content {
    margin-bottom: 15px;
  }

  .card {
    width: 100%;
    height: 50vh;
    margin-right: 2vw;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
    font-size: 4vh;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.icons {
    justify-content: flex-start;
  }

  .image-10 {
    height: 30px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 17px;
  }

  .image-7 {
    height: 100px;
  }

  .card-front {
    width: 100%;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .menu-icon {
    font-size: 30px;
  }

  .why-us.wide {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .why-us.wide.purple {
    padding-top: 0vh;
    padding-bottom: 7vh;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .hero-subhead {
    max-width: none;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .hero-image {
    width: 80%;
    max-width: none;
    margin-bottom: 7vw;
  }

  .wrap {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 0px 10vw;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .app-features {
    flex-direction: row;
  }

  .icon {
    display: flex;
    overflow: visible;
  }

  .dropdown-toggle-2 {
    width: auto;
  }

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

  .paragraph-8 {
    font-size: 18px;
  }

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

  .image-6 {
    height: 25px;
  }

  .card-back {
    padding-top: 2vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.values {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.mission {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .features-card {
    width: 30%;
    height: 60vh;
    margin-right: 0%;
  }

  .features-card.values {
    margin-right: 0%;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .values-content {
    margin-bottom: 8px;
  }

  .card {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }

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

  .heading-5 {
    font-size: 3vh;
    line-height: 30px;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: flex;
    height: 55vh;
    margin-top: 0vh;
    margin-bottom: 0vh;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .form-2 {
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 10px;
    line-height: 14px;
  }

  .form-block {
    width: 100%;
  }

  .image-7 {
    height: 100px;
  }

  .card-front {
    height: 100%;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .heading-7 {
    margin-top: 0px;
    font-size: 21px;
    line-height: 28px;
  }

  .quote-icon {
    margin-bottom: 30px;
  }

  .quote-slider {
    min-height: 250px;
    margin-top: 6vh;
    padding-top: 20px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .link-block-4 {
    width: 3vw;
    height: auto;
  }

  .image-23 {
    height: 100%;
  }

  .link-block-3 {
    width: 3vw;
  }

  .image-25 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .why-us.center {
    padding-bottom: 10vh;
  }

  .hero-image {
    width: 80%;
  }

  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .app-features {
    flex-direction: column;
  }

  .icon {
    height: 26px;
  }

  .div-block {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-content {
    width: auto;
  }

  .image-2 {
    width: 100%;
  }

  .dropdown-toggle-2 {
    width: auto;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .importance {
    font-size: 16px;
    line-height: 24px;
  }

  .list {
    padding-left: 20px;
  }

  .importance-head {
    font-size: 18px;
    line-height: 21px;
  }

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

  .content-values {
    width: 90%;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2 {
    font-size: 21px;
    line-height: 26px;
  }

  .image-6 {
    height: 50px;
    margin-bottom: 2vh;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.values {
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card-back.mission {
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .features-card {
    width: 100%;
    height: 45vh;
    margin-bottom: 10%;
  }

  .features-card.values {
    margin-bottom: 0%;
  }

  .card {
    width: 100%;
    height: 100%;
  }

  .heading-9 {
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-32 {
    width: auto;
  }

  .heading-5 {
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 10vw;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-wrap.icons {
    display: flex;
    width: 80vw;
    height: auto;
    flex-direction: column;
  }

  .heading-6 {
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 21px;
    line-height: 21px;
  }

  .form-2 {
    width: 90vw;
    margin-top: 20px;
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 19px;
  }

  .image-7 {
    height: 100px;
  }

  .card-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card-front.mission {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card-front.values {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 26px;
  }

  .right-arrow {
    width: 15vw;
  }

  .left-arrow {
    width: 15vw;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .link-block-4 {
    width: 5vw;
  }

  .link-block-3 {
    width: 5vw;
  }

  .image-25 {
    height: 4vh;
  }
}