html,
body {
  margin: 0;
  padding: 0; }

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #004e6c;
  text-decoration: none; }

a:hover {
  color: #004e6c; }

.cxtllp-background-white {
  background-color: #ffffff; }

.cxtllp-background-denium {
  background-color: #004e6c; }

.cxtllp-background-blue-button-background {
  background-color: #1c7ab1; }

.cxtllp-text-denium {
  color: #004e6c; }

.cxtllp-text-blue {
  color: #1b77af; }

.cxtllp-text-white {
  color: #ffffff; }

a .cxtllp-button-container {
  text-decoration: none; }

.cxtllp-button-container {
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  width: 197px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; }

.cxtllp-div-center {
  margin: 0 auto; }

.cxtllp-text-center {
  text-align: center; }

.cxtllp-bold {
  font-weight: 700; }

.cxtllp-light {
  font-weight: 300; }

.cxtllp-font-60 {
  font-size: 60px;
  line-height: 68px; }
  @media (max-width: 768px) {
    .cxtllp-font-60 {
      font-size: 40px;
      line-height: 48px; } }

.cxtllp-font-40 {
  font-size: 40px;
  line-height: 44px; }
  @media (max-width: 768px) {
    .cxtllp-font-40 {
      font-size: 26px;
      line-height: 30px; } }

.cxtllp-font-32 {
  font-size: 32px; }
  @media (max-width: 768px) {
    .cxtllp-font-32 {
      font-size: 26px; } }

.cxtllp-font-30 {
  font-size: 30px; }

.cxtllp-font-20 {
  font-size: 20px; }

.cxtllp-font-18 {
  font-size: 18px; }

.cxtllp-font-15 {
  font-size: 15px; }

.cxtllp-font-26 {
  font-size: 26px; }

.cxtllp-spacer-200 {
  height: 185px; }

.cxtllp-container {
  margin-left: 138px;
  margin-right: 138px; }
  @media (max-width: 768px) {
    .cxtllp-container {
      margin-left: 20px;
      margin-right: 20px; } }

.cxtllp-mini-container {
  max-width: 633px;
  margin: 0 auto; }

.cxtllp-mini-container-analyst {
  max-width: 633px;
  margin: 0 auto; }

.cxtllp-row {
  display: flex;
  flex-direction: row; }

.cxtllp-white {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 768px) {
    .cxtllp-white {
      flex-direction: column;
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
      height: 88px; } }

.cxtllp-red-background {
  background-color: #da291c;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768px) {
    .cxtllp-red-background {
      height: 70px;
      background-color: #fff;
      background-image: url("../images/half-red-background.svg");
      background-repeat: no-repeat;
      justify-content: space-between; } }

.header-icon-container {
  display: flex;
  flex-direction: row;
  margin-right: 12px; }

.cxtllp-header-logo {
  height: 32px;
  width: 366px; }

.cxtllp-header-icon {
  margin-left: 7px;
  margin-right: 7px; }

.cxtllp-header-logo-large {
  height: 29px;
  width: 101px;
  margin-left: 20px; }

#navigation-link {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
  background-color: #f1f1f3; }
  #navigation-link a {
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px; }

#search-bar {
  background: #f1f1f3;
  display: none;
  align-items: center;
  justify-content: center; }
  #search-bar input[type="text"] {
    width: 80%;
    height: 30px;
    margin-top: 8px;
    border-radius: 10px;
    border-color: gray;
    margin-bottom: 8px;
    padding-left: 30px; }

.keep-exploring-space {
  color: white;
  text-align: center; }

#cxtllp-header .cxtllp-title {
  max-width: 545px;
  margin: 0 auto; }

#cxtllp-header .space-70 {
  height: 70px; }
  @media (max-width: 768px) {
    #cxtllp-header .space-70 {
      height: 64px; } }

#cxtllp-header .space-10 {
  height: 10px; }
  @media (max-width: 768px) {
    #cxtllp-header .space-10 {
      height: 0px; } }

#cxtllp-header .space-63 {
  height: 63px; }
  @media (max-width: 768px) {
    #cxtllp-header .space-63 {
      height: 40px; } }

