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

.hero {
  background-image: url('../images/herobackground-min.png');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}

.container {
  height: 100%;
}

.heroflexbox {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.herocontent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  justify-items: start;
  display: flex;
}

.leftext {
  width: auto;
  padding-right: 20px;
}

.headshot {
  width: 70%;
  height: auto;
}

.heading {
  color: #f5c302;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-2 {
  color: #ffb18d;
  width: 559px;
  margin-top: 10px;
  padding-right: 0;
  font-family: Muli, sans-serif;
}

.paragraph {
  color: #fff;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 20px;
  font-family: Muli, sans-serif;
  font-size: 21px;
  line-height: 30px;
  display: none;
}

.heading-3 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #1f77f5;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 45px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
}

.button.landingpage {
  text-shadow: none;
  cursor: pointer;
  background-color: #1f77f5;
  background-image: none;
  border-style: none;
  border-color: #fff;
  margin-top: 0;
}

.button.live {
  text-align: center;
  margin: 0 15px 40px;
  padding-top: 12px;
  padding-bottom: 0;
  transition: background-color .35s;
  display: block;
}

.button.live:hover {
  color: #1f77f5;
  background-color: #ff0;
}

.button.live.vicolosite {
  padding-top: 13px;
}

.button.live.about {
  display: none;
}

.button.landingpage {
  background-image: none;
  border: 1px #000;
  border-radius: 7px;
  padding-top: 10px;
  transition: background-color .35s;
}

.button.landingpage:hover {
  color: #1f77f5;
  background-color: #ff0;
}

.button.landingpage.hero {
  cursor: pointer;
  max-width: 215px;
  margin-left: 0;
}

.button.vicolo {
  background-color: #db9530;
}

.button.photo {
  background-color: #db9530;
  width: 300px;
  height: 50px;
}

.button.back {
  color: #1f77f5;
  background-color: #fff;
  border: 3px solid #1f77f5;
  padding-top: 10px;
  transition: background-color .35s;
}

.button.back:hover {
  background-color: #e9eff9;
}

.button.emails {
  transition: background-color .35s;
}

.button.emails:hover {
  color: #1f77f5;
  background-color: #ff0;
}

.button.banner-ads {
  transition: background-color .35s;
}

.button.banner-ads:hover {
  color: #1f77f5;
  background-color: #ff0;
}

.link {
  color: #ff0;
  cursor: pointer;
  text-decoration: none;
}

.gallery {
  background-color: #fff;
  height: 100%;
}

