body {
  background-color: #000;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 200;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fdcb6e;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #74dfff;
}

.darkbody {
  background-color: #000;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
}

.section {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section.renameitsection {
  overflow: visible;
}

.section.skheader {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(#000)), url('../images/sk-mainbg.jpg');
  background-image: linear-gradient(180deg, transparent 75%, #000), url('../images/sk-mainbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.fullscreensection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 1037px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maincontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 75rem;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.maincontent.headercontent {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maincontent.workcontent {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.maincontent.workcontent.skyscannercontent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maincontent.workcontent.aboutcontent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.maincontent.renameitcontent {
  height: 120vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.maincontent.clientssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.maincontent.twocolumn {
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maincontent.casestudyheader {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.maincontent.foot {
  position: relative;
  height: 100px;
  min-height: auto;
}

.mainlogo {
  margin-top: 6vh;
}

.headerh1 {
  width: 85%;
  margin-bottom: 20%;
  line-height: 3.625rem;
  font-weight: 300;
}

.sectiondescrption {
  position: relative;
  width: 35%;
}

.sectiondescrption.skyscannerdescription {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sectiondescrption.aboutdescription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.description {
  color: #fff;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 300;
}

.description.abouttext {
  margin-bottom: 80px;
}

.button {
  height: 3rem;
  margin-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #fff;
  border-radius: 24px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.7rem;
  text-decoration: none;
}

.button:hover {
  padding-right: 1.8rem;
  padding-left: 2.2rem;
  border-color: #74dfff;
}

.arrowright {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  font-family: 'Fa solid 900', sans-serif;
  line-height: 2.7rem;
}

.workfigure {
  position: absolute;
  left: 10%;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 1515px;
  height: 922px;
  margin-top: -461px;
}

.workfigure.skisophones {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 1983px;
  height: 1237px;
  margin-top: -619px;
  margin-bottom: 0px;
  margin-left: -992px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tripworkhero {
  position: absolute;
  left: 459px;
  top: 230px;
  right: auto;
  bottom: auto;
}

.tripworkdevice {
  position: absolute;
  right: auto;
}

.tripworkdevice.d1 {
  left: 460px;
}

.tripworkdevice.d2 {
  left: 915px;
  top: 16px;
}

.tripworkdevice.d3 {
  left: 10px;
  top: 261px;
}

.tripworkdevice.d4 {
  top: 547px;
}

.tripworkdevice.d5 {
  left: 465px;
  top: 562px;
}

.tripworkdevice.d6 {
  left: 915px;
  top: 297px;
}

.tripworkdevice.dshadow {
  left: 416px;
  top: 242px;
}

.tripworkshimleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: linear-gradient(180deg, #000 6%, transparent 33%), linear-gradient(0deg, #000 7%, transparent 21%), linear-gradient(30deg, #000 10%, transparent 68%);
}

.tripworkshimright {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  background-image: linear-gradient(207deg, #000 7%, transparent 73%);
}

.socialsection {
  position: fixed;
  left: auto;
  top: 40%;
  right: 24px;
  bottom: 0%;
  z-index: 9997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Changa One', Impact, sans-serif;
}

.iconswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.iconlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.iconlink:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.iconlink.emailicon2 {
  display: none;
}

.emaillink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10vh;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 275ms ease-out;
  transition: all 275ms ease-out;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  text-decoration: none;
}

.emaillink:hover {
  -webkit-transform: translate(0px, -10px) rotate(-90deg);
  -ms-transform: translate(0px, -10px) rotate(-90deg);
  transform: translate(0px, -10px) rotate(-90deg);
}

.emailicon {
  display: inline-block;
  padding-right: 16px;
  font-family: 'Fa 400', sans-serif;
}

.emailtextblock {
  letter-spacing: 1px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menuitem {
  display: block;
  height: 100px;
  margin-bottom: 24px;
  -webkit-transition: padding-right 300ms ease-out;
  transition: padding-right 300ms ease-out;
  color: #000;
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.menuitem:hover {
  padding-right: 40px;
  color: #000;
}

.menuitem.w--current {
  margin-bottom: 40px;
}

.hamburger {
  margin-right: 0px;
  padding: 16px;
  font-size: 30px;
  text-decoration: none;
}

.navwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-right: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.closedhamburger.hamburgermenu {
  position: absolute;
  top: 29%;
  right: 24px;
  z-index: 1;
  display: none;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
}

.openhamburger.hamburgermenu {
  position: absolute;
  top: 29%;
  right: 24px;
  z-index: 1;
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 225ms ease-out;
  transition: -webkit-transform 225ms ease-out;
  transition: transform 225ms ease-out;
  transition: transform 225ms ease-out, -webkit-transform 225ms ease-out;
  color: #fff;
  text-decoration: none;
}

.openhamburger.hamburgermenu:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #74dfff;
}

.nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.closeimg {
  width: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.skyscannerphone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.skyscannerphone1 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-right: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.skyscannerphone2 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.skyscannerscrim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  background-image: linear-gradient(183deg, transparent 64%, #000 94%);
}

.renameitwrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.renameitscreen1 {
  display: block;
  max-width: 95%;
  border-radius: 8px;
}

.renameitscreen2 {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.59);
}

.renameitscreenswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.renamescrim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(30%, transparent), color-stop(70%, transparent), color-stop(90%, #000));
  background-image: linear-gradient(90deg, #000 10%, transparent 30%, transparent 70%, #000 90%);
  opacity: 0;
}

.sketchappwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blanklink {
  position: relative;
  top: -2px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
}

.clientsgrid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 3.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 130px 130px 130px;
  grid-template-rows: 130px 130px 130px;
}

.clientsbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.featuredongrid {
  display: -ms-grid;
  display: grid;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 110px 110px;
  grid-template-rows: 110px 110px;
}

.featuredontext {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.featuredonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0.8;
}

.featuredonwho {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.aboutphoto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
}

.portraitphoto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/portrait.gif');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1.25rem;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
}

.heart {
  font-family: 'Fa solid 900', sans-serif;
  color: #f15959;
}

.emailtogether {
  font-family: 'Fa 400', sans-serif;
}

.casesubheader {
  color: #6a7582;
}

.casesubheader.secondarycolorheader {
  margin-top: 24px;
}

.swatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 140px;
  padding: 23px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px 16px 16px 0px;
  background-color: #ff007e;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.swatch.lightgrey {
  background-color: #efefef;
  color: #353d46;
}

.swatch.mediumgrey {
  background-color: #6a7582;
}

.swatch.red {
  background-color: #ff6b6b;
}

.swatch.darkgray {
  background-color: #353d46;
}

.swatch.white {
  background-color: #fff;
  color: #353d46;
}

.swatch.blue {
  background-color: #33b5e5;
}

.swatch.teal {
  background-color: #0bc7b4;
}

.ratingscontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gridfullsizeimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.primarycolorsgrid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.bignumberwrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.typeaceright {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.solutioncontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.typographywrapper {
  background-color: #f7f7f7;
}

.bignumber {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 10vh;
  z-index: -1;
  margin-top: 10vh;
  margin-bottom: auto;
  margin-left: -66px;
  color: #f7f7f7;
  font-size: 848px;
  line-height: 1;
  font-weight: 700;
}

.ftuecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobilegrid3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.headerdesc {
  margin-bottom: 80px;
  font-size: 24px;
}

.ftuewrapper {
  position: relative;
  width: 380px;
  height: 688px;
  margin-left: -70px;
}

.typesample {
  margin-top: 32px;
}

.casemaintitle {
  margin-top: 80px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 1.2;
}

.descblock {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.descblock.solutionblock {
  margin-left: 30px;
}

.descblock.ratingstextwrapper {
  width: 30%;
}

.descblock.challangeblock {
  margin-right: 30px;
}

.descblock.ftuetext {
  width: 35%;
  margin-bottom: 5rem;
  margin-left: 2.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.swatchcolortext {
  font-size: 16px;
  font-weight: 300;
}

.swatchcolortext.light {
  font-weight: 300;
}

._5colgrid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 61px;
  grid-row-gap: 16px;
  -ms-grid-columns: 7% 1fr 1fr 1fr 7%;
  grid-template-columns: 7% 1fr 1fr 1fr 7%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._5colgrid.tripbrandgrid {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  grid-column-gap: 60px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(5%, 1fr) minmax(auto, 340px) minmax(auto, 340px) minmax(auto, 340px) minmax(5%, 1fr);
  grid-template-columns: minmax(5%, 1fr) minmax(auto, 340px) minmax(auto, 340px) minmax(auto, 340px) minmax(5%, 1fr);
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  color: #353d46;
}

.ratingscarousel {
  position: static;
  top: 0px;
  display: block;
  height: 500px;
  max-width: 700px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/ratingsFull.png');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.maincontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.maincontainer.caseheadercontainer {
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.maincontainer.typecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 56px auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bodytext {
  font-size: 16px;
  line-height: 1.5em;
}

.tripimage {
  width: 80%;
  max-width: 528px;
}

.triplogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff007e;
}

.titlebottom {
  display: block;
  font-weight: 300;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.casestudysection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #3a1f5d;
  color: #f8df8f;
  line-height: 16px;
}

.casestudysection.casesection {
  background-color: transparent;
}

.casestudysection.casesection.caseheader {
  background-image: url('../images/hero.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.casestudysection.casesection.casecontent {
  height: auto;
  min-height: 100vh;
}

.typeaceleft {
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ftuimage {
  position: absolute;
  left: 85px;
  top: 32px;
  width: 259px;
  max-width: none;
}

.subtitle {
  margin-bottom: 16px;
  color: #ff007e;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.subtitle.margin40 {
  margin-top: 40px;
}

.logovideo {
  z-index: 1;
  height: 640px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.headertitle {
  margin-bottom: 16px;
  font-size: 120px;
  line-height: 1.2em;
  font-weight: 700;
}

.emptyphone {
  position: absolute;
  z-index: 1;
  width: 380px;
  height: 688px;
  max-width: none;
}

.mobileimage {
  margin-left: -48px;
}

.mobileimage.rightimage {
  margin-right: -16px;
  margin-left: 0px;
}

.headerscrim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), to(rgba(34, 35, 37, 0.73)));
  background-image: linear-gradient(180deg, transparent 76%, rgba(34, 35, 37, 0.73));
}

.scrollanimation {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: -1;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.tripbody {
  background-color: #fff;
}

.leftcol {
  position: static;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.leftcol.skguidestory {
  max-height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.leftcol.skguidestory.mr24 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rightcol {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rightcol.bottomalign {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.rightcol.bottomalign.mb56 {
  margin-bottom: 56px;
}

.rightcol.shrink.bottomalign {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rightcol.shrink.bottomalign.statswrapper {
  width: 412px;
}

.casestudybody {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
}

.skiso-device {
  position: absolute;
  right: auto;
  width: 800px;
  height: 479px;
}

.skiso-device.skiso-d1 {
  left: 15px;
  top: 332px;
}

.skiso-device.skiso-hero {
  left: 589px;
  top: 366px;
}

.skiso-device.skiso-d2 {
  left: 619px;
  top: 0%;
}

.skiso-device.skiso-d3 {
  left: 1183px;
  top: 31px;
}

.skiso-device.skiso-d4 {
  left: 0px;
  top: 700px;
}

.skiso-device.skiso-d5 {
  left: 543px;
  top: 758px;
}

.skiso-device.skiso-d6 {
  left: 1150px;
  top: 413px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex.mt72 {
  margin-top: 72px;
}

.flex.mt72.alignright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.statswrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.statswrapper.mt96 {
  margin-top: 96px;
}

.statsnumber {
  display: inline-block;
  padding-right: 64px;
  background-image: url('../images/trend-up.svg');
  background-position: 100% 79%;
  background-repeat: no-repeat;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 160px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: normal;
}

.statsnumber.hidethis {
  display: block;
  overflow: hidden;
  height: 1px;
}

.bottomalign {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.posrelative {
  position: relative;
}

.posrelative.skstatsphotowrapper {
  position: relative;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.posabsolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.posabsolute.skstatphoto {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: none;
  min-height: 100%;
}

.posabsolute.skplantrip {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: none;
  min-height: 100%;
}

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.alignright {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-4 {
  position: relative;
  height: 100%;
}

.mr24 {
  margin-right: 24px;
}

.skstatphotowrapper {
  position: relative;
  height: 100%;
  min-height: 772px;
}

.mt72 {
  margin-top: 72px;
}

.skdesktopbrowser {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.skwebmobilewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.skwebmobilewrapper.mt72 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  display: block;
}

.image-2 {
  max-width: 453px;
}

.image-3 {
  display: inline-block;
  max-height: 100%;
}

.skguidephone {
  display: block;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.mb72 {
  margin-bottom: 72px;
}

.mr72 {
  margin-right: 72px;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.footer-2 {
  position: relative;
}

@media (max-width: 991px) {
  .section.skyscannersection {
    padding-top: 80px;
  }
  .section.renameitsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section.aboutsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maincontent {
    width: 90%;
    min-height: auto;
  }
  .maincontent.workcontent {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .maincontent.workcontent.skyscannercontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maincontent.workcontent.aboutcontent {
    position: static;
    min-height: auto;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .maincontent.renameitcontent {
    height: auto;
    min-height: auto;
    padding-top: 80px;
  }
  .maincontent.clientssection {
    width: 90%;
  }
  .maincontent.twocolumn.skusercontentwrapper {
    height: auto;
  }
  .maincontent.casestudyheader {
    min-height: 100vh;
  }
  .mainlogo {
    margin-top: 40px;
  }
  .headerh1 {
    margin-bottom: 30%;
    font-size: 32px;
    line-height: 1.5em;
  }
  .sectiondescrption {
    width: 100%;
  }
  .sectiondescrption.aboutdescription {
    position: static;
    width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .description {
    font-size: 18px;
    line-height: 1.6em;
  }
  .description.abouttext {
    margin-bottom: 24px;
  }
  .workfigure {
    position: relative;
    margin-top: -180px;
    margin-left: -135px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .socialsection {
    position: absolute;
    left: auto;
    top: 24px;
    right: 80px;
    bottom: auto;
    width: auto;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .iconswrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .iconlink.emailicon2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fa 400', sans-serif;
  }
  .emaillink {
    display: none;
    margin-bottom: 0vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .emaillink:hover {
    -webkit-transform: translate(0px, -10px) rotate(0deg);
    -ms-transform: translate(0px, -10px) rotate(0deg);
    transform: translate(0px, -10px) rotate(0deg);
  }
  .emailicon {
    font-size: 24px;
  }
  .closedhamburger.hamburgermenu {
    top: 24px;
    right: 8px;
  }
  .openhamburger.hamburgermenu {
    top: 24px;
    right: 8px;
  }
  .nav {
    position: absolute;
  }
  .skyscannerphone {
    margin-left: -32px;
  }
  .renameitwrapper {
    position: relative;
    height: auto;
    margin-top: 56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .renameitscreen2 {
    width: 310px;
  }
  .featuredongrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 110px 110px 110px;
    grid-template-rows: 110px 110px 110px;
  }
  .aboutphoto {
    position: relative;
    display: block;
  }
  .portraitphoto {
    position: relative;
    height: 410px;
  }
  .footer {
    right: 5%;
    bottom: 24px;
  }
  .ratingscontent {
    position: relative;
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .gridfullsizeimage {
    margin-right: -5%;
    margin-left: -5%;
  }
  .primarycolorsgrid {
    margin-top: 24px;
  }
  .typeaceright {
    margin-left: 12px;
  }
  .solutioncontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .typographywrapper {
    margin-top: 32px;
    margin-right: -5%;
    margin-left: -5%;
  }
  .ftuecontent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobilegrid3 {
    margin-top: 32px;
  }
  .casemaintitle {
    margin-top: 40px;
    font-size: 50px;
  }
  .descblock {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .descblock.ratingstextwrapper {
    width: 100%;
  }
  .descblock.ftuetext {
    width: 60%;
  }
  ._5colgrid.tripbrandgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 5% 1fr 1fr 5%;
    grid-template-columns: 5% 1fr 1fr 5%;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .ratingscarousel {
    width: 100%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .maincontainer.typecontent {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .triplogo {
    height: 400px;
    margin-top: 24px;
    margin-right: -5%;
    margin-left: -5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .titlebottom {
    display: inline-block;
  }
  .casestudysection.casesection.caseheader {
    background-position: 50% 0%;
  }
  .typeaceleft {
    margin-right: 12px;
  }
  .logovideo {
    height: 500px;
    margin-top: 24px;
    margin-right: -5%;
    margin-left: -5%;
  }
  .scrollanimation {
    margin-bottom: 60px;
  }
  .leftcol.mr24 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .rightcol.shrink.bottomalign.statswrapper {
    width: 300px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex.mt72.alignright.skallmetricwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .statsnumber {
    font-size: 110px;
  }
  .posabsolute.skstatphoto {
    max-width: 100%;
    min-height: auto;
  }
  .posabsolute.skplantrip {
    max-width: 100%;
    min-height: auto;
  }
  .skstatphotowrapper {
    display: block;
    height: 450px;
    min-height: auto;
  }
  .skguidephone {
    height: auto;
    max-width: 100%;
    margin-right: 48px;
  }
}

@media (max-width: 767px) {
  .maincontent.twocolumn.skusercontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tripworkshimright {
    bottom: 0%;
  }
  .clientsgrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 130px 130px 130px 130px;
    grid-template-rows: 130px 130px 130px 130px;
  }
  .clientsbg.aeg {
    display: none;
  }
  .featuredongrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featuredonwrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bignumberwrapper {
    display: none;
  }
  .solutioncontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ftuecontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobilegrid3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ftuewrapper {
    margin-left: -60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .descblock {
    width: 100%;
  }
  .descblock.identityblock {
    width: 100%;
  }
  .descblock.solutionblock {
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
  }
  .descblock.challangeblock {
    width: 100%;
  }
  .logovideo {
    height: 320px;
  }
  .headertitle {
    font-size: 80px;
  }
  .mobileimage {
    margin-left: -60px;
  }
  .mobileimage.rightimage {
    margin-left: -60px;
  }
  .headerscrim {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), to(rgba(34, 35, 37, 0.73)));
    background-image: linear-gradient(180deg, transparent 32%, rgba(34, 35, 37, 0.73));
  }
  .leftcol.mr24.skconvertionphoto {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .leftcol.skguidestory.mr24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .rightcol.shrink.bottomalign.statswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex.mt72.alignright.skallmetricwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .statswrapper.mt96 {
    margin-top: 0px;
  }
  .statsnumber {
    font-size: 70px;
  }
  .skstatphotowrapper {
    position: relative;
    height: 630px;
    margin-top: 16px;
  }
  .skwebmobilewrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .skguidephone {
    margin-right: 0px;
  }
  .flex-grow.mr72.skwebmobile {
    margin-right: 0px;
    margin-bottom: 48px;
  }
  .heading {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 30px;
  }
  .section.skyscannersection {
    padding-top: 0px;
  }
  .section.fullscreensection {
    height: auto;
    min-height: 830px;
  }
  .maincontent.headercontent {
    position: relative;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .maincontent.workcontent {
    min-height: auto;
    padding-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .maincontent.workcontent.skyscannercontent {
    min-height: auto;
    padding-top: 0px;
  }
  .maincontent.workcontent.aboutcontent {
    padding-top: 0px;
  }
  .mainlogo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 90px;
  }
  .headerh1 {
    width: 100%;
    margin-top: 140px;
    font-size: 24px;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .workfigure {
    width: 1450px;
    margin-bottom: 0px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .workfigure.skisophones {
    overflow: hidden;
    height: 1234px;
    margin-top: -565px;
  }
  .tripworkshimleft {
    height: 100%;
    background-image: linear-gradient(180deg, #000 6%, transparent 33%), linear-gradient(0deg, #000 7%, transparent 21%), linear-gradient(30deg, #000 10%, transparent 68%);
  }
  .socialsection {
    display: none;
  }
  .navigation {
    display: none;
  }
  .menuitem {
    height: 72px;
    margin-bottom: 8px;
    font-size: 60px;
  }
  .menuitem.w--current {
    height: 72px;
    margin-bottom: 8px;
  }
  .navwrapper {
    padding-right: 60px;
  }
  .skyscannerphone {
    left: 5px;
    overflow: visible;
    margin-top: 48px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .skyscannerscrim {
    display: none;
  }
  .renameitscreen1 {
    display: none;
  }
  .renameitscreen2 {
    position: static;
    display: block;
    width: 90%;
  }
  .renamescrim {
    display: none;
  }
  .clientsgrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clientsbg {
    height: 120px;
    margin-bottom: 4px;
  }
  .clientsbg.aeg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutphoto {
    width: 100%;
  }
  .portraitphoto {
    width: 100%;
  }
  .footer {
    left: 5%;
    text-align: center;
  }
  .swatch.red {
    margin-bottom: 16px;
  }
  .swatch.teal {
    margin-bottom: 16px;
  }
  .primarycolorsgrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .bignumberwrapper {
    display: none;
  }
  .typeaceright {
    margin-top: 32px;
    margin-left: 0px;
  }
  .solutioncontent {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ftuecontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobilegrid3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .headerdesc {
    margin-bottom: 130px;
    font-size: 21px;
    line-height: 24px;
  }
  .ftuewrapper {
    width: 300px;
    height: 543px;
    margin-left: -38px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .typesample {
    margin-top: 16px;
  }
  .casemaintitle {
    font-size: 40px;
  }
  .descblock {
    width: 100%;
  }
  .descblock.identityblock {
    width: 100%;
  }
  .descblock.solutionblock {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
  }
  .descblock.challangeblock {
    width: 100%;
  }
  .descblock.ftuetext {
    width: 100%;
  }
  .ratingscarousel {
    height: 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
  }
  .maincontainer.caseheadercontainer.maincontent {
    min-height: 100vh;
  }
  .maincontainer.typecontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .ftuimage {
    left: 68px;
    top: 27px;
    width: 204px;
  }
  .logovideo {
    height: 260px;
  }
  .headertitle {
    font-size: 50px;
  }
  .emptyphone {
    width: 300px;
    height: 543px;
  }
  .mobileimage {
    margin-left: -10%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .mobileimage.rightimage {
    margin-right: 0px;
    margin-left: -10%;
  }
  .headerscrim {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), to(rgba(34, 35, 37, 0.73)));
    background-image: linear-gradient(180deg, transparent 66%, rgba(34, 35, 37, 0.73));
  }
  .scrollanimation {
    bottom: 32px;
  }
  .leftcol.mr24.skconvertionphoto {
    height: auto;
    margin-top: 24px;
  }
  .rightcol.shrink.bottomalign.statswrapper {
    display: block;
  }
  .flex.mt72.alignright.skallmetricwrapper {
    margin-top: 32px;
  }
  .statswrapper.mt96 {
    margin-top: 32px;
  }
  .skstatphotowrapper {
    height: 438px;
  }
}

#w-node-c11258978b94-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-73c3bdbd6561-d25b5141 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bcc72f20d6c0-d25b5141 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bde6e39ffb32-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5a8df7a3c46-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ff2f3eb2f14f-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a2d1aa33d32c-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-1de887125f34-d25b5141 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-1d8d36ace5db-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1d8d36ace5df-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1d8d36ace5ea-49f084ce {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-1d8d36ace5ef-49f084ce {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-1d8d36ace5f1-49f084ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-1d8d36ace5f3-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-1d8d36ace5f8-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-1d8d36ace5f9-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-1d8d36ace5fd-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

#w-node-1d8d36ace5fe-49f084ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-1d8d36ace600-49f084ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace605-49f084ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace60a-49f084ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace60f-49f084ce {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace614-49f084ce {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace619-49f084ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-1d8d36ace61b-49f084ce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-1d8d36ace61c-49f084ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace621-49f084ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace626-49f084ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-1d8d36ace62b-49f084ce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-1d8d36ace63a-49f084ce {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
}

#w-node-1d8d36ace63e-49f084ce {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-1d8d36ace643-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-1d8d36ace645-49f084ce {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1d8d36ace646-49f084ce {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-1d8d36ace647-49f084ce {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-1d8d36ace650-49f084ce {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-1d8d36ace653-49f084ce {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

@media screen and (max-width: 991px) {
  #w-node-1d8d36ace5db-49f084ce {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-1d8d36ace5ea-49f084ce {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-1d8d36ace5ef-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-1d8d36ace5f1-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1d8d36ace62b-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-1d8d36ace5fe-49f084ce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-1d8d36ace600-49f084ce {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-1d8d36ace605-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1d8d36ace60a-49f084ce {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-1d8d36ace60f-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-1d8d36ace614-49f084ce {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-1d8d36ace619-49f084ce {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-1d8d36ace61b-49f084ce {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}