.hero-section {
  height: 100vh;
  padding-top: 50px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1920px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 50px;
  -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;
}

.hero-c2a-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.image {
  width: 100%;
  max-width: 900px;
}

.logo-text {
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
}

.hero-secondary-text {
  margin-bottom: 50px;
  padding-top: 30px;
  font-family: Myriadpro, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.button {
  padding: 15px 30px;
  border-radius: 30px;
  background-color: #e1c073;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.button:active {
  color: #000;
}

.button.form-button {
  background-color: #464646;
}

.oslo-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.promo-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -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: #000;
}

.promo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.promo-text {
  display: inline;
  margin-right: 40px;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-copy {
  padding: 8px 20px 5px;
  border-radius: 30px;
  background-color: #e1c073;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: Myriadpro, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.oslo-row._2col-600 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oslo-row._2col-900 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 900px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oslo-row.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oslo-row.info {
  padding: 50px;
}

.oslo-column.half {
  width: 50%;
}

.half-col {
  width: 50%;
}

.half-col.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
}

.half-col._1-image {
  background-image: url('../images/MXQY_1LVL.jpg');
  background-position: 35% 0px;
  background-size: cover;
}

.half-col._3-image {
  background-image: url('../images/91lTlKFBseL._AC_SL1500_.jpg');
  background-position: 35% 50%;
  background-size: cover;
}