#cxtllp-header .cxtllp-banner-image-container {
  margin: 0 auto; }
  #cxtllp-header .cxtllp-banner-image-container .cxtllp-banner-image {
    height: 385px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex: 1; }

#cxtllp-header .cxtllp-bottom-pattern {
  background: url("../images/bottom-pattern-repeat.svg") repeat-x;
  height: 40px; }

#cxtllp-header .cxtllp-idg-circle {
  background-color: #195f7a;
  border-radius: 50%;
  min-width: 315px;
  height: 315px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #cxtllp-header .cxtllp-idg-circle ::before {
    content: "";
    float: left;
    padding-top: 100%; }

#cxtllp-header .idg-logo {
  width: 180px;
  height: 45px; }

#cxtllp-header .cxtllp-idg-text {
  flex: 2;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 768px) {
  #cxtllp-header .cxtllp-idg-circle {
    height: 223px;
    min-width: 223px;
    margin: 0 auto; }
  #cxtllp-header .idg-logo {
    width: 124px;
    height: 36px; }
  #cxtllp-header .cxtllp-idg-text {
    padding: 35px 0px 50px 0px; } }

#cxtllp-idg-row {
  display: flex;
  flex-direction: row; }
  @media (max-width: 768px) {
    #cxtllp-idg-row {
      flex-direction: column; } }
  #cxtllp-idg-row .space-40 {
    height: 40px; }
    @media (max-width: 768px) {
      #cxtllp-idg-row .space-40 {
        height: 50px; } }

.triangle-background {
  padding-bottom: 420px;
  background: #004e6c;
  clip-path: polygon(0 0, 105% 0%, 100% 60%, 0% 100%); }
  @media (max-width: 1024px) {
    .triangle-background {
      clip-path: polygon(0 0, 105% 0%, 100% 73%, 0% 97%); } }

@media (max-width: 768px) {
  .triangle-background {
    clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 83%); } }

#cxtllp-section-2 {
  background-color: #f1f1f3; }
  @media (max-width: 768px) {
    #cxtllp-section-2 .cxtllp-mini-container {
      padding: 130px 20px 20px 20px; }
    #cxtllp-section-2 .cxtllp-mini-container-analyst {
      padding: 10px 20px 0px 20px; }
    #cxtllp-section-2 p {
      text-align: left; } }
  #cxtllp-section-2 .cxtllp-total-experience-lottie {
    width: 70%;
    margin: 0 auto; }
  @media (max-width: 768px) {
    #cxtllp-section-2 .cxtllp-total-experience-lottie {
      width: 90%; } }

#cxtllp-graph {
  position: relative;
  padding-bottom: 90px;
  margin-top: -200px; }
  @media (max-width: 768px) {
    #cxtllp-graph {
      margin-top: 0px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    #cxtllp-graph {
      margin-top: -65px; } }
  @media (max-width: 1440px) and (min-width: 1025px) {
    #cxtllp-graph {
      margin-top: -120px; } }
  #cxtllp-graph .cxtllp-graph-top-text {
    display: flex;
    justify-content: center;
    width: 100%; }
  #cxtllp-graph .cxtllp-graph-bottom-text {
    position: absolute;
    top: 50px;
    width: 100%; }
  #cxtllp-graph .cxtllp-graph-cta {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0; }
  @media (max-width: 768px) {
    #cxtllp-graph {
      padding-bottom: 0; }
      #cxtllp-graph .cxtllp-graph-top-text {
        position: relative; }
      #cxtllp-graph .cxtllp-strategy-lottie {
        display: none; }
      #cxtllp-graph .cxtllp-graph-bottom-text {
        position: relative;
        margin-bottom: 50px; }
      #cxtllp-graph .cxtllp-graph-cta {
        position: relative;
        padding: 20px;
        bottom: 0px; }
        #cxtllp-graph .cxtllp-graph-cta .cxtllp-font-40 {
          font-size: 26px;
          text-align: center;
          font-weight: normal; }
        #cxtllp-graph .cxtllp-graph-cta p {
          text-align: left; } }
  #cxtllp-graph .cxtllp-graph-text {
    padding-left: 20px;
    padding-right: 20px; }

