body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #dadee0; }

header {
  position: relative; }

header, section, footer {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  min-width: 300px; }

.top-nav {
  background-color: #09090b;
  height: 480px; }

.top-text-head {
  position: relative;
  z-index: 9;
  padding-top: 50px;
  padding-left: 118px; }
  .top-text-head h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700; }

.logo {
  position: relative;
  padding: 56px 0 116px 118px;
  z-index: 9; }

.top-text {
  position: relative;
  color: #ffffff;
  font-family: "Univers LT Std";
  padding-left: 118px;
  z-index: 9; }

.top-text-up h1 {
  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;
  font-size: 48px;
  font-weight: 300;
  line-height: 57px;
  padding-bottom: 37px; }
  .top-text-up h1 span {
    font-size: 48px;
    font-weight: 700; }

.top-text-down h4 {
  font-size: 30px;
  font-weight: 300; }

.top-text-up {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.top-text-down {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.fade {
  position: absolute;
  display: none;
  top: 0;
  z-index: 1; }

#touch {
  height: 480px; }

#light {
  width: 100%;
  height: 480px; }

.fade:nth-child(2) {
  width: 100%;
  z-index: 8; }

.fade:nth-child(1) {
  right: 0;
  z-index: 7; }

.overview {
  width: 77%;
  margin: 0 auto;
  padding-top: 72px; }

.hdx {
  position: relative;
  overflow: hidden;
  font-size: 3.3rem;
  margin: 0 0 50px 0; }
  .hdx h2 {
    color: #4d4d4d;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 0 20px;
    padding-bottom: 3px;
    z-index: 1; }

.hdx::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 44px;
  background: #307483;
  z-index: 2; }

.overview-text p {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; }

.overview-text p:nth-child(1) {
  padding-bottom: 49px; }

.overview-flip-tiles {
  margin: 78px 0 0 0;
  padding-bottom: 108px; }

.flip-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #f29111;
  margin-bottom: 23px; }
  .flip-tiles h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px; }

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

.card-one1, .card-one2, .card-one3 {
  display: block;
  position: relative;
  width: 394px;
  height: 313px;
  -webkit-transform: perspective(800px);
          transform: perspective(800px);
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.front-one1, .front-one2, .front-one3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #273c4a;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1; }
  .front-one1 p, .front-one2 p, .front-one3 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 16px 8px; }

.front-line {
  border: 1px solid #ffffff;
  margin: 9px; }

.fa-plus {
  color: #ffffff;
  font-size: 25px;
  padding: 11px 0 143px 8px; }

.back-one1, .back-one2, .back-one3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00758f;
  -webkit-transform: perspective(800px) rotateY(-180deg);
          transform: perspective(800px) rotateY(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.content-one p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center; }

.flip-front {
  opacity: 0;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg); }

.flip-back {
  opacity: 1;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg); }

.workforce-container, .workforce-container-second {
  width: 77%;
  margin: 0 auto;
  padding-top: 72px; }

.workforce-text {
  padding-bottom: 44px; }
  .workforce-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }
    .workforce-text p a {
      color: #00758f;
      font-weight: 700;
      text-decoration: none; }

.workforce-text p:nth-child(2) {
  padding: 45px 0; }

.workforce-img-scale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 75px; }

.workforce-fade-container {
  position: relative;
  height: 313px;
  background-color: #003b4d; }

.workforce-fade {
  position: absolute;
  display: none;
  top: 0;
  z-index: 1; }

.workforce-fade:nth-child(2) {
  left: 292px; }

.workforce-fade:nth-child(3) {
  padding: 83px 0 0 38%; }

#business {
  height: 313px; }

#business, #gradient {
  width: 100%;
  height: 313px; }

#workforce-fade-text {
  max-width: 90%; }
  #workforce-fade-text p {
    color: #ffffff;
    font-family: "Univers LT Std";
    font-size: 24px;
    font-weight: 300;
    line-height: 30px; }

.workforce-text-img {
  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; }

.workforce-container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 45px; }

.workforce-container-text-up {
  max-width: 798px;
  padding-right: 67px; }
  .workforce-container-text-up p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }
    .workforce-container-text-up p a {
      color: #00758f;
      font-weight: 700;
      text-decoration: none; }

.workforce-container-text-down {
  width: 100%;
  padding-bottom: 66px; }
  .workforce-container-text-down p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }
    .workforce-container-text-down p a {
      color: #00758f;
      font-weight: 700;
      text-decoration: none; }

.workforce-shape-text {
  padding-bottom: 21px; }

.workforce-hide {
  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;
  overflow: hidden; }

.workforce-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 30px; }
  .workforce-shape p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    padding-left: 19px; }

.source-block {
  width: 100%;
  border-top: 1px solid #b7b7b7;
  padding-bottom: 60px; }
  .source-block input {
    display: none; }
  .source-block label {
    cursor: pointer;
    display: inline-block;
    padding: 26px 0 10px;
    font-size: 18px; }
    .source-block label:before {
      font-family: "fontawesome";
      color: #00758f;
      content: "\f0da";
      font-size: 35px;
      line-height: 10px;
      margin-right: 10px; }
  .source-block section {
    display: none; }

#source-header:checked ~ #content-sourse {
  display: block; }

#source-header:checked ~ label:before {
  content: "\f0dd"; }

.source-block li {
  list-style-type: decimal;
  color: #00758f;
  list-style-position: inside;
  padding: 5px 30px 0; }

#source li, #source li a {
  color: #00758f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none; }

.help-container, .source-container {
  width: 77%;
  margin: 0 auto;
  padding-top: 72px; }

.help-text {
  padding-bottom: 81px; }
  .help-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.tabs-container {
  width: 1618px;
  height: 560px;
  background-color: #f9f9f9;
  margin: 0 auto; }

.tabs {
  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;
  width: 1244px;
  margin: 0 auto;
  padding-top: 46px; }

.tabs-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 310px;
  height: 56px;
  background-color: #003b4d;
  cursor: pointer; }
  .tabs-bg h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30.37px; }
  .tabs-bg .fa-plus {
    font-size: 20px;
    padding: 0; }
  .tabs-bg:hover {
    background-color: #00758f; }

#social, #learning, #portfolio {
  display: none; }

.tabs-text {
  width: 1244px;
  height: 375px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  margin: 0 auto; }

.tabs-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 63px; }
  .tabs-style p {
    max-width: 650px;
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px; }
    .tabs-style p a {
      color: #00758f;
      font-weight: 700;
      line-height: 38px;
      text-decoration: none; }

.tabs-style p:nth-child(2) {
  position: relative; }

#fun-level {
  position: absolute;
  left: 160px; }

.tabs-text-3 {
  width: 1244px;
  height: 375px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  margin: 0 auto; }

.tabs-3 {
  padding-top: 40px; }

.technology-container, .tabs-container-text {
  width: 77%;
  margin: 0 auto;
  padding-top: 72px; }

.tabs-container-3 {
  width: 100%;
  height: 830px;
  background-color: #f9f9f9; }

.tabs-style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 63px; }
  .tabs-style-3 p {
    max-width: 650px;
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px; }
    .tabs-style-3 p a {
      color: #00758f;
      font-weight: 700;
      line-height: 38px;
      text-decoration: none; }

.tabs-style-3 p:nth-child(2) {
  position: relative; }

.technology-text {
  padding-bottom: 52px; }
  .technology-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.technology-shape-text {
  padding-top: 55px; }

.technology-hide {
  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;
  overflow: hidden; }

#shape-m {
  height: 21px;
  margin-top: -34px; }

.technology-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87%;
  padding-bottom: 30px; }
  .technology-shape p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    padding-left: 19px; }

