@font-face {
  font-family: Industry Book;
  src: url('https://img.roka.com/fonts/Industry-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galaxie Polaris Book;
  src: url('https://img.roka.com/fonts/GalaxiePolaris-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galaxie Polaris Bold;
  src: url('https://img.roka.com/fonts/GalaxiePolaris-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tech-breakout-section-gogpdp {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 2200px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tech-breakout-section-gogpdp.white {
  background-color: #fff;
}

.tech-breakout-section-gogpdp.right {
  background-color: #f7f7f7;
}

.tech-breakout-section-gogpdp.black {
  background-color: #000;
}

.text-container-div-gogpdp {
  z-index: 10;
  color: #000;
  max-width: none;
  margin: 40px;
  position: relative;
}

.text-container-div-gogpdp.white-text {
  color: #fff;
}

.tech-image-wppdp {
  height: 28px;
}

.header2-main-gogpdp {
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 14ch;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Industry Book, Arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.header2-main-gogpdp.maxwidth19 {
  max-width: 19ch;
}

.heading2-sub-gogpdp {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Industry Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-gogpdp {
  max-width: 38ch;
  margin-bottom: 15px;
  font-family: Galaxie Polaris Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.paragraph-gogpdp.maxwidthless {
  max-width: 34ch;
}

.tech-breakout-background {
  object-fit: cover;
  object-position: 50% 100%;
  height: 100%;
  padding-bottom: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0;
}

.tech-breakout-background.left {
  left: 0;
  right: auto;
}

.mobile-tech-breakout-background-gogpdp {
  width: 100%;
  height: 43vw;
  display: none;
  position: absolute;
  inset: 0%;
}

.desktop-tab-gogpdp {
  height: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
}

.desktop-tab-gogpdp.bottom {
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.mobile-tab-gogpdp {
  height: 100%;
  margin-bottom: -1px;
  display: none;
}

.full-text-container-gogpdp {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 49vw;
  min-height: 466px;
  max-height: 951px;
  display: flex;
}

.full-text-container-gogpdp.right {
  justify-content: flex-end;
  align-items: center;
}

.bottom-tab-gogpdp {
  z-index: 15;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .tech-breakout-section-gogpdp {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding-top: 80vw;
    display: flex;
  }

  .tech-breakout-section-gogpdp.right {
    padding-top: 85vw;
  }

  .tech-breakout-section-gogpdp.black {
    padding-top: 100vw;
  }

  .text-container-div-gogpdp {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .header2-main-gogpdp {
    max-width: 24ch;
  }

  .paragraph-gogpdp, .paragraph-gogpdp.maxwidthless {
    max-width: none;
  }

  .tech-breakout-background {
    display: none;
  }

  .mobile-tech-breakout-background-gogpdp {
    object-fit: cover;
    object-position: 50% 5%;
    height: 100%;
    display: block;
  }

  .full-text-container-gogpdp {
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-right: 0;
  }

  .bottom-tab-gogpdp {
    margin-bottom: -1px;
  }
}

@media screen and (max-width: 767px) {
  .text-container-div-gogpdp {
    margin: 25px;
  }

  .mobile-tech-breakout-background-gogpdp {
    display: block;
  }

  .desktop-tab-gogpdp {
    display: none;
  }

  .mobile-tab-gogpdp {
    display: block;
  }

  .mobile-tab-gogpdp.bottom {
    margin-top: -1px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .tech-breakout-section-gogpdp {
    padding-top: 80vw;
  }

  .tech-breakout-section-gogpdp.black {
    padding-top: 105vw;
  }

  .text-container-div-gogpdp {
    margin: 15px 15px 25px;
  }

  .tech-image-wppdp {
    height: 25px;
  }

  .header2-main-gogpdp {
    margin-top: 10px;
    font-size: 24px;
  }

  .heading2-sub-gogpdp {
    margin-top: 0;
    font-size: 15px;
  }

  .paragraph-gogpdp {
    max-width: 35ch;
    margin-bottom: 5px;
  }

  .mobile-tech-breakout-background-gogpdp {
    height: auto;
  }
}


@font-face {
  font-family: 'Industry Book';
  src: url('https://img.roka.com/fonts/Industry-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galaxie Polaris Book';
  src: url('https://img.roka.com/fonts/GalaxiePolaris-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galaxie Polaris Bold';
  src: url('https://img.roka.com/fonts/GalaxiePolaris-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}