.cxtllp-mobile-graph {
  display: inline-block !important;
  margin: 0 auto; }

@media (max-width: 768px) {
  .cxtllp-top-data-problems p {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important; } }

.cxtllp-tiles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .cxtllp-tiles .cxtllp-tile-image-container {
    flex: 25%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cxtllp-tiles .cxtllp-tile-image-container img {
      height: auto;
      max-width: 100%; }
  @media screen and (max-width: 992px) {
    .cxtllp-tiles .cxtllp-tile-image-container {
      flex: 50%; } }
  @media screen and (max-width: 600px) {
    .cxtllp-tiles {
      flex-direction: column; }
      .cxtllp-tiles .cxtllp-tile-image-container {
        flex: 1; } }

/** Show and Hide Mobile **/
#cxtllp-buttons-container {
  display: block; }
  @media (max-width: 1024px) {
    #cxtllp-buttons-container {
      margin-left: 50px;
      margin-right: 50px; } }
  @media (max-width: 768px) {
    #cxtllp-buttons-container {
      margin-left: 20px;
      margin-right: 20px; } }

.technology-image {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 50px; }

#cxtllp-bottom-blue-section {
  background-color: #1b77af;
  position: relative;
  height: 588px;
  display: flex;
  justify-content: center; }
  #cxtllp-bottom-blue-section .cxtllp-container {
    margin-left: 115px;
    margin-right: 115px; }
    @media (max-width: 768px) {
      #cxtllp-bottom-blue-section .cxtllp-container {
        margin-left: 20px;
        margin-right: 20px; } }
  #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container {
    position: absolute;
    top: -160px;
    right: 0; }
    #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-box-pattern {
      position: absolute;
      top: 160px;
      right: 0; }
    #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-bottom-right-image {
      position: absolute;
      right: 0px;
      width: 647px;
      height: 651px;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); }
  #cxtllp-bottom-blue-section .cxtllp-text-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1; }
    #cxtllp-bottom-blue-section .cxtllp-text-container .cxtllp-fifty-percent {
      width: 50%;
      padding-left: 20px; }
  @media (max-width: 1200px) {
    #cxtllp-bottom-blue-section .cxtllp-text-container .cxtllp-fifty-percent {
      width: 63%; } }
  @media (max-width: 1200px) {
    #cxtllp-bottom-blue-section {
      height: 480px; }
      #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-box-pattern {
        position: absolute;
        top: 120px;
        right: 0;
        width: 400px;
        height: 400px; }
      #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-bottom-right-image {
        position: absolute;
        right: -20px;
        top: 70px;
        width: 356px;
        height: 344px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); } }
  @media (max-width: 768px) {
    #cxtllp-bottom-blue-section {
      height: 688px; }
      #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container {
        position: absolute;
        top: -160px;
        right: 0;
        left: 0;
        height: 390px;
        overflow: hidden; }
        #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-box-pattern {
          position: absolute;
          top: 70px;
          right: -20px; }
        #cxtllp-bottom-blue-section .cxtllp-pattern-picture-container .cxtllp-bottom-right-image {
          position: absolute;
          right: -50px;
          width: 356px;
          height: 344px;
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3); }
      #cxtllp-bottom-blue-section .cxtllp-text-container {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        flex: 1; }
        #cxtllp-bottom-blue-section .cxtllp-text-container .cxtllp-fifty-percent {
          width: 100%;
          padding-bottom: 118px;
          padding-left: 0px; }
          #cxtllp-bottom-blue-section .cxtllp-text-container .cxtllp-fifty-percent p {
            max-width: 100%; } }
  @media (max-width: 375px) {
    #cxtllp-bottom-blue-section {
      height: 688px; } }