.tabs-bg-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 414px;
  height: 57px;
  background-color: #003b4d;
  cursor: pointer; }
  .tabs-bg-3 h2 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 30.37px; }
  .tabs-bg-3 .fa-plus {
    position: absolute;
    top: 7px;
    right: 21px;
    font-size: 20px; }
  .tabs-bg-3:hover {
    background-color: #00758f; }

.tabs-container-text h4 {
  color: #4e5052;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 33px; }

.tabs-container-text p {
  color: #4e5052;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; }

.technology-video-text {
  width: 77%;
  margin: 0 auto;
  padding-top: 86px; }
  .technology-video-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.technology-text-up h4 {
  color: #4e5052;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px; }

.technology-text-up p {
  padding: 31px 0 27px 0; }

.technology-text-up a {
  text-decoration: none; }

.technology-text-up a:hover {
  opacity: 0.7; }

.technology-text-middle {
  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;
  padding-top: 65px; }

.technology-middle-left {
  margin-right: 15px; }

.technology-middle-left p a {
  color: #00758f;
  font-weight: 700;
  text-decoration: none; }

.technology-middle-left p:nth-child(1) {
  padding-bottom: 49px; }

.technology-text-down {
  padding-top: 50px; }

.migration-container {
  width: 77%;
  margin: 0 auto;
  padding-top: 86px; }

.migration-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 49px; }

.migration-text {
  padding-bottom: 62px; }
  .migration-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.flip-prew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flip-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #f29111;
  margin-bottom: 23px; }
  .flip-tiles h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px; }

.wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

.container-two {
  position: relative;
  width: 332px;
  height: 332px;
  -webkit-perspective: 800px;
          perspective: 800px; }

.container-two:nth-child(2) {
  margin: 0 20px; }

.card-two {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .card-two.flipped {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.card-two .front-two, .card-two .back-two {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.card-two .front-two {
  background-color: #4e5052; }
  .card-two .front-two:hover {
    background-color: #003b4d; }
  .card-two .front-two p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 17px 8px; }

.front-line p:nth-child(3) {
  padding-bottom: 5px; }

.front-line {
  border: 1px solid #ffffff;
  margin: 8px; }

.fa-plus {
  color: #ffffff;
  font-size: 25px;
  padding: 11px 0 209px 8px; }

.card-two .back-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003b4d;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .card-two .back-two p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center; }

.migration-text-down {
  padding: 77px 0; }
  .migration-text-down p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.migration-text-down p:nth-child(1) {
  padding-bottom: 50px; }

.card-container-migration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }

.small {
  width: 332px;
  height: 332px;
  background: #4e5052;
  margin: 10px;
  cursor: pointer; }
  .small h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 10px;
    padding-bottom: 15px; }

.small:hover {
  background: #003b4d; }

.line-migration1 {
  position: relative;
  border: 1px solid #ffffff;
  top: 5px;
  margin: 5px; }

.plus {
  color: #ffffff;
  font-size: 47px;
  margin-top: 5px;
  margin-left: 10px;
  padding-bottom: 188px;
  -webkit-appearance: none; }

.x-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  font-size: 35px;
  margin: 36px 39px;
  cursor: pointer; }

.large {
  position: absolute;
  display: none;
  background: #003b4d;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  cursor: pointer; }

.large-text {
  width: 80%;
  margin: 0 auto;
  padding-top: 150px; }
  .large-text h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 41px; }
  .large-text p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px; }
    .large-text p a {
      color: #00758f;
      text-decoration: none; }

.large-text-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px; }
  .large-text-m h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 41px; }
  .large-text-m p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    max-width: 98%; }
    .large-text-m p a {
      color: #00758f;
      text-decoration: none; }

.action {
  width: 77%;
  margin: 0 auto;
  padding-top: 86px; }

.action-text {
  padding-bottom: 62px; }
  .action-text p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; }

.action-shape-text {
  padding-left: 70px; }

.action-hide {
  overflow: hidden; }

.action-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 45px; }
  .action-shape p {
    color: #4e5052;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 18px; }
    .action-shape p span {
      font-weight: 700; }

#shape-m2 {
  height: 13px; }

