@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,500&display=swap");
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 90%; } }
@media (min-width: 1980px) {
  .container {
    max-width: 1920px; } }
@media (max-width: 1399.98px) {
  .container {
    max-width: 1200px; } }
@media (max-width: 1199.98px) {
  .container {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

form.bgfix input:-webkit-autofill,
form.bgfix input:-webkit-autofill:hover,
form.bgfix input:-webkit-autofill:focus,
form.bgfix textarea:-webkit-autofill,
form.bgfix textarea:-webkit-autofill:hover,
form.bgfix textarea:-webkit-autofill:focus,
form.bgfix select:-webkit-autofill,
form.bgfix select:-webkit-autofill:hover,
form.bgfix select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s; }

/* Safari browser bootstrap 4 bug fixes */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .row:before, .row:after {
    display: none; }

  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .row:before,
  .row:after {
    display: none !important; } }
img {
  max-width: 100%;
  height: auto; }

/* Font Urls */
/* Font Variables */
body {
  font-family: "Montserrat" !important; }

html {
  font-size: 62.5%; }
  @media (max-width: 1679.98px) {
    html {
      font-size: 55.0%; } }
  @media (max-width: 1399.98px) {
    html {
      font-size: 50.0%; } }

body {
  box-sizing: border-box;
  font-size: 1.6rem; }

