  .shop-bear-container-cross {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30vh;
  height: 40vh;
  z-index: 2; }

.shop-bear {
  height: 100%; }
  .shop-bear svg, .shop-bear img {
    width: 100%;
    height: 100%; }

.shop-bear-shadow {
  width: 80%;
  height: 20%;
  border-radius: 50%;
  margin: -14% auto 0 auto;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(20px);
  filter: blur(20px); }

#welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: -webkit-linear-gradient(180deg, #FCF9F1, #F9F3E4);
  background: -moz-linear-gradient(180deg, #FCF9F1, #F9F3E4);
  background: -o-linear-gradient(180deg, #FCF9F1, #F9F3E4);
  background: linear-gradient(180deg, #FCF9F1, #F9F3E4);
  height: 60vh; }
  #welcome > * {
    z-index: 2; }
  #welcome h1 {
    margin: 0;
    padding-top: 2vh; }
  #welcome .sub-title {
    margin-top: 1vh; }
  #welcome .scroll {
    margin-bottom: -40vh; }
    #welcome .scroll .scroll-arrow {
      width: 4vh;
      max-width: 36px;
      margin: 2vh auto 4vh auto; }

#store {
  z-index: 1; }
  #store .store-building {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%; }
  #store .sam {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 40%;
    max-height: 100%; }
    #store .sam svg {
      max-height: 100vh; }

#order {
  text-align: left; }
  #order > * {
    position: absolute;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  #order .computer {
    margin-right: 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    #order .computer .computer-wrapper {
      height: calc(100vh - 200px);
      max-height: 62vw;
      margin: 0 auto;
      position: relative; }
      #order .computer .computer-wrapper .computer-back, #order .computer .computer-wrapper .shop-bear-container-order {
        opacity: 0; }
      #order .computer .computer-wrapper > svg, #order .computer .computer-wrapper > img {
        height: 100%; }
      #order .computer .computer-wrapper > svg {
        position: absolute;
        top: 0;
        left: 0; }
      #order .computer .computer-wrapper .shop-bear-container-order {
        position: absolute;
        top: 37%;
        left: 31%;
        width: 15%;
        height: 30%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  #order .text {
    right: 0;
    width: 45%;
    padding-right: 5vw;
    opacity: 0; }
    #order .text .list {
      padding-top: 3vh; }
      #order .text .list ul {
        margin: 0;
        padding-left: 2.6vh; }

#chain {
  padding-top: 10vh;
  padding-left: 10vw;
  text-align: left; }
  #chain .col {
    width: 50%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  #chain .col:nth-child(1) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    #chain .col:nth-child(1) .sub-text {
      opacity: 0; }
    #chain .col:nth-child(1) .list-item {
      background: #FFFFFF;
      max-width: 84%;
      height: 9.5vh;
      margin-bottom: 1vh;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #chain .col:nth-child(1) .list-item .component-pic {
        width: 9vh;
        margin: 0 2% 0 1%; }
      #chain .col:nth-child(1) .list-item .indicators {
        font-weight: bold;
        margin-left: auto;
        margin-right: 27px; }
        #chain .col:nth-child(1) .list-item .indicators .indicator {
          display: inline-block;
          width: 2vw;
          min-width: 21px;
          height: 10px;
          background-color: #E9E9E9; }
  #chain .col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative; }
    #chain .col:nth-child(2) .bear {
      height: 47vh;
      width: 35vh;
      position: relative; }
      #chain .col:nth-child(2) .bear .comp {
        position: absolute;
        width: 7vh;
        -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 100px;
        background: #ffffff; }
        #chain .col:nth-child(2) .bear .comp img {
          width: 100%; }
        #chain .col:nth-child(2) .bear .comp:nth-child(3) {
          top: 21%;
          left: 2%; }
        #chain .col:nth-child(2) .bear .comp:nth-child(4) {
          top: 43%;
          left: 73%; }
        #chain .col:nth-child(2) .bear .comp:nth-child(5) {
          top: 80%;
          left: 79%; }
        #chain .col:nth-child(2) .bear .comp:nth-child(6) {
          top: 69%;
          left: -4%; }
    #chain .col:nth-child(2) .back {
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