.link-oracle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  padding-bottom: 108px; }
  .link-oracle p {
    color: #4e5052;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; }
    .link-oracle p a {
      color: #00758f;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-decoration: none; }

.active-tab {
  background-color: #00758f; }

.poiner {
  font-size: 70%;
  cursor: pointer;
  color: #00758f; }

/* pie style */
.left-side {
  position: relative; }

#apps {
  position: absolute;
  top: 85px;
  left: 52px; }

#boomers {
  position: absolute;
  left: -100px;
  bottom: -15px; }

#millennials {
  position: absolute;
  top: 30px;
  right: -85px; }

.pie {
  padding-top: 30px;
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center; }

.page4 .pie {
  padding-top: 30px;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  text-align: center; }

.page1 .pie {
  margin: 0px auto 27px; }

.page3 .pie {
  width: 300px;
  margin: 0px auto 27px; }

.pie__outer {
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: 4; }

.pie__inner {
  position: absolute;
  top: 36px;
  left: 6px;
  height: 187px;
  width: 187px;
  z-index: 3; }

.pie__label {
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  line-height: 1.2;
  font-weight: 400;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .pie__label:hover {
    -webkit-transform: scale(1.1) translateZ(0) perspective(1px);
            transform: scale(1.1) translateZ(0) perspective(1px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.pie__label--no {
  background-color: #00758f;
  left: -80px;
  bottom: 10px;
  color: #fff;
  font-size: 22px; }

.pie__label--yes {
  background-color: #f29111;
  top: 50px;
  right: -80px;
  color: #fff;
  font-size: 22px; }

.pie__label--31 {
  background-color: #007585;
  bottom: -60px;
  left: -65px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 23px; }

.pie__label--50 {
  background-color: #f29111;
  left: 260px;
  top: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 23px; }

.pie__label--31:after {
  border: 15px solid transparent;
  border-left: 15px solid #007585;
  left: 62px; }

.pie__label--50:after {
  border: 15px solid transparent;
  border-right: 15px solid #f29111;
  left: -23px; }

.pie__label--31:before {
  content: 'Critical';
  position: absolute;
  font-size: 24px;
  color: #000;
  top: 80px;
  left: -6px; }

.pie__label--50:before {
  content: 'Very Important';
  position: absolute;
  color: #000;
  font-size: 24px;
  top: -40px;
  left: -50px;
  width: 200px; }

.pie__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.pie__label--no:after {
  border: 20px solid transparent;
  border-left: 20px solid #00758f;
  right: -34px; }

.pie__label--yes:after {
  border: 20px solid transparent;
  border-right: 20px solid #f29111;
  left: -32px; }

.hover {
  -webkit-transform: scale(1.1) translateZ(0) perspective(1px);
          transform: scale(1.1) translateZ(0) perspective(1px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#z {
  position: relative;
  z-index: 50; }

.row > .column {
  padding: 0 8px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.column {
  float: left;
  width: 25%; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 500;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  overflow: hidden; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  width: 80%;
  height: 53%;
  margin: 0 auto;
  padding-bottom: 56.25%;
  overflow: hidden; }

.modal-content iframe {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }

.mySlides {
  display: none; }

.cursor {
  cursor: pointer; }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

img {
  margin-bottom: -4px; }

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white; }

.demo {
  opacity: 0.6; }

.active, .demo:hover {
  opacity: 1; }

img.hover-shadow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.main-nav-bar ul {
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  background-color: #4e5052;
  overflow: hidden; }
  .main-nav-bar ul li {
    position: relative;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    min-width: 14%; }
    .main-nav-bar ul li a {
      color: #ffffff;
      margin: 0 auto;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
      transition: .1s ease-in-out;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -webkit-box;
      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; }
    .main-nav-bar ul li:after {
      position: absolute;
      background: #848484;
      left: 0;
      width: 2px;
      content: "";
      height: 50%; }
    .main-nav-bar ul li:first-child::after {
      width: 0px; }
    .main-nav-bar ul li.active {
      background-color: #dee0e0;
      z-index: 1; }
      .main-nav-bar ul li.active:hover::after, .main-nav-bar ul li.active::after {
        position: absolute;
        background: #4e5052;
        right: -2px;
        width: 2px;
        content: "";
        height: 50%;
        left: unset; }
      .main-nav-bar ul li.active > a {
        text-decoration: none;
        color: #00758f; }
    .main-nav-bar ul li:hover {
      background-color: #ececec;
      z-index: 1; }
      .main-nav-bar ul li:hover::after {
        width: 0px; }
      .main-nav-bar ul li:hover > a {
        text-decoration: none;
        color: #00758f; }

.main-nav-bar .vertical-align-center-menu {
  display: -webkit-flex;
  display: -webkit-box;
  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; }

.page h2.hdx::before, h1.hdx::before {
  background: #f29111; }

.page .c75w1 h2, .page .c75w1 p {
  color: #4d4d4d;
  z-index: 1; }

.page .cb13 + .c75 {
  padding-top: 5.5em; }

.cw22v0 + .c75 {
  padding-top: 5.5em; }

.page .tab-content {
  margin: 4em auto;
  max-width: 800px; }
  .page .tab-content img {
    float: left; }

#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
  display: block; }

.page .tabs section {
  display: none;
  padding: 20px 0 0; }

.page .tabs input {
  display: none; }

.page .tabs label {
  display: inline-block;
  width: 31.413778234086%;
  margin-left: 2%;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  padding: 0 0 17px 0;
  border-bottom: 5px solid #8aadbf;
  font-weight: bold;
  color: #8aadbf;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease; }
  .page .tabs label:hover {
    color: #324b5c;
    cursor: pointer; }
  .page .tabs label:after {
    bottom: -5px;
    height: 5px;
    content: '';
    -webkit-transition: all 20ms ease;
    -o-transition: all 20ms ease;
    transition: all 20ms ease; }

.page .tabs input:checked + label {
  color: #324b5c;
  border-color: #324b5c; }
  .page .tabs input:checked + label:after {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -15px;
    background: url("https://www.oracle.com/asset/web/i/cw31-sprite.png") -2px 0 no-repeat;
    width: 20px;
    height: 10px; }

.page .tabs section {
  max-width: 888px;
  margin: 4em auto; }

.coll2.vertical-align-center {
  padding: 25px;
  font-size: 2rem;
  line-height: 2; }

.background {
  position: relative;
  overflow: hidden; }
  .background .right {
    top: 0;
    right: 0;
    position: absolute; }

.hr-groups .max-width {
  max-width: 600px;
  text-align: justify;
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  line-height: 1.5em;
  font-size: 1.2em; }

.last-block h4 {
  font-size: 2.6rem;
  color: #00758f; }

.right-big {
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
  background: #00758f;
  color: #fff; }
  .right-big h4 {
    font-weight: normal;
    color: #fff; }

.last-block {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0;
  overflow: hidden; }

.right-big, .left-big {
  width: 50%; }

.last-block .horizontal-align-left {
  padding: 15px; }
  .last-block .horizontal-align-left span {
    padding: 15px; }

.right-big .horizontal-align-center .vertical-align-center.content {
  padding: 16%; }

.circle-list {
  font-size: 1.5em;
  line-height: 2em;
  background: #00758f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  padding: 8px 24px;
  margin-right: 15px; }
  .circle-list span {
    width: 2em; }

.left-big {
  padding: 50px 50px 70px 60px;
  border: 2px solid #00758f;
  border-left: 0;
  position: relative;
  -webkit-box-shadow: 11px 13px 12px 0px #0006;
          box-shadow: 11px 13px 12px 0px #0006;
  z-index: 2;
  background: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  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; }
  .left-big li {
    line-height: 5em; }

.arrow-right {
  border-bottom: 2px solid #00758f;
  border-left: 2px solid #00758f;
  border-top: 2px solid #00758f;
  border-right: 2px solid #00758f;
  z-index: 2; }
  .arrow-right:after {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    right: 0px;
    top: -4px;
    border-right: 2px solid transparent;
    z-index: 2; }

.arrow {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 11px 13px 12px 0px #0006;
          box-shadow: 11px 13px 12px 0px #0006;
  z-index: 2; }
  .arrow:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    z-index: 2; }

.arrow-container {
  position: absolute;
  right: -2px;
  top: 50%;
  z-index: 2; }

.footer-nav {
  background-color: #4e5052;
  padding: 30px 50px;
  display: flow-root;
  min-height: 100px; }
  .footer-nav a {
    min-height: 125px; }

.inline-block.left {
  float: left;
  width: 50%;
  position: relative; }

.inline-block.right {
  float: right;
  width: 50%;
  position: relative; }

.next-body {
  display: -webkit-flex;
  display: -webkit-box;
  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; }

.vertical-align-center {
  display: -webkit-flex;
  display: -webkit-box;
  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; }

.footer-nav a {
  cursor: pointer;
  text-decoration: none; }

.footer-nav .next {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  float: right; }

.footer-nav .prev {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }

.footer-nav .prev .head, .footer-nav .next .head {
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  line-height: 38.7px; }

.footer-nav .prev .content, .footer-nav .next .content {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 29.6px; }

.next-arr {
  padding: 35px;
  background: url("../img/arrow-next.png");
  background-repeat: no-repeat;
  background-position: center; }

.prev-arr {
  padding: 35px;
  background: url("../img/arrow-prev.png");
  background-repeat: no-repeat;
  background-position: center; }

.inline-block {
  display: inline-block; }

.text-point {
  line-height: 1em; }

.left-big .horizontal-align-left {
  padding: 5px; }

.vertical-align-center-menu.mobile-nav {
  display: none; }

.u22 {
  position: fixed;
  bottom: 0;
  height: 0;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  margin-left: -800px;
  z-index: 19; }

#u22 {
  position: absolute;
  bottom: -70px;
  right: 20px;
  background: #fff;
  float: right;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 42px;
  line-height: 51px;
  -webkit-box-shadow: 0 0 10px 4px rgba(50, 75, 92, 0.15);
          box-shadow: 0 0 10px 4px rgba(50, 75, 92, 0.15);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  font-family: Arial !important;
  color: transparent; }
  #u22.u22show {
    bottom: 20px; }
  #u22:before {
    font-weight: bold;
    color: #003b4d;
    z-index: 2; }
  #u22:hover {
    background: #003b4d;
    -webkit-box-shadow: 0 0 10px 4px rgba(50, 75, 92, 0);
            box-shadow: 0 0 10px 4px rgba(50, 75, 92, 0); }
    #u22:hover:before {
      color: #fff; }
  #u22 b {
    visibility: hidden;
    position: absolute;
    left: -4000px; }
  #u22:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  #u22:hover:after {
    border: 2px solid #fff;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px; }

.icnbefore:before, [class^="icn-"]:before, [class*=" icn-"]:before, [class^="icn-cv-right-after"]:after, [class*=" icn-cv-right-after"]:after, [class^="icn-cvthnr-right-after"]:after, [class*=" icn-cvthnr-right-after"]:after {
  font-family: 'oracleicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00758f; }

.icn-arrow-up:before {
  content: "\ea5f"; }

@font-face {
  font-family: 'oracleicons';
  src: url("./fonts/oracleicons-v27.woff2") format("woff2"), url("./fonts/oracleicons-v27.ttf") format("truetype"), url("./fonts/oracleicons-v27.woff") format("woff"), url("./fonts/oracleicons-v27.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 0) and (max-width: 1600px) {
  .u22 {
    left: 0;
    margin-left: 0; } }

@media (max-width: 460px), (max-height: 600px) {
  #u22 {
    bottom: -70px; } }

#u10 {
  width: 100%;
  margin: 0;
  background: #003b4d;
  clear: both;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5em; }

.u10w5:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.u10w1 {
  margin: 4em auto 50px; }

.u10w2 {
  float: left;
  width: 23.3%;
  margin-left: 2.2587%; }
  .u10w2:first-child {
    margin-left: 0px; }

.u10w3 {
  margin: 0 0 1.6em;
  position: relative; }

.u10w1 {
  clear: both;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .u10w1:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.u10w5 {
  position: relative; }

.u10-ologo {
  width: 180px;
  height: 61px;
  overflow: hidden; }
  .u10-ologo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    background: url(../img/logo-footer.png) 0 0 no-repeat;
    text-indent: -30000px; }

#u10 .scl-icons li {
  float: left;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  background: #8aadbf;
  display: block;
  padding: 0;
  margin: 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  #u10 .scl-icons li:hover {
    background: #fff; }
  #u10 .scl-icons li a {
    background: url("https://www.oracle.com/asset/web/i/u10-sprite.svg") 0 0 no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    outline: 0;
    -moz-outline: 0;
    display: block;
    overflow: hidden;
    text-indent: -4000px; }
  #u10 .scl-icons li:last-child {
    margin-right: 0; }
  #u10 .scl-icons li a {
    width: 34px;
    height: 33px; }
    #u10 .scl-icons li a .st0 {
      fill: #000; }
  #u10 .scl-icons li.scl-facebook a {
    background-position: 0px 0px; }
  #u10 .scl-icons li.scl-twitter a {
    background-position: -42px 0px; }
  #u10 .scl-icons li.scl-linkedin a {
    background-position: -85px 0px; }
  #u10 .scl-icons li.scl-googleplus a {
    background-position: -127px 0px; }
  #u10 .scl-icons li.scl-youtube a {
    background-position: -168px 0px; }
  #u10 .scl-icons li.scl-feed a {
    background-position: -214px 0px; }
  #u10 .scl-icons li.scl-weibo a {
    background-position: -256px 0px; }
  #u10 .scl-icons li.scl-youku a {
    background-position: -299px 0px; }
  #u10 .scl-icons li.scl-wechat a {
    background-position: -340px 0px; }
  #u10 .scl-icons li.scl-otube a {
    background-position: -385px 0px; }