.text-red {
  color: #e20000; }

.text-caribbean-green {
  color: #00c6a3; }

.text-caribbean-dark-green {
  color: #004a53; }

.text-primary-color {
  color: #e20000; }

h1,
h2,
h3 {
  font-family: "Montserrat" !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal; }

h1 {
  font-size: 4.8rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.4rem; }

p,
ul,
li {
  font-family: "Montserrat" !important;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; }

/* list */
.ct-theme__list {
  padding: 0px 0px 0px 30px;
  list-style-type: none; }
  .ct-theme__list li {
    position: relative;
    line-height: 1.7; }
    .ct-theme__list li:before {
      content: '';
      width: 20px;
      height: 10px;
      left: -30px;
      top: 5px;
      background: url("../images/list-arrow.png") 0 0 no-repeat;
      position: absolute; }
    .ct-theme__list li.teal-arrow:before {
      background: url("../images/list-arrow-teal.svg") 0 0 no-repeat; }
    .ct-theme__list li.teal-tick {
      padding: 7px 0 7px 5px; }
      .ct-theme__list li.teal-tick:before {
        height: 26px;
        width: 26px;
        background: url("../images/teal-tick.png") 0 0 no-repeat; }

.ct-theme__list-secondary-bullet {
  padding: 0px 0px 0px 20px;
  list-style-type: none; }
  .ct-theme__list-secondary-bullet li {
    position: relative;
    line-height: 1.7; }
    .ct-theme__list-secondary-bullet li:before {
      content: '';
      width: 9px;
      height: 9px;
      left: -20px;
      top: 5px;
      border-radius: 10px;
      background-color: #00C6A3;
      position: absolute; }

/* article bullet */
.article__bullet .article__content {
  padding-left: 30px;
  position: relative; }
  .article__bullet .article__content:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    top: 5px;
    background: url("../images/bullet-dot.svg") 0 0 no-repeat;
    background-size: 12px; }

body .hs-form .hs-submit .hs-button {
  border-radius: 20rem !important; }

.ct-theme-primary-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #e20000;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat" !important;
  position: relative;
  border-radius: 100rem;
  padding: 0.8rem 2.5rem;
  line-height: 2.8rem;
  width: auto; }
  .ct-theme-primary-btn.outline {
    background: transparent;
    border: 1px solid #e20000;
    color: #e20000; }
    .ct-theme-primary-btn.outline:hover {
      color: #ffffff;
      background: #e20000; }
      .ct-theme-primary-btn.outline:hover path {
        fill: #ffffff; }
  .ct-theme-primary-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: rgba(255, 255, 255, 0.21);
    z-index: 1;
    transition: width 0.5s ease-in-out; }
  .ct-theme-primary-btn:hover {
    color: #ffffff;
    background: #004a53; }
    .ct-theme-primary-btn:hover::before {
      width: 100%; }

.ctu-theme-primary-btn {
  background: #e20000; }

.ctu-theme-secondary-btn {
  background: #00c6a3; }

.ctu-theme-third-btn {
  background: #004a53; }

.ctu-theme-primary-btn,
.ctu-theme-secondary-btn,
.ctu-theme-third-btn {
  max-width: 50rem;
  display: inline-block;
  padding: 1.5rem 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-family: "Montserrat" !important;
  position: relative; }
  .ctu-theme-primary-btn::before,
  .ctu-theme-secondary-btn::before,
  .ctu-theme-third-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: rgba(255, 255, 255, 0.21);
    z-index: 1;
    transition: width 0.5s ease-in-out; }
  .ctu-theme-primary-btn:hover,
  .ctu-theme-secondary-btn:hover,
  .ctu-theme-third-btn:hover {
    color: #ffffff; }
    .ctu-theme-primary-btn:hover::before,
    .ctu-theme-secondary-btn:hover::before,
    .ctu-theme-third-btn:hover::before {
      width: 100%; }
  .ctu-theme-primary-btn.arrow,
  .ctu-theme-secondary-btn.arrow,
  .ctu-theme-third-btn.arrow {
    position: relative; }
    .ctu-theme-primary-btn.arrow:after,
    .ctu-theme-secondary-btn.arrow:after,
    .ctu-theme-third-btn.arrow:after {
      content: '';
      width: 20px;
      height: 14px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/arrow-white-sm.svg") 0 0 no-repeat; }

.ct-theme-primaryy-brdr-btn {
  border: 1px solid #e20000;
  font-family: "Montserrat" !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #e20000;
  padding: 11px 15px;
  min-width: 167px;
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 20rem; }
  .ct-theme-primaryy-brdr-btn:hover {
    background-color: #e20000;
    color: #ffffff; }

.ct-theme-secondary-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #00c6a3;
  font-weight: bold;
  font-family: "Montserrat" !important;
  position: relative;
  border-radius: 20rem; }
  .ct-theme-secondary-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: rgba(255, 255, 255, 0.21);
    z-index: 1;
    transition: width 0.5s ease-in-out; }
  .ct-theme-secondary-btn:hover {
    color: #ffffff; }
    .ct-theme-secondary-btn:hover::before {
      width: 100%; }

.ct-theme-sherpa-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #004a53;
  font-weight: bold;
  font-family: "Montserrat" !important;
  position: relative;
  border-radius: 20rem; }
  .ct-theme-sherpa-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: rgba(255, 255, 255, 0.21);
    z-index: 1;
    transition: width 0.5s ease-in-out; }
  .ct-theme-sherpa-btn:hover {
    color: #ffffff; }
    .ct-theme-sherpa-btn:hover::before {
      width: 100%; }

.ct-theme-secondary-brdr-btn {
  border: 1px solid #00c6a3;
  font-family: "Montserrat" !important;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #00c6a3;
  padding: 11px 15px;
  min-width: 167px;
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 20rem; }
  .ct-theme-secondary-brdr-btn:hover {
    background-color: #00c6a3;
    color: #ffffff; }

.ct-theme-white-brdr-btn {
  border: 1px solid #ffffff;
  font-family: "Montserrat" !important;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 13px 15px;
  min-width: 167px;
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 20rem; }
  .ct-theme-white-brdr-btn:hover {
    background-color: #ffffff;
    color: #004a53; }

.ct-theme-black-brdr-btn {
  border: 1px solid #000000;
  font-family: "Montserrat" !important;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding: 13px 15px;
  min-width: 167px;
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 20rem; }
  .ct-theme-black-brdr-btn:hover {
    background-color: #004a53;
    color: #ffffff; }

.ct-theme-secondary-brdr-btn {
  border: 1px solid #00c6a3;
  font-family: "Montserrat" !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #00c6a3;
  padding: 13px 15px;
  min-width: 167px;
  display: inline-block;
  transition: all 0.2s linear;
  border-radius: 20rem; }
  .ct-theme-secondary-brdr-btn:hover {
    background-color: #00c6a3;
    color: #ffffff; }

/* old button animation */
.scale-effect {
  transition: all .5s ease; }
  .scale-effect:hover {
    transform: scale(1.05); }

.breadcrumbs {
  font-size: 1.6rem;
  font-weight: 500; }
  .breadcrumbs .breadcrumb-arrow {
    position: relative;
    padding-right: 10px;
    margin-right: 5px; }
    .breadcrumbs .breadcrumb-arrow::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 13px;
      top: 5px;
      right: 0;
      background: url("../images/breadcrumb-arrow.png") 0 0 no-repeat;
      background-size: 5px; }

.verticle-dots .slick-dots {
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: auto; }
  @media (max-width: 767.98px) {
    .verticle-dots .slick-dots {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .verticle-dots .slick-dots {
      width: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    .verticle-dots .slick-dots li {
      display: inline-block;
      height: 7px; } }
  .verticle-dots .slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #000000; }
    @media (min-width: 768px) {
      .verticle-dots .slick-dots button {
        margin: 3px 0px;
        padding: 2px 2px; } }
    @media (max-width: 767.98px) {
      .verticle-dots .slick-dots button {
        margin: 0px 3px;
        height: 5px;
        width: 30px; } }
    .verticle-dots .slick-dots button:focus {
      outline: none; }
  @media (min-width: 768px) {
    .verticle-dots .slick-dots .slick-active button {
      padding: 15px 2px;
      background-color: #00c6a3; } }
  @media (max-width: 767.98px) {
    .verticle-dots .slick-dots .slick-active button {
      width: 50px;
      background-color: #00c6a3;
      padding: 2px 2px; } }

.horizontal-dots .slick-dots {
  list-style-type: none;
  padding: 0; }
  .horizontal-dots .slick-dots li {
    display: inline-block;
    height: 7px; }
  .horizontal-dots .slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #000000;
    margin: 0px 3px;
    height: 5px;
    width: 30px; }
    .horizontal-dots .slick-dots button:focus {
      outline: none; }
  .horizontal-dots .slick-dots .slick-active button {
    width: 50px;
    background-color: #00c6a3; }

.primary-link {
  font-family: "Montserrat" !important;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #e20000; }
  .primary-link:hover {
    color: #e20000; }
  .primary-link.arrow {
    padding-right: 30px;
    position: relative; }
    .primary-link.arrow:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 100%;
      right: 0px;
      top: 0px;
      background: url("../images/arrow-red-right.svg") center center no-repeat; }

.secondary-link {
  font-family: "Montserrat" !important;
  font-size: 2rem;
  line-height: 1.4;
  color: #00c6a3; }
  .secondary-link:hover {
    color: #00c6a3; }
  .secondary-link.arrow {
    padding-right: 30px;
    position: relative; }
    .secondary-link.arrow:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 100%;
      right: 0px;
      top: 0px;
      background: url("../images/arrow-secondary-sm.svg") center center no-repeat; }

.xcloudSignupPopup {
  max-width: 916px; }
  @media (max-width: 767.98px) {
    .xcloudSignupPopup {
      max-width: 90%;
      margin: 0 auto; } }
  .xcloudSignupPopup .popupClose {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 1; }
    .xcloudSignupPopup .popupClose:hover {
      cursor: pointer; }
  .xcloudSignupPopup .modal-content {
    border-radius: 20px;
    margin: 0 auto; }
    .xcloudSignupPopup .modal-content .xcloudFormContent {
      background: #ffffff url("../images/xcloud-popup-bg.png") right top no-repeat;
      padding: 13rem 10rem 8.9rem 8rem;
      border-radius: 20px; }
      @media (max-width: 767.98px) {
        .xcloudSignupPopup .modal-content .xcloudFormContent {
          padding: 10rem 5rem 4rem 5rem;
          background: #ffffff !important; } }
      .xcloudSignupPopup .modal-content .xcloudFormContent .logo {
        margin-bottom: 9rem; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .article__title {
        max-width: 547px;
        height: 24px;
        margin-bottom: 3rem;
        font-family: "Montserrat" !important;
        font-size: 2rem;
        font-weight: 600;
        color: #000000; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .article__content {
        max-width: 57rem;
        margin: 0 0 0 10px;
        font-family: "Montserrat" !important;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #000000; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .ct-theme__list-secondary-bullet {
        margin-bottom: 8rem; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .hs-form-field .hs-input {
        color: #000000; }
        .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .hs-form-field .hs-input:-webkit-autofill {
          -webkit-text-fill-color: #000000; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .hs-form-field > label {
        font-size: 1.4rem;
        top: -14px; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .hs-recaptcha {
        margin-bottom: 1.5rem; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .hs-submit .hs-button {
        background-color: #00c6a3;
        margin-bottom: 15px;
        font-weight: 500; }
      .xcloudSignupPopup .modal-content .xcloudFormContent .hbspt-form .submitted-message {
        display: none; }
    .xcloudSignupPopup .modal-content .xcloudThankContent {
      padding: 9.6rem 8.6rem 12rem 8.6rem; }
      @media (max-width: 767.98px) {
        .xcloudSignupPopup .modal-content .xcloudThankContent {
          padding: 6rem 4rem 6rem 4rem; } }
      .xcloudSignupPopup .modal-content .xcloudThankContent .article {
        max-width: 451px;
        margin: 0 auto 12rem auto;
        text-align: center; }
        @media (max-width: 767.98px) {
          .xcloudSignupPopup .modal-content .xcloudThankContent .article {
            margin: 0 auto 6rem auto; } }
        .xcloudSignupPopup .modal-content .xcloudThankContent .article__title {
          font-family: "Montserrat" !important;
          font-size: 2rem;
          font-weight: 600;
          color: #000000;
          margin-bottom: 3rem; }
        .xcloudSignupPopup .modal-content .xcloudThankContent .article__content {
          font-family: "Montserrat" !important;
          font-size: 16px;
          line-height: 1.5;
          color: #000000; }
      .xcloudSignupPopup .modal-content .xcloudThankContent .ct-mail {
        margin-bottom: 6.9rem; }
      .xcloudSignupPopup .modal-content .xcloudThankContent .ct-theme-secondary-brdr-btn {
        width: 100%;
        letter-spacing: 2px; }
    .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .form-label {
      margin: 0 0 10px;
      font-size: 1.6rem;
      color: #333333;
      font-weight: 400; }
    .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .form-group {
      margin-bottom: 5rem; }
      .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .form-group input[type='text'] {
        border: 0;
        border-bottom: 1px solid #000000;
        border-radius: 0; }
        .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .form-group input[type='text'].error {
          color: #000000 !important; }
    .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .ct-theme-secondary-btn {
      border: 0px;
      padding: 10px 0px;
      margin-bottom: 2rem;
      margin-top: 3rem; }
      .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .ct-theme-secondary-btn:focus {
        outline: 0; }
    .xcloudSignupPopup .modal-content .jqueryValidation #ct-hubspot-form-with-jquery-validation .formLoader {
      text-align: center;
      position: absolute;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      display: none; }
  .xcloudSignupPopup .terms-condition {
    font-size: 12px;
    color: #959595; }

.xcloudSignupPopupAB .modal-content .xcloudFormContent .hbspt-form .submitted-message {
  display: block; }

.ct_pharma_wrap {
  overflow-x: hidden; }
  @media (max-width: 767.98px) {
    .ct_pharma_wrap .buttons a:first-child {
      margin-right: 1.5rem !important; } }

#ct_ph_hero {
  z-index: 99;
  position: relative;
  padding: 12rem 0 17rem 0; }
  #ct_ph_hero .row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  #ct_ph_hero .img-wrap img {
    max-width: 55rem; }
    @media (max-width: 991.98px) {
      #ct_ph_hero .img-wrap img {
        max-width: 80%; } }
    @media (max-width: 767.98px) {
      #ct_ph_hero .img-wrap img {
        max-width: 75%;
        margin-top: 6rem;
        margin-bottom: 2.5rem; } }
    @media (max-width: 575.98px) {
      #ct_ph_hero .img-wrap img {
        margin-top: 0; } }
  #ct_ph_hero .content .title {
    font-size: 5.45rem;
    font-weight: 600;
    line-height: 6rem;
    margin-bottom: 4.2rem;
    height: 100%; }
    @media (max-width: 1399.98px) {
      #ct_ph_hero .content .title {
        font-size: 5rem; } }
    @media (max-width: 575.98px) {
      #ct_ph_hero .content .title {
        line-height: 1.2;
        font-size: 3.2rem;
        margin-bottom: 3rem; } }
    #ct_ph_hero .content .title .text-caribbean-green {
      display: block; }
  #ct_ph_hero .content .sub_text {
    max-width: 59.3rem;
    font-size: 2.72rem;
    color: #000000;
    font-weight: 500; }
    @media (max-width: 575.98px) {
      #ct_ph_hero .content .sub_text {
        font-size: 2rem;
        font-weight: 500; } }
  #ct_ph_hero .content .breadcrumbs {
    margin-bottom: 9.7rem; }
    @media (min-width: 992px) and (max-width: 1679.98px) {
      #ct_ph_hero .content .breadcrumbs {
        margin-bottom: 5.5rem; } }
    @media (max-width: 767.98px) {
      #ct_ph_hero .content .breadcrumbs {
        margin-bottom: 4rem; } }
  @media (min-width: 768px) {
    #ct_ph_hero .buttons {
      margin-top: 2rem; } }
  @media (max-width: 767.98px) {
    #ct_ph_hero .buttons a {
      font-size: 2rem;
      font-weight: 500; } }

.section_circle_bg {
  padding: 9rem 0 17.27rem 0; }
  @media (max-width: 991.98px) {
    .section_circle_bg {
      padding: 6rem 0; } }
  .section_circle_bg .__heading {
    font-size: 5.45rem;
    font-weight: 600;
    margin-bottom: 6.36rem; }
  .section_circle_bg .__description {
    font-size: 2.3rem; }
  .section_circle_bg .__main_img {
    position: relative;
    z-index: 9;
    width: 55rem;
    height: 51.7rem;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .section_circle_bg .__main_img {
        display: block !important;
        height: auto !important; } }
    .section_circle_bg .__main_img img {
      padding: 7rem;
      border: 1px solid black;
      border-radius: 20px;
      background: #ffffff99;
      z-index: 99;
      position: relative; }
      @media (max-width: 767.98px) {
        .section_circle_bg .__main_img img {
          padding: 3.5rem !important; } }
    .section_circle_bg .__main_img:after {
      content: "";
      position: absolute;
      width: 363px;
      height: 363px;
      display: block;
      background: #00C6A333;
      border-radius: 100%; }
      @media (max-width: 575.98px) {
        .section_circle_bg .__main_img:after {
          width: 20rem;
          height: 20rem; } }
  .section_circle_bg.right .__main_img:after {
    top: -174px;
    right: -107px; }
    @media (max-width: 991.98px) {
      .section_circle_bg.right .__main_img:after {
        top: -12.5rem;
        right: -12.1rem; } }
    @media (max-width: 575.98px) {
      .section_circle_bg.right .__main_img:after {
        top: -10rem;
        right: -10rem; } }
  .section_circle_bg.left .__main_img:after {
    top: -141px;
    left: -107px; }
    @media (max-width: 991.98px) {
      .section_circle_bg.left .__main_img:after {
        top: -12.5rem;
        left: -12.1rem; } }
    @media (max-width: 575.98px) {
      .section_circle_bg.left .__main_img:after {
        top: -10rem;
        left: -10rem; } }

#ransomware_resiliency .__main_img img {
  padding: 7rem 12rem; }

#ct_ph_hero .__section_heading,
#xshield_features .__section_heading {
  font-size: 6.36rem;
  font-weight: 600;
  margin-bottom: 3.6rem; }

#research_recipe {
  overflow: hidden;
  padding-top: 6.5rem; }
  #research_recipe .__main_img {
    height: 45rem; }

@media (max-width: 991.98px) {
  .section_circle_bg {
    padding: 6rem 0 !important; } }
.section_circle_bg .__content_wrap.pl {
  padding-left: 8rem; }
.section_circle_bg .__content_wrap.pr {
  padding-right: 8rem; }
@media (max-width: 991.98px) {
  .section_circle_bg .__content_wrap {
    max-width: 85%;
    width: 100%;
    margin: 0 auto; } }
.section_circle_bg .__heading, .section_circle_bg .__section_heading {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87); }
.section_circle_bg .__heading {
  font-weight: 600;
  margin-bottom: 6.36rem; }
  @media (max-width: 991.98px) {
    .section_circle_bg .__heading {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .section_circle_bg .__heading {
      font-size: 3.63rem;
      font-weight: 700;
      margin-bottom: 2.72rem; } }
.section_circle_bg .__sub_heading {
  font-size: 2.8rem; }
.section_circle_bg .__description {
  font-size: 2.3rem; }
  @media (max-width: 991.98px) {
    .section_circle_bg .__description {
      text-align: center; } }
@media (max-width: 991.98px) {
  .section_circle_bg .__main_img {
    max-width: 65%;
    width: 100%; } }
.section_circle_bg .__main_img img {
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .section_circle_bg .__main_img img {
      margin: 0 auto 5rem auto;
      width: 100%; } }

#Comprehensive_microsegmentation {
  background: url("../../assets/images/2024/Comprehensive_Microsegmentation.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9.1rem;
  background-color: #FAFAFA !important; }
  @media (max-width: 767.98px) {
    #Comprehensive_microsegmentation {
      padding: 9.1rem 0; } }
  #Comprehensive_microsegmentation .__heading {
    font-size: 6.36rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (max-width: 767.98px) {
      #Comprehensive_microsegmentation .__heading {
        font-size: 3.8rem;
        margin-bottom: 2rem; } }
  #Comprehensive_microsegmentation .__sub_heading {
    font-size: 3.63rem;
    font-weight: 400;
    margin-bottom: 37rem; }
    @media (max-width: 991.98px) {
      #Comprehensive_microsegmentation .__sub_heading {
        font-size: 3.8rem;
        margin-bottom: 12rem; } }
    #Comprehensive_microsegmentation .__sub_heading span {
      font-weight: 700; }
  #Comprehensive_microsegmentation .slider_wrap_main {
    max-width: 127.5rem; }
    #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content {
      max-width: 97rem;
      padding-top: 6.36rem;
      height: 39rem;
      margin: 0 auto; }
      @media (max-width: 575.98px) {
        #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content {
          margin: 0;
          padding: 3.6rem 0 0 0;
          width: 100%;
          height: 100%; } }
      #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box {
        background: #ffff;
        height: 32.7rem;
        padding: 3.63rem 6rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 575.98px) {
          #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box {
            padding: 3.63rem;
            height: 100%; } }
        #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box h3 {
          font-size: 3.63rem;
          font-weight: 400;
          text-align: center; }
          @media (max-width: 767.98px) {
            #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box h3 {
              font-size: 2.27rem;
              font-weight: 500; } }
          #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box h3 strong {
            display: block;
            font-weight: 600;
            margin: 1.13rem 0; }
            @media (max-width: 767.98px) {
              #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_content .box h3 strong {
                font-size: 2.4rem;
                font-weight: 700; } }
    #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_nav_img {
      column-gap: 10.56rem; }
      #Comprehensive_microsegmentation .slider_wrap_main .slider_wrap_nav_img img {
        max-width: 11rem; }
    #Comprehensive_microsegmentation .slider_wrap_main .slick-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 92px;
      list-style: none;
      padding-left: 0;
      position: absolute;
      top: -18rem;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1199.98px) {
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots {
          column-gap: 25px; } }
      @media (max-width: 991.98px) {
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots {
          column-gap: 10px;
          top: -6rem; } }
      #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li {
        width: 100%;
        height: auto;
        opacity: 0.3;
        width: 17rem;
        position: relative;
        padding-bottom: 1rem; }
        @media (max-width: 991.98px) {
          #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li {
            width: 10rem; } }
        @media (max-width: 767.98px) {
          #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li {
            width: 6rem; } }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li.slick-active {
          opacity: 1 !important; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:after {
          content: "";
          display: block;
          font-size: 2.27rem;
          font-weight: 600;
          position: absolute;
          top: 100%;
          left: -16%;
          width: 150px;
          text-align: center; }
          @media (max-width: 991.98px) {
            #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:after {
              content: "" !important;
              font-size: 0px !important; } }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(1):after {
          content: "Data Centers"; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(1) button {
          background: url("../../assets/images/2024/Data_Center_Workloads.svg") no-repeat; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(2):after {
          content: "IoT/OT";
          left: -11%; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(2) button {
          background: url("../../assets/images/2024/IoT_OT_1.svg") no-repeat; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(3):after {
          content: "Containers";
          left: -12%; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(3) button {
          background: url("../../assets/images/2024/Containerized_Applications.svg") no-repeat; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(4):after {
          content: "Clouds";
          left: -12%; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(4) button {
          background: url("../../assets/images/2024/User_Endpoints.svg") no-repeat; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(5):after {
          content: "Endpoints";
          left: -11%; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li:nth-child(5) button {
          background: url("../../assets/images/2024/Cloud_Workloads.svg") no-repeat; }
        #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li button {
          width: 13.6rem;
          height: 13.6rem;
          display: block;
          border: none;
          font-size: 0;
          background-color: transparent !important;
          background-size: cover !important;
          background-position: center !important;
          position: relative; }
          @media (max-width: 991.98px) {
            #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li button {
              width: 10rem;
              height: 10rem; } }
          @media (max-width: 767.98px) {
            #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li button {
              width: 6rem;
              height: 6rem; } }
          @media (max-width: 991.98px) {
            #Comprehensive_microsegmentation .slider_wrap_main .slick-dots li button:after {
              display: none !important; } }

#xshield_button_row {
  padding-top: 8rem; }

#xshield_features {
  padding: 18rem 0; }
  @media (max-width: 991.98px) {
    #xshield_features {
      padding: 8rem 0; } }
  #xshield_features .__row_3 {
    margin-bottom: 9.1rem; }
  #xshield_features .__section_heading {
    margin-bottom: 9.1rem; }
  #xshield_features .__row_heading {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 6.4rem; }
  #xshield_features .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 6.63rem; }
    #xshield_features .feature-box .__section_heading {
      font-weight: 400;
      font-size: 6.4rem;
      margin-bottom: 9.1rem; }
    #xshield_features .feature-box .__feature_icon {
      max-width: 8.2rem; }
    #xshield_features .feature-box .__title {
      font-size: 2.73rem;
      margin: 2.8rem 0;
      font-weight: 700;
      text-align: center; }
    #xshield_features .feature-box .__description {
      text-align: center;
      font-size: 1.8rem;
      margin-bottom: 0; }