.container-2 {
  height: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.aboutdiv {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.heart {
  width: 61px;
  height: 70px;
  margin-top: 60px;
}

.heading-4 {
  text-align: center;
  width: 470px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 27px;
  line-height: 33px;
}

.cardimagevicolo {
  height: 240px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.cardimagevicolo.app {
  background-image: url('../images/appTour.png');
  background-position: 0 0;
  background-size: cover;
}

.cardimagevicolo.collab {
  background-image: url('../images/collabTour.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cardimagevicolo.fullcustom {
  background-image: url('../images/fullCustTour.png');
}

.footer {
  background-color: #2d3755;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.image-2 {
  width: 30px;
  margin-right: 20px;
}

.image-3 {
  cursor: pointer;
  width: 30px;
}

.footerflex {
  text-shadow: none;
  justify-content: space-between;
  align-items: center;
  height: 100.074%;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about {
  background-color: #fff;
}

.container-3 {
  height: 100%;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: Muli, sans-serif;
  display: flex;
}

.videotext {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 570px;
  padding-top: 100px;
  font-family: Muli, sans-serif;
  display: flex;
}

.heading-8 {
  color: #333;
  text-shadow: none;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
}

.heading-9 {
  color: #333;
  text-shadow: none;
  width: 80%;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
}

.heading-10 {
  color: #2a3659;
  text-align: center;
  text-indent: 0;
  width: 100%;
  height: 89px;
  margin-top: -14px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Muli, sans-serif;
  font-weight: 300;
}

.heading-11 {
  color: #333;
  text-shadow: none;
  padding-top: 20px;
  position: static;
}

.footerwork {
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  border-radius: 1px;
  height: 70px;
  position: static;
  inset: auto 0% 0%;
}

.container-5 {
  height: 100.074%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.workhero {
  height: auto;
  position: relative;
}

.workhero.intervarsity {
  background-color: #f1c40f;
  height: 815px;
}

.colorbkg {
  background-color: #fff200;
  height: 815px;
  position: absolute;
  inset: 0% 0% auto;
}

.colorbkg.believeit {
  background-color: #57597f;
  height: 815px;
  inset: 0% 0% auto;
}

.colorbkg.vicolo {
  background-color: #f5be49;
  background-image: linear-gradient(126deg, #f5b93e, #f5be49), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.colorbkg.emailhero {
  background-color: #27ae60;
  height: 752px;
}

.colorbkg.krayt {
  background-color: #2f3542;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 790px;
}

.colorbkg.heroemail {
  background-color: #e74c3c;
}

.colorbkg.intervarsity {
  background-color: #0000;
}

.colorbkg.iv {
  background-color: #006880;
}

.container-6 {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
}

.heroflex {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.heroflex.intervarsity {
  color: #fff;
}

.heading-12 {
  color: #182c61;
  font-family: Muli, sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.heading-12.nlt {
  color: #1a313f;
  border: 1px #1a313f;
}

.heading-12.iv {
  color: #182c61;
  text-align: center;
}

.heading-12.nlt-copy {
  color: #fff;
  border: 1px solid #1a313f;
}

.heading-12.sw {
  color: #fff;
}

.heading-12.banner-ads {
  color: #fff;
  text-align: center;
}

.heading-12.believe-it, .heading-12.email {
  color: #fff;
}

.image-4 {
  width: 710px;
  max-width: none;
  height: auto;
  padding-top: 40px;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.image-4.nlt {
  width: 920px;
}

.image-4.iv {
  width: 690px;
  display: block;
  position: relative;
  top: -30px;
}

.image-4.believe-it {
  width: 980px;
}

.image-4.email {
  width: 870px;
  top: -25px;
}

.image-4.sw {
  width: 950px;
  padding-top: 60px;
}

.image-4.banner-ads {
  padding-top: 20px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 10px;
  font-family: Muli, sans-serif;
  font-weight: 600;
}

.heading-13.nlt {
  color: #1a313f;
}

.heading-13.iv {
  color: #fff;
  font-family: Muli, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}

.heading-13.sw {
  color: #fff;
  width: 100%;
}

.heading-13.vicolo {
  color: #182c61;
}

.body {
  background-color: #eff2f6;
}

._2ndslice {
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
}

.container-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px 0;
  display: block;
}

.container-7.email {
  padding-top: 49px;
}

.container-7.banner-ads {
  padding-top: 50px;
}

._1stcolheading {
  color: #2a3659;
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-family: Muli, sans-serif;
}

._1stcolheading.iv {
  margin-top: 30px;
}

._1stcolparagraph {
  text-align: left;
  width: 100%;
  padding-right: 40px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

._1stcolparagraph._2grid {
  color: #666;
  margin-top: 0;
}

.image-5 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  box-shadow: 1px 0 9px 4px #0000000d;
}

.image-5.vicolo {
  width: auto;
  height: 830px;
  box-shadow: 0 1px 9px 4px #0000000d;
}

.image-5.believe {
  box-shadow: none;
  width: 100.099%;
  height: auto;
}

._2colgrd5 {
  flex-direction: column;
  width: auto;
  display: flex;
}

._1stcolgrd5 {
  color: #666;
  width: auto;
  padding-top: 75px;
  font-family: Muli, sans-serif;
  position: relative;
}

.taskparagraph {
  color: #2a3659;
  letter-spacing: 0;
  width: 100%;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.psicon {
  width: 25px;
}

.bstrapicon {
  width: 25px;
  margin-left: 15px;
}

.workicons {
  margin-top: 10px;
}

._2grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .48fr 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .48fr 1fr;
}

._2grid1stcol {
  height: 310px;
}

.grd22ndcol {
  flex-direction: row;
  display: flex;
}

.styleguide {
  background-color: #fff;
  height: auto;
}

.container-9 {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-17 {
  color: #2a3659;
  width: 250px;
  margin-top: 0;
  font-family: Muli, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.heading-17.sorting {
  width: 90%;
}

.heading-17.final {
  color: #2a3659;
  text-align: center;
  background-color: #0000;
  width: 590px;
  display: inline-block;
}

.paragraph-2 {
  color: #2a3659;
  padding-right: 20px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

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

.grid-6 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.25fr;
  align-items: start;
}

._2col {
  object-fit: none;
}

.div-block-6 {
  background-color: #f5f5f5;
  background-image: url('../images/NLTstudyguide2.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #dddcdc;
  width: auto;
  height: 450px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 9px 4px #0000000d;
}

.div-block-6.vicolo {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  height: auto;
}

.div-block-6.vicolo.vtsketch {
  box-shadow: none;
  margin-top: 20px;
}

.sortingcopy {
  color: #6b6b6b;
  background-color: #eff2f6;
}

.container-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.sorting1col {
  align-items: flex-start;
  display: flex;
}

.sorting-2col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.heading-18 {
  color: #eff2f6;
  font-family: Roboto, sans-serif;
  font-size: 8.75014em;
  font-weight: 900;
}

.heading-18.grid {
  color: #fff;
}

.heading-18.styleguide {
  color: #eff2f6;
}

.heading-19 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 8.75em;
  font-weight: 900;
}

.heading-19.iv {
  font-size: 6em;
}

.final {
  background-color: #fff;
}

.container-11 {
  text-align: center;
  padding-top: 100px;
}

.image-9 {
  padding-top: 40px;
}

.image-9.vicolo {
  background-color: #fff;
  width: 100%;
}

.contact {
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-20 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 40px;
  font-family: Muli, sans-serif;
}

.heading-21, .heading-22 {
  text-align: center;
  font-size: 16px;
}

.heading-23 {
  font-size: 16px;
}

.heading-24 {
  color: #1f77f5;
  font-weight: 500;
  text-decoration: none;
}

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

.heading-26 {
  color: #977575;
  font-weight: 500;
}

.link-2 {
  color: #1f77f5;
  text-decoration: none;
}

.link-2:hover {
  color: #000;
}

.link-3 {
  color: #1f77f5;
  text-decoration: none;
}

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

.link-4 {
  color: #1f77f5;
  text-decoration: none;
}

.link-4:hover {
  color: #000;
}

.contactdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.herovicolo {
  background-image: linear-gradient(#0006, #0006), url('../images/hero.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.container-13 {
  height: 100%;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.image-12 {
  width: 128px;
  height: 40px;
  padding-top: 0;
  display: block;
}

.body-2 {
  color: #fff;
  background-color: #fcf3eb;
  font-family: Roboto, sans-serif;
}

.nav-link, .nav-link-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-9 {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 350px 1fr;
  margin-top: 100px;
  margin-bottom: 30px;
}

.search {
  background-color: #182c61b3;
  height: 560px;
  margin-top: 0;
  position: relative;
}

.search.hero {
  background-image: none;
  height: 460px;
}

.vicoloherotext {
  padding-top: 100px;
}

.searchbox {
  background-color: #182c61;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.searchbox.bottom {
  height: 380px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.searchtext {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.searchtext.bottom {
  height: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

.vicolo27 {
  width: 100%;
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.vicolo27.bottom {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 37px;
}

.heading-27 {
  width: 8.9em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 57px;
  position: static;
}

.heading-28 {
  letter-spacing: .5px;
  width: 20em;
  font-size: 27px;
  font-weight: 300;
  line-height: 35px;
  position: static;
}

.button-2 {
  background-color: #d19547;
}

.button-2.vicolo {
  color: #fff;
  background-color: #db9530;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  margin-top: 30px;
  display: flex;
}

.button-2.search {
  text-align: center;
  border-radius: 7px;
  width: 90px;
  height: 45px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  top: 40px;
}

.heading-29 {
  margin-top: 40px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-10 {
  height: 75px;
}

.dropdown {
  width: 100%;
  height: 50px;
}

.dropdown.two {
  padding-top: 15px;
}

.dropdown-toggle {
  background-color: #546187;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45px;
  display: flex;
}

.icon {
  color: #172c61;
}

.text-block {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}

.vicolovideosection {
  background-color: #fcf3eb;
  height: auto;
}

.grid-10 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.91fr 1fr;
  position: relative;
}

.video {
  background-image: linear-gradient(to top, #000, #0000001a 15%, #0000), url('../images/video.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 560px;
  position: relative;
}

.div-block-11 {
  text-align: left;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

.heading-32 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 300;
}

.image-14 {
  width: 60px;
  padding-bottom: 0;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  bottom: 19px;
}

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

.videobuillding {
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  z-index: 5;
  position: relative;
  top: -135px;
}

.beat-and-path {
  background-color: #2d3755;
  width: 43vw;
  height: 400px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-16 {
  height: 100%;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 0;
}

.heading-33 {
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
  position: static;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: .1px;
  width: 400px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.photosection {
  background-image: url('../images/photobkg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 975px;
}

.offbeattablet {
  display: none;
}

.image-15 {
  width: 41em;
  max-width: none;
  position: absolute;
  inset: 75px 0% 0% auto;
  overflow: hidden;
}

.container-14 {
  height: 100%;
}

.phototext {
  color: #333;
  padding-top: 180px;
}

.heading-34 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-4 {
  width: 482px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.custommadeeasy {
  background-image: url('../images/pattern.png'), linear-gradient(#2d3755, #2d3755);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border-top: 3px solid #d19547;
  border-bottom: 3px solid #d19547;
  border-radius: 3px;
  height: auto;
}

.div-block-19 {
  background-image: url('../images/pattern.png');
  background-position: 0 0;
  background-size: 125px;
}

.container-15 {
  height: 100%;
}

.container-15.custom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 85px;
  display: flex;
}

.heading-35 {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
}

.paragraph-5 {
  text-align: center;
  width: 690px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.customcards {
  grid-column-gap: 20px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 85px;
}

.cardtour {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.title {
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-36 {
  color: #000;
  text-align: center;
  background-color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.line {
  background-color: #d29915;
  width: 125px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #333;
  height: 20em;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.imagediv {
  height: 240px;
}

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

.link-5 {
  color: #d19547;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.div-block-23 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-23.ptours {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.heading-37 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.profile {
  width: auto;
  max-width: 26em;
  height: auto;
}

.poptourcontainer {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.poptourcontainer.walking {
  padding-top: 40px;
}

.heading-38 {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 60px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
}

.heading-38.ptours {
  margin-top: 20px;
}

.heading-39 {
  color: #000;
  text-align: center;
  width: 680px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.image-16 {
  width: 35px;
  height: auto;
}

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

.card-header {
  background-image: url('../images/image9.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 200px;
  position: relative;
}

.card-header.card-1 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.card-header.card-1.vaca {
  background-image: url('../images/img12.png');
}

.card-header.card2 {
  background-image: url('../images/img13.png');
  position: relative;
}

.card-header.card4 {
  background-image: url('../images/img14.png');
  position: relative;
}

.card-header.card5 {
  background-image: url('../images/image-10.png');
  position: relative;
}

.card-header.card6 {
  background-image: url('../images/como.jpg');
  position: relative;
}

.card-header.card8 {
  background-image: url('../images/cer.jpeg');
  position: relative;
}

.card-header.card9 {
  background-image: url('../images/ber.jpg');
  position: relative;
}

.card-header.card10 {
  background-image: url('../images/pav.jpg');
}

.card-header.one-day-1 {
  background-image: url('../images/img15.png');
}

.card-header.onday2 {
  background-image: url('../images/img16.png');
}

.card-header.oneday3 {
  background-image: url('../images/img17.png');
}

.card-header.onceday5 {
  background-image: url('../images/img18.jpg');
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.carousel.is_contained.vaca-deals {
  padding-top: 40px;
}

.carousel.is_contained.walkingdeals {
  padding-bottom: 100px;
}

.card {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem #00000021;
}

.arrow-left {
  background-color: #db9530;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  inset: auto auto 0% 0%;
}

.arrow-right {
  background-color: #db9530;
  border: 3px #c7d0d9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 400px;
  margin-right: auto;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider {
  width: 352px;
  height: auto;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  color: #d19547;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  padding: 15px 25px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}

.btn:hover {
  background-color: #0000;
}

.carousel-mask {
  width: 14%;
  overflow: visible;
}

.poptours {
  background-color: #faf2e7;
  background-image: url('../images/bkgTour.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  padding-left: 40px;
  overflow: hidden;
}

.icon-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.heading-40 {
  color: #666;
  margin-bottom: 5px;
  font-weight: 400;
}

.paragraph-7 {
  color: #333;
  margin-bottom: 20px;
}

.div-block-24 {
  background-color: #fff;
  width: 320px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-41 {
  color: #000;
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-25 {
  background-color: #d29915;
  width: 50%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  width: auto;
  height: auto;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.tickets {
  color: #66a250;
  padding-left: 10px;
  font-weight: 300;
  position: relative;
  top: 0;
}

.heading-42 {
  color: #66a250;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.heading-42.green {
  text-decoration: none;
}

.heading-42.red {
  color: #ff0e01;
}

.heading-42.tickets {
  padding-left: 0;
  text-decoration: none;
}

.text-span {
  font-size: 20px;
  font-weight: 400;
}

.text-span.green {
  color: #6ca657;
}

.heading-43 {
  color: #ff0e01;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-26 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.icon-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.div-block-27 {
  background-color: #ff0f00;
  border-radius: 70px;
  width: 70px;
  height: 35px;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}

.heading-44 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 500;
}

.green {
  color: #66a250;
}

.contactus {
  background-image: url('../images/footerImage.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 980px;
  padding-top: 1px;
  position: relative;
}

.newsletter {
  background-color: #172c61;
  width: 1220px;
  height: 155px;
  margin-top: -68px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.container-17 {
  height: 100%;
}

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

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  width: 100%;
}

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

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

.heading-46 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.form-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.text-field-2 {
  background-color: #546187;
  border: 1px #000;
  border-radius: 7px;
  width: 375px;
  height: 45px;
  margin-bottom: 0;
  margin-left: 25px;
}

.text-field-2::placeholder {
  color: #fff;
  background-color: #546187;
  font-family: Nunito, sans-serif;
}

.submit-button {
  background-color: #db9530;
  border-radius: 7px;
  height: 45px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-18 {
  height: 100%;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  margin-top: 235px;
}

.heading-47 {
  letter-spacing: -.5px;
  text-shadow: 0 1px 6px #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.heading-48 {
  text-shadow: 0 1px 6px #000;
  width: 77%;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.paragraph-8 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-field-3 {
  background-color: #546187;
  border: 1px #000;
  border-radius: 7px;
  width: 50%;
  height: 45px;
  margin-right: 5px;
  padding-right: 10px;
}

.text-field-4 {
  background-color: #546187;
  border: 1px #000;
  border-radius: 7px;
  width: 50%;
  height: 45px;
  margin-left: 10px;
}

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

.text-field-5 {
  background-color: #546187;
  border: 1px #000;
  border-radius: 7px;
  height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.textarea {
  background-color: #546187;
  border: 1px #000;
  border-radius: 7px;
  height: 210px;
  margin-top: 14px;
  padding: 10px 10px 74px;
  position: relative;
}

.submit-button-2 {
  background-color: #db9530;
  border-radius: 7px;
  width: 129px;
  height: 45px;
  margin-top: 10px;
  font-size: 14px;
}

.logos {
  height: 120px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.grid-18 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logodivs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-18 {
  width: 143px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  height: 105px;
}

.div-block-30 {
  background-color: #0000;
  border-top: 1px solid #dfdede;
  border-bottom: 1px solid #dfdede;
  height: auto;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.list-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 37px;
  padding-bottom: 0;
  display: flex;
}

.heading-49 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.div-block-31 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-50 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.heading-51, .heading-52, .heading-53, .heading-54 {
  margin: 0;
  font-weight: 300;
}

.heading-55 {
  margin-top: 53px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.ions, .icons {
  padding-right: 13px;
}

.paragraph-9 {
  width: 207px;
  margin-top: 19px;
  font-weight: 300;
}

.careers {
  text-decoration: underline;
}

.paragraph-10 {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
}

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

.div-block-35 {
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.div-block-35.banners {
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
}

.image-22 {
  box-shadow: 1px 0 9px 4px #0000000d;
}

.vicolotwiiter {
  margin-top: 60px;
  box-shadow: 0 1px 8px 4px #0000000d;
}

.vicolofb {
  margin-top: 60px;
  box-shadow: 0 1px 9px 4px #0000000d;
}

._300x600 {
  justify-content: center;
  display: flex;
}

._160x600 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 37.5em;
  max-height: 37.5em;
  display: flex;
}

._300x250 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-23 {
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 60px;
}

._428x90 {
  justify-content: center;
  align-items: center;
  width: 728px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

.grid-25 {
  grid-template-columns: 2.5fr;
}

.image-23 {
  width: 151px;
  height: 240px;
  padding-top: 0;
  box-shadow: 0 1px 9px 4px #0000000d;
}

.image-25 {
  width: 300px;
  max-width: none;
  height: 241px;
  box-shadow: 1px 0 9px 4px #0000000d;
}

.image-26 {
  width: auto;
  max-width: none;
  height: 600px;
  box-shadow: 0 1px 9px 4px #0000000d;
}

.image-27 {
  width: 29.25em;
  max-width: none;
  height: 3.75em;
  box-shadow: 0 1px 9px 4px #0000000d;
}

.image-28 {
  height: 43em;
  box-shadow: 0 1px 9px 4px #0000000d;
}

.image-28.believeit {
  width: 160px;
  height: 600px;
}

.image-31 {
  width: 45.5em;
  height: 5.625em;
}

.image-33 {
  margin-top: 60px;
}

.image-34 {
  height: auto;
}

.image-35 {
  margin-top: 40px;
}

.div-block-37 {
  align-items: flex-end;
  display: flex;
}

.image-36 {
  width: 100%;
}

.body-3 {
  color: #5b5858;
  background-color: #403d3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.navbar-3 {
  background-color: #161414;
  width: 100%;
  height: 80px;
  position: fixed;
}

.image-40 {
  width: auto;
  height: 70px;
  padding-top: 0;
  padding-bottom: 10px;
}

.buttondiv {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.button-5 {
  color: #333;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #ffc90b;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  padding: 3px 0 0;
  font-family: Teko, sans-serif;
  font-size: 22px;
  font-weight: 400;
  transition: color .27s cubic-bezier(.55, .085, .68, .53), background-color .27s;
  display: flex;
  position: static;
}

.button-5:hover {
  color: #fff;
  background-color: #16707b;
}

.button-5.buynow {
  margin-left: 30px;
}

.button-5.buynowabout {
  width: 230px;
}

.button-5.ebook, .button-5.twiiter {
  width: 230px;
  margin-top: 20px;
}

.heading-60 {
  color: #cfc2c2;
  width: 448px;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: static;
}

.heading-60.productshot {
  text-align: center;
}

.metalborder {
  z-index: 2;
  background-color: #fff;
  background-image: linear-gradient(31deg, #fff, #787070 12%, #f7e9e9 36%, #5e5858 74%, #fff 92%);
  height: 4px;
  position: relative;
}

.container-24 {
  width: 100%;
  padding-top: 10px;
}

.container-24:focus {
  color: #fff;
}

.nav-link-3 {
  color: #ebc173;
  text-transform: uppercase;
}

.nav-link-3:hover, .nav-link-3:active, .nav-link-3:focus, .nav-link-3.w--current {
  color: #fff;
}

.nav-link-4 {
  color: #ebc173;
  text-transform: uppercase;
}

.nav-link-4:hover, .nav-link-4:active, .nav-link-4:focus, .nav-link-4.w--current {
  color: #fff;
}

.nav-link-5 {
  color: #ebc173;
  text-transform: uppercase;
}

.nav-link-5:hover, .nav-link-5.w--current {
  color: #fff;
}

.nav-menu {
  font-family: Muli, sans-serif;
}

.believeitabout {
  background-image: linear-gradient(44deg, #000, #000000e0 12%, #0000 50%), url('../images/aboutbkg.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: auto;
}

.believeitabout.about {
  background-image: linear-gradient(#00000091, #00000091), linear-gradient(10deg, #000, #000000e0 17%, #0000 48%, #000 78%), url('../images/carbon.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-size: auto, auto, 690px, auto;
}

.container-25 {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.believeaboutgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.abouttextdiv {
  color: #fff;
  font-family: Teko, sans-serif;
  position: static;
}

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

.heading-61 {
  text-shadow: 0 1px 6px #000;
  font-family: Teko, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 35px;
}

.paragraph-11 {
  text-shadow: 0 1px 14px #000;
  padding-top: 20px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.shareables {
  background-color: #151515;
}

.heading-62 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Teko, sans-serif;
  font-weight: 500;
}

.grid-27 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-flow: row dense;
  justify-content: end;
  justify-items: center;
  width: auto;
}

.div-block-41 {
  flex-direction: column;
  width: 400px;
  height: auto;
  display: flex;
}

.div-block-42, .div-block-43 {
  width: 400px;
  height: 400px;
}

.div-block-44, .div-block-45, .div-block-46 {
  width: 400px;
  height: auto;
}

.heading-63 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 12px;
}

.heading-63.download {
  color: #ffc90b;
  margin-left: 20px;
  text-decoration: underline;
}

.heading-63.download:hover {
  color: #fff;
}

.div-block-48 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-45 {
  width: 60px;
}

.div-block-49 {
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  display: flex;
}

.div-block-49.download {
  justify-content: flex-end;
  margin-left: 10px;
}

.image-46 {
  width: 60px;
  margin-left: 20px;
}

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

.image-47 {
  width: 470px;
}

.div-block-50 {
  color: #151515;
}

.heading-64 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Teko, sans-serif;
  font-weight: 300;
  line-height: 44px;
}

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

.text-span-2 {
  font-size: 48px;
}

.section-2 {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(190deg, #000 9%, #0000 53%, #000 84%), url('../images/carbon.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 690px;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.image-48 {
  height: 540px;
  position: absolute;
  inset: 0% auto auto -13%;
  overflow: hidden;
}

.grid-28 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center start;
  height: 100%;
  position: relative;
}

.container-27 {
  height: 100%;
}

.heading-65 {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  font-family: Teko, sans-serif;
  font-weight: 400;
}

.paragraph-12 {
  color: #fff;
  text-shadow: 0 1px 19px #000;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.section-5 {
  background-image: linear-gradient(172deg, #000000b3 15%, #0000 52%, #000000b3 96%), linear-gradient(#00000080, #00000080), url('../images/1244-min.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  align-items: center;
  height: 654px;
  display: block;
  position: relative;
}

.container-30 {
  height: 100%;
}

.grid-30 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-content: end;
  height: 100%;
}

.believeitdesktopcontent {
  z-index: 1;
  height: 100%;
  position: relative;
}

.image-56 {
  position: absolute;
  inset: auto auto 0% -27%;
}

.div-block-52 {
  color: #fff;
}

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

.heading-66 {
  text-shadow: 0 1px 6px #000;
  width: 100.025%;
  font-family: Teko, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 38px;
}

.heading-67 {
  text-transform: uppercase;
  text-shadow: 0 3px 9px #000;
  font-family: Teko, sans-serif;
  font-size: 6.7em;
  font-style: italic;
  font-weight: 600;
  line-height: 70px;
}

.image-57 {
  width: 380px;
}

.heading-68 {
  color: #cec2c2;
  width: 90%;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: relative;
}

.believeitmoiblediv, .image-60 {
  display: none;
}

.image-61 {
  padding-bottom: 30px;
}

.typed {
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 465px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 85px;
  height: 50px;
  padding-right: 20px;
  display: flex;
}

.searchbar {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  width: 600px;
  height: 50px;
  padding-left: 56px;
}

.container-32 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 150px;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.div-block-59 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  display: flex;
}

.button-6 {
  color: #5f6368;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 37.9861px;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
  display: flex;
}

.google {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 1436.25px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.section-6 {
  background-color: #fff;
  height: auto;
  position: relative;
}

.container-34 {
  height: auto;
}

.about-headler {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
  margin-top: 140px;
  margin-bottom: 40px;
}

.heading-72 {
  font-family: Muli, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

.paragraph-14 {
  margin-top: 40px;
  font-family: Muli, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.yellowbar {
  background-color: #f5c302;
  width: 16.4em;
  height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.yellowbar.bottom {
  width: 11.4em;
  inset: auto 0% 0% auto;
}

.div-block-60 {
  color: #2a3659;
}

.section-7 {
  background-color: #eff2f6;
  height: auto;
  font-family: Muli, sans-serif;
}

.heading-73 {
  color: #2a3659;
  margin-top: 0;
}

.text-span-3 {
  font-weight: 600;
}

.body-5 {
  height: 1436.25px;
}

.contactdivi {
  margin-top: 0;
  margin-bottom: 0;
}

.section-8 {
  width: 100vw;
  height: 700px;
  overflow: hidden;
}

.background-video-2 {
  background-image: linear-gradient(#fff 5%, #0000 37%);
  width: 100%;
  height: auto;
}

.heading-74 {
  text-align: right;
  font-family: Muli, sans-serif;
  font-weight: 400;
  position: static;
}

.grid-35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-75 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-76 {
  margin-bottom: 0;
  font-weight: 300;
}

.grid-36 {
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
}

.nlt-div {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 265px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.vicolodiv {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 100%;
  transition: background-color .2s;
  position: relative;
}

.believeitdiv {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-63 {
  padding-top: 20px;
}

.div-block-70 {
  color: #fff;
  background-image: linear-gradient(to top, #353535b3, #0000);
  height: auto;
  padding-left: 20px;
  font-family: Muli, sans-serif;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-70.nlt {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
}

.div-block-70.vicolo {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.heading-77 {
  margin-bottom: 0;
}

.heading-77.email {
  display: block;
}

.heading-78 {
  margin-top: 0;
  transition-property: all;
}

.starwars {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 265px;
  display: flex;
  position: relative;
}

.emaildesign {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 265px;
  position: relative;
}

.bannerads {
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 265px;
  position: relative;
  overflow: hidden;
}

.vicolo-linkblock {
  border-radius: 5px;
  height: 265px;
  overflow: hidden;
}

.believeitlinkblock {
  border-radius: 5px;
  height: 265px;
}

.image-64 {
  height: 82.3413%;
  position: static;
  inset: 0%;
}

.starwarslinkblock {
  border-radius: 5px;
  width: auto;
  height: 265px;
}

.emailslinkblock {
  overflow: hidden;
}

.image-65 {
  width: 280px;
  height: auto;
}

.image-66 {
  cursor: pointer;
  width: 100.223%;
  height: auto;
}

.image-67 {
  width: auto;
  height: 2000px;
  box-shadow: 0 1px 16px #00000021;
}

.heading-79 {
  color: #666;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-71 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-68 {
  width: 480px;
  margin-top: 60px;
}

.image-69 {
  width: 100%;
  margin-top: 60px;
  box-shadow: 0 6px 16px 6px #0000000d;
}

.div-block-72 {
  width: 100%;
  padding-top: 10px;
}

.link-6 {
  color: #666;
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-70 {
  cursor: pointer;
  width: 100%;
}

.div-block-73 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.behance {
  cursor: pointer;
}

.bold-text-2 {
  line-height: 59px;
}

.bold-text-2.iv {
  color: #fff;
}

.text-span-4 {
  color: #fff;
  font-size: 20px;
  line-height: 0%;
}

.text-span-5 {
  font-size: 18px;
  font-weight: 300;
}

.bold-text-3 {
  -webkit-text-stroke-color: #efefef;
  min-width: 0;
  max-width: none;
  min-height: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 0;
  position: relative;
  top: -33px;
}

.text-span-6 {
  font-weight: 300;
}

.vincent {
  font-size: 19px;
  font-weight: 300;
}

.text-span-7 {
  font-style: italic;
  font-weight: 400;
}

.text-span-8 {
  font-style: italic;
}

.text-span-9 {
  line-height: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-7 {
  color: #fff;
  cursor: pointer;
  mix-blend-mode: normal;
  font-family: Muli, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: 45px 0% auto;
}

.link-7:hover {
  color: #f5c302;
  -webkit-text-stroke-color: #f5c302;
}

.image-71 {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .leftext {
    width: 74.2852%;
  }

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

  .heading-2 {
    width: 14em;
    margin-bottom: 30px;
  }

  .footer {
    display: block;
  }

  .footerwork {
    background-color: #f5f5f5;
    position: relative;
  }

  .heading-13 {
    width: 60%;
  }

  ._2grid {
    grid-template-rows: auto;
    margin-bottom: 0;
  }

  .herovicolo {
    height: 740px;
  }

  .searchbox {
    padding-left: 20px;
  }

  .heading-27 {
    text-shadow: 1px 1px 6px #000;
    width: auto;
  }

  .heading-28 {
    letter-spacing: .5px;
    text-shadow: 1px 1px 6px #000;
    font-size: 24px;
  }

  .heading-29 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 300;
  }

  .grid-10 {
    z-index: 2;
    position: relative;
  }

  .video {
    height: 688px;
  }

  .div-block-14 {
    z-index: 6;
    height: 170px;
    position: relative;
    inset: -46% 0% 0% auto;
  }

  .beat-and-path {
    width: 43vw;
    top: -78%;
  }

  .photosection {
    height: 840px;
  }

  .image-15 {
    width: 42em;
    inset: 174px 0% 0%;
  }

  .phototext {
    padding-top: 50px;
  }

  .paragraph-4 {
    width: 483px;
  }

  .profile {
    width: auto;
    max-width: 28em;
    height: auto;
  }

  .button-5 {
    padding-top: 5px;
  }

  .metalborder {
    background-image: linear-gradient(139deg, #fff, #787070 12%, #f7e9e9 36%, #5e5858 74%, #fff 92%);
  }

  .heading-61 {
    letter-spacing: .2px;
    text-shadow: 0 1px 10px #000;
  }

  .paragraph-11 {
    text-shadow: -1px 8px #000;
    font-size: 18px;
  }

  .heading-62 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
    font-family: Teko, sans-serif;
    font-weight: 500;
  }

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

  .google {
    height: 1436.25px;
    display: block;
    inset: 0% 0% auto;
  }

  .section-6 {
    height: 730px;
  }

  .body-5 {
    height: 1425px;
  }

  .section-8 {
    height: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    width: 100%;
  }

  .headshot {
    width: 75%;
  }

  .heading-2 {
    width: 560px;
  }

  .footerwork {
    background-color: #fff;
    position: relative;
  }

  .paragraph-2 {
    color: #333;
  }

  .heading-18 {
    color: #eff2f6;
  }

  .heading-18.grid {
    color: #fff;
  }

  .heading-28 {
    width: auto;
  }

  .beat-and-path {
    width: 44vw;
    height: 400px;
  }

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

  .paragraph-3 {
    width: 400px;
  }

  .custommadeeasy {
    height: auto;
    padding-bottom: 0;
  }

  .paragraph-6 {
    height: 300px;
    margin-bottom: 0;
  }

  .profile {
    width: auto;
    max-width: 28em;
  }

  .button-5 {
    padding-top: 5px;
  }

  .grid-27 {
    grid-column-gap: 30px;
    justify-content: end;
  }

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

  .image-48 {
    inset: 0% auto 0% -6%;
  }

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

  .image-56 {
    left: -15%;
  }

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

  .heading-66 {
    line-height: 40px;
  }

  .heading-67 {
    width: 100%;
    font-size: 8em;
    line-height: 89px;
  }

  .image-57 {
    width: 400px;
    display: block;
  }

  .div-block-54 {
    width: auto;
    display: flex;
  }

  .google {
    inset: 0% 0% auto;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    display: none;
  }

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

  .footer {
    background-color: #000;
    height: 150px;
  }

  .container-4 {
    height: 100%;
    display: flex;
  }

  .videotext {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-8 {
    text-align: center;
    font-family: Muli, sans-serif;
  }

  .heading-9 {
    text-align: center;
    font-family: Muli, sans-serif;
    font-weight: 400;
  }

  .heading-10 {
    font-family: Muli, sans-serif;
    font-weight: 500;
  }

  ._1stcolheading {
    width: 100.052%;
  }

  .div-block-9 {
    height: 100%;
  }

  .beat-and-path {
    width: 44vw;
  }

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

  .profile {
    width: auto;
  }

  .arrow-left {
    margin-left: 400px;
  }

  .arrow-right {
    margin-right: 400px;
  }

  .body-3 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/tile-min.png');
    background-position: 0 0, 0 0;
    background-size: auto, 660px;
    flex-flow: column-reverse wrap;
    place-content: center flex-end;
    align-items: center;
    font-size: 13px;
    display: flex;
  }

  .navbar-3 {
    flex-direction: row-reverse;
    width: 1680px;
    display: block;
  }

  .button-5 {
    padding-top: 5px;
  }

  .metalborder {
    z-index: 2;
    width: 100%;
    height: 6px;
    position: relative;
  }

  .paragraph-11 {
    font-family: Muli, sans-serif;
  }

  .shareables {
    background-color: #151515;
    background-image: linear-gradient(168deg, #0003, #0000 29%);
  }

  .heading-62 {
    letter-spacing: .1px;
  }

  .div-block-41 {
    width: 400px;
    height: auto;
  }

  .heading-63 {
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 12px;
  }

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

  .image-47 {
    width: 470px;
  }

  .div-block-50 {
    width: 1680px;
    box-shadow: 0 4px 8px -1px #000;
  }

  .image-48 {
    left: 0%;
  }

  .section-5 {
    overflow: hidden;
  }

  .image-57 {
    width: 410px;
  }

  .heading-68 {
    overflow: hidden;
  }

  .google {
    display: block;
    inset: 0% 0% auto;
  }

  .section-7 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 850px;
  }

  .heroflexbox {
    flex-direction: row;
    justify-content: flex-start;
  }

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

  .leftext {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .headshot {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .heading-2 {
    clear: both;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0%;
    text-decoration: none;
    position: relative;
  }

  .paragraph {
    width: 560px;
  }

  .button.landingpage.hero {
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0%;
    right: 50%;
  }

  .button.vicolo {
    height: 50px;
  }

  .gallery {
    height: auto;
  }

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

  .cardimagevicolo {
    width: 257px;
    margin-bottom: 20px;
  }

  .cardimagevicolo.app {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cardimagevicolo.collab, .cardimagevicolo.fullcustom {
    width: 100%;
  }

  .footer, .about {
    height: auto;
  }

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

  .container-4 {
    justify-content: flex-start;
  }

  .videotext {
    height: 600px;
    margin-top: 0;
    padding-top: 0;
  }

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

  .heading-9 {
    margin-top: 0;
  }

  .workhero.intervarsity {
    height: 790px;
  }

  .colorbkg {
    height: 600px;
  }

  .colorbkg.believeit {
    object-fit: fill;
    height: 630px;
    margin-bottom: auto;
    inset: 0% 0% 0;
    overflow: hidden;
  }

  .colorbkg.nlt {
    height: 620px;
  }

  .colorbkg.emailhero {
    height: 610px;
  }

  .colorbkg.krayt {
    height: 656px;
  }

  .colorbkg.heroemail {
    height: 650px;
  }

  .heading-12 {
    font-size: 43px;
  }

  .image-4, .image-4.nlt, .image-4.iv, .image-4.believe-it {
    width: 100%;
  }

  .image-4.sw {
    width: 90%;
  }

  .heading-13 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
  }

  ._2ndslice.iv {
    padding-top: 100px;
  }

  .container-7 {
    padding-top: 60px;
  }

  ._1stcolheading {
    width: 100%;
    margin-top: 0;
    font-size: 27px;
  }

  ._1stcolparagraph {
    width: auto;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  ._1stcolparagraph._2grid {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-5 {
    margin-top: auto;
  }

  .image-5.vicolo {
    width: auto;
  }

  ._2colgrd5 {
    margin-top: 0;
  }

  ._1stcolgrd5 {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .taskparagraph {
    padding-top: 15px;
  }

  ._2grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .48fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    display: flex;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2grid1stcol {
    width: 540px;
    height: auto;
  }

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

  .heading-17 {
    z-index: 2;
    width: 100%;
    position: relative;
  }

  .heading-17.final {
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-bottom: auto;
    position: relative;
    top: 30px;
  }

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

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

  ._2col, .div-block-6 {
    width: 100%;
  }

  .sortingcopy {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .grid-7 {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-18 {
    z-index: 1;
    text-align: center;
    font-size: 11vw;
    position: relative;
    top: 10px;
  }

  .heading-18.grid, .heading-18.styleguide {
    text-align: left;
  }

  .heading-19 {
    margin-top: 100px;
  }

  .container-11 {
    padding-top: 80px;
  }

  .image-9 {
    margin-top: 70px;
    padding-top: 0;
  }

  .grid-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contactdiv {
    padding-bottom: 30px;
  }

  .grid-9 {
    flex-direction: column-reverse;
    margin-top: 180px;
    margin-bottom: 0;
    display: flex;
  }

  .search {
    height: 200px;
    margin-top: 60px;
  }

  .search.bottom {
    flex-direction: column;
    height: 550px;
    margin-top: 40px;
    display: flex;
  }

  .search.hero {
    height: 210px;
  }

  .vicoloherotext {
    padding-top: 0;
  }

  .searchbox {
    height: 130px;
  }

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

  .searchtext {
    height: 70px;
  }

  .vicolo27 {
    height: auto;
    padding-top: 10px;
    font-size: 30px;
  }

  .button-2.vicolo {
    height: 50px;
  }

  .button-2.search {
    margin-top: 0;
    top: -4px;
  }

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

  .dropdown {
    width: 100%;
    display: flex;
  }

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

  .dropdown-toggle {
    width: 280px;
    margin-left: 0;
    margin-right: auto;
  }

  .grid-10 {
    flex-direction: column-reverse;
    display: flex;
  }

  .video {
    width: 100%;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 45px;
  }

  .videobuillding {
    background-image: none;
    flex-direction: row;
    width: 100%;
    height: 389px;
    display: flex;
    overflow: hidden;
  }

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

  .paragraph-3 {
    width: 90%;
  }

  .photosection {
    background-image: url('../images/photobkgtablet.png');
    background-size: cover;
    height: 970px;
  }

  .offbeattablet {
    z-index: 3;
    background-color: #2d3755;
    width: 68vw;
    height: 390px;
    display: block;
    position: relative;
  }

  .image-15 {
    z-index: auto;
    width: auto;
    display: none;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .div-block-18 {
    background-image: url('../images/videoBuildingtablet.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 390px;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

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

  .paragraph-4 {
    width: 580px;
  }

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

  .title {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .heading-36 {
    text-align: left;
    background-color: #0000;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 15px;
    padding-left: 30px;
  }

  .line {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .paragraph-6 {
    height: auto;
    padding-top: 20px;
    line-height: 27px;
  }

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

  .div-block-23 {
    padding-left: 22px;
  }

  .profile {
    align-self: center;
    width: 45%;
    height: 100%;
    position: relative;
  }

  .arrow-right {
    margin-right: 20px;
  }

  .contactus {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1070px;
    display: flex;
  }

  .newsletter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 165px;
    display: flex;
  }

  .container-17.news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .grid-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .newsheader {
    width: 100%;
  }

  .heading-46 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 27px;
  }

  .text-field-2 {
    margin-left: 0;
  }

  .grid-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
    display: flex;
  }

  .heading-48 {
    width: 70%;
  }

  .image-18 {
    width: auto;
    height: auto;
  }

  .image-19 {
    height: auto;
  }

  .image-20 {
    width: auto;
  }

  .image-21 {
    width: auto;
    height: auto;
  }

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

  .smedia {
    margin-top: -44px;
  }

  .heading-55 {
    margin-top: 0;
  }

  .paragraph-9 {
    width: 100%;
    margin-bottom: 40px;
    line-height: 21px;
  }

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

  .div-block-32 {
    width: 99.8585%;
  }

  .div-block-33 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    display: flex;
  }

  ._300x600 {
    margin-top: 10px;
  }

  ._160x600 {
    margin-top: 20px;
  }

  ._300x250 {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-top: 10px;
  }

  .grid-23 {
    grid-column-gap: 110px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-top: 30px;
    display: grid;
  }

  .grid-24 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .grid-25 {
    align-items: center;
    margin-top: 30px;
  }

  .image-23 {
    width: auto;
    height: 240px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-5 {
    width: 220px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .button-5.buynow {
    margin-left: 20px;
  }

  .heading-60 {
    z-index: 2;
    text-align: center;
    width: 340px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 150px;
    position: relative;
  }

  .heading-60.productshot {
    width: 60%;
    margin-top: 40px;
    font-size: 12px;
    top: auto;
  }

  .believeitabout.about {
    background-image: linear-gradient(#00000091, #00000091), linear-gradient(5deg, #000, #000000e0 38%, #0000 52%, #000), url('../images/carbon.png'), linear-gradient(#000, #000);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, 690px, auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .believeaboutgrid {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .shareables {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-42, .div-block-43 {
    width: auto;
    height: auto;
  }

  .div-block-44, .div-block-45, .div-block-46 {
    width: auto;
  }

  .div-block-49.download {
    width: 260px;
  }

  .section-2 {
    height: 430px;
  }

  .image-48 {
    left: -51%;
  }

  .icon-4 {
    color: #fff;
  }

  .image-49 {
    width: 150%;
  }

  .section-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 550px;
    display: flex;
    position: relative;
  }

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

  .grid-30 {
    place-content: end center;
    justify-items: stretch;
  }

  .believeitdesktopcontent {
    align-items: center;
    display: block;
  }

  .image-56 {
    height: 790px;
    left: -55%;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-53 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .heading-66 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.6em;
  }

  .heading-67 {
    font-size: 5em;
    line-height: 58px;
  }

  .image-57 {
    width: 390px;
    margin-bottom: 0;
    display: inline-block;
  }

  .heading-68 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .believeitmoiblediv {
    width: 100%;
    display: none;
  }

  .heading-69 {
    color: #fff;
    text-align: center;
    font-family: Teko, sans-serif;
    font-size: 3.4em;
    font-weight: 300;
    line-height: 49px;
  }

  .heading-70 {
    color: #fff;
    text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-size: 5em;
    font-style: italic;
    font-weight: 500;
  }

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

  .image-59 {
    display: block;
    position: relative;
    left: -32px;
  }

  .div-block-58 {
    width: 82%;
  }

  .google {
    height: 1881.37px;
    display: block;
  }

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

  .about-headler {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
    width: 99.9981%;
    display: flex;
  }

  .body-5 {
    height: auto;
  }

  .section-8 {
    height: 710px;
  }

  .div-block-65 {
    width: 22em;
  }

  .image-62 {
    width: 100%;
  }

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

  .nlt-div {
    background-color: #fff201;
  }

  .vicolodiv {
    background-color: #f6b93b;
  }

  .believeitdiv {
    background-color: #57597f;
  }

  .starwars {
    background-color: #2f3542;
  }

  .emaildesign {
    background-color: #e74c3c;
  }

  .bannerads {
    background-color: #27ae60;
  }

  .believeitlinkblock {
    width: 100%;
  }

  .bold-text-3 {
    letter-spacing: 0;
    text-indent: 0;
    column-count: auto;
    white-space: normal;
    min-width: 0;
    line-height: 0;
  }
}

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

  .heading-2 {
    width: 98%;
  }

  .paragraph {
    width: 100%;
  }

  .button.vicolo {
    margin-bottom: 40px;
  }

  .button.photo {
    margin-bottom: 0;
  }

  .gallery {
    height: auto;
  }

  .container-3, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .videotext {
    margin-top: 40px;
  }

  .heading-8 {
    margin-top: 0;
  }

  .heading-9 {
    width: 100%;
  }

  .heading-10 {
    width: 17em;
    margin-bottom: 20px;
  }

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

  .colorbkg {
    height: 520px;
  }

  .colorbkg.believeit {
    height: 540px;
  }

  .colorbkg.nlt {
    height: 550px;
  }

  .colorbkg.emailhero {
    height: 579px;
  }

  .colorbkg.krayt {
    height: 580px;
  }

  .colorbkg.heroemail {
    height: 530px;
  }

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

  ._1stcolheading, ._1stcolparagraph._2grid, .image-5.vicolo {
    width: auto;
  }

  ._2colgrd5 {
    margin-top: 0;
  }

  ._1stcolgrd5 {
    color: #333;
    margin-top: 0;
  }

  .taskparagraph {
    width: auto;
  }

  ._2grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    display: flex;
  }

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

  .heading-17.final {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12vw;
    top: 25px;
  }

  .heading-18.grid, .heading-18.styleguide {
    text-align: left;
    padding-left: 0;
  }

  .heading-19 {
    width: 100%;
    font-size: 20vw;
  }

  .container-11 {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20 {
    width: 99.9609%;
  }

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

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

  .heading-27 {
    width: 100%;
    font-size: 52px;
  }

  .heading-28 {
    width: 100%;
    font-size: 24px;
  }

  .dropdown-toggle {
    width: 190px;
  }

  .vicolovideosection {
    height: auto;
  }

  .video {
    background-position: 0 0, 50% 100%;
  }

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

  .videobuillding {
    height: auto;
  }

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

  .photosection {
    background-size: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: 880px;
    display: flex;
  }

  .offbeattablet, .div-block-18 {
    height: auto;
  }

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

  .paragraph-4 {
    width: auto;
  }

  .custommadeeasy {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-15.custom {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .heading-35 {
    text-align: left;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .paragraph-5 {
    text-align: left;
    width: auto;
  }

  .title {
    width: 50%;
  }

  .poptourcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-39 {
    width: auto;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .text-field-2 {
    margin-left: 0;
  }

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

  .logos {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._428x90 {
    width: auto;
  }

  .image-31 {
    width: auto;
    height: auto;
  }

  .buttondiv {
    margin-bottom: 40px;
  }

  .button-5 {
    padding-top: 4px;
  }

  .heading-60 {
    width: auto;
    padding-left: 0;
    display: none;
  }

  .heading-60.productshot {
    width: 79%;
    display: block;
  }

  .container-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shareables, .grid-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section-2 {
    height: auto;
  }

  .image-48 {
    height: auto;
    display: none;
  }

  .grid-28 {
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    width: 99.9609%;
    display: flex;
  }

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

  .image-49 {
    display: none;
  }

  .section-5 {
    height: auto;
  }

  .believeitdesktopcontent, .image-56, .heading-68 {
    display: none;
  }

  .believeitmoiblediv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .heading-69 {
    margin-top: 140px;
    font-size: 2.9em;
    line-height: 42px;
  }

  .heading-70 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 4.4em;
  }

  .div-block-55 {
    margin-bottom: 60px;
  }

  .image-60 {
    width: 100%;
    display: block;
  }

  .div-block-56 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .google {
    height: 2055.14em;
  }

  .container-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-5 {
    height: 2055.14em;
  }

  .container-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-2 {
    height: 1230px;
  }

  .grid-36 {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .starwarslinkblock {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .herocontent {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 70px;
    display: flex;
  }

  .leftext {
    padding-right: 20px;
  }

  .headshot {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .heading {
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .heading-3 {
    width: 100%;
    font-size: 14px;
  }

  .button.landingpage {
    margin-top: 30px;
  }

  .button.live {
    margin-bottom: 20px;
  }

  .button.live.vicolosite {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.vicolo {
    margin-bottom: 0;
  }

  .button.photo {
    width: 100%;
  }

  .button.emails, .button.banner-ads {
    margin-bottom: 20px;
  }

  .heading-4 {
    width: 100%;
  }

  .cardimagevicolo {
    width: 60%;
    max-width: none;
    height: 100%;
  }

  .heading-5 {
    margin-top: 0;
    padding-top: 10px;
  }

  .footerflex {
    text-align: center;
    flex-direction: column-reverse;
  }

  .heading-10 {
    width: 100%;
  }

  .footerwork {
    height: auto;
  }

  .workhero.intervarsity {
    height: 550px;
  }

  .colorbkg.believeit {
    height: 480px;
  }

  .colorbkg.vicolo {
    background-image: radial-gradient(circle at 50% 100%, #f5cd78 -3%, #f6c150 44%, #f5ba3e);
    height: 510px;
  }

  .colorbkg.nlt {
    height: 470px;
  }

  .colorbkg.emailhero {
    height: 430px;
  }

  .colorbkg.krayt {
    height: 483px;
  }

  .colorbkg.heroemail {
    height: 410px;
  }

  .heading-12 {
    text-align: center;
    font-size: 36px;
  }

  .heading-12.iv {
    text-align: center;
  }

  .image-4 {
    padding-top: 30px;
  }

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

  .heading-13 {
    text-align: center;
    width: 100%;
    font-size: 21px;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  ._1stcolheading {
    z-index: 2;
    text-align: left;
    width: auto;
    margin-top: 0;
    position: relative;
  }

  ._1stcolparagraph {
    width: 100%;
  }

  ._1stcolparagraph._2grid {
    width: auto;
  }

  .image-5.vicolo {
    width: 100%;
    max-width: none;
    height: auto;
  }

  ._1stcolgrd5 {
    padding-top: 0;
  }

  .workicons {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._2grid {
    flex-direction: column;
    width: auto;
  }

  .grid-5 {
    width: auto;
    margin-top: 40px;
  }

  ._2grid1stcol {
    width: auto;
  }

  .grd22ndcol {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 100%;
  }

  .container-9 {
    padding-top: 70px;
  }

  .heading-17.final {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .paragraph-2 {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-6 {
    background-image: url('../images/NLTstudyguide.jpg');
    background-position: 0 0;
    box-shadow: 1px 1px 9px 4px #0000001a;
  }

  .container-10 {
    padding-top: 70px;
  }

  .heading-18 {
    text-align: center;
    padding-left: 0;
    font-size: 16vw;
  }

  .heading-19 {
    width: auto;
    margin-top: 0;
    font-size: 20vw;
    position: relative;
    top: 17px;
  }

  .container-11 {
    padding-top: 50px;
  }

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

  .contactdiv {
    flex-direction: column;
    height: 100%;
  }

  .herovicolo {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/hero.png');
    background-position: 0 0, 63%;
  }

  .navbar {
    padding-bottom: 0;
  }

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

  .grid-9 {
    margin-top: 120px;
  }

  .search {
    margin-top: 40px;
  }

  .search.bottom {
    height: 620px;
  }

  .search.hero {
    height: 320px;
  }

  .searchbox {
    flex-direction: column;
    height: 250px;
    padding-right: 20px;
    display: flex;
  }

  .searchbox.bottom {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .searchtext {
    padding-right: 20px;
  }

  .searchtext.bottom {
    height: 240px;
    padding-left: 13px;
    padding-right: 10px;
  }

  .vicolo27 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 25px;
  }

  .vicolo27.bottom {
    padding-top: 20px;
  }

  .heading-27 {
    width: auto;
    font-size: 3em;
    line-height: 42px;
  }

  .heading-28 {
    width: auto;
    font-size: 21px;
    line-height: 29px;
  }

  .button-2.vicolo {
    width: auto;
    height: 50px;
  }

  .button-2.search {
    width: 100%;
    top: 24px;
  }

  .heading-29 {
    font-size: 16px;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 121px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .dropdown.two {
    padding-top: 15px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .video {
    background-image: linear-gradient(to top, #000, #0000001a 37%, #0000), url('../images/video.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    height: 300px;
  }

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

  .heading-32 {
    font-size: 19px;
    font-weight: 400;
  }

  .div-block-16 {
    padding-top: 300px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .photosection {
    background-image: url('../images/photobkgmobile.png');
    background-size: contain;
  }

  .offbeattablet {
    width: 100%;
    height: auto;
  }

  .div-block-18 {
    z-index: 5;
    background-image: url('../images/videoBuildingtablet.png'), linear-gradient(#fcf3eb, #fcf3eb);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 360px, auto;
    width: 86vw;
    height: 253px;
    margin-top: 30px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .phototext {
    padding-top: 40px;
  }

  .custommadeeasy {
    flex-direction: row;
    width: 100%;
  }

  .heading-35 {
    width: auto;
  }

  .title {
    justify-content: center;
    align-items: center;
    width: 90%;
    inset: auto 0% 0%;
  }

  .heading-36 {
    padding-left: 0;
  }

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

  .div-block-23 {
    padding-left: 0;
  }

  .profile {
    align-self: auto;
    width: 60%;
    height: 70%;
    margin-bottom: 10px;
    display: block;
  }

  .poptourcontainer {
    display: flex;
  }

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

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._2, .carousel-slider._4, .carousel-slider._3, .carousel-slider._7, .carousel-slider._5, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .poptours {
    padding-left: 0;
  }

  .contactus {
    height: 1150px;
    display: block;
  }

  .newsletter {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-16 {
    justify-content: center;
  }

  .newsform {
    flex-direction: column;
    width: 100%;
  }

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

  .form-block {
    flex-direction: column;
    width: 100%;
  }

  .form-2 {
    flex-direction: column;
    justify-content: center;
    width: 99.9023%;
  }

  .text-field-2 {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .container-18 {
    height: 290px;
  }

  .heading-47 {
    margin-top: 60px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-48 {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }

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

  .text-field-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-field-5 {
    margin-top: 0;
  }

  .textarea {
    margin-top: 5px;
    padding-right: 0;
  }

  .submit-button-2 {
    width: 100%;
  }

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

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

  .logos {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logodivs {
    margin-left: 0;
  }

  .image-18 {
    width: 30px;
    height: 22.0156px;
  }

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

  .grid-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .div-block-33 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: center;
  }

  ._300x600 {
    margin-top: 0;
  }

  .image-26 {
    width: 300px;
  }

  .image-27 {
    width: 99.7838%;
  }

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

  .navbar-3 {
    height: 75px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .image-40 {
    width: auto;
    height: 58px;
  }

  .buttondiv {
    flex-direction: column;
  }

  .button-5 {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
  }

  .button-5.buynow {
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-60 {
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .container-24 {
    height: 75px;
  }

  .image-45 {
    width: 50px;
  }

  .div-block-49.download {
    width: auto;
  }

  .image-46 {
    width: 50px;
    margin-left: 10px;
  }

  .container-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(165deg, #000 17%, #0000 40%, #000 82%), url('../images/carbon.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, 690px;
  }

  .heading-69 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.6em;
    line-height: 37px;
  }

  .heading-70 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 52px;
  }

  .div-block-55 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .image-58 {
    width: 100%;
  }

  .image-59 {
    left: 0;
  }

  .image-61 {
    width: 70%;
  }

  .typed {
    position: relative;
  }

  .container-32 {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-59 {
    flex-direction: column;
  }

  .button-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 138.507px;
    height: 45px;
    margin-bottom: 20px;
  }

  .google {
    height: 2610px;
    display: block;
    inset: 0%;
  }

  .about-headler {
    margin-top: 100px;
  }

  .body-5 {
    height: auto;
  }

  .grid-35 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .believeitdiv {
    margin-bottom: 16px;
  }

  .div-block-70.nlt, .starwars {
    width: 100%;
  }

  .vicolo-linkblock, .nlt-linkblock, .believeitlinkblock, .starwarslinkblock {
    margin-bottom: 16px;
  }

  .emailslinkblock {
    margin-bottom: 20px;
  }

  .image-69 {
    width: 100%;
  }

  .link-7 {
    top: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f0fc192b-165c-b922-df13-16e67278dbea-ab0a6325 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