.u10v2 .u10w1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-bottom: 1px solid #8aadbf; }

.u10v2 .u10w2 {
  float: none;
  text-align: center;
  display: inline-block;
  margin: 1em auto 1em;
  width: 7.2em;
  vertical-align: top;
  font-size: 2rem; }
  .u10v2 .u10w2 a {
    display: block;
    cursor: pointer; }
    .u10v2 .u10w2 a:hover .u10w6.icn-img:before {
      color: #8aadbf; }

.u10v2 .u10w6.icn-img {
  position: relative;
  font-size: 3em;
  line-height: 1em; }
  .u10v2 .u10w6.icn-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    color: #fff; }

.u10v2 .u10w7.icn-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  color: #fff; }

.u10v2 a:hover {
  text-decoration: none; }

.u10v2 .u10w2 a:hover span {
  text-decoration: none; }

.u10v2 .u10w2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold; }

.u10v2 .u10w7 {
  display: none; }
  .u10v2 .u10w7.icn-img {
    position: relative;
    font-size: 3em;
    line-height: 1em; }

#u10.u10v3, #u10.u10v4 {
  background: #00758f; }

.u10v3 .u10w1, .u10v4 .u10w1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.u10v3 .u10w2, .u10v4 .u10w2 {
  border-left: 1px solid #6bafc0; }

.u10v3 .u10w2 {
  -ms-flex: 0 1 auto;
  float: none;
  text-align: center;
  display: inline-block;
  margin: 1em auto 1em;
  width: 100%;
  vertical-align: top;
  font-size: 2rem;
  border-left: 1px solid rgba(107, 175, 192, 0.4);
  padding: 0 1em; }

.u10v4 .u10w2 {
  float: none;
  text-align: center;
  display: inline-grid;
  margin: 3em auto 3em;
  width: 100%;
  vertical-align: top;
  font-size: 2rem;
  border-left: 1px solid rgba(107, 175, 192, 0.4);
  padding: 0 1em; }

.u10v3 .u10w2:first-child, .u10v4 .u10w2:first-child {
  border-left: none; }

.u10v3 .u10w2 > a, .u10v3 .u10w2 > span > a {
  display: block;
  cursor: pointer; }

.u10v4 .u10w2 > a, .u10v4 .u10w2 > span > a {
  display: block;
  cursor: pointer; }

.u10v3 .u10w2 > a:focus, .u10v4 .u10w2 > a:focus {
  outline: 0; }

.u10v3 .u10w2 a:hover .u10w6.icn-img:before, .u10v3 .u10w2 a:focus .u10w6.icn-img:before {
  color: #8aadbf; }

.u10v4 .u10w2 a:hover .u10w6.icn-img:before, .u10v4 .u10w2 a:focus .u10w6.icn-img:before {
  color: #8aadbf; }

.u10v3 .u10w6.icn-img, .u10v4 .u10w6.icn-img {
  position: relative;
  font-size: 3em;
  line-height: 1em;
  float: none; }

.u10v3 .u10w6.icn-img:before, .u10v4 .u10w6.icn-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.u10v3 a:hover, .u10v4 a:hover, .u10v3 .u10w2 a:hover span, .u10v4 .u10w2 a:hover span {
  text-decoration: none; }

.u10v3 .u10w2 a span, .u10v4 .u10w2 a span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25em; }

.u10v3 .u10w2 .sharewidgetw1, .u10v4 .u10w2 .sharewidgetw1 {
  display: block; }

.u10v3 .u10w2 span .sharewidgetw2, .u10v4 .u10w2 span .sharewidgetw2 {
  top: -4em;
  bottom: auto;
  right: 50%;
  margin-right: -25px; }

.u10v3 .u10w8 h2, .u10v4 .u10w8 h2 {
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff; }

.u10v3 .u10w8.cwidth {
  margin: 2em auto -0.6em; }

#u10 .qrcodew1 {
  display: block; }

#u10 .qrcodew2 {
  bottom: 130%;
  border: none; }

.u10w2.atgchat-wrapper:first-child + .u10w2 {
  border: none; }

@media only screen and (max-width: 1240px) {
  .u10w1 {
    padding-left: 2.44%;
    padding-right: 2.44%;
    margin-left: 0;
    margin-right: 0; } }

.u10v3 .u10w8.cwidth, .u10v4 .u10w8.cwidth {
  clear: both;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.u10v3 .u10w8.cwidth:after, .u10v4 .u10w8.cwidth:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

@media only screen and (max-width: 1240px) {
  .u10v3 .u10w8.cwidth, .u10v4 .u10w8.cwidth {
    padding-left: 2.44%;
    padding-right: 2.44%;
    margin-left: 0;
    margin-right: 0; } }

.u10w3 ul li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #8aadbf;
  line-height: 1.2;
  padding: 0 0 .5em; }
  .u10w3 ul li a {
    color: #8aadbf !important; }
    .u10w3 ul li a:hover {
      color: #fff !important;
      text-decoration: none; }

#u10 h5 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0.6em 0; }

#u10 h3 {
  display: none;
  margin: 0 0 0.6em 0;
  background: url("https://www.oracle.com/asset/web/i/u10-logo-sprite.png") 0 0 no-repeat;
  text-indent: -30000px; }

ul.u10-links li a {
  font-size: 14px;
  padding: 0 .8em 0 .6em;
  color: #8aadbf !important;
  border-right: 1px solid #8aadbf; }
  ul.u10-links li a:hover {
    text-decoration: none;
    color: #fff !important; }

#u10 {
  color: #fff; }
  #u10 h5, #u10 a {
    color: #fff;
    text-decoration: unset; }
  #u10 h3 a {
    display: block; }

ul.u10-links {
  float: right; }
  ul.u10-links li {
    margin: 0;
    padding: 0;
    float: left; }
    ul.u10-links li:first-child a {
      padding-left: 0px; }
    ul.u10-links li.u10last a {
      padding-right: 0;
      border: 0; }
    ul.u10-links li a:focus {
      outline: 0;
      text-decoration: none; }

.u10w4 {
  clear: both;
  overflow: hidden; }

#u10 ul.scl-icons {
  float: right; }

#u10 hr {
  background: #8aadbf;
  color: #8aadbf;
  height: 1px;
  margin: 1.75em 0px 1.688em 0px;
  clear: both; }