@media (max-width: 1199.98px) {
  #ct_testimonials .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important; }
    #ct_testimonials .container-fluid > .row > .col-12 {
      padding-left: 15px !important;
      padding-right: 15px !important;
      justify-content: flex-start !important; } }
#ct_testimonials .container-fluid .row {
  background: #00C6A3; }
#ct_testimonials .__section_heading {
  font-size: 8.2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 9rem; }
  @media (max-width: 1979.98px) {
    #ct_testimonials .__section_heading {
      font-size: 6.5rem; } }
  @media (max-width: 767.98px) {
    #ct_testimonials .__section_heading {
      font-size: 3.6rem;
      line-height: 1.2; } }
#ct_testimonials .quote {
  width: 60px;
  margin-bottom: 2rem;
  display: block;
  background-size: cover !important;
  background-position: top left !important; }
#ct_testimonials .feedback {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 3rem; }
#ct_testimonials .livi-bank-logo {
  max-width: 50rem; }
#ct_testimonials .customer-logo-wrap {
  padding-right: 8.888rem;
  max-width: 68.181rem; }
  @media (max-width: 1199.98px) {
    #ct_testimonials .customer-logo-wrap {
      padding: 4rem 0; } }
  @media (max-width: 991.98px) {
    #ct_testimonials .customer-logo-wrap {
      max-width: 100%; } }
  #ct_testimonials .customer-logo-wrap img {
    margin-left: auto; }