#ML {
  margin: 20vh 0; }
  #ML .text {
    height: 30%;
    padding-top: 10vh;
    padding-bottom: 4vh; }
  #ML .ML-computer-wrapper {
    height: 65%;
    position: relative; }
    #ML .ML-computer-wrapper > * {
      position: absolute;
      width: 100%;
      left: 0; }
    #ML .ML-computer-wrapper .component-fluff {
      top: 0;
      z-index: 4;
      height: 27%;
      max-width: 100%; }
      #ML .ML-computer-wrapper .component-fluff svg {
        margin: 0 auto;
        height: 100%; }
    #ML .ML-computer-wrapper .ML-computer {
      bottom: 0;
      height: 85%;
      max-width: 100%; }
      #ML .ML-computer-wrapper .ML-computer svg {
        height: 100%;
        max-width: 100%;
        margin: 0 auto; }

#factories .ground {
  position: absolute;
  bottom: -30vh;
  left: 0;
  width: 100%;
  height: 51vh;
  background: #F9F3E4;
  z-index: 1; }
#factories .text {
  position: absolute;
  width: 100%;
  top: 10vh;
  left: 0; }
  #factories .text > * {
    z-index: 3; }
#factories .mex-text {
  opacity: 0; }
#factories .factory-container {
  position: absolute;
  bottom: calc(calc(21% - 6.5vh));
  z-index: 2; }
  #factories .factory-container .factory-name {
    width: 100%;
    padding-top: 1vh; }
#factories .mex-factory-container {
  left: 0;
  width: 40%; }
  #factories .mex-factory-container .smoke {
    position: absolute;
    top: -6%;
    left: 8%;
    width: 32%; }
    #factories .mex-factory-container .smoke:nth-child(1) {
      left: 36%; }
#factories .usa-factory-container {
  right: 10%;
  width: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
#factories .truck {
  position: absolute;
  left: 20%;
  bottom: 21%;
  width: 10%;
  z-index: 2; }

#conveyor {
  margin-top: 30vh;
  height: 800vh; }
  #conveyor .conveyor-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(0deg, #FCF9F1, #F9F3E4);
    background: -moz-linear-gradient(0deg, #FCF9F1, #F9F3E4);
    background: -o-linear-gradient(0deg, #FCF9F1, #F9F3E4);
    background: linear-gradient(0deg, #FCF9F1, #F9F3E4); }
  #conveyor .conveyor-scene > * {
    position: absolute;
    left: 0; }
  #conveyor .conveyor-line {
    bottom: 0;
    height: 17vh; }
  #conveyor .conveyor-back {
    bottom: 17vh;
    width: 100%; }
  #conveyor .conveyor-top {
    top: 0;
    width: 100%;
    min-height: 20vh; }
  #conveyor .bear-assembly {
    position: absolute;
    height: 93vh;
    top: 0;
    right: 0;
    z-index: 4; }
    #conveyor .bear-assembly > *, #conveyor .bear-assembly svg {
      height: 100%; }
    #conveyor .bear-assembly #bear-head, #conveyor .bear-assembly #robot-arm, #conveyor .bear-assembly .sensors {
      position: absolute;
      top: -2.5%;
      left: 0;
      height: 100%; }
    #conveyor .bear-assembly .sensors {
      width: 100%; }
      #conveyor .bear-assembly .sensors .sensor {
        position: absolute;
        width: 15%;
        transform-origin: center center; }
        #conveyor .bear-assembly .sensors .sensor:nth-child(1) {
          top: 32%;
          left: 8%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #conveyor .bear-assembly .sensors .sensor:nth-child(2) {
          top: 32%;
          left: 49%;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
        #conveyor .bear-assembly .sensors .sensor:nth-child(3) {
          top: 66%;
          left: 49%;
          -webkit-transform: rotate(215deg);
          -ms-transform: rotate(215deg);
          transform: rotate(215deg); }
        #conveyor .bear-assembly .sensors .sensor:nth-child(4) {
          top: 66%;
          left: 8%;
          -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          transform: rotate(315deg); }
  #conveyor #circle {
    position: absolute;
    height: 60vh;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #conveyor #circle svg {
      height: 100%; }
  #conveyor .box {
    position: absolute;
    bottom: -17vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 50vh; }
    #conveyor .box.box-front {
      z-index: 5; }
  #conveyor .text {
    z-index: 3;
    position: absolute; }
  #conveyor .RT-visibility-text {
    width: 100%;
    top: -20vh;
    left: 0; }
  #conveyor .AI-summary-text {
    width: 100%;
    top: 20vh;
    left: 0; }
  #conveyor .assembly-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #conveyor .latency-text, #conveyor .mobility-text, #conveyor .example-text, #conveyor .AI-text {
    text-align: left;
    max-width: 33%;
    top: 50%;
    left: 10vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #conveyor .connection-text {
    text-align: left;
    max-width: 30%;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #conveyor .AI-summary-text, #conveyor .assembly-text, #conveyor .latency-text, #conveyor .mobility-text, #conveyor .example-text-top, #conveyor .example-text-bottom, #conveyor .AI-text {
    opacity: 0;
    display: none; }