.u10v4 .u10w8 {
  display: table;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: .2em auto .2em !important;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.u10fl .u10w8 {
  display: table;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: .2em auto .2em !important;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.u10fl .u10w2 {
  -ms-flex-preferred-size: 33.3%;
  -webkit-flex-basis: 33.3%;
          flex-basis: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.u10v4 .u10w9, .u10v4 .u10w8 {
  -ms-flex-preferred-size: 45%;
  -webkit-flex-basis: 45%;
          flex-basis: 45%;
  -ms-flex-pack: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.u10fl .u10w9, .u10fl .u10w8 {
  -ms-flex-preferred-size: 45%;
  -webkit-flex-basis: 45%;
          flex-basis: 45%;
  -ms-flex-pack: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.u10v4 .u10w9 h2, .u10v4 .u10w8 h2 {
  color: #fff; }

.u10fl .u10w9 h2, .u10fl .u10w8 h2 {
  color: #fff; }

.u10form {
  margin-top: -2em !important; }

@media (max-width: 600px) {
  .u10form {
    margin-top: -1em !important; } }

.u10v4 form {
  -webkit-text-size-adjust: 100%; }
  .u10v4 form .oerrors {
    display: table-cell;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    position: absolute;
    opacity: 0;
    -webkit-animation: o-upfade-small 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
            animation: o-upfade-small 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards; }
  .u10v4 form .otextarea {
    width: 100%;
    font-size: 1em;
    color: #333;
    height: 8.5em;
    padding: .5em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD; }
    .u10v4 form .otextarea:focus {
      -webkit-box-shadow: 0 0 5px #bde6ee;
              box-shadow: 0 0 5px #bde6ee;
      border: 1px solid #bde6ee;
      outline: 0; }
    .u10v4 form .otextarea:required:focus {
      border: 1px solid #f80000;
      outline: 0; }
    .u10v4 form .otextarea::-webkit-input-placeholder {
      color: #4e5052; }
  .u10v4 form .otextinput, .u10v4 form .omailinput {
    line-height: 3.15em;
    color: #333;
    font-size: 1em;
    width: 100%;
    padding: 0 .5em;
    border: #ccc solid 1px;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD; }
  .u10v4 form .otextinput:focus, .u10v4 form .omailinput:focus {
    -webkit-box-shadow: 0 0 5px #bde6ee;
            box-shadow: 0 0 5px #bde6ee;
    border: 1px solid #bde6ee;
    outline: 0; }
  .u10v4 form .otextinput:required, .u10v4 form .omailinput:required {
    -webkit-box-shadow: 0 0 5px #bde6ee;
            box-shadow: 0 0 5px #bde6ee;
    border: 1px solid #f80000;
    outline: 0; }
  .u10v4 form .otextinput:required:focus, .u10v4 form .omailinput:required:focus {
    border: 1px solid #f80000;
    outline: 0; }
  .u10v4 form .otextinput::-webkit-input-placeholder, .u10v4 form .omailinput::-webkit-input-placeholder {
    color: #4e5052; }
  .u10v4 form .u10txt input {
    margin-left: 1em;
    margin-right: 1em;
    outline: 0;
    vertical-align: middle; }

.u10v4 .u10w12 {
  display: inline-block;
  padding: 1.15em 0em 0em 0em;
  width: 70%; }

@media (max-width: 1000px) {
  .u10v4 form .u10txt label {
    width: 100%; } }

.u10fl .u10w12 {
  display: inline-block;
  padding: 1.15em 0em 0em 0em;
  width: 70%; }

@media (max-width: 770px) {
  .u10v4 .u10w12, .u10fl .u10w12 {
    width: 100%;
    padding: .15em 0em 0em 0em; } }

.u10v4 .u10w13, .u10fl .u10w13 {
  margin: 0 auto 0em; }

.u10v4 .u10w13 h4, .u10fl .u10w13 h4 {
  font-size: 2.8rem;
  padding-top: 1em;
  margin: 0;
  font-weight: 200;
  color: #fff;
  border-top: 1px solid rgba(107, 175, 192, 0.4); }

@media (max-width: 600px) {
  .u10v4 .u10w13, .u10fl .u10w13 {
    padding-top: 1em; } }

.u10v4 .u10w14 p, .u10fl .u10w14 p {
  font-size: 1.4rem;
  color: #cad9de;
  line-height: 1.5;
  padding: 2em 0em 3em 0em; }

.u10v4 .u10w8 .u10w9, .u10fl .u10w8 .u10w9 {
  -ms-flex-preferred-size: 55%;
  -webkit-flex-basis: 55%;
          flex-basis: 55%; }

@media (max-width: 600px) {
  .u10v4 .u10w8 .u10w9, .u10fl .u10w8 .u10w9 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    text-align: center;
    padding-bottom: .5em; } }

.u10v4 .u10w8.cwidth, .u10fl .u10w8.cwidth {
  max-width: 1400px !important; }

.u10v4 form .u10w15, .u10fl form .u10w15 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

@media (max-width: 600px) {
  .u10v4 form .u10w15, .u10fl form .u10w15 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 1em; } }

.u10v4 form .u10w15 .u10w10, .u10fl form .u10w15 .u10w10 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  margin-right: 2em;
  margin-top: auto; }

@media (max-width: 600px) {
  .u10v4 form .u10w15 .u10w10, .u10fl form .u10w15 .u10w10 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    margin-right: 0em; } }

.u10v4 form .u10w15 .u10w11, .u10fl form .u10w15 .u10w11 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  margin-top: auto;
  padding-top: .3em; }

@media (max-width: 600px) {
  .u10v4 form .u10w15 .u10w11, .u10fl form .u10w15 .u10w11 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%; } }

.u10v4 form .u10w15 .u10w11 .u10w16, .u10fl form .u10w15 .u10w11 .u10w16 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

@media (max-width: 770px) {
  .u10v4 form .u10w15 .u10w11 .u10w16 .otextarea, .u10fl form .u10w15 .u10w11 .u10w16 .otextarea {
    height: 10.5em; } }

.u10v4 form .u10w15 .u10w11 .u10w17, .u10fl form .u10w15 .u10w11 .u10w17 {
  width: 50%;
  margin-bottom: .8em; }

@media (max-width: 1000px) {
  .u10v4 form .u10w15 .u10w11 .u10w17, .u10fl form .u10w15 .u10w11 .u10w17 {
    width: 100%;
    margin: 1em 0em 1em 0em; } }

.u10v4 form .u10w15 .u10w11 .u10w19, .u10fl form .u10w15 .u10w11 .u10w19 {
  font-size: 1.6rem;
  display: inline-block; }

.u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
  width: 50%;
  float: right;
  text-align: right; }

.u10v4 form .u10w15 .u10w11 .u10w20 label, .u10fl form .u10w15 .u10w11 .u10w20 label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline; }

@media (max-width: 600px) {
  .u10v4 form .u10w15 .u10w11 .u10w20 label, .u10fl form .u10w15 .u10w11 .u10w20 label {
    width: 110%;
    float: left; } }

@media (max-width: 1000px) {
  .u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
    width: 100%;
    text-align: left;
    padding-bottom: .5em; } }

@media (max-width: 600px) {
  .u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
    display: inline-grid;
    float: none; } }

@media (max-width: 414px) {
  .u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
    width: 28%;
    float: none; } }

@media (max-width: 375px) {
  .u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
    width: 30%;
    float: none; } }

@media (max-width: 320px) {
  .u10v4 form .u10w15 .u10w11 .u10w20, .u10fl form .u10w15 .u10w11 .u10w20 {
    width: 35%;
    float: none; } }

.u10v4 form .obttns, .u10fl form .obttns {
  margin-top: 3em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }

.u10v4 form .obttns a, .u10fl form .obttns a {
  color: #00758f !important; }

@media (max-width: 600px) {
  .u10v4 form .obttns, .u10fl form .obttns {
    display: block; } }

.u10v4 form label, .u10fl form label {
  width: 29%;
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: .2em; }

@media (max-width: 770px) {
  .u10v4 form label, .u10fl form label {
    width: 100%;
    padding-top: 1em; } }

@media (max-width: 600px) {
  .u10v4 .u10w8 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1em auto 0.2em !important; }
  .u10fl {
    padding-bottom: 1em; }
    .u10fl .u10w8 {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 1em auto 0.2em !important; }
      .u10fl .u10w8.cwidth {
        padding-left: 0px;
        padding-right: 0px; }
    .u10fl .u10w1 {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-flow: row nowrap !important;
              flex-flow: row nowrap !important;
      width: 100% !important; }
    .u10fl .u10w2 {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
      -ms-flex-preferred-size: 33.3%;
      -webkit-flex-basis: 33.3%;
              flex-basis: 33.3%;
      padding: 0 1em !important;
      border-bottom: 0px !important; }
      .u10fl .u10w2:nth-child(2), .u10fl .u10w2:nth-child(3), .u10fl .u10w2:nth-child(4), .u10fl .u10w2:nth-child(5) {
        border-left: 1px solid rgba(107, 175, 192, 0.4) !important;
        border-bottom: 0px !important; }
    .u10fl .u10w9 {
      -ms-flex-preferred-size: 100%;
      -webkit-flex-basis: 100%;
              flex-basis: 100%;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
      margin-bottom: 1em; } }