#ct_testimonials .slick-dots {
  display: flex;
  gap: 3rem;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 8.181rem;
  margin-left: 9.1rem; }
  @media (max-width: 991.98px) {
    #ct_testimonials .slick-dots {
      margin-left: 4rem; } }
  @media (max-width: 767.98px) {
    #ct_testimonials .slick-dots {
      margin-left: 3rem; } }
  #ct_testimonials .slick-dots .slick-active button {
    background: #014A52; }
  #ct_testimonials .slick-dots button {
    width: 7.3rem;
    height: 2px;
    display: block;
    border-radius: 5rem;
    background: #d9d9d9;
    font-size: 0;
    line-height: 0;
    border: none; }
    @media (max-width: 991.98px) {
      #ct_testimonials .slick-dots button {
        width: 4rem; } }
#ct_testimonials .bg-column-blue {
  background: #1A2C5E; }
#ct_testimonials .bg-column-green {
  padding-left: 8.888rem; }
  #ct_testimonials .bg-column-green .bg-column {
    padding: 9.1rem 0; }
  #ct_testimonials .bg-column-green .customer-content-wrapper {
    max-width: 68rem; }
    @media (max-width: 991.98px) {
      #ct_testimonials .bg-column-green .customer-content-wrapper {
        max-width: 100%; } }
  #ct_testimonials .bg-column-green .customer-content-wrap {
    padding: 0 9.1rem;
    min-height: 50rem;
    height: 100%;
    justify-content: center !important; }
    @media (max-width: 991.98px) {
      #ct_testimonials .bg-column-green .customer-content-wrap {
        padding: 0 3rem;
        min-height: 100%; } }
    @media (max-width: 767.98px) {
      #ct_testimonials .bg-column-green .customer-content-wrap {
        padding: 0 3rem; } }
    @media (max-width: 767.98px) {
      #ct_testimonials .bg-column-green .customer-content-wrap .client-logo {
        max-width: 60%; } }
    @media (max-width: 575.98px) {
      #ct_testimonials .bg-column-green .customer-content-wrap .client-logo {
        max-width: 100%; } }
    #ct_testimonials .bg-column-green .customer-content-wrap .client-wrap {
      column-gap: 2.72rem; }
      #ct_testimonials .bg-column-green .customer-content-wrap .client-wrap .customer_img {
        width: 14rem;
        filter: drop-shadow(2px 4px 2px #00000030) grayscale(1);
        border-radius: 100%; }
        @media (max-width: 767.98px) {
          #ct_testimonials .bg-column-green .customer-content-wrap .client-wrap .customer_img {
            width: 9rem; } }
      #ct_testimonials .bg-column-green .customer-content-wrap .client-wrap .name {
        color: #000000;
        font-size: 2.27rem;
        font-weight: 700; }
      #ct_testimonials .bg-column-green .customer-content-wrap .client-wrap .designation {
        color: #000000;
        font-size: 2.27rem;
        font-weight: 400; }
    #ct_testimonials .bg-column-green .customer-content-wrap a {
      max-width: max-content; }
    #ct_testimonials .bg-column-green .customer-content-wrap.livi_bank_wrap .Livi-Bank-logo {
      max-width: 21rem; }
    #ct_testimonials .bg-column-green .customer-content-wrap.livi_bank_wrap .Livi-Bank-vid-thumb {
      width: 43.18rem;
      border-radius: 14px;
      border: 3px solid #ffffff70;
      margin-top: 3.5rem; }
    #ct_testimonials .bg-column-green .customer-content-wrap.livi_bank_wrap .feedback {
      margin: 6.36rem 0; }
    #ct_testimonials .bg-column-green .customer-content-wrap .comp-name {
      font-size: 2.27rem;
      font-weight: 500; }