#cxtllp-contact-us {
  margin-left: 150px;
  margin-right: 150px; }
  #cxtllp-contact-us .cxtllp-fifty-percent {
    width: 50%; }
  @media (max-width: 1200px) {
    #cxtllp-contact-us {
      padding: 0 20px; }
      #cxtllp-contact-us .cxtllp-fifty-percent {
        width: 75%; } }
  @media (max-width: 768px) {
    #cxtllp-contact-us {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0;
      margin-right: 0; }
      #cxtllp-contact-us .cxtllp-font-40 {
        font-size: 55px;
        line-height: 65px; }
      #cxtllp-contact-us .cxtllp-fifty-percent {
        width: 100%;
        padding-bottom: 20px; }
      #cxtllp-contact-us .cxtllp-row {
        flex-direction: column; }
      #cxtllp-contact-us table {
        margin-left: -5px; } }

.show-mobile {
  display: none; }

.hide-mobile {
  display: block; }

@media (max-width: 768px) {
  .show-mobile {
    display: block; }
  .hide-mobile {
    display: none; } }

/** Outer Button **/
.cxtllp-outer-button {
  cursor: pointer;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
  transition: 0.15s padding ease; }

.cxtllp-outer-button:hover {
  padding: 0; }

.cxtllp-outer-button .cxtllp-inner-button {
  background-color: white;
  display: flex;
  transition: 0.15s padding ease; }

.cxtllp-outer-button:hover .cxtllp-inner-button {
  padding: 10px; }

.cxtllp-inner-button-text {
  color: #000000;
  padding: 12px 20px;
  margin-top: -2px;
  margin-bottom: 2px; }

/** Material Components **/
:root {
  --mdc-theme-primary: #45af9a; }

.mdc-floating-label {
  color: black !important; }

.mdc-text-field,
.mdc-select {
  margin: 10px 5px;
  width: 100%; }

.mdc-floating-label {
  color: rgba(0, 0, 0, 0.6) !important; }

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6) !important; }

.avaya-link-bold {
  text-decoration: none;
  color: white;
  font-weight: bold; }

.avaya-link-bold:hover {
  color: white; }

.cxtllp-top-pattern {
  background-image: url("../images/top-pattern-repeat.svg");
  background-repeat: repeat-x;
  height: 75px;
  background-size: contain; }
  @media (max-width: 768px) {
    .cxtllp-top-pattern {
      height: 40px; } }

.cxtllp-thin-pattern {
  background-image: url("../images/thin-bottom-bar.svg");
  background-repeat: repeat-x;
  height: 23px; }

.cxtllp-font-footer {
  font-size: 12px;
  line-height: 29px;
  color: #646464; }
  @media (max-width: 768px) {
    .cxtllp-font-footer {
      padding-bottom: 23px; } }

.footer-list {
  font-size: 12px;
  line-height: 29px;
  display: flex;
  flex-direction: row;
  color: #646464;
  text-decoration: none;
  list-style: none; }
  .footer-list a {
    text-decoration: none;
    color: #646464; }
  @media (max-width: 768px) {
    .footer-list {
      padding-left: 0px;
      margin-bottom: 0px; } }

.list-separator {
  margin-left: 5px;
  margin-right: 5px; }

.footer-list a {
  text-decoration: none;
  color: #646464;
  cursor: pointer; }

#info-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
  padding-left: 120px;
  padding-right: 120px;
  color: white; }
  @media (max-width: 768px) {
    #info-block {
      padding-left: 20px;
      padding-right: 20px;
      flex-direction: column; } }
  @media (max-width: 1024px) {
    #info-block {
      padding-right: 20px; } }

.info-block-title {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 6px; }

#info-block .info-block-detail {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500; }

#info-block ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 0; }

#info-block li {
  margin-bottom: 10px; }

#info-block a {
  text-decoration: none;
  color: white;
  cursor: pointer; }

.padding-top-55 {
  padding-top: 55px; }
  @media (max-width: 768px) {
    .padding-top-55 {
      padding-top: 20px; } }

.info-block-title-connected {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 35px;
  color: white; }

.download-app-padding {
  padding-top: 64px; }
  @media (max-width: 1024px) {
    .download-app-padding {
      padding-top: 72px; } }

.address-block {
  padding-bottom: 279px; }
  @media (max-width: 768px) {
    .address-block {
      padding-bottom: 0px; } }