@media only screen and (min-width: 0px) and (max-width: 770px) {
  .f11 .u10btn {
    display: block;
    position: absolute;
    right: 3.2587269%;
    top: 13px;
    width: 16px;
    height: 16px;
    background: url("https://www.oracle.com/asset/web/i/u10-logo-sprite.png") no-repeat -1628px 0px;
    -webkit-background-size: auto 122px;
            background-size: auto 122px; }
  .f11 .u10w3.u10active .u10btn {
    background: url(../img/logo-footer.png) no-repeat -1628px -17px; }
  .f11 #u10 ul.scl-icons {
    float: none;
    text-align: center;
    margin: 10px auto 2em; }
  .f11 .u10-ologo {
    position: relative;
    margin-bottom: .6em;
    width: auto;
    height: auto; }
  .f11 .u10w3 h5, .f11 .u10btn {
    cursor: pointer; }
  .f11 .u10w1 {
    margin: 0 0 5em 0; }
  .f11 .u10w2 {
    float: none;
    margin-left: 0;
    width: 100%; }
  .f11 .u10w3 {
    margin: 0;
    border-top: 1px solid #295d6f;
    border-bottom: none; }
  .f11 .u10w1 .u10w2:first-child .u10w3:first-child {
    border-top: 0; }
  .f11 #u10 h5 {
    margin: 0 2.2587269%;
    font-weight: normal;
    padding: .675em 0;
    line-height: 1.5em; }
  .f11 .u10w3 ul {
    visibility: unset;
    height: 0;
    opacity: 0;
    background: #cad9de;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s; }
  .f11 .u10w3.u10active ul {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s; }
  .f11 .u10w3 ul li {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0.525em 2.2587269%;
    border: 0; }
    .f11 .u10w3 ul li:last-child {
      padding-bottom: 1em; }
    .f11 .u10w3 ul li a {
      color: #003b4d !important; }
  .f11 .f11 .u10w3 ul li {
    color: #003b4d !important; }
  .f11 .u10w3 ul li a {
    padding: 0 0;
    display: block; }
  .f11 .u10w4 {
    border-top: 1px solid #295d6f;
    height: 1px;
    margin-bottom: 2.5em; }
    .f11 .u10w4 hr {
      background: transparent !important; }
  .f11 #u10 h3 {
    width: 301px;
    height: 13px;
    background-position: -401px 0px;
    display: block;
    margin: 0 auto 2em auto;
    -webkit-background-size: 267% 267%;
            background-size: 267%; }
  .f11 .u10-ologo a {
    margin: 0 auto;
    width: 117px;
    height: 15px;
    background-position: 0px -19px;
    -webkit-background-size: 613% 613%;
            background-size: 613%; }
  .f11 ul.u10-links {
    float: none;
    text-align: center; }
    .f11 ul.u10-links li {
      float: none;
      text-align: center;
      display: inline-block; }
  .f11 #u10 ul.scl-icons li {
    float: none;
    display: inline-block;
    margin: 5px; }
  .f11 #u10 .scl-icons li a {
    width: 29px;
    height: 28px; }
  .f11 #u10 .scl-icons li.scl-facebook a {
    background-position: 0px 0px; }
  .f11 #u10 .scl-icons li.scl-twitter a {
    background-position: -36px 0px; }
  .f11 #u10 .scl-icons li.scl-linkedin a {
    background-position: -72px 0px; }
  .f11 #u10 .scl-icons li.scl-googleplus a {
    background-position: -108px 0px; }
  .f11 #u10 .scl-icons li.scl-youtube a {
    background-position: -143px 0px; }
  .f11 #u10 .scl-icons li.scl-feed a {
    background-position: -182px 0px; }
  .f11 #u10 .scl-icons li.scl-youku a {
    background-position: -253px 0px; }
  .f11 #u10 .scl-icons li.scl-weibo a {
    background-position: -218px 0px; }
  .f11 #u10 .scl-icons li.scl-wechat a {
    background-position: -288px 0px; }
  .f11 #u10 .scl-icons li.scl-otube a {
    background-position: -326px 0px; }
  .f11 .u10v2 .u10w2 a {
    display: table;
    width: 100%;
    height: 4.5em;
    position: relative; }
  .f11 .u10v2 .u10w1 {
    display: block;
    border-bottom: none; }
  .f11 .u10v2 .u10w2 {
    display: block;
    text-align: left;
    width: 95.4825462%;
    margin: 0 2.2587269%; }
    .f11 .u10v2 .u10w2:first-child {
      margin-top: 2%; }
  .f11 .u10v2 .icn-img {
    display: table-cell;
    vertical-align: middle;
    width: 1em; }
  .f11 .u10v2 .u10w2 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 1em;
    font-size: 2.1rem; } }

@media only screen and (min-width: 0px) and (max-width: 770px) {
  .u10v2 .u10w2:first-child {
    margin-top: 1.5%; } }

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .u10v3 .u10w2 {
    width: 33.333333333%;
    padding: 1.5em 0;
    border-left: 0;
    margin: 0 auto; }
  .u10v4 .u10w2 {
    width: 33.333333333%;
    margin-top: 1em;
    padding: 0em;
    border-left: 1px solid rgba(107, 175, 192, 0.4); }
  .u10v3 .u104up .u10w2, .u10v4 .u104up .u10w2 {
    width: 50%; }
  .u10v3 .u10w2:nth-child(-n+3) {
    border-bottom: 1px solid #6bafc0;
    border-bottom: 1px solid rgba(107, 175, 192, 0.4); }
  .u10v3 .u104up .u10w2:nth-child(-n+3) {
    border-bottom: 0; }
  .u10v3 .u104up .u10w2:nth-child(-n+2) {
    border-bottom: 1px solid #6bafc0;
    border-bottom: 1px solid rgba(107, 175, 192, 0.4); }
  .u10v3 .u10w1 {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 95.1171876%; }
  .u10v4 .u10w1 {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 95.1171876%; }
  .u10v3 .u10w8.cwidth {
    text-align: center;
    margin: 2em auto 0; } }

.f01v0 .u10w1 {
  padding-left: 19px;
  padding-right: 19px;
  margin-top: 3em; }

.f01v0 #u10 h5 {
  font-size: 18px;
  background: transparent;
  padding-left: 0; }

.f01v0 .u10w3 ul li {
  font-size: 15px; }

.f01v0 ul.u10-links li a {
  font-size: 13px; }

#Wrapper_FixedWidth_Footer #u10, .f01v0w1 #u10 {
  width: auto;
  margin: 0 -19px; }