#resources {
  padding: 12.5rem 0; }
  @media (max-width: 767.98px) {
    #resources {
      padding: 6rem 0; } }
  #resources .section_heading {
    font-size: 8rem;
    font-weight: 600;
    margin-bottom: 8rem; }
    @media (max-width: 767.98px) {
      #resources .section_heading {
        font-size: 5rem; } }
  @media (max-width: 767.98px) {
    #resources .col-12:last-of-type .card {
      margin-bottom: 0; } }
  #resources .box {
    padding: 3.2rem;
    background: #ffffff;
    border-radius: 1.6rem;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative;
    transition: all 0.17s cubic-bezier(0.27, 0.09, 0.46, 1.86);
    border: 1px solid #ffffff00; }
    #resources .box:hover {
      transform: translateY(-6px);
      box-shadow: 1px 12px 15px 0 #b7b7b785;
      border: 1px solid #d2d2d2; }
    @media (max-width: 1199.98px) {
      #resources .box {
        margin-bottom: 3rem;
        height: auto;
        align-items: flex-start !important; } }
    @media (max-width: 767.98px) {
      #resources .box {
        height: auto; } }
    #resources .box .category {
      font-size: 1.25rem;
      margin-bottom: 2.666rem;
      font-weight: 700;
      letter-spacing: 0.125rem;
      width: 100%; }
      @media (max-width: 767.98px) {
        #resources .box .category {
          font-size: 1.5rem;
          margin-bottom: 2rem; } }
    #resources .box .card-thumb {
      margin-bottom: 2.4rem;
      width: 100%;
      max-width: 100%; }
    #resources .box .card-title {
      margin-bottom: 2.666rem;
      font-size: 2.222rem;
      font-weight: 700; }
      @media (max-width: 767.98px) {
        #resources .box .card-title {
          font-size: 2.5rem;
          margin-bottom: 3rem; } }
    #resources .box .excerpt {
      font-size: 2.23rem;
      margin-bottom: 5.2rem; }
    #resources .box .ct-theme-primary-btn {
      font-size: 1.666rem;
      font-weight: 500;
      display: inline-block; }