.half-col._2-image {
  background-image: url('../images/oslo-white_01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.half-col._4-image {
  background-image: url('../images/oslo-white_02.png');
background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.half-col._4grid {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.half-col._2grid {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.half-col._8-image {
  background-image: url('../images/MXQY_03.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.half-col.text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
}

.smallsquare-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -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;
}

.smallsquare-textbox.extended {
  width: 100%;
  height: 50%;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.text-block {
  max-width: 500px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.full-image-row {
  min-height: 1000px;
}

.full-image-row._4-image {
  min-height: 900px;
  background-image: url('../images/81gOih0JxrL._AC_SL1500_.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.textinfo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 50px;
  -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: #555;
}

.text-block-2 {
  max-width: 1200px;
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

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

.oslo-imagebox._5-image {
  width: 50%;
  background-image: url('../images/81xQX4U-JDL._AC_SL1500_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.oslo-imagebox._6-image {
  width: 50%;
  background-image: url('../images/91utwQVb7AL._AC_SL1500_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.oslo-imagebox._7-image {
  height: 50%;
  background-image: url('../images/81s11wm6HyL._AC_SL1500_.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._300text {
  max-width: 300px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

._600text {
  max-width: 600px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.halfcol-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -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;
}

._300text-copy {
  max-width: 300px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

._450text {
  max-width: 450px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.colors-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-text {
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-image-box {
  display: block;
  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;
}

.color-image-box._1color {
  background-image: url('../images/oslo-color_01.png');
     background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.color-image-box._2color {
  background-image: url('../images/oslo-color_02.png');
    background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.color-image-box._3color {
  background-image: url('../images/oslo-color_03.png');
background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.color-image-box._4color {
  background-image: url('../images/oslo-color_04.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #efefef;
}

.form-section {
  background-color: #e1c073;
}

.info-text-col {
  display: block;
  width: 40%;
  padding: 50px;
  -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;
}

.info-images-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-image-box {
  width: 50%;
  height: 50%;
  padding: 20px;
}

.info-image {
  max-height: 350px;
}

.info-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.info-text {
  margin-bottom: 100px;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.info-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 40px;
}

.form-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
}

.text-block-2-copy {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Myriadpro, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.form-block {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.footer-section {
  height: 100px;
}

.form-input {
  margin-bottom: 30px;
  border-radius: 5px;
}

.form-col {
  display: inline;
  width: 50%;
  padding: 0px 50px 8px 0px;
  text-align: left;
}

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

.form-holder {
  display: block;
  width: 100%;
  padding: 10px 381px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  padding-bottom: 11px;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-container {
    width: 100%;
    padding-bottom: 0px;
  }

  .hero-c2a-container {
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    width: 100%;
    max-height: 50vh;
    max-width: none;
  }

  .logo-text {
    font-size: 75px;
    line-height: 60px;
  }

  .hero-secondary-text {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .oslo-row._2col-600 {
    min-height: 500px;
  }

  .oslo-row._2col-900 {
    min-height: 650px;
  }

  .half-col._8-image {
    background-position: 70% 50%;
  }

  .smallsquare-textbox {
    padding: 30px;
  }

  .heading {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 23px;
  }

  .full-image-row._4-image {
    min-height: 650px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .oslo-imagebox._5-image {
    background-position: 18% 50%;
  }

  .oslo-imagebox._6-image {
    background-position: 27% 50%;
  }

  ._300text {
    font-size: 16px;
    line-height: 20px;
  }

  ._600text {
    font-size: 16px;
    line-height: 20px;
  }

  ._450text {
    font-size: 16px;
    line-height: 20px;
  }

  .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-text-col {
    width: 100%;
  }

  .info-images-col {
    width: 100%;
  }

  .info-title {
    font-size: 20px;
    line-height: 25px;
  }

  .info-text {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-2-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .form-col {
    padding: 30px;
  }
}

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

  .hero-image-container {
    padding-bottom: 50px;
  }

  .image {
    width: 100%;
  }

  .logo-text {
    font-size: 50px;
  }

  .hero-secondary-text {
    font-size: 16px;
    line-height: 20px;
  }

  .promo-container {
    top: auto;
    bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .promo-text {
    margin-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .button-copy {
    font-size: 15px;
    white-space: nowrap;
  }

  .oslo-row._2col-900 {
    height: auto;
    min-height: auto;
    -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;
  }

  .oslo-row._2col-900.mobileextended {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .oslo-row._2col-900.imageoriz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .oslo-row.info {
    padding: 30px;
  }

  .half-col._4grid {
    width: 100%;
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .half-col._2grid {
    width: 100%;
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .smallsquare-textbox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .smallsquare-textbox.extended {
    width: 50%;
    height: 100%;
  }

  .heading {
    font-size: 25px;
  }

  .oslo-imagebox._7-image {
    width: 50%;
    height: 250px;
  }

  ._300text {
    width: 100%;
    max-width: none;
    white-space: normal;
  }

  .halfcol-row {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .colors-box {
    min-height: 250px;
  }

  .info-container {
    padding: 30px;
  }

  .form-container {
    padding: 60px 30px;
  }

  .contact-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 120%;
  }

  .promo-container {
    height: 65px;
  }

  .promo-text {
    font-size: 12px;
    line-height: 16px;
  }

  .oslo-row._2col-600 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oslo-row._2col-900.mobileextended {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oslo-row._2col-900.imageoriz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oslo-row.info {
    padding: 15px;
  }

  .half-col.text {
    width: 100%;
    padding: 30px;
  }

  .half-col._1-image {
    width: 100%;
    height: 250px;
  }

  .half-col._3-image {
    width: 100%;
    height: 250px;
  }

  .half-col._2-image {
    width: 100%;
    height: 250px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .half-col._4-image {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
  }

  .half-col._4grid {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-col._2grid {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-col._8-image {
    width: 100%;
    min-height: 250px;
  }

  .half-col.text-col {
    width: 100%;
  }

  .smallsquare-textbox {
    padding: 20px;
  }

  .smallsquare-textbox.extended {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .full-image-row._4-image {
    min-height: 250px;
  }

  .textinfo-row {
    padding: 50px 30px;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .oslo-imagebox._6-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .oslo-imagebox._7-image {
    width: 100%;
  }

  .colors-box {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .color-item {
    width: 100%;
    height: auto;
    min-height: 250px;
    margin-bottom: 45px;
  }

  .color-image-box {
    max-height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .color-image-box._1color {
   background-position: 50% 50%;
    background-size: contain;
    direction: ltr;
  }

  .color-image-box._2color {
    background-size: contain;
  }

  .color-image-box._3color {
    background-size: contain;
  }

  .color-image-box._4color {
    margin: 0px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-position: 0% 50%;
  }

  .info-text-col {
    padding: 60px 0px 0px;
  }

  .info-images-col {
    -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;
  }

  .info-image-box {
    width: 100%;
    height: auto;
    max-width: 350px;
  }

  .text-block-2-copy {
    font-size: 25px;
    line-height: 30px;
  }

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

  .form-col {
    width: 100%;
    padding: 0px;
  }

  .form-holder {
    -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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-SemiboldSemiExt.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}