@-webkit-keyframes o-upfade-small {
  0% {
    opacity: 0;
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes o-upfade-small {
  0% {
    opacity: 0;
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media only screen and (max-width: 1280px) {
  .flipbook__container.flipbook__left .two-column--left {
    padding-right: 5%;
    width: 34%; }
  .flipbook__container.flipbook__left .two-column--right {
    width: 66%; }
  .flipbook li span {
    font-size: 22px; } }

@media only screen and (max-width: 1024px) {
  .flipbook {
    height: auto; }
  .flipbook__bottom .two-column--left {
    padding-bottom: 1em; }
  .flipbook li {
    position: relative;
    width: 100%;
    left: 0;
    height: 75px;
    margin-bottom: 1em; }
    .flipbook li .flip-content {
      display: block;
      padding: 1em 1em 1em 3.5em;
      height: 30px; }
  .lines-button {
    top: 17px; }
  .flipbook li.active {
    height: auto;
    padding: 1em; }
    .flipbook li.active .flip-content {
      padding: 1em 2em; }
    .flipbook li.active .lines-button {
      top: 0;
      left: 0; }
    .flipbook li.active span {
      font-size: 30px !important;
      padding-bottom: 0.3em; } }

@media screen and (max-width: 932px) {
  .main-nav-bar ul li {
    padding: 0 10px;
    min-width: 10%; }
  .page3 .two-sides {
    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; }
  .page4 .two-sides {
    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; }
  .page4 .left-side {
    width: 100%; }
  .page4 .right-side {
    width: 100%;
    max-width: 100%;
    margin: 0; } }

@media screen and (max-width: 768px) {
  .main-nav-bar ul li:after {
    display: none; }
  .last-block .horizontal-align-left {
    padding: 10px; }
    .last-block .horizontal-align-left span {
      padding: 10px; }
  .right-big .horizontal-align-left .vertical-align-center {
    width: unset; }
  .left-big {
    padding: 15px; }
  .circle-list {
    line-height: 1em;
    padding: 8px 13px; }
  .last-block {
    margin: 50px 0; }
  .main-nav-bar {
    position: relative; }
    .main-nav-bar ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 200px; }
      .main-nav-bar ul li a {
        line-height: 3em;
        font-size: 1.5em;
        border-top: 1px solid lightgrey; }
  .hide-on-mobile {
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
    background: #d5d5d5;
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 90%;
    left: 5%; }
  .main-nav-bar:hover > .hide-on-mobile {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }
  .vertical-align-center-menu.mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    .vertical-align-center-menu.mobile-nav a {
      color: #fff;
      line-height: 3em;
      font-size: 1.5em;
      background: #4e5052;
      cursor: pointer; }
  .main-nav-bar:hover > .vertical-align-center-menu.mobile-nav a, .vertical-align-center-menu.mobile-nav:hover a {
    background: #ececec;
    text-decoration: none;
    color: #00758f; }
  .page1 .cb13 + .c75, .cw22v0 + .c75 {
    padding-top: 3em; }
  .c75w1.cwidth {
    padding: 0;
    width: 92%; }
  .hr-groups .max-width {
    max-width: 90vw; }
  .last-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .right-big, .left-big {
    width: 100%; }
  .right-big {
    border-top: 0;
    padding-top: 40px; }
  .arrow-container {
    right: 50%;
    top: 100%; }
  .arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-100%, -47%) rotate(45deg);
        transform: translate(-100%, -47%) rotate(45deg);
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 9px 12px 13px 0px #0006;
            box-shadow: 9px 12px 13px 0px #0006; }
  .left-big {
    -webkit-box-shadow: 0px 13px 12px 0px #0006;
            box-shadow: 0px 13px 12px 0px #0006; }
  .footer-nav {
    padding: 30px 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right; }
    .footer-nav .prev, .footer-nav .next {
      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; }
  .next-body {
    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; }
  .next-arr {
    background-position: right bottom;
    position: absolute;
    bottom: 0;
    right: 0; }
  .prev-arr {
    background-position: left bottom;
    position: absolute;
    bottom: 0;
    left: 0; }
  .inline-block {
    min-height: 125px; }
  .source-block {
    margin: 5%; }
    .source-block li {
      padding: 5px 0; }
  .row-charts {
    display: inline-block; }
    .row-charts .content {
      max-width: 48%;
      padding: 1%;
      display: block;
      float: left; }
  .page5 .right-side, .page5 .left-side {
    width: 100%; }
  .page5 .two-sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: 0 5%; }
  .page5 .inner {
    margin: 1em; }
    .page5 .inner .left-side {
      border-right: none; }
  .page5 #fugure3 {
    margin: 1em; }
  .icon.icon9, .icon.icon10, .icon.icon11, .icon.icon12, .icon.icon13, .icon.icon14, .icon.icon15 {
    width: 50px;
    height: 50px;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px 10px 0; }
  .inner .right-side .horizontal-align-center.wow.slideInDown {
    padding-bottom: 0; }
  .page5 #fugure3 {
    max-width: 80vw;
    padding-right: 20px; }
  .page6 .two-sides .background {
    opacity: 0.8; }
  .page4 .c75v1 .c75w1 {
    padding-bottom: 25px; }
  .page6 .footer-nav {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .page4 #fugure3 {
    text-align: left; }
  .line1 .svg-holder img {
    width: 100%; }
  .line2 .svg-holder img {
    width: 50%; }
  .main-nav-bar ul li a {
    line-height: 2.5em;
    font-size: 1.1em;
    border-top: 1px solid lightgray;
    width: 100%; }
  .right-big .horizontal-align-center .vertical-align-center.content {
    width: 100%; }
  .page5 .inner .left-side {
    display: block; } }

@media screen and (max-width: 2560px) {
  .wrapper-one {
    width: 100%;
    margin: 0 auto; }
  .tabs-container {
    width: 100%; }
  .card-container-migration {
    width: 1070px; } }

@media screen and (max-width: 2300px) {
  .flipbook {
    width: 70%; } }

@media screen and (max-width: 2300px) {
  .flipbook {
    width: 65%; } }

@media screen and (max-width: 2050px) {
  .flipbook {
    width: 70%; } }

@media screen and (max-width: 2032px) {
  .main-nav-bar {
    width: 100%; } }

@media screen and (max-width: 1900px) {
  .flipbook {
    width: 75%; } }

@media screen and (max-width: 1770px) {
  .flipbook {
    width: 80%; } }

@media screen and (max-width: 1650px) {
  .flipbook {
    width: 85%; } }

@media screen and (max-width: 1590px) {
  .card-one1, .card-one2, .card-one3 {
    width: auto; } }

@media screen and (max-width: 1570px) {
  .flipbook {
    width: 90%; }
  .container-one {
    width: 32%; } }

@media screen and (max-width: 1480px) {
  .flipbook {
    width: 100%; }
  .workforce-shape {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; } }

@media screen and (max-width: 1440px) {
  .container-one {
    width: 32%; } }

@media screen and (max-width: 1318px) {
  .migration-container {
    width: 79%; }
  .content-one p {
    font-size: 20px; } }

@media screen and (max-width: 1282px) {
  .migration-container {
    width: 85%; }
  .small {
    width: 300px;
    height: 300px; }
  .line-migration1 .fa-plus {
    padding-bottom: 165px; }
  .plus {
    padding-bottom: 155px; } }

@media screen and (max-width: 1272px) {
  #business {
    display: none; }
  .workforce-fade:nth-child(3) {
    padding: 83px 0 0 10%; }
  .tabs-style-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tabs-container-3 {
    height: 963px; }
  .tabs-bg-3 {
    width: 33%; }
  .tabs-text-3 {
    width: 80%;
    height: 59%; }
  .tabs-style-3 p {
    font-size: 20px;
    max-width: 90%;
    margin-bottom: 60px; }
  .tabs-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tabs-style p {
    padding-bottom: 25px; }
  .tabs-text {
    width: 80%;
    height: 650px;
    margin-bottom: 50px; }
  .tabs-container {
    height: 100%; }
  .tabs {
    width: 80%; }
  .tabs-bg {
    width: 243px; }
  .tabs-bg h2 {
    font-size: 17px; }
  .tabs-text {
    width: 80%; }
  .technology-text-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .technology-middle-left {
    margin-right: 0; }
  .technology-middle-left p:nth-child(1) {
    padding-bottom: 25px; }
  .technology-video-text p {
    padding-bottom: 25px; }
  .technology-text-down {
    padding-top: 25px; } }

@media screen and (max-width: 1226px) {
  .tabs-container {
    height: 100%; }
  .tabs-bg {
    width: 49%;
    margin-bottom: 20px; }
  .tabs-text {
    width: 62%;
    height: 100%;
    margin-bottom: 50px; }
  .tabs-style p {
    font-size: 17px;
    max-width: 80%; }
  .tabs-style img {
    padding-bottom: 30px; }
  .flip-tiles h2 {
    font-size: 27px; } }

@media screen and (max-width: 1226px) {
  .migration-container {
    width: 89%; } }

@media screen and (max-width: 1210px) {
  .tabs-bg {
    width: 49%; } }

@media screen and (max-width: 1134px) {
  .migration-container {
    width: 93%; }
  .flip-tiles h2 {
    font-size: 24px; } }

@media screen and (max-width: 1096px) {
  .migration-container {
    width: 98%; }
  .workforce-img-scale img {
    width: 100%;
    max-width: 1024px;
    height: auto; } }

@media screen and (max-width: 1024px) {
  .small {
    width: auto;
    height: 71px; }
  .small h4 {
    padding: 12px 0 14px 35px; }
  .line-migration1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .plus {
    padding-bottom: 0; }
  br {
    display: none; }
  .large {
    height: auto; }
  .large-text {
    padding: 40px 0; }
  .large-text-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px; }
  .large-text-m p {
    max-width: 100%;
    padding-bottom: 20px; }
  .main-nav-bar ul li a {
    font-size: 14px; }
  .hdx h2 {
    font-size: 28px; }
  .wrapper-one {
    -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; }
  .container-one {
    width: 394px;
    margin-bottom: 17px; }
  .workforce-img-scale {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .workforce-container-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #workforce-fade-text p {
    font-size: 22px; }
  .workforce-container-text-up {
    padding-right: 0; }
  .workforce-container-text img {
    padding-top: 45px; }
  .workforce-shape {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
  #shape-m {
    margin-top: 0; }
  .tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 62%; }
  #gradient {
    display: none; }
  .tabs-text-3 {
    width: 62%;
    height: 650px;
    margin-bottom: 50px; }
  .tabs-container-3 {
    height: 100%; }
  .tabs-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 62%; }
  .tabs-bg-3 .fa-plus {
    right: 14px; }
  .tabs-style-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tabs-bg-3 {
    width: 100%;
    margin-bottom: 20px; }
  .tabs-bg-3 h2 {
    font-size: 18px; }
  .tabs-style-3 p {
    font-size: 17px;
    max-width: 80%;
    margin-bottom: 20px; }
  #boomers {
    bottom: -44px; }
  .tabs-style-3 p:nth-child(2) {
    top: 53px;
    padding-bottom: 30px; }
  .tabs-style-3 img {
    padding-bottom: 30px; }
  .technology-shape {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
  .card-container-migration {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-text {
    padding: 60px 0; }
  .large-text h2 {
    font-size: 20px; }
  .large-text p {
    font-size: 15px; }
  .text-prew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-text-m {
    padding: 20px; }
  .large-text-m h2 {
    font-size: 20px; }
  .large-text-m p {
    font-size: 15px; }
  .text-prew img {
    width: 250px; }
  .migration-container {
    width: 77%; } }

@media screen and (max-width: 980px) {
  .tabs-bg {
    width: 605px; }
  .flip-tiles h2 {
    font-size: 22px; } }

@media screen and (max-width: 820px) {
  .top-text-head {
    padding-left: 40px; }
  .top-text {
    padding-left: 40px; }
  .top-text-up h1 {
    font-size: 40px; }
  .top-text-up h1 span {
    font-size: 42px; }
  .top-text-down h4 {
    font-size: 25px; }
  #workforce-fade-text p {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  body {
    background-color: #ffffff; }
  .top-nav, #light, #touch {
    height: 480px; }
  .flip-tiles h2 {
    font-size: 18px; }
  #workforce-fade-text p {
    font-size: 18px; }
  .tabs-style-3 p {
    margin-bottom: 0; }
  .migration-container {
    width: 90%; }
  .flipbook {
    width: 76%; }
  .migration-img img {
    max-width: 600px;
    width: 100%; }
  .flipbook {
    width: 450px; }
  .column img {
    width: 350px; } }