.icon-outline {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #004e6c;
  border: 2px solid transparent;
  display: inline-block;
  position: relative; }

.icon-background {
  width: 30px;
  height: 30px;
  background-color: #1b77a0;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }

.icon-outline:hover {
  border-color: white; }

#stay-connected-block .icon-outline:hover .icon-background {
  background-color: white;
  cursor: pointer; }

#stay-connected-block .icon-outline:hover .media-logo {
  color: #004e6c; }

#cxtllp-self-assessment {
  z-index: 900;
  margin: 0 auto;
  background-color: #f1f1f3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 450px; }

#cxtllp-self-assessment-no-animation {
  z-index: 900;
  margin: 0 auto;
  background-color: #f1f1f3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 450px; }

.space-75 {
  height: 75px; }
  @media (max-width: 768px) {
    .space-75 {
      height: 60px; } }

.self-assessment-banner-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -541px; }
  @media (max-width: 768px) {
    .self-assessment-banner-container {
      flex-direction: column;
      top: -530px;
      align-items: center; } }

.banner-container-no-animation {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -541px; }
  @media (max-width: 768px) {
    .banner-container-no-animation {
      flex-direction: column;
      top: -530px;
      align-items: center; } }

.self-assessment-banner {
  width: 400px;
  height: 840px;
  background: #fff;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-left: 45px;
  margin-right: 45px; }
  @media (max-width: 1024px) {
    .self-assessment-banner {
      width: 350px;
      margin-left: 5px;
      margin-right: 5px; } }

@media (max-width: 768px) {
  .self-assessment-banner {
    width: 334px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    height: 592px; } }

.right-banner {
  height: 640px; }
  @media (max-width: 768px) {
    .right-banner {
      height: 431px; } }

.self-assessment-banner .padding-horizontal-40 {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 768px) {
    .self-assessment-banner .padding-horizontal-40 {
      padding-left: 20px;
      padding-right: 20px; } }

.self-assessment-banner img {
  width: 78px;
  height: 67px; }

.self-assessment-banner p {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
  color: #004e6c;
  font-weight: bold; }
  @media (max-width: 768px) {
    .self-assessment-banner p {
      font-size: 26px;
      padding-top: 20px; } }

.bottom-green {
  height: 25px;
  width: 100%;
  background-image: url("../images/green-line.png");
  background-repeat: repeat-x;
  background-size: cover; }
  @media (max-width: 768px) {
    .bottom-green {
      height: 18px; } }

.bottom-orange {
  height: 25px;
  width: 100%;
  background-image: url("../images/orange-line.png");
  background-repeat: repeat-x;
  background-size: cover; }
  @media (max-width: 768px) {
    .bottom-orange {
      height: 18px; } }

.get-started-text {
  font-size: 35px;
  font-weight: 300; }

@media (max-width: 768px) {
  .get-started-text {
    font-size: 28px; } }

#side-nav-bar {
  display: flex;
  flex-direction: column;
  width: 134px;
  align-items: center;
  z-index: 99999;
  position: fixed;
  top: 40vh;
  left: 5px; }
  @media (max-width: 768px) {
    #side-nav-bar {
      display: none; } }
  @media (max-width: 1024px) {
    #side-nav-bar {
      left: 0px; } }

.oval {
  height: 15px;
  width: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 100%; }

.test-oval {
  height: 15px;
  width: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../images/side-oval.svg);
  background-repeat: no-repeat;
  background-position: center; }

.white-oval {
  height: 15px;
  width: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../images/white-oval.svg);
  background-repeat: no-repeat;
  background-position: center; }

.side-bar-link {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none; }

.nav-text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: medium;
  color: #1b77af;
  text-align: center; }

.nav-white-text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: medium;
  color: #fff;
  text-align: center; }

.side-bar-link:hover .test-oval {
  display: none; }

.side-bar-link:hover .nav-text {
  display: flex; }

.side-bar-link:hover .white-oval {
  display: none; }

.side-bar-link:hover .nav-white-text {
  display: flex; }

