.red {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  color: #ff4855;
}

.body {
  min-height: 500px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #ff4855;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.body.red {
  background-color: #ff4855;
}

.body.white {
  background-color: #fff;
}

.bageldiv {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  width: 40vh;
  height: 40vh;
  min-height: 300px;
  min-width: 300px;
  margin-top: 38vh;
  margin-right: auto;
  margin-left: 41%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.bighead {
  display: block;
  margin: 26vh 0vw 30px;
  color: #fff;
  font-size: 4vw;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.bighead.pres {
  margin: 82px 0vw 41px;
  text-align: center;
}

.huge-head {
  position: static;
  display: block;
  margin-left: -5vh;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14vw;
  line-height: 10vw;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}

.huge-head._1 {
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 0px;
}

.huge-head._1.pre {
  margin-left: 0vh;
  padding-left: 0px;
  font-size: 18vw;
  text-align: center;
}

.huge-head._1.new {
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
}

.huge-head._1-copy {
  margin-left: 0vh;
  font-size: 18vw;
  text-align: center;
  letter-spacing: -5px;
}

.logolink {
  position: fixed;
  left: 40px;
  top: 30px;
  z-index: 99;
}

.logolink.black {
  position: absolute;
}

.logo {
  width: 140px;
  color: #282b34;
}

.burgerline {
  width: 20px;
  height: 2.5px;
  margin-bottom: 3.5px;
  border-radius: 20px;
  background-color: #000;
}

.burgerline._1.home {
  background-color: #fff;
}

.burgerline._2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.burgerline._2.home {
  background-color: #fff;
}

.burgerline._3.home {
  background-color: #fff;
}

.menuburger {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.menuburger.main {
  color: #fff;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: transparent;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  padding-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #282b34;
  opacity: 0;
}

.menu.show {
  display: block;
  opacity: 1;
}

.menu-txt {
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15vh;
  line-height: 13vh;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.menu-txt:hover {
  color: #ff4855;
}

.linktxt {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: korolev-condensed, sans-serif;
  color: #fff;
  text-decoration: none;
}

.linktxt:hover {
  color: #ff4855;
}

.linktxt.w--current {
  color: #fff;
}

.linktxt.w--current:hover {
  color: #ff4855;
}

.red-half {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  min-height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4855;
}

.red-half.full {
  position: fixed;
}

.paragraph {
  display: block;
  max-width: 600px;
  color: #fff;
}

.white-half {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 550px;
  padding-left: 69px;
  -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: #f9f9f9;
}

.white-half.empty {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.midbox {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
}

.midbox.white {
  width: auto;
  max-width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.midbox._500 {
  max-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.midbox._500.size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.person {
  display: inline-block;
  width: 248px;
  margin-top: 30px;
  margin-right: 5%;
  margin-bottom: 30px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.person.short {
  width: 236px;
  margin-right: 0%;
}

.person.hide {
  display: none;
}

.perpix {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  float: left;
  border-radius: 100px;
  background-image: url('../images/young.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.perpix:hover {
  background-image: url('../images/young.gif'), url('../images/young.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.perpix._2 {
  background-image: url('../images/rani.jpg');
}

.perpix._2:hover {
  background-image: url('../images/rani.gif'), url('../images/rani.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.perpix._3 {
  background-image: url('../images/sharon.jpg');
}

.perpix._3:hover {
  background-image: url('../images/sharon.gif'), url('../images/sharon.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.perpix._5 {
  background-image: url('../images/neveh.jpg');
}

.perpix._5:hover {
  background-image: url('../images/pp.jpg'), url('../images/pp.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
}

.perpix._4 {
  background-image: url('../images/dov.jpg');
}

.perpix._4:hover {
  background-image: url('../images/dov.gif'), url('../images/dov.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: korolev-condensed, sans-serif;
  color: #282b34;
  font-size: 25px;
  line-height: 28px;
  font-weight: 800;
}

.title {
  color: #282b34;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.redbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #ff4855;
}

.heading-5 {
  margin-top: -60px;
  margin-bottom: 46px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-5.mobile {
  font-family: korolev-condensed, sans-serif;
}

.form-txt {
  margin-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  text-transform: uppercase;
}

.form-txt:focus {
  border-bottom-color: #ff4855;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff4855;
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 60px;
  margin-bottom: -60px;
  color: #282b34;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
}

.form-block {
  margin-top: 70px;
}

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

.form-block.code {
  text-align: center;
}

.workbox {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 80%;
  max-width: 1400px;
  margin: 10% auto;
  padding-top: 10%;
}

.workbox.last {
  margin-bottom: 200px;
}

.heading-6 {
  overflow: visible;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.2vw;
  line-height: 3vw;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.workpic {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  box-shadow: 29px 29px 39px -11px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.link-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  text-transform: uppercase;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.worktxt {
  position: relative;
  display: block;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.works {
  height: 400vh;
  padding-right: 30px;
  padding-left: 30px;
}

.workbox-first {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 80%;
  max-width: 1400px;
  margin: 0% auto 10%;
  padding-top: 10%;
}

.logos {
  padding: 20px 70px;
  border-radius: 6px;
  background-color: #f8f8f8;
  box-shadow: 29px 29px 39px -11px rgba(0, 0, 0, 0.1);
}

.move-line {
  width: 6px;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.move-line.home {
  display: block;
  margin-top: -10%;
  margin-right: auto;
  margin-left: auto;
}

.workbox-first-mobile {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 80%;
  max-width: 1400px;
  margin: 10% auto;
  padding-top: 10%;
}

.paragraph-black {
  display: block;
  margin-right: auto;
  margin-bottom: 30%;
  margin-left: auto;
  color: #282b34;
  font-size: 2.5vw;
  line-height: 2.8vw;
  font-weight: 800;
  text-transform: uppercase;
}

.sumsec {
  position: relative;
  display: block;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
}

.sumsec.bot-pad {
  margin-top: 5%;
  margin-bottom: 0%;
}

.row {
  margin-top: 95px;
  margin-right: -7px;
  margin-left: -7px;
  color: #000;
}

.smallhead {
  color: #282b34;
  font-size: 28px;
  line-height: 30px;
}

.small-txt {
  color: #282b34;
  font-size: 16px;
  line-height: 24px;
}

.image-2 {
  position: absolute;
}

.image-3 {
  position: absolute;
  top: 0px;
  right: 88px;
}

.image-4 {
  position: absolute;
}

.image-5 {
  position: absolute;
  top: 3px;
  right: 40px;
  max-width: 70%;
}

.image-6 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.image-7 {
  position: absolute;
  top: 0px;
  right: 67px;
}

.row-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.get {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 0%;
  margin-left: auto;
  padding-bottom: 50px;
  text-align: center;
}

.text-block-3 {
  display: inline-block;
  padding-top: 0px;
  color: #282b34;
  font-size: 40px;
  font-weight: 800;
}

.button {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-left: 31px;
  padding: 12px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282b34), to(#282b34));
  background-image: linear-gradient(180deg, #282b34, #282b34);
  color: #fff;
  line-height: 20px;
  text-transform: none;
}

.bold-text {
  font-size: 2.3vw;
  font-weight: 400;
}

.silder-wrap {
  display: none;
  width: 100vw;
}

.slider-5 {
  display: block;
  overflow: hidden;
  height: 70vh;
  min-height: 450px;
  margin: 15% auto;
  background-color: transparent;
}

.mask-4 {
  display: block;
  overflow: visible;
  width: 75%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.icon-5 {
  color: transparent;
}

.icon-6 {
  color: transparent;
}

.slide-nav-5 {
  display: none;
}

.slide-4 {
  width: 100%;
  margin-right: 8%;
}

.picframe {
  width: 100%;
  height: 95%;
  max-width: 960px;
  float: none;
  border-radius: 5px;
  background-image: url('../images/aguda.jpg');
  background-position: 50% 0px;
  background-size: cover;
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: opacity 508ms ease;
  transition: opacity 508ms ease;
}

.picframe:hover {
  background-image: url('../images/aguda.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.picframe._1 {
  background-image: url('../images/linktone.jpg');
}

.picframe._2 {
  background-image: url('../images/1l1.jpg');
}

.picframe._3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/48.jpg');
}

.picframe._4 {
  background-image: url('../images/yaturu.jpg');
}

.picframe._5 {
  background-image: url('../images/shlihot.jpg');
}

.picframe._6 {
  background-image: url('../images/who.jpg');
}

.picframe._7 {
  background-image: url('../images/vc.jpg');
}

.picframe._8 {
  background-image: url('../images/al.jpg');
  -webkit-transition: opacity 592ms ease;
  transition: opacity 592ms ease;
}

.left-arrow-3 {
  width: 25%;
}

.right-arrow-2 {
  width: 25%;
}

.pad-hero {
  height: 80vh;
  margin-bottom: -10%;
  background-image: url('../images/bmwpad1.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-4 {
  display: block;
  width: 50%;
  margin-top: 2vw;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-4._40 {
  width: 45%;
}

.paragraph-4.full {
  width: 100%;
  padding-left: 0px;
}

.txt-sec {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  text-align: right;
}

.txt-sec.space {
  margin-top: 10vh;
}

.txt-sec.space._48 {
  position: relative;
  z-index: 3;
}

.txt-sec.space.one {
  position: relative;
  margin-bottom: 113px;
}

.gradbg {
  overflow: hidden;
  background-image: radial-gradient(circle farthest-corner at 77% 54%, #b9b7b7, #fff);
  -webkit-perspective: 947px;
  perspective: 947px;
}

.pic-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 50vh;
  margin-top: 100px;
  margin-bottom: 50vh;
  padding-top: 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;
  text-align: center;
}

.pic-rot {
  position: absolute;
  display: inline-block;
  width: 700px;
  height: 393.5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/car2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 112px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.pic-rot._2 {
  background-image: url('../images/car3.jpg');
}

.pic-rot._3 {
  background-image: url('../images/bmw1.jpg');
  box-shadow: none;
}

.pic-rot._4 {
  background-image: url('../images/linktone_u2.jpg');
}

.pic-rot._5 {
  background-image: url('../images/linktone_rs.jpg');
}

.pic-rot._6 {
  background-image: url('../images/linktone_id.jpg');
}

.pic-frame-mobile {
  position: relative;
  display: none;
  overflow: visible;
  min-height: 50vh;
  margin-top: 100px;
  margin-bottom: 50vh;
  padding-top: 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;
  text-align: center;
}

.stick-head {
  position: fixed;
  z-index: 88;
  display: block;
  width: 100%;
  height: 90px;
}

.stick-head.white-bg {
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.stick-head.not-stick {
  position: static;
}

.red-bagel {
  position: absolute;
  top: 120vh;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 500px;
  height: 500px;
  background-image: url('../images/halfbagel.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.body-3 {
  font-family: 'Open Sans', sans-serif;
}

.linktone {
  position: absolute;
  width: 100vw;
  height: 80vh;
  max-height: 700px;
  min-height: 600px;
  background-image: url('../images/linktone_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.77;
}

.bg {
  overflow: hidden;
  margin-bottom: 197px;
  padding-top: 150px;
  -webkit-perspective: 947px;
  perspective: 947px;
}

.bg.all {
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding-top: auto;
}

.bg.link {
  margin-bottom: 0px;
}

.bg.one {
  padding-bottom: 180px;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-bottom: 235px;
  margin-left: auto;
}

.body-4 {
  font-family: 'Open Sans', sans-serif;
}

.image-9 {
  border: 10px solid #fff;
}

.image-10 {
  position: absolute;
  left: -572px;
  right: 0px;
  bottom: -306px;
  z-index: -1;
  display: block;
  overflow: hidden;
  max-width: 200%;
}

.site {
  max-width: 50%;
  float: left;
}

.site-down {
  display: none;
  max-width: 50%;
  float: left;
}

.image-8-copy {
  display: none;
  margin-right: auto;
  margin-bottom: 235px;
  margin-left: auto;
}

.mac-pro {
  position: absolute;
  width: 60%;
  height: 80vh;
  min-height: 600px;
  background-image: url('../images/halfmac.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-12 {
  margin-bottom: 35px;
}

.hp48 {
  box-shadow: 0 0 110px 3px rgba(0, 0, 0, 0.15);
}

.image-13 {
  max-width: 120%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-14 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.row-3 {
  margin-top: 50vh;
  margin-bottom: 200px;
}

.column-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.image-10-copy {
  position: absolute;
  left: -941px;
  top: -827px;
  z-index: -1;
  display: block;
  overflow: hidden;
  max-width: 200%;
}

.image-10-copy.one {
  left: -758px;
  display: none;
  max-width: 300%;
}

.image-10-copy2 {
  position: absolute;
  right: -80px;
  bottom: -1200px;
  z-index: -1;
  display: block;
  overflow: hidden;
  max-width: 200%;
}

.image-15 {
  position: absolute;
  left: -422px;
  right: 0px;
  bottom: -178px;
  box-shadow: 1px 1px 120px 25px rgba(0, 0, 0, 0.15);
}

.body-5 {
  font-family: 'Open Sans', sans-serif;
}

.mac-mobile {
  display: none;
}

.one-hero {
  position: absolute;
  width: 100%;
  height: 80vh;
  background-image: url('../images/one-hero.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-6 {
  font-family: 'Open Sans', sans-serif;
}

.image-20 {
  max-width: 50%;
  margin-right: 60px;
  float: left;
  box-shadow: 1px 1px 50px 6px rgba(0, 0, 0, 0.15);
}

.image-20.mobile {
  display: none;
}

.image-21 {
  position: absolute;
  right: 47px;
  bottom: -190px;
  width: 50%;
  max-width: 700px;
  border: 15px solid #fff;
  box-shadow: 1px 1px 50px 8px rgba(0, 0, 0, 0.15);
}

.linktxt-2 {
  margin-right: -15px;
  color: #fff;
  text-decoration: none;
}

.linktxt-2:hover {
  color: #ff4855;
}

.linktxt-2.w--current {
  color: #fff;
}

.linktxt-2.w--current:hover {
  color: #ff4855;
}

.menu-txt-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15vh;
  line-height: 13vh;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.menu-txt-2:hover {
  color: #ff4855;
}

.logo-2 {
  width: 70px;
  color: #282b34;
}

.smallhead-2 {
  font-family: korolev-condensed, sans-serif;
  color: #282b34;
  font-size: 26px;
  line-height: 30px;
}

.let-txt {
  display: block;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  font-family: korolev-condensed, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 90px;
  font-weight: 800;
  text-align: center;
}

.button-2 {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-left: 31px;
  padding: 0px 30px 12px;
  background-color: transparent;
  color: #282b34;
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline;
}

.red-body {
  font-family: 'Open Sans', sans-serif;
}

.red-bagel-back {
  position: absolute;
  left: -42px;
  top: -104px;
  z-index: -1;
  max-width: 20%;
}

.paragraph-black-home {
  display: block;
  color: #282b34;
  font-size: 2.5vw;
  line-height: 2.8vw;
  font-weight: 800;
  text-transform: capitalize;
}

.paragraph-black-home.pres {
  margin-bottom: 3%;
}

.proj-box {
  width: 100%;
  height: 400px;
  margin-top: 88px;
  background-image: url('../images/MacBook-Pro-mockup.png');
  background-position: 21px 50%;
  background-size: 150%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 692ms ease;
  transition: all 692ms ease;
}

.proj-box:hover {
  background-image: url('../images/MacBook-Pro-mockup.png');
  background-position: 21px 50%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.proj-box._1 {
  height: 380px;
  margin-top: 60px;
  background-image: url('../images/L1L.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.proj-box._2 {
  margin-top: -2px;
  background-image: url('../images/logo-linktone.svg'), url('../images/linktone_1.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: 200px, 500%;
  background-repeat: no-repeat, no-repeat;
}

.row-4 {
  margin-bottom: 40px;
}

.darker {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 658ms ease;
  transition: all 658ms ease;
}

.darker:hover {
  background-color: rgba(40, 43, 52, 0.2);
}

.work-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.card {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #282b34;
  text-decoration: none;
}

.card._1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #282b34;
  text-decoration: none;
}

.card._3 {
  display: none;
}

.card._4 {
  display: none;
}

.white {
  margin-bottom: 30px;
  padding: 10px 0px 20px;
}

.body-work {
  background-color: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
}

.card-pic {
  overflow: hidden;
  height: 40vw;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-pic._48 {
  max-height: 500px;
  background-image: url('../images/MacBook-Pro-mockup.svg'), radial-gradient(circle farthest-corner at 50% 50%, #585e72, #282b34);
  background-position: 36px 50%, 0px 0px;
  background-size: 550px, auto;
  background-repeat: no-repeat, repeat;
}

.card-pic.linkto {
  height: 55vw;
  max-height: 750px;
  background-image: url('../images/logo-linktone.svg'), url('../images/linktone_1.jpg');
  background-position: 50% 50%, 50% 0px;
  background-size: 50%, 500%;
  background-repeat: no-repeat, no-repeat;
}

.card-pic.bmw {
  height: 60vw;
  max-height: 800px;
  background-image: url('../images/bmwpad1.svg'), radial-gradient(circle farthest-corner at 50% 50%, #fff, rgba(0, 0, 0, 0.14));
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.card-pic._121 {
  max-height: 450px;
  background-image: url('../images/L1L.jpg'), radial-gradient(circle farthest-corner at 41% 44%, #68d0e0, #03b0cc);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.top-works {
  display: -ms-grid;
  display: grid;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.top-works.work {
  margin-bottom: 0px;
}

.card-small {
  overflow: hidden;
  height: 12vw;
  min-height: 280px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border-radius: 10px;
}

.small-works {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.head-card {
  font-size: 48px;
  line-height: 40px;
  font-weight: 300;
}

.work-box-full {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14vh;
  padding-bottom: 5vh;
}

.div-block {
  height: 100%;
}

.image-22 {
  height: 100%;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 23.5%;
  -ms-flex: 0 23.5%;
  flex: 0 23.5%;
  border-radius: 0px;
}

.paragraph-2-mobile {
  display: none;
  margin-top: 60px;
  margin-bottom: -60px;
  color: #282b34;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  text-align: center;
}

.link-4 {
  color: #fff;
}

.red-all {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: #ff4855;
}

.red-all.pre {
  background-color: #000;
}

.footer {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #282b34;
}

.text-block-5 {
  display: inline-block;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  direction: rtl;
  color: #fff;
  text-align: center;
}

.down-links {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  text-align: right;
}

.footer-txt {
  display: inline-block;
  margin-right: 3%;
  margin-left: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  direction: ltr;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.footer-txt:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.head-cta {
  margin-top: 67px;
  margin-bottom: 67px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #282b34;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.head-cta:hover {
  color: #ff4855;
}

.link-5 {
  color: #282b34;
  text-decoration: none;
}

.line-cta {
  display: none;
  width: 50%;
  height: 2px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: #282b34;
}

.cta-box {
  margin-bottom: 70px;
  text-align: center;
}

.head-cta-copy {
  margin-top: 67px;
  margin-bottom: 67px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ff4855;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.head-cta-copy:hover {
  color: #ff4855;
}

.head-cta-link {
  margin-top: 67px;
  margin-bottom: 67px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #ff4855;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.head-cta-link:hover {
  color: #ff4855;
}

.image-23 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0.5;
}

.text-block-6 {
  color: #ff4855;
  font-size: 18px;
  text-align: center;
}

.link-talk {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 146px;
  padding-bottom: 146px;
  text-decoration: none;
}

.image-24 {
  max-width: 300px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 98px;
  padding-right: 517px;
  padding-bottom: 38px;
  padding-left: 517px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
}

.image-25 {
  margin-bottom: -51px;
}

.image-26 {
  padding-top: 58px;
}

.new-body {
  font-family: Lato, sans-serif;
  color: #282b34;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 3vw solid #fff;
}

.very-big-head {
  margin-top: 0px;
  font-family: korolev-compressed, sans-serif;
  font-size: 13vw;
  line-height: 10vw;
  font-weight: 700;
  text-align: center;
}

.very-big-head._1 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}

.very-big-head._1.pre {
  margin-left: 0vh;
  padding-left: 0px;
  font-size: 18vw;
  text-align: center;
}

.very-big-head._1.new {
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
}

.very-big-head._1-copy {
  margin-left: 0vh;
  font-size: 18vw;
  text-align: center;
  letter-spacing: -5px;
}

.red-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa3c4a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.big-over-head {
  font-family: korolev-condensed, sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 3vw;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.big-over-head.pres {
  margin: 82px 0vw 41px;
  text-align: center;
}

.slide {
  height: 10vw;
}

.logo-new {
  position: fixed;
  left: 40px;
  top: 30px;
  right: auto;
  bottom: auto;
  display: block;
  font-family: 'Bagel site', sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 30px;
  text-decoration: none;
}

.logo-new.w--current {
  text-decoration: none;
}

.logo-new.home {
  color: #fff;
}

.main-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

._1160 {
  width: 90%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.icon-font {
  font-family: 'Bagel site', sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.big-txt {
  display: block;
  font-family: korolev-condensed, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.big-txt.pres {
  margin-bottom: 3%;
}

.big-txt.space-before {
  display: inline-block;
  margin-bottom: 20px;
}

.lets-txt {
  display: block;
  font-family: korolev-condensed, sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
  text-transform: uppercase;
}

.lets-txt.pres {
  margin-bottom: 3%;
}

.red-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fa3c4a;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

.red-link:hover {
  color: #282b34;
}

.red-link.right {
  margin-top: 16px;
  float: right;
  text-decoration: none;
}

.down-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6%;
  display: block;
  font-family: 'Bagel site', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 50px;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.head-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
}

.footer-logo {
  margin: 16px 13px 10px 20px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Bagel site', sans-serif;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.footer-logo:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-span {
  display: block;
}

.proj-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.proj-wrapper.for-work {
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.project-link {
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.project-link:hover {
  opacity: 0.8;
  -webkit-filter: grayscale(21%);
  filter: grayscale(21%);
}

.project-link.home {
  margin-right: 0px;
  margin-left: 0px;
}

.proj-head-box {
  margin-top: 120px;
}

.see-more {
  margin-top: 16px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: korolev-condensed, sans-serif;
  color: #fa3c4a;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.see-more:hover {
  color: #282b34;
}

.see-more.right {
  margin-top: 16px;
  float: right;
  text-decoration: none;
}

.font-icon {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Bagel site', sans-serif;
  font-size: 13px;
}

._960 {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

._960._270-form-top {
  padding-top: 170px;
}

.big-shape {
  position: absolute;
  left: 0%;
  top: -47%;
  right: 63%;
  bottom: auto;
  width: 1600px;
  height: 1600px;
  border-radius: 62px;
  background-color: #0b78ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.big-shape.green {
  background-color: #00cc5a;
}

.big-shape.orange {
  background-color: #ff8314;
}

.big-shape.pandapitch-green {
  background-color: #40c252;
}

.big-shape.gold {
  background-color: #c9b875;
}

.big-shape.bagel-place-green {
  background-color: #0db683;
}

.big-shape.ooga-yellow {
  background-color: #ffdc09;
}

.big-shape.gray {
  background-color: #f4f4f4;
}

.big-shape.tashma-purple {
  background-color: #623cea;
}

.big-shape.cs-yellow {
  background-color: #ffcd21;
}

.big-shape-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  height: 1500px;
  direction: rtl;
}

.top-description {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.top-description.description-space {
  margin-top: 29px;
  margin-bottom: 20px;
}

.top-description.description-space.grey {
  display: inline-block;
  margin-right: 14px;
  color: rgba(40, 43, 52, 0.4);
}

.to-right {
  width: 50%;
  max-width: 410px;
  float: right;
  text-align: right;
}

.body-pro {
  font-family: Lato, sans-serif;
  color: #282b34;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.body-pro.bg-cs {
  background-image: url('../images/Illustration-copy-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-image {
  max-width: 50%;
}

.top-image.pic-margins {
  margin-top: -15px;
}

.top-image.pic-margins.bottom-margins.small-size {
  max-width: 40%;
}

.top-image.pic-margins.bottom-margins.big-pic {
  max-width: 54%;
  margin-left: -34px;
}

.top-image.pic-margins.bottom-margins.half-height {
  max-width: 28%;
  margin-top: -135px;
  margin-left: 128px;
}

.top-image.pic-margins.margin2 {
  margin-top: -70px;
}

.top-image.pic-margins.bagelplace-margins {
  margin-top: -65px;
}

.top-image.pic-margins.big-size {
  margin-top: -78px;
}

.top-image.pic-margins.large {
  max-width: 53%;
}

.top-image.small-size {
  max-width: 42%;
  margin-top: -107px;
}

.top-image.small-size.margins.cs {
  max-width: 54%;
  margin-top: -23px;
  margin-bottom: -50px;
}

.top-image.illustration-margins {
  max-width: 46%;
  margin-top: -70px;
}

.image-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 60%;
  float: right;
}

.image-29 {
  position: absolute;
  left: 0%;
  top: 22%;
  right: auto;
  bottom: auto;
  max-width: 60%;
}

._1000 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.big-images-wrapper {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 120px auto 41px;
}

.big-image-left {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  max-width: 60%;
  margin-top: 130px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.big-image-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  max-width: 60%;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.right-side {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  max-width: 60%;
  text-align: right;
}

.right-side.one-line-display {
  z-index: 3;
  max-width: 60%;
  margin-bottom: 29px;
}

.right-side.screens-shot {
  position: static;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.big-image {
  z-index: 1;
  margin-bottom: 30px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.big-image.mobile-margins {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.09);
}

.left-side {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  max-width: 60%;
  padding-top: 130px;
}

.left-side.top-margin._50-side {
  max-width: 50%;
}

.left-side.top-margin.one-line-display {
  max-width: 60%;
}

.details {
  margin-bottom: 20px;
  color: #a3a3a3;
}

.tiny-logo {
  max-width: 57%;
}

.mobile-screens-shot {
  display: block;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mobile-view {
  display: none;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  overflow: hidden;
  width: 100%;
}

.div-block-6 {
  background-image: url('../images/Illustration-copy-Copy.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-30 {
  margin-bottom: 13px;
}

.action-link {
  display: block;
  max-width: 190px;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: transparent;
  }

  .bageldiv {
    width: 30vh;
    height: 30vh;
    margin-left: 32%;
  }

  .huge-head._1 {
    margin-top: 0px;
  }

  .huge-head._2 {
    margin-top: 0px;
  }

  .huge-head._3 {
    margin-top: 0px;
    margin-left: -2vh;
  }

  .huge-head._1-copy {
    margin-top: 0px;
  }

  .red-half {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
  }

  .red-half.full {
    height: 80vh;
  }

  .paragraph {
    margin-top: 59px;
  }

  .white-half {
    position: static;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-fix {
    padding-left: 0;
  }

  .white-half.empty {
    display: block;
    height: auto;
    min-height: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .midbox.white {
    width: 75%;
    margin-left: 5vw;
  }

  .midbox._500 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .person {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .person.short {
    display: block;
    width: 248px;
    margin-right: auto;
    margin-left: auto;
  }

  .redbox {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100px;
    background-color: #ff4855;
  }

  .formtxt {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .workbox {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .column {
    padding-left: 20px;
  }

  .worktxt {
    height: auto;
    margin-bottom: 37px;
  }

  .works {
    padding-right: 0px;
    padding-left: 0px;
  }

  .workbox-first {
    display: none;
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .workbox-first-mobile {
    display: block;
    margin-top: 7%;
    margin-bottom: 15%;
  }

  .paragraph-black {
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .row {
    margin-left: 0px;
  }

  .col {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-3 {
    display: block;
    margin-bottom: 34px;
  }

  .button {
    margin-left: 0px;
  }

  .slider-5 {
    width: 100vw;
    height: 40vh;
    max-width: 992px;
    min-height: 300px;
  }

  .picframe._3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow-3 {
    width: auto;
  }

  .pad-hero {
    margin-top: 34px;
    background-position: 50% 100%;
  }

  .paragraph-4 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-4._40 {
    width: 100%;
    text-align: center;
  }

  .paragraph-4.full {
    padding-left: 0px;
  }

  .paragraph-4.one {
    display: block;
    max-width: 500px;
    margin: 20px auto 40px;
  }

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

  .txt-sec.space {
    text-align: right;
  }

  .txt-sec.space._48 {
    margin-top: 6vh;
    padding-bottom: 0px;
    text-align: center;
  }

  .txt-sec.space.one {
    margin-bottom: 0px;
  }

  .pic-frame {
    margin-top: 20px;
    margin-bottom: 30vh;
  }

  .pic-rot {
    width: 550px;
    height: 309.2px;
  }

  .pic-frame-mobile {
    margin-top: 20px;
    margin-bottom: 30vh;
  }

  .linktone {
    height: 500px;
    min-height: 300px;
  }

  .bg.one {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-8 {
    display: block;
    margin-right: auto;
    margin-bottom: 201px;
    margin-left: auto;
  }

  .image-10 {
    display: none;
  }

  .site {
    display: none;
    margin-left: -16vw;
  }

  .site-down {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .image-8-copy {
    display: none;
    margin-right: auto;
    margin-bottom: 201px;
    margin-left: auto;
  }

  .mac-pro {
    left: 0px;
    top: 0px;
    display: none;
    height: 600px;
    background-position: 50% 100%;
  }

  .image-12 {
    text-align: right;
  }

  .image-13 {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .row-3 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-10-copy {
    left: auto;
    top: -827px;
    right: -721px;
    display: none;
  }

  .image-10-copy._48 {
    left: -482px;
    top: 3000px;
    right: 0px;
    bottom: 0px;
    display: block;
  }

  .image-10-copy2 {
    left: -28px;
    display: none;
  }

  .image-10-copy2._48 {
    left: -583px;
    top: -323px;
    right: 0px;
    bottom: -34px;
    display: block;
  }

  .image-15 {
    position: static;
    left: auto;
    right: 1px;
    bottom: -205px;
    display: block;
    margin-top: 43px;
    margin-right: auto;
    margin-left: auto;
  }

  .mac-mobile {
    display: block;
  }

  .image-16 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .one-hero {
    background-position: 100% 0px;
    background-size: 130%;
    background-repeat: no-repeat;
  }

  .image-19 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-20 {
    display: none;
  }

  .image-20.mobile {
    display: block;
    margin: 43px auto;
    float: none;
  }

  .image-21 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .let-txt {
    display: block;
    margin-bottom: 34px;
  }

  .button-2 {
    margin-left: 0px;
  }

  .red-bagel-back {
    left: 0px;
  }

  .paragraph-black-home {
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .proj-box {
    display: block;
    max-width: 300px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .proj-box._2 {
    margin-top: 50px;
  }

  .card-pic._48 {
    background-size: 400px, auto;
  }

  .top-works {
    max-height: auto;
    margin-bottom: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .card-small {
    min-height: 170px;
    margin-top: 0px;
    margin-bottom: 35px;
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }

  .small-works {
    margin-top: 0px;
  }

  .paragraph-2-mobile {
    display: block;
    width: 100%;
    margin-top: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #fff;
  }

  .line-cta {
    width: 70%;
  }

  .cta-box {
    margin-top: 40px;
  }

  .new-body {
    background-color: #fa3c4a;
  }

  .very-big-head {
    font-size: 20vw;
    line-height: 18vw;
  }

  .very-big-head._1 {
    margin-top: 0px;
  }

  .very-big-head._2 {
    margin-top: 0px;
  }

  .very-big-head._3 {
    margin-top: 0px;
    margin-left: -2vh;
  }

  .very-big-head._1-copy {
    margin-top: 0px;
  }

  .red-sec {
    display: block;
    height: 600px;
    padding-top: 130px;
  }

  .big-over-head {
    font-size: 6vw;
    line-height: 6vw;
  }

  .slide {
    height: auto;
  }

  .main-sec {
    padding-bottom: 50px;
  }

  .big-txt {
    font-size: 45px;
    line-height: 51px;
  }

  .down-txt {
    position: relative;
  }

  .footer-logo {
    position: static;
  }

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

  .big-shape {
    top: -800px;
  }

  .big-shape-wrapper {
    height: auto;
  }

  .to-right {
    padding-left: 30px;
  }

  .to-right.top-margins {
    margin-top: -22px;
  }

  .top-image.pic-margins.bottom-margins.big-pic {
    max-width: 54%;
  }

  .top-image.pic-margins.bottom-margins.half-height {
    margin-top: -89px;
  }

  .top-image.small-size.margins.cs {
    max-width: 51%;
    margin-left: -10px;
  }

  .big-images-wrapper {
    width: 90%;
  }

  .action-link {
    margin-right: 0px;
    margin-left: auto;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .bageldiv {
    width: 10vh;
    height: 10vh;
    min-height: 100px;
    min-width: 100px;
    margin-top: 63vh;
    margin-left: auto;
  }

  .bighead {
    margin-bottom: -2px;
    margin-left: 0vw;
    font-size: 5vw;
    text-align: center;
  }

  .huge-head._1 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .huge-head._2 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .huge-head._3 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .huge-head._1-copy {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .logolink {
    left: 20px;
    top: 16px;
  }

  .logolink.w--current {
    left: 20px;
    top: 20px;
  }

  .menuburger {
    top: 23px;
    right: 25px;
  }

  .slider {
    height: 180px;
  }

  .mask {
    height: 140px;
  }

  .menu {
    display: none;
    padding-top: 61px;
    opacity: 0;
  }

  .menu.show {
    padding-top: 50px;
    padding-right: 24px;
  }

  .menu-txt {
    line-height: 42px;
  }

  .linktxt {
    display: block;
    font-size: 10vw;
    line-height: 11vw;
  }

  .red-half {
    width: 100%;
    min-height: 400px;
  }

  .red-half.space {
    padding-top: 80px;
  }

  .paragraph {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .midbox {
    width: 90%;
  }

  .person {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .person.short {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .name {
    margin-top: 28px;
  }

  .redbox {
    height: 60px;
  }

  .heading-6 {
    margin-bottom: 10px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .link-3 {
    font-size: 16px;
  }

  .paragraph-black {
    margin-top: 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .row {
    margin-top: 20px;
    margin-right: 0px;
  }

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

  .text-block-3 {
    font-size: 30px;
  }

  .slider-5 {
    min-height: 250px;
  }

  .pad-hero {
    margin-top: 70px;
  }

  .paragraph-4 {
    width: 100%;
    margin-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .txt-sec {
    padding-top: 30px;
  }

  .txt-sec.space.one {
    margin-top: -1vh;
  }

  .pic-frame {
    margin-top: 90px;
    margin-bottom: 173px;
  }

  .pic-frame.space {
    margin-bottom: 365px;
  }

  .pic-frame-mobile {
    margin-top: 90px;
    margin-bottom: 173px;
  }

  .stick-head {
    height: 60px;
  }

  .linktone {
    height: 400px;
  }

  .bg {
    margin-top: auto;
    padding-top: 60px;
  }

  .image-8 {
    margin-bottom: 110px;
  }

  .image-9 {
    max-width: 80%;
  }

  .site {
    margin-top: 0px;
  }

  .site-down {
    margin-top: 0px;
  }

  .image-8-copy {
    margin-bottom: 110px;
  }

  .mac-pro {
    margin-top: 70px;
  }

  .hp48 {
    max-width: 80%;
  }

  .image-10-copy._48 {
    top: 2000px;
  }

  .image-10-copy.one {
    left: -701px;
    top: -168px;
    right: auto;
    display: block;
  }

  .one-hero {
    height: 100%;
    background-position: 50% -274px;
    background-size: cover;
  }

  .image-20.mobile {
    max-width: 90%;
  }

  .image-21 {
    width: 90%;
  }

  .linktxt-2 {
    margin-right: 12px;
    font-size: 10vw;
    line-height: 11vw;
  }

  .menu-txt-2 {
    line-height: auto;
  }

  .red-bagel-back {
    top: -62px;
  }

  .paragraph-black-home {
    margin-top: 65px;
  }

  .card {
    min-width: 100px;
    -webkit-flex-basis: 86%;
    -ms-flex-preferred-size: 86%;
    flex-basis: 86%;
  }

  .card-pic._48 {
    height: 45vw;
    background-position: 50% 50%, 0px 0px;
    background-size: 300px, auto;
  }

  .card-pic._121 {
    background-position: 50% 79%, 0px 0px;
    background-size: cover, auto;
  }

  .top-works {
    display: block;
    margin-bottom: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .card-small {
    min-height: 200px;
  }

  .small-works {
    margin-top: 0px;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .image-22 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .footer {
    height: auto;
  }

  .head-cta {
    line-height: 50px;
  }

  .head-cta-copy {
    line-height: 50px;
  }

  .head-cta-link {
    line-height: 50px;
  }

  .link-talk {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .very-big-head._1 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .very-big-head._2 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .very-big-head._3 {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .very-big-head._1-copy {
    margin-left: 0vh;
    font-size: 18vw;
    text-align: center;
  }

  .red-sec {
    height: 400px;
    min-height: 0px;
    padding-top: 90px;
  }

  .big-over-head {
    margin-bottom: -2px;
    margin-left: 0vw;
    font-size: 5vw;
    text-align: center;
  }

  .logo-new.w--current {
    left: 20px;
    top: 16px;
  }

  .main-sec {
    padding-top: 60px;
  }

  .big-txt {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }

  .lets-txt {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
  }

  .down-txt {
    display: none;
  }

  .text-span {
    display: inline;
  }

  .project-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }

  .project-link.home {
    padding-bottom: 14px;
  }

  ._960._270-form-top {
    width: 80%;
    padding-top: 90px;
  }

  ._960._270-form-top.center-align {
    width: 80%;
  }

  ._960._270-form-top.center-align.top-margins-pic {
    padding-top: 60px;
  }

  .big-shape {
    top: -857px;
  }

  .big-shape-wrapper {
    height: 1000px;
  }

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

  .top-description.description-space {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }

  .to-right {
    width: 100%;
    max-width: none;
    padding-left: 0px;
    float: none;
    text-align: center;
  }

  .to-right.top-margins.description-top-margins {
    margin-top: 31px;
  }

  .top-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .top-image.pic-margins.bottom-margins {
    margin-bottom: 24px;
  }

  .top-image.pic-margins.bottom-margins.big-pic {
    max-width: 65%;
    margin-right: auto;
    margin-left: auto;
  }

  .top-image.pic-margins.bottom-margins.half-height {
    margin-right: auto;
    margin-left: auto;
  }

  .top-image.small-size.margins {
    margin-top: -64px;
    margin-bottom: 26px;
  }

  .top-image.small-size.margins.cs {
    max-width: 90%;
    margin-right: auto;
    margin-bottom: -2px;
    margin-left: auto;
  }

  .big-images-wrapper.top-spacing {
    margin-top: 65px;
  }

  .right-side.one-line-display {
    position: static;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .left-side.top-margin {
    padding-top: 60px;
  }

  .left-side.top-margin.one-line-display {
    position: static;
    max-width: 90%;
    margin-top: -30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .small-logo {
    max-width: 100%;
  }

  .mobile-screens-shot {
    display: none;
  }

  .mobile-view {
    display: block;
    width: 100%;
  }

  .action-link {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .image-31 {
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .bageldiv {
    width: 40vh;
    height: 40vh;
    min-height: 0px;
    min-width: 0px;
    margin-top: 34vh;
    margin-left: auto;
  }

  .bighead {
    margin-bottom: 0px;
  }

  .menu {
    display: none;
    opacity: 0;
  }

  .paragraph {
    margin-top: 90px;
    margin-bottom: 50px;
  }

  .paragraph.mobile {
    margin-top: 29px;
  }

  .white-half {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .midbox.white {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .name {
    margin-top: 32px;
  }

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

  .worktxt {
    margin-bottom: 20px;
  }

  .logos {
    padding-right: 21px;
    padding-left: 21px;
  }

  .move-line.home {
    display: block;
    margin-top: -40vh;
    margin-right: auto;
    margin-left: auto;
  }

  .workbox-first-mobile {
    margin-top: 16%;
  }

  .paragraph-black {
    margin-top: 50px;
    margin-bottom: -2px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .row {
    margin-right: -1px;
    margin-left: -1px;
  }

  .bold-text {
    font-size: 3.1vw;
  }

  .slider-5 {
    height: 30vh;
    min-height: 100px;
  }

  .pad-hero {
    margin-top: 70px;
  }

  .pic-frame {
    display: none;
    margin-top: 22px;
  }

  .pic-rot {
    width: 300px;
    height: 168.7px;
  }

  .pic-frame-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }

  .image-8 {
    display: none;
    margin-top: 17px;
  }

  .site {
    margin-left: -23vw;
  }

  .image-11 {
    margin-bottom: 30px;
  }

  .image-8-copy {
    display: block;
    margin-top: 17px;
  }

  .mac-pro {
    margin-top: 70px;
  }

  .image-10-copy._48 {
    left: -262px;
    top: 1500px;
  }

  .image-10-copy.one {
    left: -569px;
  }

  .image-10-copy2._48 {
    left: -275px;
    top: -160px;
  }

  .mac-mobile {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .one-hero {
    background-position: 50% -70px;
    background-size: contain;
  }

  .image-19 {
    margin-bottom: 20px;
  }

  .linktxt-2 {
    font-size: 15vw;
  }

  .menu-txt-2 {
    font-size: 2px;
    line-height: 12;
  }

  .let-txt {
    font-size: 50px;
    line-height: 50px;
  }

  .red-bagel-back {
    top: -112px;
    max-width: 50%;
  }

  .paragraph-black-home {
    margin-top: -1px;
    margin-bottom: -2px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .work-box {
    width: 100%;
  }

  .white {
    padding-bottom: 0px;
  }

  .card-pic {
    min-height: 200px;
  }

  .card-pic._48 {
    background-size: 250px, auto;
  }

  .card-pic._121 {
    background-position: 50% 85%, 0px 0px;
  }

  .card-small {
    min-height: 150px;
    margin-bottom: 20px;
  }

  .small-works {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }

  .head-card {
    font-size: 30px;
    line-height: 20px;
  }

  .work-box-full {
    width: 100%;
  }

  .image-22 {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 48%;
    -ms-flex: 0 48%;
    flex: 0 48%;
  }

  .paragraph-2-mobile {
    background-color: #fff;
  }

  .down-links {
    padding-bottom: 20px;
    text-align: center;
  }

  .head-cta {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-box {
    padding-right: 26px;
    padding-left: 26px;
  }

  .head-cta-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .head-cta-link {
    font-size: 20px;
    line-height: 30px;
  }

  .link-talk {
    padding-bottom: 119px;
  }

  .very-big-head {
    font-size: 26vw;
    line-height: 24vw;
  }

  .red-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }

  .big-over-head {
    margin-bottom: 0px;
    font-size: 7vw;
    line-height: 9vw;
  }

  .main-sec {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .big-txt.space-before {
    display: block;
    margin-bottom: 6px;
  }

  .down-txt {
    display: block;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 55px;
  }

  .footer-logo.w--current {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }

  .proj-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .proj-head-box {
    margin-bottom: 10px;
  }

  .see-more {
    float: none;
  }

  ._960._270-form-top.center-align.small-margin-top {
    padding-top: 60px;
  }

  .big-shape {
    top: -940px;
  }

  .top-image.pic-margins.bottom-margins {
    max-width: 65%;
  }

  .top-image.pic-margins.bottom-margins.small-size {
    max-width: 50%;
  }

  .top-image.pic-margins.bottom-margins.big-pic {
    max-width: 80%;
  }

  .top-image.pic-margins.bottom-margins.half-height {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .top-image.pic-margins.big-size {
    max-width: 66%;
  }

  .big-images-wrapper.screen-top-margins {
    margin-top: 49px;
  }

  .big-image-left {
    position: static;
    max-width: 100%;
    margin-top: 15px;
  }

  .big-image-right {
    position: static;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .right-side {
    max-width: 60%;
  }

  .big-image {
    max-width: 90%;
  }

  .big-image.mobile-margins {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .big-image.mobile-margins._100-pic {
    max-width: 100%;
  }

  .left-side.top-margin {
    position: static;
  }

  .left-side.top-margin.one-line-display {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
}

#w-node-_38c6381c-0a8f-5e36-3d4f-247369f3f472-662ff709 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_38c6381c-0a8f-5e36-3d4f-247369f3f479-662ff709 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_38c6381c-0a8f-5e36-3d4f-247369f3f464-662ff709 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_38c6381c-0a8f-5e36-3d4f-247369f3f46b-662ff709 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@font-face {
  font-family: 'Bagel site';
  src: url('../fonts/bagel-site.eot') format('embedded-opentype'), url('../fonts/bagel-site.woff') format('woff'), url('../fonts/bagel-site.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}