#sensors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 30vh; }
  #sensors .text {
    flex: 0 1 auto;
    margin-bottom: 5vh; }
  #sensors .img-wrapper {
    flex: 1 1 auto; }
    #sensors .img-wrapper img {
      height: 0;
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto; }

#shipping {
  height: 600vh; }
  #shipping .scene-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  #shipping .store-building, #shipping .truck, #shipping .sam {
    position: absolute;
    bottom: 21%; }
  #shipping .store-building {
    height: 45vh;
    left: 100%; }
    #shipping .store-building svg {
      height: 100%; }
  #shipping .truck {
    height: 25vh;
    width: 70vh;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0; }
    #shipping .truck svg {
      width: 100%;
      height: 100% !important; }
  #shipping .sam {
    height: 35vh;
    right: 5%; }
    #shipping .sam svg {
      height: 100% !important; }
  #shipping .text {
    position: absolute;
    width: 100%;
    top: 10vh;
    left: 0; }
  #shipping .questions-text, #shipping .store-text {
    display: none;
    opacity: 0; }
  #shipping .accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 50%;
    z-index: 3;
    text-align: left;
    opacity: 0;
    visibility: hidden; }
    #shipping .accordion .acc-item {
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      box-shadow: none;
      text-decoration: none; }
      #shipping .accordion .acc-item * {
        pointer-events: none; }
      #shipping .accordion .acc-item .acc-label {
        border-bottom: 1px solid #FCF9F1;
        height: 10vh;
        line-height: 10vh; }
        #shipping .accordion .acc-item .acc-label > * {
          float: left; }
        #shipping .accordion .acc-item .acc-label img {
          height: 10vh;
          padding: 2vh; }
      #shipping .accordion .acc-item .acc-info {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 0.35s ease-in-out;
        -moz-transition: max-height 0.35s ease-in-out;
        -ms-transition: max-height 0.35s ease-in-out;
        -o-transition: max-height 0.35s ease-in-out;
        transition: max-height 0.35s ease-in-out; }
        #shipping .accordion .acc-item .acc-info .wrapper {
          padding: 2vh; }
      #shipping .accordion .acc-item.active .acc-info {
        max-height: 300px; }
    #shipping .accordion:last-child .acc-label {
      border-bottom: none; }

#final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  #final img {
    height: 50vh;
    padding-bottom: 2vh; }
  #final .text {
    padding: 2vh 0; }
  #final a {
    display: inline-block;
    background-color: #F27A22;
    color: #FFFFFF;
    border-radius: 4vh;
    text-decoration: none;
    width: auto;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    #final a:hover, #final a:focus {
      opacity: 0.8; }

/*# sourceMappingURL=sections.css.map */