.side-bar-self-height {
  height: 50px;
  display: flex;
  align-items: center; }

.display-content {
  display: flex; }

.hide-content {
  display: none; }

.keep-exploring-space {
  height: 72px;
  width: 183px;
  margin: 0 auto; }

.space-82 {
  height: 82px; }
  @media (max-width: 768px) {
    .space-82 {
      height: 60px; } }

.space-60 {
  height: 60px; }
  @media (max-width: 768px) {
    .space-60 {
      height: 30px; } }

.space-30 {
  height: 30px; }
  @media (max-width: 768px) {
    .space-30 {
      height: 15px; } }

@media (max-width: 768px) {
  #cxtllp-technology .cxtllp-div-center {
    margin: 0 0; } }

#cxtllp-technology {
  position: relative;
  z-index: 8888; }

#cxtllp-vision {
  margin-left: 125px;
  margin-right: 125px;
  margin-top: 290px; }
  #cxtllp-vision .cxtllp-vision-container {
    margin-left: 138px;
    margin-right: 138px; }
    @media (max-width: 768px) {
      #cxtllp-vision .cxtllp-vision-container {
        margin-left: 0px;
        margin-right: 0px; } }
  @media (max-width: 768px) {
    #cxtllp-vision .cxtllp-div-center {
      margin: 0 0; } }
  @media (max-width: 1024px) {
    #cxtllp-vision {
      margin-left: 125px;
      margin-right: 125px;
      margin-top: 370px; } }
  @media (max-width: 768px) {
    #cxtllp-vision {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 440px; } }

@media (max-width: 768px) {
  .mobile-table {
    display: grid; } }

.collapsible {
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  outline: none;
  background-color: #004e6c;
  color: #fff;
  cursor: pointer;
  border: none;
  text-align: left;
  text-decoration: none;
  display: flex; }
  @media (max-width: 768px) {
    .collapsible {
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 1px;
      text-transform: none;
      padding-bottom: 0; } }

.active,
.collapsible:hover {
  background-color: #004e6c; }

.content {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: white;
  background-color: #004e6c;
  display: flex; }
  @media (max-width: 768px) {
    .content {
      display: none;
      overflow: hidden; } }

.content ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 0; }
  @media (max-width: 768px) {
    .content ul {
      font-size: 10px;
      font-weight: 400; } }

.content li {
  margin-bottom: 10px; }

.content a {
  text-decoration: none;
  color: white;
  cursor: pointer; }

.info-title-button {
  display: flex;
  flex-direction: row;
  align-items: center; }

.info-title-button-img {
  margin-left: 13px; }

.btn1 button {
  color: white;
  background: #1c7ab1;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  width: fit-content;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding: 0 25px;
  line-height: 21px;
  letter-spacing: 0.5px; }

.btn1 button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  transition: all 0.5s ease-in-out; }

.btn1 button:after {
  background: #16618d;
  transform: translate(-115%, -2%) rotate(45deg); }

.btn1:hover button:after {
  transform: translate(-9%, -25%) rotate(45deg); }

button span {
  position: relative;
  z-index: 1; }

.btn2 button {
  color: #1b77af;
  background: #fff;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  width: fit-content;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding: 0 25px;
  line-height: 21px;
  letter-spacing: 0.5px; }

.btn2 button:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  transition: all 0.5s ease-in-out; }

.btn2 button:after {
  background: #f1f1f3;
  transform: translate(-115%, -2%) rotate(45deg); }

.btn2:hover button:after {
  transform: translate(-9%, -25%) rotate(45deg); }

button span {
  position: relative;
  z-index: 1; }

.cxtllp-mini-container-stat {
  position: absolute;
  z-index: 9000;
  width: 100%;
  margin-top: -70px; }

@media (max-width: 1024px) {
  .cxtllp-mini-container-stat {
    margin-top: 5px; } }

@media (max-width: 768px) {
  .cxtllp-mini-container-stat {
    margin-top: -16px; } }

@media (max-width: 768px) {
  #cxtllp-mini-container-stat .cxtllp-div-center {
    margin: 0 0; } }