#xshield_demo_request {
  padding: 9.1rem 0;
  background: #004A53; }
  @media (max-width: 991.98px) {
    #xshield_demo_request .content {
      margin-bottom: 10rem; } }
  @media (max-width: 767.98px) {
    #xshield_demo_request .content {
      margin-bottom: 5rem; } }
  #xshield_demo_request .content .__title {
    font-size: 6.36rem;
    font-weight: 600;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      #xshield_demo_request .content .__title {
        text-align: center; } }
    @media (max-width: 575.98px) {
      #xshield_demo_request .content .__title {
        font-size: 4.5rem; } }
  #xshield_demo_request .content .__description {
    font-size: 2.27rem;
    margin: 6.36rem 0 2rem 0;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      #xshield_demo_request .content .__description {
        text-align: center; } }
    @media (max-width: 575.98px) {
      #xshield_demo_request .content .__description {
        margin: 4rem 0; } }
  @media (max-width: 991.98px) {
    #xshield_demo_request .content a {
      text-align: center;
      margin: 0 auto;
      display: block;
      max-width: fit-content; } }
  #xshield_demo_request .__feature_icon {
    margin-top: 8rem; }
    @media (max-width: 991.98px) {
      #xshield_demo_request .__feature_icon {
        max-width: 60%;
        margin: 0 auto; } }
    @media (max-width: 991.98px) {
      #xshield_demo_request .__feature_icon {
        max-width: 75%; } }

@media (max-width: 991.98px) {
  .section_circle_bg.right .row {
    flex-direction: column-reverse; } }

@media (max-width: 575.98px) {
  #xshiled_hero,
  #ct_ph_hero,
  #protect_ot,
  #xshield_features {
    padding: 5.6rem 0; } }
@media (max-width: 575.98px) {
  #xshiled_hero .__section_heading,
  #ct_ph_hero .__section_heading,
  #protect_ot .__section_heading,
  #xshield_features .__section_heading {
    font-size: 4rem; } }

@media (max-width: 991.98px) {
  .Non_Disruptive_Implementation_last .row {
    flex-direction: column !important; } }

@media (max-width: 575.98px) {
  #ct_ph_hero {
    padding: 0; } }

/*# sourceMappingURL=ct-theme-pharma-2024.css.map */