@media screen and (max-width: 722px) {
  .top-text-up h1 {
    font-size: 36px; }
  .top-text-up h1 span {
    font-size: 38px; }
  .top-text-down h4 {
    font-size: 23px; }
  .wrapper-one {
    -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; }
  .container-one {
    width: 300px;
    height: 290px; }
  .front-one .fa-plus {
    padding-bottom: 185px; }
  .back-one1 h2, .back-one2 h2, .back-one3 h2 {
    font-size: 90px; }
  .front-one1 p, .back-one1 p, .front-one2 p, .back-one2 p, .front-one3 p, .back-one3 p {
    font-size: 20px; }
  .container-one:nth-child(2) {
    margin: 20px 0 35px 0; }
  .touch-link {
    -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; }
  .touch-link img {
    padding-right: 0; }
  .text-link h4 {
    padding-top: 20px; }
  .copyright p {
    font-size: 12px; } }

@media screen and (max-width: 722px) {
  #workforce-fade-text p {
    font-size: 14px; } }

@media screen and (max-width: 678px) {
  .u10w5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-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; }
  .top-text-up h1 {
    font-size: 32px; }
  .top-text-up h1 span {
    font-size: 34px; }
  .top-text-down h4 {
    font-size: 19px; } }

@media screen and (max-width: 610px) {
  .top-text-up h1 {
    font-size: 28px; }
  .top-text-up h1 span {
    font-size: 30px; }
  .top-text-down h4 {
    font-size: 15px; } }

@media screen and (max-width: 576px) {
  .overview {
    width: 90%; }
  .copyright p {
    font-size: 11px; }
  ul.u10-links li a {
    font-size: 13px; }
  #workforce-fade-text p {
    font-size: 12px; }
  .small h4 {
    font-size: 17px; }
  .fa-plus {
    font-size: 20px; } }

@media screen and (max-width: 500px) {
  .top-nav, #light, #touch {
    height: 400px; }
  .top-text-head {
    padding-left: 12px; }
    .top-text-head h1 {
      font-size: 17px; }
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 70px 0; }
  .top-text-up h1 {
    font-size: 20px;
    padding-left: 15px; }
  .top-text {
    padding-left: 0; }
  .top-text-up {
    padding-top: 0; }
  .top-text-up h1 span {
    font-size: 22px; }
  .top-text-down h4 {
    font-size: 18px;
    padding-left: 15px; }
  .hdx h4 {
    font-size: 15px; }
  .hdx h2 a {
    font-size: 20px; }
  .hdx h2 {
    font-size: 20px; }
  .overview, .workforce-container, .workforce-container-second, .help-container, .source-container, .technology-container, .migration-container, .action {
    width: 90%;
    padding-top: 50px; }
  .overview-text p, .workforce-text p, .workforce-container-text-up p, .workforce-container-text-down p, .workforce-shape p, .help-text p, .technology-text p, .tabs-container-text p, .migration-text p, .migration-text-down p, .action-text p {
    font-size: 13px; }
  .overview-text p:nth-child(1) {
    padding-bottom: 25px; }
  .flip-tiles h2 {
    font-size: 16px;
    text-align: center; }
  .container-one {
    height: 290px; }
  .overview-flip-tiles {
    margin-bottom: 30px; }
  .workforce-text p:nth-child(2) {
    padding: 25px 0; }
  .workforce-container-text-up {
    max-width: 100%;
    margin: 0 auto; }
  #workforce-fade-text p {
    font-size: 12px; }
  .workforce-fade:nth-child(3) {
    padding: 50px 0 0 20px; }
  #workforce-fade-text p {
    font-size: 12px; }
  .workforce-text-img img {
    max-width: 250px; }
  .workforce-hide, .technology-hide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .workforce-shape, .technology-shape {
    width: 100%; }
  .help-text {
    padding-bottom: 25px; }
  .tabs {
    width: 95%;
    padding-top: 25px; }
  .tabs-text {
    width: 95%; }
  .tabs-bg h2 {
    font-size: 15px; }
  .tabs-style p {
    width: 90%;
    font-size: 13px; }
  .source-block {
    margin: 1% !important; }
  .tabs-container-text h4 {
    font-size: 18px; }
  .technology-text {
    padding-bottom: 25px; }
  .tabs-bg-3 {
    width: 100%;
    margin: 0 auto 20px auto; }
  .tabs-text-3 {
    width: 90%; }
  .tabs-style-3 p {
    width: 95%;
    font-size: 13px; }
  .tabs-style-3 p {
    margin-bottom: 85px; }
  .tabs-text-3 {
    height: 865px; }
  .pie__label--yes {
    top: -50px;
    right: 54px; }
  .pie__label--yes:after {
    border-top: 20px solid #f29111;
    border-right: 20px solid transparent;
    top: 84px;
    left: 15px; }
  #millennials {
    top: -68px;
    right: 30px; }
  .pie__label--no {
    left: 52px;
    bottom: -95px; }
  .pie__label--no:after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #00758f;
    top: -13px;
    right: 14px; }
  #boomers {
    left: 30px;
    bottom: -148px; }
  .tabs-style-3 img {
    max-width: 250px; }
  #fun-level {
    top: -20px;
    left: 93px; }
  .technology-text-up h4 {
    font-size: 20px; }
  .technology-video-text p {
    font-size: 13px; }
  .technology-text-middle a img {
    max-width: 250px; }
  .technology-text-middle, .technology-video-text {
    padding-top: 25px; }
  .column img {
    width: 250px; }
  .migration-img img {
    display: none; }
  .small h4 {
    font-size: 12px; }
  .migration-text {
    padding-bottom: 0; }
  .migration-text-down {
    padding: 133px 0; }
  .migration-text-down p:nth-child(1) {
    padding-bottom: 25px; }
  .large-text {
    padding: 15px 0 76px 0; }
  .large-text h2 {
    font-size: 15px; }
  .large-text p {
    font-size: 12px; }
  .text-prew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-text-m {
    padding: 10px; }
  .fa-times {
    margin: 10px 30px; }
  .large-text-m h2 {
    padding-bottom: 0; }
  .large-text-m h2 {
    font-size: 15px; }
  .large-text-m p {
    font-size: 12px; }
  .text-prew img {
    width: 200px;
    height: 100px; }
  .action-text {
    padding-bottom: 50px; }
  .link-oracle p {
    font-size: 20px; }
  .action-shape-text {
    padding-left: 0; }
  .footer-nav .prev .head, .footer-nav .next .head {
    font-size: 18px !important; }
  .footer-nav .prev .content, .footer-nav .next .content {
    font-size: 12px !important; }
  .link-oracle {
    padding-top: 25px;
    padding-bottom: 50px; }
  .action-shape p {
    font-size: 13px; }
  ul.u10-links li a {
    font-size: 7px !important; }
  .row > .column {
    padding: 0; } }

@media screen and (max-width: 375px) {
  .workforce-fade-container {
    height: 250px; }
  #workforce-fade-text p {
    font-size: 9px; }
  .large-text h2 {
    padding-bottom: 10px; }
  .large-text h2 {
    font-size: 13px; }
  .large-text p {
    font-size: 10px; }
  .text-prew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-text-m {
    padding: 10px; }
  .x-icon img {
    width: 25px;
    height: 25px; }
  .large-text-m h2 {
    padding-bottom: 0; }
  .large-text-m h2 {
    font-size: 13px; }
  .large-text-m p {
    font-size: 10px; }
  .text-prew img {
    width: 200px;
    height: 100px; } }
