@import url(https://use.typekit.net/erx0fbj.css);
@import url(https://use.typekit.net/erx0fbj.css);
.container {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.grid {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

[class*=cell-] {
  flex: none;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
[class*=cell-]::after {
  content: "";
  display: block;
  clear: both;
}

.cell-xs-hide {
  display: block;
}

.cell-xs-show {
  display: none;
}

@media (min-width: 0) {
  .container {
    width: calc(100% - 40px);
  }
  .cell-xs-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .cell-xs-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .cell-xs-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-xs-3 {
    margin-left: 25%;
  }
  .cell-xs-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .cell-xs-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .cell-xs-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-xs-6 {
    margin-left: 50%;
  }
  .cell-xs-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .cell-xs-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .cell-xs-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-xs-9 {
    margin-left: 75%;
  }
  .cell-xs-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .cell-xs-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .cell-xs-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-xs-12 {
    margin-left: 100%;
  }
  .cell-xs-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 0) and (max-width: 766px) {
  .cell-xs-hide {
    display: none !important;
  }
  .cell-xs-show {
    display: block !important;
  }
}
.cell-sm-hide {
  display: block;
}

.cell-sm-show {
  display: none;
}

@media (min-width: 768px) {
  .container {
    width: 960px;
  }
  .cell-sm-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-sm-3 {
    margin-left: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-sm-6 {
    margin-left: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-sm-9 {
    margin-left: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-sm-12 {
    margin-left: 100%;
  }
  .cell-sm-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cell-sm-hide {
    display: none !important;
  }
  .cell-sm-show {
    display: block !important;
  }
}
.cell-md-hide {
  display: block;
}

.cell-md-show {
  display: none;
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .cell-md-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-md-3 {
    margin-left: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-md-6 {
    margin-left: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-md-9 {
    margin-left: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-md-12 {
    margin-left: 100%;
  }
  .cell-md-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .cell-md-hide {
    display: none !important;
  }
  .cell-md-show {
    display: block !important;
  }
}
.cell-lg-hide {
  display: block;
}

.cell-lg-show {
  display: none;
}

@media (min-width: 1280px) {
  .container {
    width: 960px;
  }
  .cell-lg-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-lg-3 {
    margin-left: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-lg-6 {
    margin-left: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-lg-9 {
    margin-left: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-lg-12 {
    margin-left: 100%;
  }
  .cell-lg-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 1280px) and (max-width: 99999999px) {
  .cell-lg-hide {
    display: none !important;
  }
  .cell-lg-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
}
footer {
  padding: 54px 0 63px;
  background: #4d4f53;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}
footer .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
footer .container > div {
  width: 100%;
}
@media (max-width: 991px) {
  footer .container {
    max-width: calc(100% - 96px);
  }
}
footer .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 60px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ffffff;
}
footer .info ul {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .info ul > li {
  margin: 0 44px 0 0;
  padding: 0;
}
footer .info ul > li a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
footer .info ul > li a:hover {
  text-decoration: underline;
}
footer .info ul > li:last-child {
  margin-right: 0;
}
footer .info .footer-phones {
  flex: none;
}
footer .info .footer-phones p {
  margin: 0 0 10px;
  text-align: right;
}
footer .info .footer-phones p:last-child {
  margin: 0;
}
footer .info .footer-phones p a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .info {
    flex-wrap: wrap;
    padding-bottom: 56px;
  }
  footer .info ul {
    flex: none;
    justify-content: center;
    width: 100%;
    margin-bottom: 56px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  footer .info ul {
    flex-wrap: wrap;
  }
  footer .info ul > li {
    width: 100%;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  footer .info ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer .info .footer-phones {
    width: 100%;
  }
  footer .info .footer-phones p {
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  footer .info .footer-phones p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .navs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .navs .navigation {
  display: flex;
  justify-content: flex-end;
}
footer .navs .navigation p {
  margin: 0 10px 0 0;
}
footer .navs .navigation ul {
  display: flex;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
footer .navs .navigation ul > li {
  position: relative;
  padding: 0 10px 0 11px;
}
footer .navs .navigation ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .navs .navigation ul > li a {
  color: #ffffff;
  text-decoration: none;
}
footer .navs .navigation ul > li a:hover {
  text-decoration: underline;
}
footer .navs .navigation ul > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .navs .navigation ul.social {
  margin: 0;
}
footer .navs .navigation ul.social > li::before, footer .navs .navigation ul.social > li::after {
  display: none;
}
footer .navs .navigation ul.social > li a {
  display: inline-block;
  min-width: 14px;
}
footer .navs .navigation ul.social > li a > img:nth-child(2) {
  display: none;
}
footer .navs .navigation ul.social > li a:hover > img:nth-child(1) {
  display: none;
}
footer .navs .navigation ul.social > li a:hover > img:nth-child(2) {
  display: block;
}
footer .navs .navigation ul.social > li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  footer .navs {
    flex-direction: column;
    align-items: center;
  }
  footer .navs img {
    margin-bottom: 56px;
  }
  footer .navs .navigation {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .navs .navigation p {
    flex: none;
    width: 100%;
    text-align: center;
  }
  footer .navs .navigation ul {
    flex: none;
    justify-content: center;
    width: 100%;
  }
  footer .navs .navigation ul li:first-child::before {
    display: none;
  }
  footer .navs .navigation ul li:last-child::after {
    display: none;
  }
  footer .navs .navigation ul.social {
    margin-top: 56px;
  }
  footer .navs .navigation ul.social li {
    padding: 0 25px;
  }
  footer .navs .navigation ul.social li:last-child {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .navs li,
footer .navs p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .cookie-nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .cookie-nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .cookie-nav li,
footer .cookie-nav p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .cookie-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .cookie-nav ul > li {
  position: relative;
  padding: 0 11px 0 10px;
}
footer .cookie-nav ul > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .cookie-nav ul > li a {
  color: #ffffff;
  text-decoration: none;
}
footer .cookie-nav ul > li a:hover {
  text-decoration: underline;
}
footer .cookie-nav ul > li:last-child {
  padding-right: 0;
}
footer .cookie-nav ul > li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  footer .cookie-nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .cookie-nav ul > li {
    padding: 0;
  }
  footer .cookie-nav ul > li::after {
    display: none;
  }
}

/*.top-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    display: none;

    .container {
        height: 100%;

        .grid {
            height: 100%;

            > div {
                height: 100%;

                > div {
                    height: 100%;
                    background: rgba(0,0,0,0.05);
                }
            }
        }
    }
}*/
.page.logged-in .top-grid {
  display: block;
}
@media (max-width: 991px) {
  .page.logged-in .top-grid {
    display: none;
  }
}

.modal-popup {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.modal-popup > div {
  position: relative;
  width: 632px;
  max-width: calc(100% - 30px);
  padding: 76px 55px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .modal-popup > div {
    padding: 50px 20px 30px;
  }
}
.modal-popup > div > span {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../static/images/burger-close.svg") no-repeat center/cover;
  cursor: pointer;
}
.modal-popup > div h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.modal-popup > div p {
  text-align: center;
}
.modal-popup > div p:last-child {
  margin-bottom: 0;
}
.modal-popup.video > div {
  width: 800px;
}
@media (max-width: 600px) {
  .modal-popup.video > div iframe {
    height: 260px !important;
  }
}

.global-navigation {
  position: relative;
  z-index: 99999;
  height: 44px;
  background: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .global-navigation {
    height: 40px;
  }
}
.global-navigation .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
@media (max-width: 991px) {
  .global-navigation .container {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .global-navigation .container {
    max-width: 100%;
  }
}
.global-navigation .container > div {
  flex: none;
}
.global-navigation .container .langs {
  position: relative;
}
.global-navigation .container .langs > div:nth-child(1) {
  display: flex;
  align-items: center;
  height: 44px;
  color: #4d4f53;
  text-transform: uppercase;
}
.global-navigation .container .langs > div:nth-child(1) .caret {
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.global-navigation .container .langs > div:nth-child(2) {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 116px;
  padding: 5px 15px;
  background-color: #ffffff;
}
.global-navigation .container .langs > div:nth-child(2) a {
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .langs > div:nth-child(2) a:hover {
  text-decoration: underline;
}
.global-navigation .container .langs:hover > div:nth-child(1) .caret {
  transform: rotate(180deg);
  transform-origin: center;
}
.global-navigation .container .langs:hover > div:nth-child(2) {
  display: block;
}
@media (max-width: 991px) {
  .global-navigation .container .langs {
    display: none;
  }
}
.global-navigation .container .switcher {
  display: flex;
  justify-content: center;
  height: 100%;
}
.global-navigation .container .switcher a {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px;
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .switcher a.active {
  background: #e5f5fb;
  font-weight: 700;
}
.global-navigation .container .switcher a:hover {
  font-weight: 700;
}
@media (max-width: 600px) {
  .global-navigation .container .switcher {
    width: 100%;
  }
  .global-navigation .container .switcher a {
    flex: none;
    width: 50%;
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .global-navigation .container .portal {
    display: none;
  }
}
.global-navigation .container .portal a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .portal a:hover {
  text-decoration: underline;
}
.global-navigation .container .portal a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.global-navigation .container .portal a .icon.user {
  width: 17px;
  background: url("../static/images/user.svg") no-repeat center/cover;
}
.global-navigation .container .portal a .icon.finder {
  background: url("../static/images/finder.svg") no-repeat center/auto 100%;
}

header {
  position: relative;
  z-index: 9999;
  height: 71px;
  background: #e5f5fb;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 991px) {
  header {
    height: 56px;
  }
}
header .container {
  align-items: center;
  justify-content: flex-start;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
@media (min-width: 1140px) {
  header .container {
    justify-content: center;
    padding-left: 0;
  }
  header .container .logo-container {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 991px) {
  header .container {
    justify-content: space-between;
  }
}
header .container .logo-container {
  margin-right: 47px;
  line-height: 0;
}
@media (max-width: 991px) {
  header .container .logo-container {
    width: 125px;
  }
}
@media (max-width: 1140px) {
  header .container .logo-container {
    margin-right: 20px;
  }
}
header .container .nav-burger {
  display: none;
}
@media (max-width: 991px) {
  header .container .nav-burger {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
  }
  header .container .nav-burger > span {
    display: block;
    position: relative;
    flex: none;
    width: 20px;
    height: 16px;
    margin-right: 2px;
    margin-left: 12px;
  }
  header .container .nav-burger > span > span, header .container .nav-burger > span::after, header .container .nav-burger > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00a2df;
  }
  header .container .nav-burger > span > span {
    top: 50%;
    transform: translate(0, -50%);
  }
  header .container .nav-burger > span::before {
    top: 0;
  }
  header .container .nav-burger > span::after {
    bottom: 0;
  }
  header .container .nav-burger.open > span {
    width: 24px;
    height: 24px;
    margin-right: 0;
    margin-left: 10px;
    background: url("../static/images/burger-close.svg") no-repeat center/cover;
  }
  header .container .nav-burger.open > span > span, header .container .nav-burger.open > span::before, header .container .nav-burger.open > span::after {
    display: none;
  }
}
header .container .menu {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  header .container .menu {
    display: none;
  }
}
header .container .menu > li {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
  border-top: 1px solid transparent;
}
header .container .menu > li a {
  color: #4d4f53;
  font-weight: 700;
  text-decoration: none;
}
header .container .menu > li.rwe::before {
  content: none;
}
header .container .menu > li.rwe > a {
  height: 29px;
  padding: 0 15px;
  border-radius: 22px;
  background: #0b2663;
  color: #ffffff;
  line-height: 29px;
}
header .container .menu > li.rwe > a:hover {
  background: #009fda;
}
header .container .menu > li.rwe:hover {
  border-color: transparent;
}
header .container .menu > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  background: #009fda;
}
header .container .menu > li.current-menu-item::before, header .container .menu > li:hover::before, header .container .menu > li.current-menu-parent::before {
  width: 100%;
}
header .container .menu > li.current-menu-item:hover, header .container .menu > li:hover:hover, header .container .menu > li.current-menu-parent:hover {
  border-color: transparent;
}
header .container .menu > li li a {
  position: relative;
}
header .container .menu > li li a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  border-radius: 3px;
  background: #009fda;
}
header .container .menu > li li a:hover::before {
  width: 100%;
}
header .container .menu > li li.current-menu-item a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  border-radius: 3px;
  background: #009fda;
}
header .container .menu > li.page_item_has_children, header .container .menu > li.menu-item-has-children {
  display: flex;
  position: relative;
  align-items: center;
}
header .container .menu > li.page_item_has_children::after, header .container .menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  transition: transform 0.5s;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
header .container .menu > li.page_item_has_children ul, header .container .menu > li.menu-item-has-children ul {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 290px;
  margin: 0;
  margin: 0;
  padding: 10px 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  transform: translateX(-50%) translateY(-10px) scaleY(0.5);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.2, 0, 0.2, 1);
  opacity: 0.1;
  background: #e5f5fb;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  list-style: none;
}
header .container .menu > li.page_item_has_children ul > li, header .container .menu > li.menu-item-has-children ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
}
header .container .menu > li.page_item_has_children ul > li a, header .container .menu > li.menu-item-has-children ul > li a {
  /*&:hover {
                              color: #009FDA;
                          }*/
}
header .container .menu > li.page_item_has_children:hover ul, header .container .menu > li.menu-item-has-children:hover ul {
  clip: auto;
  transform: translateX(-50%) translateY(0) scaleY(1);
  opacity: 1;
}
header .container .menu > li.page_item_has_children:hover::after, header .container .menu > li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
}
header .container .menu > li:last-child {
  margin: 0;
}

html.sticky-header header {
  position: fixed;
  top: 0;
  width: 100%;
}
html.sticky-header .page-content {
  padding-top: 71px;
}
@media (max-width: 991px) {
  html.sticky-header .page-content {
    padding-top: 56px;
  }
}
html.sticky-header.news-popup-visible .page-content {
  padding-top: 0;
}
@media (max-width: 991px) {
  html.sticky-header.news-popup-visible .page-content {
    padding-top: 0;
  }
}
html.sticky-header.news-popup-visible .news-popup {
  margin-top: 71px;
}
@media (max-width: 991px) {
  html.sticky-header.news-popup-visible .news-popup {
    margin-top: 56px;
  }
}
html.sticky-header .mobile-nav {
  top: 56px !important;
}

.mobile-nav {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 96px;
  left: 0;
  width: 100%;
}
.mobile-nav .global {
  min-height: 44px;
  background: #eeeeee;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.mobile-nav .global .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
.mobile-nav .global .container > div {
  flex: none;
}
.mobile-nav .global .container .langs {
  height: 44px;
}
.mobile-nav .global .container .langs > div {
  display: flex;
  align-items: center;
  height: 100%;
  color: #4d4f53;
  text-transform: uppercase;
}
.mobile-nav .global .container .langs > div .caret {
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.mobile-nav .global .container .langs.open > div .caret {
  transform: rotate(180deg);
  transform-origin: center;
}
.mobile-nav .global .container .portal {
  height: 44px;
}
.mobile-nav .global .container .portal a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: #4d4f53;
  text-decoration: none;
}
.mobile-nav .global .container .portal a:hover {
  text-decoration: underline;
}
.mobile-nav .global .container .portal a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.mobile-nav .global .container .portal a .icon.user {
  width: 17px;
  background: url("../static/images/user.svg") no-repeat center/cover;
}
.mobile-nav .global .container .portal a .icon.finder {
  background: url("../static/images/finder.svg") no-repeat center/auto 100%;
}
.mobile-nav .global .container .ous {
  display: none;
  align-items: center;
  width: 100%;
  height: 44px;
  text-align: left;
}
.mobile-nav .global .container .ous a {
  color: #4d4f53;
  text-decoration: none;
}
.mobile-nav .global .container .ous.open {
  display: flex;
}
.mobile-nav .nav {
  background: #ffffff;
}
.mobile-nav .nav .menu {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .nav .menu > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #e5f5fb;
}
.mobile-nav .nav .menu > li a {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.mobile-nav .nav .menu > li.page_item_has_children, .mobile-nav .nav .menu > li.menu-item-has-children {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-nav .nav .menu > li.page_item_has_children::after, .mobile-nav .nav .menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  order: 2;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.mobile-nav .nav .menu > li.page_item_has_children ul, .mobile-nav .nav .menu > li.menu-item-has-children ul {
  display: none;
  order: 3;
  width: 100%;
  margin: 0 0 0 16px;
  padding: 10px 0 0;
  background: #ffffff;
  list-style: none;
}
.mobile-nav .nav .menu > li.page_item_has_children ul > li, .mobile-nav .nav .menu > li.menu-item-has-children ul > li {
  min-height: 30px;
  margin: 0;
  padding: 10px 20px;
}
.mobile-nav .nav .menu > li.page_item_has_children ul > li a, .mobile-nav .nav .menu > li.menu-item-has-children ul > li a {
  font-weight: 400;
}
.mobile-nav .nav .menu > li.page_item_has_children.open::after, .mobile-nav .nav .menu > li.menu-item-has-children.open::after {
  transform: rotate(180deg);
}
.mobile-nav .nav .menu > li:last-child {
  margin: 0;
}

.container {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.grid {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

[class*=cell-] {
  flex: none;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 12px;
}
[class*=cell-]::after {
  content: "";
  display: block;
  clear: both;
}

.cell-xs-hide {
  display: block;
}

.cell-xs-show {
  display: none;
}

@media (min-width: 0) {
  .container {
    width: calc(100% - 40px);
  }
  .cell-xs-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .cell-xs-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .cell-xs-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-xs-3 {
    margin-left: 25%;
  }
  .cell-xs-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .cell-xs-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .cell-xs-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-xs-6 {
    margin-left: 50%;
  }
  .cell-xs-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .cell-xs-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .cell-xs-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-xs-9 {
    margin-left: 75%;
  }
  .cell-xs-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .cell-xs-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .cell-xs-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-xs-12 {
    margin-left: 100%;
  }
  .cell-xs-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 0) and (max-width: 766px) {
  .cell-xs-hide {
    display: none !important;
  }
  .cell-xs-show {
    display: block !important;
  }
}
.cell-sm-hide {
  display: block;
}

.cell-sm-show {
  display: none;
}

@media (min-width: 768px) {
  .container {
    width: 960px;
  }
  .cell-sm-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-sm-3 {
    margin-left: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-sm-6 {
    margin-left: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-sm-9 {
    margin-left: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-sm-12 {
    margin-left: 100%;
  }
  .cell-sm-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cell-sm-hide {
    display: none !important;
  }
  .cell-sm-show {
    display: block !important;
  }
}
.cell-md-hide {
  display: block;
}

.cell-md-show {
  display: none;
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .cell-md-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-md-3 {
    margin-left: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-md-6 {
    margin-left: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-md-9 {
    margin-left: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-md-12 {
    margin-left: 100%;
  }
  .cell-md-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .cell-md-hide {
    display: none !important;
  }
  .cell-md-show {
    display: block !important;
  }
}
.cell-lg-hide {
  display: block;
}

.cell-lg-show {
  display: none;
}

@media (min-width: 1280px) {
  .container {
    width: 960px;
  }
  .cell-lg-1 {
    width: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-lg-3 {
    margin-left: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-lg-6 {
    margin-left: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-lg-9 {
    margin-left: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-lg-12 {
    margin-left: 100%;
  }
  .cell-lg-auto {
    width: auto;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 1280px) and (max-width: 99999999px) {
  .cell-lg-hide {
    display: none !important;
  }
  .cell-lg-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
}
footer {
  padding: 54px 0 63px;
  background: #4d4f53;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
}
footer .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
footer .container > div {
  width: 100%;
}
@media (max-width: 991px) {
  footer .container {
    max-width: calc(100% - 96px);
  }
}
footer .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 60px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ffffff;
}
footer .info ul {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .info ul > li {
  margin: 0 44px 0 0;
  padding: 0;
}
footer .info ul > li a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
footer .info ul > li a:hover {
  text-decoration: underline;
}
footer .info ul > li:last-child {
  margin-right: 0;
}
footer .info .footer-phones {
  flex: none;
}
footer .info .footer-phones p {
  margin: 0 0 10px;
  text-align: right;
}
footer .info .footer-phones p:last-child {
  margin: 0;
}
footer .info .footer-phones p a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .info {
    flex-wrap: wrap;
    padding-bottom: 56px;
  }
  footer .info ul {
    flex: none;
    justify-content: center;
    width: 100%;
    margin-bottom: 56px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  footer .info ul {
    flex-wrap: wrap;
  }
  footer .info ul > li {
    width: 100%;
    margin: 0 0 30px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  footer .info ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer .info .footer-phones {
    width: 100%;
  }
  footer .info .footer-phones p {
    text-align: center;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  footer .info .footer-phones p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .navs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .navs .navigation {
  display: flex;
  justify-content: flex-end;
}
footer .navs .navigation p {
  margin: 0 10px 0 0;
}
footer .navs .navigation ul {
  display: flex;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
footer .navs .navigation ul > li {
  position: relative;
  padding: 0 10px 0 11px;
}
footer .navs .navigation ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .navs .navigation ul > li a {
  color: #ffffff;
  text-decoration: none;
}
footer .navs .navigation ul > li a:hover {
  text-decoration: underline;
}
footer .navs .navigation ul > li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .navs .navigation ul.social {
  margin: 0;
}
footer .navs .navigation ul.social > li::before, footer .navs .navigation ul.social > li::after {
  display: none;
}
footer .navs .navigation ul.social > li a {
  display: inline-block;
  min-width: 14px;
}
footer .navs .navigation ul.social > li a > img:nth-child(2) {
  display: none;
}
footer .navs .navigation ul.social > li a:hover > img:nth-child(1) {
  display: none;
}
footer .navs .navigation ul.social > li a:hover > img:nth-child(2) {
  display: block;
}
footer .navs .navigation ul.social > li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  footer .navs {
    flex-direction: column;
    align-items: center;
  }
  footer .navs img {
    margin-bottom: 56px;
  }
  footer .navs .navigation {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .navs .navigation p {
    flex: none;
    width: 100%;
    text-align: center;
  }
  footer .navs .navigation ul {
    flex: none;
    justify-content: center;
    width: 100%;
  }
  footer .navs .navigation ul li:first-child::before {
    display: none;
  }
  footer .navs .navigation ul li:last-child::after {
    display: none;
  }
  footer .navs .navigation ul.social {
    margin-top: 56px;
  }
  footer .navs .navigation ul.social li {
    padding: 0 25px;
  }
  footer .navs .navigation ul.social li:last-child {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .navs li,
footer .navs p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .cookie-nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .cookie-nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .cookie-nav li,
footer .cookie-nav p {
    font-size: 13px;
    line-height: 20px;
  }
}
footer .cookie-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .cookie-nav ul > li {
  position: relative;
  padding: 0 11px 0 10px;
}
footer .cookie-nav ul > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  transform: translate(0, -50%);
  background: #ffffff;
}
footer .cookie-nav ul > li a {
  color: #ffffff;
  text-decoration: none;
}
footer .cookie-nav ul > li a:hover {
  text-decoration: underline;
}
footer .cookie-nav ul > li:last-child {
  padding-right: 0;
}
footer .cookie-nav ul > li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  footer .cookie-nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .cookie-nav ul > li {
    padding: 0;
  }
  footer .cookie-nav ul > li::after {
    display: none;
  }
}

/*.top-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    display: none;

    .container {
        height: 100%;

        .grid {
            height: 100%;

            > div {
                height: 100%;

                > div {
                    height: 100%;
                    background: rgba(0,0,0,0.05);
                }
            }
        }
    }
}*/
.page.logged-in .top-grid {
  display: block;
}
@media (max-width: 991px) {
  .page.logged-in .top-grid {
    display: none;
  }
}

.modal-popup {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.modal-popup > div {
  position: relative;
  width: 632px;
  max-width: calc(100% - 30px);
  padding: 76px 55px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .modal-popup > div {
    padding: 50px 20px 30px;
  }
}
.modal-popup > div > span {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("../static/images/burger-close.svg") no-repeat center/cover;
  cursor: pointer;
}
.modal-popup > div h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
.modal-popup > div p {
  text-align: center;
}
.modal-popup > div p:last-child {
  margin-bottom: 0;
}
.modal-popup.video > div {
  width: 800px;
}
@media (max-width: 600px) {
  .modal-popup.video > div iframe {
    height: 260px !important;
  }
}

.global-navigation {
  position: relative;
  z-index: 99999;
  height: 44px;
  background: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .global-navigation {
    height: 40px;
  }
}
.global-navigation .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
@media (max-width: 991px) {
  .global-navigation .container {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .global-navigation .container {
    max-width: 100%;
  }
}
.global-navigation .container > div {
  flex: none;
}
.global-navigation .container .langs {
  position: relative;
}
.global-navigation .container .langs > div:nth-child(1) {
  display: flex;
  align-items: center;
  height: 44px;
  color: #4d4f53;
  text-transform: uppercase;
}
.global-navigation .container .langs > div:nth-child(1) .caret {
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.global-navigation .container .langs > div:nth-child(2) {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 116px;
  padding: 5px 15px;
  background-color: #ffffff;
}
.global-navigation .container .langs > div:nth-child(2) a {
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .langs > div:nth-child(2) a:hover {
  text-decoration: underline;
}
.global-navigation .container .langs:hover > div:nth-child(1) .caret {
  transform: rotate(180deg);
  transform-origin: center;
}
.global-navigation .container .langs:hover > div:nth-child(2) {
  display: block;
}
@media (max-width: 991px) {
  .global-navigation .container .langs {
    display: none;
  }
}
.global-navigation .container .switcher {
  display: flex;
  justify-content: center;
  height: 100%;
}
.global-navigation .container .switcher a {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px;
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .switcher a.active {
  background: #e5f5fb;
  font-weight: 700;
}
.global-navigation .container .switcher a:hover {
  font-weight: 700;
}
@media (max-width: 600px) {
  .global-navigation .container .switcher {
    width: 100%;
  }
  .global-navigation .container .switcher a {
    flex: none;
    width: 50%;
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  .global-navigation .container .portal {
    display: none;
  }
}
.global-navigation .container .portal a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  color: #4d4f53;
  text-decoration: none;
}
.global-navigation .container .portal a:hover {
  text-decoration: underline;
}
.global-navigation .container .portal a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.global-navigation .container .portal a .icon.user {
  width: 17px;
  background: url("../static/images/user.svg") no-repeat center/cover;
}
.global-navigation .container .portal a .icon.finder {
  background: url("../static/images/finder.svg") no-repeat center/auto 100%;
}

header {
  position: relative;
  z-index: 9999;
  height: 71px;
  background: #e5f5fb;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 991px) {
  header {
    height: 56px;
  }
}
header .container {
  align-items: center;
  justify-content: flex-start;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
@media (min-width: 1140px) {
  header .container {
    justify-content: center;
    padding-left: 0;
  }
  header .container .logo-container {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 991px) {
  header .container {
    justify-content: space-between;
  }
}
header .container .logo-container {
  margin-right: 47px;
  line-height: 0;
}
@media (max-width: 991px) {
  header .container .logo-container {
    width: 125px;
  }
}
@media (max-width: 1140px) {
  header .container .logo-container {
    margin-right: 20px;
  }
}
header .container .nav-burger {
  display: none;
}
@media (max-width: 991px) {
  header .container .nav-burger {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
  }
  header .container .nav-burger > span {
    display: block;
    position: relative;
    flex: none;
    width: 20px;
    height: 16px;
    margin-right: 2px;
    margin-left: 12px;
  }
  header .container .nav-burger > span > span, header .container .nav-burger > span::after, header .container .nav-burger > span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00a2df;
  }
  header .container .nav-burger > span > span {
    top: 50%;
    transform: translate(0, -50%);
  }
  header .container .nav-burger > span::before {
    top: 0;
  }
  header .container .nav-burger > span::after {
    bottom: 0;
  }
  header .container .nav-burger.open > span {
    width: 24px;
    height: 24px;
    margin-right: 0;
    margin-left: 10px;
    background: url("../static/images/burger-close.svg") no-repeat center/cover;
  }
  header .container .nav-burger.open > span > span, header .container .nav-burger.open > span::before, header .container .nav-burger.open > span::after {
    display: none;
  }
}
header .container .menu {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  header .container .menu {
    display: none;
  }
}
header .container .menu > li {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  margin: 0 30px 0 0;
  padding: 0;
  border-top: 1px solid transparent;
}
header .container .menu > li a {
  color: #4d4f53;
  font-weight: 700;
  text-decoration: none;
}
header .container .menu > li.rwe::before {
  content: none;
}
header .container .menu > li.rwe > a {
  height: 29px;
  padding: 0 15px;
  border-radius: 22px;
  background: #0b2663;
  color: #ffffff;
  line-height: 29px;
}
header .container .menu > li.rwe > a:hover {
  background: #009fda;
}
header .container .menu > li.rwe:hover {
  border-color: transparent;
}
header .container .menu > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  background: #009fda;
}
header .container .menu > li.current-menu-item::before, header .container .menu > li:hover::before, header .container .menu > li.current-menu-parent::before {
  width: 100%;
}
header .container .menu > li.current-menu-item:hover, header .container .menu > li:hover:hover, header .container .menu > li.current-menu-parent:hover {
  border-color: transparent;
}
header .container .menu > li li a {
  position: relative;
}
header .container .menu > li li a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  border-radius: 3px;
  background: #009fda;
}
header .container .menu > li li a:hover::before {
  width: 100%;
}
header .container .menu > li li.current-menu-item a::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.2s ease-out;
  border-radius: 3px;
  background: #009fda;
}
header .container .menu > li.page_item_has_children, header .container .menu > li.menu-item-has-children {
  display: flex;
  position: relative;
  align-items: center;
}
header .container .menu > li.page_item_has_children::after, header .container .menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  transition: transform 0.5s;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
header .container .menu > li.page_item_has_children ul, header .container .menu > li.menu-item-has-children ul {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 290px;
  margin: 0;
  margin: 0;
  padding: 10px 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  transform: translateX(-50%) translateY(-10px) scaleY(0.5);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.2, 0, 0.2, 1);
  opacity: 0.1;
  background: #e5f5fb;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  list-style: none;
}
header .container .menu > li.page_item_has_children ul > li, header .container .menu > li.menu-item-has-children ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
}
header .container .menu > li.page_item_has_children ul > li a, header .container .menu > li.menu-item-has-children ul > li a {
  /*&:hover {
                              color: #009FDA;
                          }*/
}
header .container .menu > li.page_item_has_children:hover ul, header .container .menu > li.menu-item-has-children:hover ul {
  clip: auto;
  transform: translateX(-50%) translateY(0) scaleY(1);
  opacity: 1;
}
header .container .menu > li.page_item_has_children:hover::after, header .container .menu > li.menu-item-has-children:hover::after {
  transform: rotate(180deg);
}
header .container .menu > li:last-child {
  margin: 0;
}

html.sticky-header header {
  position: fixed;
  top: 0;
  width: 100%;
}
html.sticky-header .page-content {
  padding-top: 71px;
}
@media (max-width: 991px) {
  html.sticky-header .page-content {
    padding-top: 56px;
  }
}
html.sticky-header.news-popup-visible .page-content {
  padding-top: 0;
}
@media (max-width: 991px) {
  html.sticky-header.news-popup-visible .page-content {
    padding-top: 0;
  }
}
html.sticky-header.news-popup-visible .news-popup {
  margin-top: 71px;
}
@media (max-width: 991px) {
  html.sticky-header.news-popup-visible .news-popup {
    margin-top: 56px;
  }
}
html.sticky-header .mobile-nav {
  top: 56px !important;
}

.mobile-nav {
  display: none;
  position: fixed;
  z-index: 9999999;
  top: 96px;
  left: 0;
  width: 100%;
}
.mobile-nav .global {
  min-height: 44px;
  background: #eeeeee;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.mobile-nav .global .container {
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  max-width: calc(100% - 30px);
  height: 100%;
}
.mobile-nav .global .container > div {
  flex: none;
}
.mobile-nav .global .container .langs {
  height: 44px;
}
.mobile-nav .global .container .langs > div {
  display: flex;
  align-items: center;
  height: 100%;
  color: #4d4f53;
  text-transform: uppercase;
}
.mobile-nav .global .container .langs > div .caret {
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.mobile-nav .global .container .langs.open > div .caret {
  transform: rotate(180deg);
  transform-origin: center;
}
.mobile-nav .global .container .portal {
  height: 44px;
}
.mobile-nav .global .container .portal a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: #4d4f53;
  text-decoration: none;
}
.mobile-nav .global .container .portal a:hover {
  text-decoration: underline;
}
.mobile-nav .global .container .portal a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
.mobile-nav .global .container .portal a .icon.user {
  width: 17px;
  background: url("../static/images/user.svg") no-repeat center/cover;
}
.mobile-nav .global .container .portal a .icon.finder {
  background: url("../static/images/finder.svg") no-repeat center/auto 100%;
}
.mobile-nav .global .container .ous {
  display: none;
  align-items: center;
  width: 100%;
  height: 44px;
  text-align: left;
}
.mobile-nav .global .container .ous a {
  color: #4d4f53;
  text-decoration: none;
}
.mobile-nav .global .container .ous.open {
  display: flex;
}
.mobile-nav .nav {
  background: #ffffff;
}
.mobile-nav .nav .menu {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .nav .menu > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #e5f5fb;
}
.mobile-nav .nav .menu > li a {
  color: #4d4f53;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.mobile-nav .nav .menu > li.page_item_has_children, .mobile-nav .nav .menu > li.menu-item-has-children {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-nav .nav .menu > li.page_item_has_children::after, .mobile-nav .nav .menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  order: 2;
  width: 12px;
  height: 7px;
  margin-left: 9px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.mobile-nav .nav .menu > li.page_item_has_children ul, .mobile-nav .nav .menu > li.menu-item-has-children ul {
  display: none;
  order: 3;
  width: 100%;
  margin: 0 0 0 16px;
  padding: 10px 0 0;
  background: #ffffff;
  list-style: none;
}
.mobile-nav .nav .menu > li.page_item_has_children ul > li, .mobile-nav .nav .menu > li.menu-item-has-children ul > li {
  min-height: 30px;
  margin: 0;
  padding: 10px 20px;
}
.mobile-nav .nav .menu > li.page_item_has_children ul > li a, .mobile-nav .nav .menu > li.menu-item-has-children ul > li a {
  font-weight: 400;
}
.mobile-nav .nav .menu > li.page_item_has_children.open::after, .mobile-nav .nav .menu > li.menu-item-has-children.open::after {
  transform: rotate(180deg);
}
.mobile-nav .nav .menu > li:last-child {
  margin: 0;
}

.columns-two {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.columns-two > .input-form {
  width: calc(50% - 12px);
  margin-right: 24px;
}
.columns-two > .input-form:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .columns-two > .input-form {
    width: 100%;
    margin-right: 0;
  }
}
.columns-two.name {
  width: 800px;
}
@media (max-width: 767px) {
  .columns-two.name {
    width: 100%;
  }
}
.columns-two.contacts {
  width: 512px;
}
@media (max-width: 767px) {
  .columns-two.contacts {
    width: 100%;
  }
}
.columns-two.address {
  width: 404px;
}
.columns-two.address > .input-form {
  width: 61%;
}
.columns-two.address > .input-form:nth-child(2) {
  width: 30%;
}
@media (max-width: 767px) {
  .columns-two.address {
    width: 100%;
  }
  .columns-two.address > .input-form {
    width: 100%;
  }
  .columns-two.address > .input-form:nth-child(2) {
    width: 100%;
  }
}

.input-form,
.nf-field-label,
.nf-field-element {
  margin-bottom: 10px;
}
.input-form.comment,
.nf-field-label.comment,
.nf-field-element.comment {
  width: 800px;
  max-width: 100%;
  margin-bottom: 26px;
}
.input-form label,
.nf-field-label label,
.nf-field-element label {
  display: block;
  margin: 0;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
}
.input-form input:not([type=button]),
.input-form textarea,
.input-form select,
.nf-field-label input:not([type=button]),
.nf-field-label textarea,
.nf-field-label select,
.nf-field-element input:not([type=button]),
.nf-field-element textarea,
.nf-field-element select {
  width: 100%;
  height: 38px;
  padding: 4px 10px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background: #fcfcfc;
  box-shadow: none;
  color: #4d4f53;
  font-family: atten-new, sans-serif;
  font-size: 16px;
  line-height: 30px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.input-form select,
.nf-field-label select,
.nf-field-element select {
  background: transparent;
  background-image: url("../static/images/caret-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 50%;
}
.input-form textarea,
.nf-field-label textarea,
.nf-field-element textarea {
  height: 102px;
  resize: none;
}
.input-form .wpcf7-not-valid,
.nf-field-label .wpcf7-not-valid,
.nf-field-element .wpcf7-not-valid {
  border: 1px solid #ff4f4f;
}
.input-form .wpcf7-not-valid-tip,
.nf-field-label .wpcf7-not-valid-tip,
.nf-field-element .wpcf7-not-valid-tip {
  margin-top: 8px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 38px;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  background: #fcfcfc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 4px;
  height: 28px;
  height: 36px;
  border: 0;
  background: url("../static/images/caret-down.svg") no-repeat center/12px auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.wpcf7-checkbox input,
.checkbox input {
  display: none;
}
.wpcf7-checkbox input + span,
.wpcf7-checkbox input + label,
.checkbox input + span,
.checkbox input + label {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 33px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.wpcf7-checkbox input + span::before,
.wpcf7-checkbox input + label::before,
.checkbox input + span::before,
.checkbox input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid #009fda;
}
.wpcf7-checkbox input + span::after,
.wpcf7-checkbox input + label::after,
.checkbox input + span::after,
.checkbox input + label::after {
  content: "";
  display: none;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #009fda;
  border-left: 2px solid #009fda;
}
.wpcf7-checkbox input:checked + span::after,
.wpcf7-checkbox input:checked + label::after,
.checkbox input:checked + span::after,
.checkbox input:checked + label::after {
  display: block;
}

@media (max-width: 767px) {
  .wpcf7-list-item {
    margin: 0 !important;
  }
}

.wpcf7-radio {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .wpcf7-radio {
    display: block;
    margin-right: 0;
  }
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-right: 0;
  }
}
.wpcf7-radio label {
  text-transform: none;
}
.wpcf7-radio input {
  display: none;
}
.wpcf7-radio input + span {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.wpcf7-radio input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
}
.wpcf7-radio input + span::after {
  content: "";
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009fda;
}
.wpcf7-radio input:checked + span::after {
  display: block;
}

.product-inquiry-form-nf .list-radio-wrap .nf-field-element li {
  position: relative;
}
.product-inquiry-form-nf .list-radio-wrap .nf-field-element li input {
  display: none;
}
.product-inquiry-form-nf .list-radio-wrap .nf-field-element li label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #b8b8b8;
  border-radius: 50%;
}
.product-inquiry-form-nf .list-radio-wrap .nf-field-element li label.nf-checked-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009fda;
}
.product-inquiry-form-nf .checkbox-wrap .nf-field-element {
  display: none;
}
.product-inquiry-form-nf .checkbox-wrap label {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 32px;
}
.product-inquiry-form-nf .checkbox-wrap label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid #009fda;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.product-inquiry-form-nf .checkbox-wrap label.nf-checked-label::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #009fda;
  border-left: 2px solid #009fda;
}
.product-inquiry-form-nf .label-right .field-wrap {
  flex-wrap: wrap;
}
.product-inquiry-form-nf .label-right .nf-field-description {
  flex: 1 0 100%;
  order: -1;
}

.mrd-interactive {
  height: 360px;
  overflow-y: scroll;
}
@media (max-width: 840px) {
  .mrd-interactive {
    padding-bottom: 100px;
    overflow: visible;
  }
}

.what-is-mrd-animation-container .animation-wrap {
  max-width: 550px;
  height: 230px;
  margin: 0 auto;
}

.what-is-mrd-animation-container .animation-wrap .animation {
  position: relative;
}

.what-is-mrd-animation-container .animation-wrap .animation .img-responsive {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
  vertical-align: middle;
}

.what-is-mrd-animation-container .animation-wrap .animation .img-responsive.active {
  opacity: 1;
}

.what-is-mrd-animation-container .animation-slider-container {
  position: relative;
  max-width: 780px;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
@media (max-width: 840px) {
  .what-is-mrd-animation-container .animation-slider-container {
    max-width: 100%;
  }
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap {
  position: relative;
  padding: 0 20px 0 25px;
  border: medium none;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0) url("../static/images/clonoseq_mrd_slider.png") repeat-x scroll 0 0;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  background: rgba(0, 0, 0, 0) url("../static/images/clonoseq_mrd_slider.png") repeat-x scroll 0 -28px;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap::after {
  content: "treatment";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20%;
  color: #969fa6;
  font-style: italic;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider {
  position: relative;
  height: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider::after {
  content: "monitoring";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 25rem;
  padding-right: 25%;
  padding-left: 23%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: #969fa6;
  font-style: italic;
}
@media (max-width: 840px) {
  .what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider::after {
    right: -20px;
    left: auto;
    width: calc(45vw - 16px);
    padding: 0;
  }
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  overflow: hidden;
  border: medium none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0) url("../static/images/clonoseq_mrd_slider.png") repeat-x scroll 0 -28px;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-range:last-of-type::before {
  content: "monitoring";
  display: block;
  position: absolute;
  left: 332px;
  width: 408px;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 840px) {
  .what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-range:last-of-type::before {
    left: calc(55vw - 42px);
    width: calc(45vw - 16px);
  }
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-range:last-of-type::after {
  content: "treatment";
  display: block;
  position: absolute;
  left: 131px;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 840px) {
  .what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-range:last-of-type::after {
    left: 15%;
  }
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-handle {
  display: block;
  position: absolute;
  z-index: 2;
  top: -18px;
  width: 58px;
  height: 58px;
  margin-left: -28px;
  border: medium none;
  outline: medium none;
  background-color: transparent;
  background-image: none;
}

.what-is-mrd-animation-container .animation-slider-container .animation-slider-wrap .animation-slider .ui-slider-handle::after {
  content: " ";
  display: block;
  width: 56px;
  height: 96px;
  background: rgba(0, 0, 0, 0) url("../static/images/clonoseq_mrd_slider.png") no-repeat scroll 0 -48px;
}

.what-is-mrd-animation-container .animation-slider-container .markers::after {
  content: "if disease returns";
  display: block;
  position: absolute;
  top: 7em;
  right: 0;
  left: 65%;
  border-right: 1px solid #969fa6;
  border-bottom: 1px solid #969fa6;
  border-left: 1px solid #969fa6;
  color: #969fa6;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: italic;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item {
  position: absolute;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item h3 {
  color: #969fa6;
  font-size: 14px;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item.active h3 {
  color: #009fda;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item::before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 25px;
  margin: 0 auto;
  background-color: #000000;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item.item-1 {
  left: 1%;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item.item-2 {
  left: 40%;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item.item-3 {
  left: 65%;
}

.what-is-mrd-animation-container .animation-slider-container .markers .item.item-4 {
  left: 90%;
}

.what-is-mrd-text {
  max-width: 88%;
  margin: 115px auto 65px;
  float: none;
  text-align: center;
}

.section-how-is-mrd-container > .inside {
  max-width: 88%;
  margin: 0 auto;
  text-align: center;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap {
  margin: 35px 0 55px;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap .split-content-image-wrap p img {
  margin: 10px auto;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap .split-content-text-wrap {
  margin: 25px 0;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap.split-content-left-wrap p.gap-arrow {
  position: absolute;
  top: 35%;
  right: 0;
  bottom: 0;
  left: 85%;
  height: 22px;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap.split-content-right-wrap .clonobtn {
  margin-top: 35px;
}

.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap.split-content-right-wrap .clonobtn.play-btn:hover::before,
.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap.split-content-right-wrap .clonobtn.play-btn:focus::before,
.section-how-is-mrd-container .section-how-is-mrd-split-content-container .section-how-is-mrd-split-content-wrap.split-content-right-wrap .clonobtn.play-btn:active::before {
  content: url("../static/images/clonoseq_mrd_playbutton_hover.png");
}

.section-knowmrd-cta-container .section-knowmrd-cta-wrap {
  max-width: 88%;
  margin: 0 auto 35px;
  float: none;
  text-align: center;
}

.section-knowmrd-cta-container .section-knowmrd-cta-wrap .clonobtn {
  margin-top: 35px;
}

.section-why-measure-container .section-why-measure-wrap {
  max-width: 88%;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.section-why-measure-container .section-why-measure-wrap .why-measure-intro {
  margin-bottom: 35px;
}

.section-why-measure-container .section-why-measure-wrap .why-measure-text {
  margin-bottom: 35px;
}

.section-why-measure-container .section-why-measure-wrap .why-measure-image {
  margin-bottom: 65px;
}

.section-why-measure-container .section-why-measure-wrap .why-measure-image p img {
  margin-bottom: 10px;
}

.section-future-of-mrd-container {
  max-width: 88%;
  margin: 65px auto;
  text-align: center;
}

.section-future-of-mrd-container .section-future-of-mrd-top-wrap .section-future-of-mrd-top h3 {
  margin: 65px auto;
}

.section-future-of-mrd-container .section-future-of-mrd-top-wrap .section-future-of-mrd-top p img {
  min-width: calc(100% + 25px);
  margin-bottom: 25px;
  margin-left: -96px;
}

.section-future-of-mrd-container .section-future-of-mrd-bottom-wrap {
  margin-top: 35px;
}

.banner {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.banner p {
  width: 840px;
  max-width: 100%;
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.banner p:last-child {
  margin-bottom: 0;
}

.banner p.smaller {
  font-size: 14px;
  line-height: 20px;
}

.home .hero {
  position: relative;
}
.home .hero__img picture {
  display: flex;
}
.home .hero svg {
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: -3%;
  width: 100%;
  height: auto;
  max-height: 200px;
}
@media (min-width: 768px) {
  .home .hero svg {
    top: 13%;
  }
}
@media (min-width: 992px) {
  .home .hero svg {
    top: 10%;
    left: 43%;
    width: 34%;
    height: auto;
  }
}
.home .hero__content {
  margin-bottom: 2rem;
  background-color: #edf5f9;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .home .hero__content {
    width: 925px;
  }
}
@media (min-width: 992px) {
  .home .hero__content {
    position: absolute;
    top: 37%;
    left: 42%;
    background-color: transparent;
    color: #ffffff;
  }
}
@media (min-width: 1300px) {
  .home .hero__content {
    top: 42%;
  }
}
.home .hero__content p {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .home .hero__content p {
    width: 59%;
    max-width: 636px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .home .hero__content p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .home .hero__content p {
    margin-bottom: 15px;
  }
}
.home .hero h1 {
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 30px;
  line-height: 75px;
  text-transform: none;
  text-transform: initial;
}
.home .hero h5 {
  margin-bottom: 5px;
  color: #0b2663;
  font-size: 25px;
  line-height: 29px;
}
.home .hero .cell-md-8.cell-sm-9.cell-xs-9 {
  z-index: 1;
  margin: 0 auto;
}
.home .hero-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  .home .hero-links {
    width: 58%;
  }
}
@media (min-width: 992px) {
  .home .hero-links {
    margin: 0;
  }
}
.home .hero-links a {
  justify-content: space-between;
  width: calc(50% - 18px);
  margin: 19px 9px 19px 0;
}
@media (max-width: 767px) {
  .home .hero h1 {
    margin-bottom: 14px;
    font-size: 37px;
    line-height: 40px;
  }
  .home .hero h5 {
    font-size: 21px;
    line-height: 24px;
  }
  .home .hero-links {
    flex-direction: column;
    width: 58%;
    padding-bottom: 2rem;
  }
  .home .hero-links a {
    width: 100%;
    margin: 6px 0;
  }
  .home .hero .cell-md-8.cell-sm-9.cell-xs-9 {
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.home #why-clono {
  padding: 55px 0 74px;
}
.home #why-clono h2 {
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}
.home #why-clono h4 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .home #why-clono {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home #why-clono h2 {
    margin-bottom: 20px !important;
  }
  .home #why-clono h2 {
    font-size: 25px;
    line-height: 29px;
  }
  .home #why-clono h4 {
    margin-bottom: 20px;
  }
  .home #why-clono .text-block {
    margin-bottom: 0;
  }
}
.home #what-to-know-about-mrd {
  position: relative;
}
.home #what-to-know-about-mrd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45.6666666667%;
  height: 100%;
  background: #0b2663;
}
.home #what-to-know-about-mrd h2 {
  font-size: 37px;
  font-weight: bold;
  line-height: 39px;
}
.home #what-to-know-about-mrd h3 {
  color: #0b2663;
}
@media (min-width: 768px) {
  .home #what-to-know-about-mrd .grid {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .home #what-to-know-about-mrd {
    padding: 0 0 22px;
  }
  .home #what-to-know-about-mrd::before {
    display: none;
  }
  .home #what-to-know-about-mrd .container {
    width: 100vw;
    margin: 0;
    margin: 0;
    padding: 0;
    padding: 0;
  }
  .home #what-to-know-about-mrd .grid {
    width: 100vw;
    margin: 0;
  }
  .home #what-to-know-about-mrd .text-block:first-child {
    width: 100vw;
    margin-bottom: 31px;
    padding: 19px 35px 22px;
    background: #0b2663;
  }
  .home #what-to-know-about-mrd h2 {
    margin-bottom: 0 !important;
  }
  .home #what-to-know-about-mrd h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .home #what-to-know-about-mrd h3 {
    font-size: 23px;
    line-height: 23px;
    text-align: center;
  }
  .home #what-to-know-about-mrd .text-block {
    margin-bottom: 0;
  }
  .home #what-to-know-about-mrd .grid {
    justify-content: center;
  }
}
@media (max-width: 685px) {
  .home #what-to-know-about-mrd::before {
    height: 37%;
  }
}
.home #join-growing-movement {
  padding-top: 78px;
}
.home #join-growing-movement h2 {
  margin-top: 51px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}
.home #join-growing-movement h3 {
  padding: 0 50px;
  font-size: 30px;
  line-height: 40px;
}
.home #join-growing-movement .text-block {
  display: flex;
  align-content: stretch;
}
.home #join-growing-movement .text-block:last-child {
  display: block;
}
.home #join-growing-movement .text-block .colored {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  width: 100%;
  padding: 28px 59px 19px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.23);
  text-align: center;
}
.home #join-growing-movement .text-block .colored p {
  margin-bottom: 0;
}
.home #join-growing-movement .text-block .colored h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.home #join-growing-movement .text-block .colored .btn {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .home #join-growing-movement {
    padding-top: 31px;
    padding-bottom: 0;
  }
  .home #join-growing-movement .text-block {
    display: block;
  }
  .home #join-growing-movement .text-block .colored {
    padding-right: 22px;
    padding-left: 22px;
  }
  .home #join-growing-movement h2 {
    margin-bottom: 0 !important;
  }
  .home #join-growing-movement h2 {
    margin-top: 40px;
    padding: 0 25px;
    font-size: 21px;
    line-height: 21px;
  }
  .home #join-growing-movement h3 {
    padding: 0;
    font-size: 21px;
    line-height: 21px;
  }
  .home #join-growing-movement h4 {
    margin-top: 8px;
  }
}
.home-checklist div {
  position: relative;
  padding-left: 34px;
}
.home-checklist div img {
  position: absolute;
  top: 5px;
  left: 0;
}
.home-checklist div + div {
  margin-top: 21px;
}
.home-checklist div sup {
  white-space: pre;
}
.home p.footnote + .footnote {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home .cell-offset-md-0 {
    margin: 0;
  }
}

/* stylelint-disable */
.page-id-182 #wrap_0 .text-block:nth-child(1) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-id-182 #wrap_0 #wrap_0 .bullets:nth-child(2),
.page-id-182 #wrap_0 .text-block:nth-child(5) .bullets:nth-child(2) {
    margin-bottom: 30px;
  }
}
.page-id-182 #wrap_2 .grid {
  align-items: center;
}
.page-id-182 #wrap_5 p.footnote {
  margin-bottom: 25px;
}
.page-id-182 #wrap_6 {
  padding-top: 37px;
  padding-bottom: 37px;
}
@media (min-width: 992px) {
  .page-id-182 #wrap_6 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
.page-id-182 #about-cards h4 {
  margin-bottom: 5px;
}
.page-id-182 #about-depth {
  padding-bottom: 0;
}
.page-id-182 #about-depth .colored p {
  margin-bottom: 10px;
}
.page-id-182 #about-depth .text-block:first-child {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .page-id-182 #about-depth .quote-line {
    line-height: 39px;
  }
}
.page-id-182 #about-depth-applications {
  padding-bottom: 15px;
}
.page-id-182 #about-depth-applications h4 {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .page-id-182 #about-depth-applications h2 {
    margin-bottom: 15px !important;
  }
  .page-id-182 #about-depth-applications .text-block:not(:first-of-type) {
    margin-bottom: 0px;
  }
}
.page-id-182 #about-emerging-data .text-block:first-child {
  margin-bottom: 0;
}
.page-id-182 #about-emerging-data .btn::after {
  top: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-id-182 #powered-by-cutting-edge-tech .colored-container {
    padding-top: 42px !important;
  }
}
@media (max-width: 767px) {
  .page-id-182 #powered-by-cutting-edge-tech h2:first-child {
    margin-bottom: 9px !important;
  }
}
@media (max-width: 374px) {
  .page-id-182 #powered-by-cutting-edge-tech h3:first-of-type {
    width: calc(100% - 33px);
  }
}
@media (max-width: 767px) {
  .page-id-182 #powered-by-cutting-edge-tech h3:first-of-type {
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 20px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .page-id-182 #powered-by-cutting-edge-tech h3:first-of-type {
    width: calc(100% - 85px);
  }
}
@media (min-width: 992px) {
  .page-id-182 #powered-by-cutting-edge-tech h3:first-of-type {
    padding-right: 3em;
    padding-left: 3em;
  }
}

.page-id-217 #wrap_2 .grid {
  align-items: center;
}
@media (min-width: 992px) {
  .page-id-217 #wrap_2 .grid .text-block:nth-child(5) {
    margin-top: -24px;
  }
}
.page-id-217 .call-to-action {
  margin: 90px 0;
}

@media (max-width: 767px) {
  .page-id-268 .btn-video {
    justify-content: space-between;
    width: 277px;
  }
}

.page-id-249 #wrap_2 .text-block:nth-child(1),
.page-id-268 #wrap_2 .text-block:nth-child(1),
.page-id-372 #wrap_2 .text-block:nth-child(1) {
  margin-bottom: 10px;
}
.page-id-249 #data .grid,
.page-id-249 #wrap_3 .grid,
.page-id-268 #data .grid,
.page-id-268 #wrap_3 .grid,
.page-id-372 #data .grid,
.page-id-372 #wrap_3 .grid {
  align-items: center;
}
@media (max-width: 767px) {
  .page-id-249 #clinical-vignette .text-block:nth-child(6),
.page-id-268 #clinical-vignette .text-block:nth-child(6),
.page-id-372 #clinical-vignette .text-block:nth-child(6) {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-id-249 #wrap_1,
.page-id-268 #wrap_1,
.page-id-372 #wrap_1 {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .page-id-249 #wrap_2 .text-block:nth-child(1),
.page-id-268 #wrap_2 .text-block:nth-child(1),
.page-id-372 #wrap_2 .text-block:nth-child(1) {
    margin-bottom: 0;
  }
}

.page-id-372 #data .grid {
  align-items: flex-start;
}

@media (max-width: 767px) {
  .page-id-390 #wrap_0 {
    padding-bottom: 0 !important;
  }
  .page-id-390 .btn-video {
    justify-content: space-between;
    width: 277px;
  }
  .page-id-390 #wrap_1 .text-block p {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .page-id-249 #wrap_8 {
    padding-top: 40px !important;
  }
}

.page-id-397 h5 {
  margin: 0 0 15px;
  color: #0b2663;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.page-id-397 .ot-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.page-id-397 .ot-list ol {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-397 .ot-list ol > li {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 48px;
}
.page-id-397 .ot-list ol > li span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 28px;
  padding-top: 2px;
  border-radius: 50%;
  background: #009fda;
  color: #ffffff;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-id-397 .ot-list {
    display: block;
  }
  .page-id-397 .ot-list ol {
    width: 100%;
  }
}
.page-id-397 #wrap_0 {
  padding: 52px 0 44px;
}
.page-id-397 #wrap_0 h2 {
  margin-bottom: 11px;
}
.page-id-397 #wrap_0 h3 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-id-397 #wrap_0 {
    padding: 24px 0 34px;
  }
  .page-id-397 #wrap_0 h2 {
    margin-bottom: 11px !important;
  }
  .page-id-397 #wrap_0 h3 {
    margin-bottom: 27px;
  }
}
@media (max-width: 999px) {
  .page-id-397 #wrap_0 br {
    display: none;
  }
}
.page-id-397 #contact .columns-two.address > .input-form {
  width: 60%;
}
.page-id-397 #contact .columns-two.address > .input-form:nth-child(2) {
  width: 30%;
}
@media (max-width: 767px) {
  .page-id-397 #contact .columns-two.address > .input-form {
    width: 100%;
  }
  .page-id-397 #contact .columns-two.address > .input-form:nth-child(2) {
    width: 100%;
  }
}
.page-id-397 #contact .wpcf7-checkbox .wpcf7-list-item.first.last {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-id-397 #wrap_3 div.text-block:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-id-397 #wrap_3 .intake-hours {
    margin-top: 10px;
  }
}
.page-id-397 #wrap_3 .shipping-info {
  display: none;
}
.page-id-397 #wrap_3 .shipping-info.mobile {
  display: block;
}
@media (min-width: 992px) {
  .page-id-397 #wrap_3 .shipping-info.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-id-397 #wrap_3 .shipping-info {
    display: block;
    width: 55%;
  }
}
.page-id-397 #wrap_3 .footnote {
  margin-bottom: 36px;
}
.page-id-397 #wrap_3 .footnote + p {
  margin-bottom: 36px;
}
.page-id-397 #wrap_4 {
  padding: 65px 0 96px;
}
.page-id-397 #wrap_4 h2 {
  margin-bottom: 40px;
}
.page-id-397 #wrap_4 .footnote {
  margin-top: 22px;
  margin-bottom: 36px;
}
.page-id-397 #wrap_4 h3 {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .page-id-397 #wrap_4 {
    padding: 27px 0 29px;
  }
  .page-id-397 #wrap_4 h2 {
    margin-bottom: 0 !important;
  }
  .page-id-397 #wrap_4 .footnote {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .page-id-397 #wrap_4 h3 {
    margin-top: 32px;
  }
  .page-id-397 #wrap_4 .btn.btn-download {
    display: inline-flex;
    width: auto;
    max-width: 80%;
    padding: 14px 28px;
  }
}
.page-id-397 #wrap_5 {
  padding: 64px 0 28px;
}
@media (max-width: 991px) {
  .page-id-397 #wrap_5 {
    padding: 36px 0 35px;
  }
}
.page-id-397 #wrap_6 {
  padding: 28px 0 37px;
}
.page-id-397 #wrap_6 .btn.btn-blue {
  font-weight: bold;
}
@media (max-width: 991px) {
  .page-id-397 #wrap_6 {
    padding: 13.5px 0 24px;
  }
  .page-id-397 #wrap_6 .btn.btn-blue {
    font-weight: 800;
  }
}

.page-id-441 #wrap_1 .grid {
  justify-content: center;
}
.page-id-441 .hero h1 sup {
  font-size: 47%;
}

.page-id-853 .anchor-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 10px;
}
.page-id-853 .anchor-nav > a {
  display: block;
  flex: none;
  margin: 0 20px;
  padding: 5px 10px;
  background: #0b2663;
  color: #ffffff;
  font-size: 80%;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.page-id-853 .anchor-nav > a:hover {
  background: #009fda;
}

.page-id-1451 .colored {
  margin: 50px 0 30px;
}
@media (max-width: 767px) {
  .page-id-1451 .colored {
    margin: 0 -20px 10px;
    padding: 30px 20px;
  }
}
.page-id-1451 .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .page-id-1451 .filters {
    padding: 0;
  }
  .page-id-1451 .filters .checkbox input + label {
    font-size: 16px;
  }
}
.page-id-1451 .filters > div {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .page-id-1451 .filters > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-id-1451 .filters > div.submit {
  width: 100%;
  margin: 0;
  text-align: center;
}
.page-id-1451 .filters > div p {
  color: #009fda;
  font-weight: bold;
}
.page-id-1451 .filters > div p + ul {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .page-id-1451 .filters > div p {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-id-1451 .filters > div p::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    transform: rotate(180deg);
    background: url("../static/images/caret-down.svg") no-repeat center/cover;
  }
  .page-id-1451 .filters > div p.close::after {
    transform: rotate(0deg);
  }
  .page-id-1451 .filters > div p.close + ul {
    max-height: 0;
  }
}
.page-id-1451 .filters > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-1451 .filters > div ul li {
  margin-bottom: 20px;
}
.page-id-1451 .filters > div ul li input + label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  background: #ffffff;
}
.page-id-1451 .result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}
.page-id-1451 .result .topic {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.page-id-1451 .result .topic span {
  display: block;
  margin-right: 20px;
  padding: 0 20px;
  border-radius: 16px;
  background: #e5f5fb;
  color: #009fda;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.page-id-1451 .result .action {
  flex: none;
  width: 20%;
  text-align: right;
}
@media (max-width: 767px) {
  .page-id-1451 .result .action {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
}
.page-id-1451 .result .action a {
  display: inline-flex;
  align-items: center;
  color: #009fda;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.page-id-1451 .result .action a::after {
  content: "";
  width: 25px;
  height: 24px;
  margin-left: 7px;
  transition: transform 0.3s ease-in-out;
  background: url("../static/images/icn-view.svg") no-repeat center/cover;
}
.page-id-1451 .result .action a.video::after {
  background: url("../static/images/icn-play-blue.svg") no-repeat center/cover;
}
.page-id-1451 .result .action a:hover::after {
  transform: translate(5px, 0);
}
.page-id-1451 .result .action a.coming::after {
  display: none;
}
.page-id-1451 .result .about {
  flex: 1;
}

/* stylelint-disable */
.impactLink {
  display: inline-block;
  position: relative;
  transition: color 0.3s;
  color: #009fda;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.impactLink:hover {
  transition: color 0.3s;
  color: #002854;
}
.impactLink.withArrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: right 0.2s;
  background: url("../static/images/arrow-blue.svg") no-repeat center/cover;
}
.impactLink.withArrow.left {
  padding-left: 22px;
}
.impactLink.withArrow.left::after {
  right: auto;
  right: initial;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: left 0.2s;
}
.impactLink.withArrow:hover::after {
  right: -28px;
  transition: right 0.2s;
  background: url("../static/images/arrow-blue-dark.svg") no-repeat center/cover;
}
.impactLink.withArrow:hover.left::after {
  right: auto;
  right: initial;
  left: -6px;
  transition: left 0.2s;
}

.offsiteModal {
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 650px;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 0 24px 10px rgba(0, 0, 0, 0.3);
}
.offsiteModal .header {
  position: relative;
  padding: 16px 40px 16px 16px;
  background: #009fda;
}
.offsiteModal .header h3 {
  margin: 0;
  color: white;
  font-size: 20px;
}
.offsiteModal .header .closeModal {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  background-image: url("../static/images/congress/2021/close.svg");
}
.offsiteModal .content {
  padding: 20px 20px 30px;
}

.page-id-2131 .lowercase {
  text-transform: lowercase;
}
.page-id-2131 h1 {
  color: #002854;
}
.page-id-2131 h1::after {
  display: none;
}
.page-id-2131 h1.special {
  color: white;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  text-transform: none;
}
@media (min-width: 768px) {
  .page-id-2131 h1.special {
    font-size: 80px;
    line-height: 84px;
  }
}
.page-id-2131 h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}
@media (min-width: 768px) {
  .page-id-2131 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.page-id-2131 .kicker {
  color: #009fda;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-id-2131 .text-darkBlue {
  color: #002854 !important;
}
.page-id-2131 .btn.btn-white {
  background: #ffffff;
  color: #002854;
}
.page-id-2131 .btn.btn-white::after {
  background: url("../static/images/arrow-blue-dark.svg");
}
.page-id-2131 .flex {
  display: flex;
}
.page-id-2131 .flex.sixty40 > *:first-of-type {
  width: 60%;
  padding-right: 0;
}
.page-id-2131 .flex.sixty40 > *:last-of-type {
  width: 40%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-id-2131 .md-flex {
    display: flex;
  }
  .page-id-2131 .md-flex > section,
.page-id-2131 .md-flex > div {
    width: 50%;
  }
  .page-id-2131 .md-flex > section:first-of-type,
.page-id-2131 .md-flex > div:first-of-type {
    padding-right: 35px;
  }
  .page-id-2131 .md-flex > section:last-of-type,
.page-id-2131 .md-flex > div:last-of-type {
    padding-left: 35px;
  }
  .page-id-2131 .md-flex.sixty40 > *:first-of-type {
    width: 60%;
    padding-right: 0;
  }
  .page-id-2131 .md-flex.sixty40 > *:last-of-type {
    width: 40%;
    padding-left: 0;
  }
}
.page-id-2131 #intro #logo-inner {
  display: flex;
  margin-bottom: 25px;
}
.page-id-2131 #intro #logo-inner img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 130px;
}
.page-id-2131 #intro #logo-inner span {
  display: block;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid white;
}
.page-id-2131 #intro h1 {
  margin-top: 17px;
}
.page-id-2131 #intro h2 {
  font-weight: 700;
}
.page-id-2131 #intro h2 span {
  color: #ffffff;
}
.page-id-2131 #intro p {
  max-width: 600px;
}
.page-id-2131 #intro p a[href^="tel:"] {
  color: white;
  text-decoration: none;
}
.page-id-2131 #intro p.bigger {
  font-size: 22px;
}
.page-id-2131 #intro ul {
  margin-bottom: 25px;
  list-style-type: none;
}
.page-id-2131 #intro ul li {
  position: relative;
  padding-left: 30px;
}
.page-id-2131 #intro ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  transform: translateY(-50%);
  background: white;
  font-weight: bold;
}
.page-id-2131 #abstracts {
  padding: 75px 0;
}
.page-id-2131 #abstracts .sliderContainer {
  position: relative;
  height: 350px;
}
.page-id-2131 #abstracts .sliderContainer .track {
  position: relative;
  z-index: 4;
  width: calc(100% - 80px);
  height: 100%;
  min-height: 150px;
  margin: 0 auto;
  overflow-x: hidden;
  transition: width 0.2s, height 0.2s;
}
@media (min-width: 1060px) {
  .page-id-2131 #abstracts .sliderContainer .track {
    width: 100%;
  }
}
.page-id-2131 #abstracts .sliderContainer .track .slider {
  display: flex;
  position: absolute;
  left: 0;
  min-width: 100%;
  transition: left 0.7s ease-in, width 0.2s;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract {
  display: block;
  width: 200px;
  height: 337px;
  min-height: 50px;
  margin: 5px 15px;
  padding: 30px 25px;
  transition: width 0.2s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  text-align: right;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract:first-of-type {
  margin-left: 3px;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-id-2131 #abstracts .sliderContainer .track .slider article.abstract {
    margin: 5px 12.5px;
  }
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract.soon h2 {
  margin-top: 36px;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract h2 {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract h2,
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract h3,
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract p {
  text-align: left;
}
.page-id-2131 #abstracts .sliderContainer .track .slider article.abstract a.impactLink {
  margin-right: 10px;
}
.page-id-2131 #abstracts .quickNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
}
.page-id-2131 #abstracts .quickNav .buttonHolder {
  display: none;
}
@media (min-width: 768px) {
  .page-id-2131 #abstracts .quickNav .buttonHolder {
    display: flex;
    margin-right: 15px;
  }
}
.page-id-2131 #abstracts .quickNav .buttonHolder a {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  transition: background-color 0.4s;
  border-radius: 50%;
  background-color: #e4e8ed;
}
.page-id-2131 #abstracts .quickNav .buttonHolder a.active {
  transition: background-color 0.4s;
  background-color: #009fda;
}
.page-id-2131 #abstracts button.arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.4s;
  transition: opacity 0.3s;
  border: none;
  outline: 0;
  opacity: 1;
  background: none;
  cursor: pointer;
}
.page-id-2131 #abstracts button.arrow svg g g {
  transition: stroke 0.5s;
}
.page-id-2131 #abstracts button.arrow:hover svg g g {
  transition: stroke 0.5s;
  stroke: #0b2663;
}
.page-id-2131 #abstracts button.arrow[disabled] {
  transition: opacity 0.3s;
  opacity: 0;
  cursor: auto;
  cursor: initial;
}
.page-id-2131 #abstracts button.arrow.left {
  left: 0;
}
@media (min-width: 1000px) {
  .page-id-2131 #abstracts button.arrow.left {
    left: -40px;
  }
}
.page-id-2131 #abstracts button.arrow.right {
  right: 0;
}
.page-id-2131 #abstracts button.arrow.right svg {
  transform: rotate(180deg);
}
@media (min-width: 1000px) {
  .page-id-2131 #abstracts button.arrow.right {
    right: -40px;
  }
}
.page-id-2131 #splitPromo {
  position: relative;
  padding: 0;
  background: #002854;
}
@media (min-width: 992px) {
  .page-id-2131 #splitPromo {
    padding: 50px 0;
  }
  .page-id-2131 #splitPromo::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #009fda;
  }
}
.page-id-2131 #splitPromo .container {
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (max-width: 991px) {
  .page-id-2131 #splitPromo .container > .grid {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.page-id-2131 #splitPromo .container > .grid > div {
  padding: 50px 15px;
}
@media (min-width: 992px) {
  .page-id-2131 #splitPromo .container > .grid > div {
    padding: 0 10px;
  }
  .page-id-2131 #splitPromo .container > .grid > div:first-of-type {
    padding-right: 35px;
  }
  .page-id-2131 #splitPromo .container > .grid > div:last-of-type {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .page-id-2131 #splitPromo .container > .grid > div:last-of-type {
    background: #009fda;
  }
}
.page-id-2131 #splitPromo .container .sixty40 {
  margin-bottom: 20px;
}
.page-id-2131 #meetingBg {
  position: relative;
  padding-bottom: 170px;
  background-image: url("../static/images/congress/2021/meeting.jpg");
  background-repeat: no-repeat;
  background-size: 130%;
}
@media (min-width: 700px) {
  .page-id-2131 #meetingBg {
    padding-bottom: 100px;
    background-position-x: 10vw;
    background-position-y: -7vw;
  }
}
@media (min-width: 830px) {
  .page-id-2131 #meetingBg {
    padding-bottom: 0;
    background-size: 110%;
    background-position-y: center;
    background-position-x: 20vw;
  }
  .page-id-2131 #meetingBg .inner {
    width: calc(100% - 280px);
    max-width: 620px;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .page-id-2131 #meetingBg {
    background: url("../static/images/congress/2021/meeting-mobile.jpg") no-repeat bottom right/130% auto;
  }
}
.page-id-2131 #meetingBg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 87%;
  background: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 30vw);
}
@media (min-width: 700px) {
  .page-id-2131 #meetingBg::after {
    height: 100%;
    background: linear-gradient(342deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 30vw);
  }
}
@media (min-width: 830px) {
  .page-id-2131 #meetingBg::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 39%);
  }
}
@media (min-width: 1400px) {
  .page-id-2131 #meetingBg::after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%);
  }
}
.page-id-2131 #meetingBg .container {
  position: relative;
  z-index: 2;
}
.page-id-2131 #resources p {
  margin-bottom: 43px;
}
.page-id-2131 #resources ul#productResources {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-id-2131 #resources ul#productResources {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-id-2131 #resources ul#productResources li {
  margin-bottom: 20px;
  padding-right: 20px;
  color: #002854;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-id-2131 #resources ul#productResources li {
    width: 50%;
  }
}
.page-id-2131 #resources ul#productResources li:last-of-type {
  margin-bottom: 0;
}
.page-id-2131 #resources ul#productResources li a {
  position: relative;
  text-decoration: none;
}
.page-id-2131 #resources ul#productResources li a svg {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: top 0.3s;
}
.page-id-2131 #resources ul#productResources li a svg path {
  transition: fill 0.3s;
}
.page-id-2131 #resources ul#productResources li a:hover svg {
  top: 6px;
  transition: top 0.3s;
}
.page-id-2131 #resources ul#productResources li a:hover svg path {
  transition: fill 0.3s;
  fill: #002854;
}
.page-id-2131 #resources ul#productResources li.multi span {
  color: #838181;
}
.page-id-2131 #resources ul#productResources li.multi a {
  top: 0;
  transition: top 0.3s, color 0.3s;
  white-space: nowrap;
}
.page-id-2131 #resources ul#productResources li.multi a svg {
  margin-right: 3px;
  margin-left: 10px;
}
.page-id-2131 #resources ul#productResources li.multi a:hover {
  top: 3px;
  color: #002854;
}
.page-id-2131 #resources ul#productResources li.multi a:hover svg {
  top: 3px;
}
.page-id-2131 #medAffairs .download {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.page-id-2131 #medAffairs .download a svg {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: top 0.3s;
}
.page-id-2131 #medAffairs .download a svg path {
  transition: fill 0.3s;
}
.page-id-2131 #medAffairs .download a:hover svg {
  top: 6px;
  transition: top 0.3s;
}
.page-id-2131 #medAffairs .download a:hover svg path {
  transition: fill 0.3s;
  fill: #002854;
}
.page-id-2131 #medAffairs .download a svg path {
  fill: white;
}
.page-id-2131 #medAffairs .download a:hover svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.page-id-2131 #medAffairs a.btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-id-2131 #medAffairs a.btn {
    margin-top: 0;
  }
}
.page-id-2131 #video .inner {
  max-width: 800px;
  margin: 0 auto;
}
.page-id-2131 #video .inner .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
.page-id-2131 #video .inner .video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-id-2131 #video .inner p {
  margin: 30px 0 0;
}
.page-id-2131 #twitter {
  padding-top: 0;
}
.page-id-2131 #twitter h2 a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.page-id-2131 .modalContainer {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.page-id-2131 .modalContainer .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}
.page-id-2131 .modalContainer .modal .title {
  position: relative;
  padding: 20px 30px;
  background: #009fda;
}
.page-id-2131 .modalContainer .modal .title h3 {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
}
.page-id-2131 .modalContainer .modal .title .closeModal {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.page-id-2131 .modalContainer .modal .content {
  max-height: calc(100vh - 80px);
  padding: 15px 25px;
  overflow: auto;
  background: white;
}
.page-id-2131 .modalContainer .modal .content .flex {
  align-items: center;
}
@media (max-width: 400px) {
  .page-id-2131 .modalContainer .modal .content .flex {
    display: block;
  }
}
.page-id-2131 .modalContainer .modal .content .flex small {
  margin-bottom: 0;
}
.page-id-2131 .modalContainer .modal .content .flex button {
  margin-left: 15px;
}
.page-id-2131 .modalContainer .modal .content .fancyForm input {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.page-id-2131 .fancyForm fieldset {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-id-2131 .fancyForm fieldset span {
  width: 50%;
}
.page-id-2131 .fancyForm fieldset span:first-of-type {
  margin-right: 5px;
}
.page-id-2131 .fancyForm fieldset span:last-of-type {
  margin-left: 5px;
}
.page-id-2131 .fancyForm span {
  margin: 5px 0;
}
.page-id-2131 .fancyForm span input {
  width: 100%;
  padding: 8px 5px;
  border: 0;
  font-family: atten-new, sans-serif;
  font-size: 18px;
}
.page-id-2131 .fancyForm span input::-moz-placeholder {
  color: #939394;
  font-family: atten-new, sans-serif;
}
.page-id-2131 .fancyForm span input::placeholder {
  color: #939394;
  font-family: atten-new, sans-serif;
}
.page-id-2131 .fancyForm p span + span {
  margin-top: 10px;
}
.page-id-2131 .fancyForm small {
  display: block;
  margin-bottom: 10px;
  color: #4d4f53;
  font-size: 14px;
  line-height: 18px;
}

.abstractsPage .back {
  display: block;
  margin-bottom: 20px;
}
.abstractsPage .flex {
  display: flex;
}
.abstractsPage .flex.sixty40 > *:first-of-type {
  width: 60%;
  padding-right: 0;
}
.abstractsPage .flex.sixty40 > *:last-of-type {
  width: 40%;
  padding-left: 0;
}
.abstractsPage h1 {
  color: #002854;
}
.abstractsPage h1::after {
  display: none;
}
.abstractsPage h1.special {
  color: white;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  text-transform: none;
}
@media (min-width: 768px) {
  .abstractsPage h1.special {
    font-size: 80px;
    line-height: 84px;
  }
}
.abstractsPage .kicker {
  color: #009fda;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.abstractsPage .list {
  padding: 0;
}
.abstractsPage .list article.abstract {
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.abstractsPage .list article.abstract:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.abstractsPage .list article.abstract a {
  position: relative;
  right: 20px;
  padding-left: 25px;
}
.abstractsPage .list article.abstract h2.title {
  font-size: 20px;
  line-height: 24px;
}
.abstractsPage .list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.abstractsPage .list .pagination > * {
  display: block;
  padding: 6px 13px;
  border: 1px solid #009fda;
  border-left: none;
  color: #009fda;
  font-size: 14px;
  text-decoration: none;
}
.abstractsPage .list .pagination > *:nth-child(2) {
  border-left: 1px solid #009fda;
}
.abstractsPage .list .pagination > *.current {
  background: #009fda;
  color: white;
}
.abstractsPage .list .pagination > *.prev, .abstractsPage .list .pagination > *.next {
  display: none;
}

.page-id-475 .content-wrap {
  padding: 44px 0;
}
@media (max-width: 991px) {
  .page-id-475 .content-wrap {
    padding: 24px 0;
  }
}
.page-id-475 .pi-form h2 {
  margin-bottom: 12px;
}
.page-id-475 .pi-form h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-id-475 .pi-form h2,
.page-id-475 .pi-form h3 {
    margin-bottom: 8px !important;
  }
}
.page-id-475 #pi-cta {
  padding: 63px 0 68px;
}
@media (max-width: 767px) {
  .page-id-475 #pi-cta {
    padding: 37px 0 41px;
  }
}
@media (min-width: 768px) {
  .page-id-475 .us-based {
    margin-top: 27px;
  }
  .page-id-475 .us-based hr {
    display: none;
  }
}

.page-id-441 #wrap_0 {
  padding: 53px 0 58px;
}
.page-id-441 #wrap_0 h2 {
  margin-top: 21px;
  margin-bottom: 17px;
  font-weight: 800;
}
@media (min-width: 767px) {
  .page-id-441 #wrap_0 h2 {
    font-size: 29px;
  }
}
.page-id-441 #wrap_0 h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .page-id-441 #wrap_0 {
    padding: 36px 0 34px;
  }
  .page-id-441 #wrap_0 h2 {
    margin-bottom: 16px !important;
  }
  .page-id-441 #wrap_0 h2 {
    margin-top: 19px;
  }
  .page-id-441 #wrap_0 h3 {
    margin-bottom: 24px;
  }
  .page-id-441 #wrap_0 .btn.btn-download {
    display: inline-flex;
    width: auto;
    font-weight: 800;
  }
  .page-id-441 #wrap_0 img {
    width: 222px;
  }
}
.page-id-441 #aa-support-patients {
  padding-bottom: 48px;
}
.page-id-441 #aa-support-patients h2 {
  margin-bottom: 37px;
}
.page-id-441 #aa-support-patients h6 {
  font-weight: normal;
}
@media (max-width: 767px) {
  .page-id-441 #aa-support-patients {
    padding-bottom: 45px;
  }
  .page-id-441 #aa-support-patients h2 {
    margin-bottom: 14px !important;
  }
}
.page-id-441 #wrap_2 .text-block .colored {
  padding: 32px 45px 37px;
}
.page-id-441 #wrap_2 .text-block .colored h3 {
  margin-bottom: 23px;
}
.page-id-441 #wrap_2 .aa-patient-phone {
  color: #2c9867;
  text-align: center;
}
@media (max-width: 767px) {
  .page-id-441 #wrap_2 {
    padding-bottom: 0;
  }
  .page-id-441 #wrap_2 .container {
    width: 100vw;
    max-width: none;
    max-width: initial;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .page-id-441 #wrap_2 .text-block {
    padding: 0;
  }
  .page-id-441 #wrap_2 .text-block .aa-patient-phone {
    padding: 0 40px;
  }
  .page-id-441 #wrap_2 .text-block .colored {
    padding: 24px 45px 40px;
  }
  .page-id-441 #wrap_2 .text-block .colored h3 {
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 20px;
  }
  .page-id-441 #wrap_2 .text-block .colored .btn.btn-download {
    display: inline-flex;
    width: auto;
    font-weight: 800;
  }
}
.page-id-441 #wrap_3 {
  padding-top: 0;
}

.page-id-462 #wrap_0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-id-462 #wrap_0 .text-block:first-of-type {
    margin-bottom: 20px;
  }
  .page-id-462 #wrap_0 h2 {
    margin-bottom: 0 !important;
  }
}
.page-id-462 .accordion::after {
  display: none;
}
.page-id-462 .accordion .acc-title {
  padding-right: 40px;
  padding-left: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
}
.page-id-462 .accordion .acc-title::before {
  right: 0;
  left: auto;
  transform: rotate(0deg);
}
.page-id-462 .accordion .acc-title.open::before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .page-id-462 .accordion .acc-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 24px;
  }
}
.page-id-462 .accordion .acc-content {
  padding-right: 40px;
  padding-left: 8.3333333333%;
}
.page-id-462 .accordion .acc-content .dowloable-links {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-id-462 .accordion .acc-content .dowloable-links a.btn {
  min-height: 0;
  min-height: initial;
  margin: 12px 0 12px 20px;
  padding: 0;
  font-weight: 800;
}
@media (max-width: 767px) {
  .page-id-462 .accordion .acc-content {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .page-id-462 .accordion .acc-content .dowloable-links a.btn {
    margin: 12px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .page-id-462 .accordion .acc-content .dowloable-links a.btn span {
    width: 85%;
  }
}

.page-id-428 .popup-break {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .page-id-428 #wrap_0.content-wrap {
    padding: 24px 0;
  }
}
.page-id-428 #wrap_0 h2 {
  margin-bottom: 12px;
}
.page-id-428 #wrap_0 .text-block .colored {
  padding: 31px 52px 29px;
}
@media (max-width: 767px) {
  .page-id-428 #wrap_0 h2 {
    margin-bottom: 8px !important;
  }
  .page-id-428 #wrap_0 h3 {
    margin-bottom: 0;
  }
  .page-id-428 #wrap_0 .text-block:first-child {
    margin-bottom: 20px;
  }
  .page-id-428 #wrap_0 .text-block:nth-child(2) {
    margin-bottom: 24px;
  }
  .page-id-428 #wrap_0 .text-block .colored {
    padding: 24px 70px 32px;
  }
}
.page-id-428 #wrap_1 .colored-container {
  padding-top: 22px;
  padding-bottom: 26px;
}
.page-id-428 #wrap_1 p {
  margin: 0;
}
@media (max-width: 767px) {
  .page-id-428 #wrap_1 .colored-container {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.page-id-428 .hr-title {
  margin: 60px 0 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-id-428 .hr-title {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.page-id-428 .hr-title--nmt {
  margin-top: 0;
}
.page-id-428 #wrap_2 {
  padding-bottom: 85px;
}
.page-id-428 #wrap_2 .footnote {
  margin: 51px 0;
}
@media (max-width: 767px) {
  .page-id-428 #wrap_2 .footnote {
    margin: 32px 0 14px;
  }
}
.page-id-428 #wrap_2 .colored {
  padding-top: 47px;
  padding-bottom: 40px;
}
.page-id-428 #wrap_2 .colored .btn {
  font-weight: 900;
}
@media (max-width: 767px) {
  .page-id-428 #wrap_2 .colored {
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .page-id-428 #wrap_2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .page-id-428 #wrap_3 h2 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 991px) {
  .page-id-428 #wrap_5.content-wrap {
    padding-top: 24px !important;
    padding-bottom: 29px !important;
  }
}
.page-id-428 .hr-tap {
  margin-top: 36px;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .page-id-428 .hr-tap {
    margin-top: 24px;
    margin-bottom: 5px;
  }
}

.page-id-268 .hero h1 span,
.page-id-2639 .hero h1 span,
.page-id-2657 .hero h1 span,
.page-id-2649 .hero h1 span,
.page-id-2659 .hero h1 span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  text-transform: initial;
}
.page-id-268 #wrap_2 .text-block:nth-child(1),
.page-id-2639 #wrap_2 .text-block:nth-child(1),
.page-id-2657 #wrap_2 .text-block:nth-child(1),
.page-id-2649 #wrap_2 .text-block:nth-child(1),
.page-id-2659 #wrap_2 .text-block:nth-child(1) {
  margin-bottom: 10px;
}
.page-id-268 #data .grid,
.page-id-268 #wrap_3 .grid,
.page-id-2639 #data .grid,
.page-id-2639 #wrap_3 .grid,
.page-id-2657 #data .grid,
.page-id-2657 #wrap_3 .grid,
.page-id-2649 #data .grid,
.page-id-2649 #wrap_3 .grid,
.page-id-2659 #data .grid,
.page-id-2659 #wrap_3 .grid {
  align-items: center;
}
.page-id-268 #myeloma-view-case-studies .text-block:last-child,
.page-id-268 #case-for-clonoseq .text-block:last-child,
.page-id-2639 #myeloma-view-case-studies .text-block:last-child,
.page-id-2639 #case-for-clonoseq .text-block:last-child,
.page-id-2657 #myeloma-view-case-studies .text-block:last-child,
.page-id-2657 #case-for-clonoseq .text-block:last-child,
.page-id-2649 #myeloma-view-case-studies .text-block:last-child,
.page-id-2649 #case-for-clonoseq .text-block:last-child,
.page-id-2659 #myeloma-view-case-studies .text-block:last-child,
.page-id-2659 #case-for-clonoseq .text-block:last-child {
  margin-bottom: 30px;
}
.page-id-268 #myeloma-view-case-studies .text-block .colored,
.page-id-268 #case-for-clonoseq .text-block .colored,
.page-id-2639 #myeloma-view-case-studies .text-block .colored,
.page-id-2639 #case-for-clonoseq .text-block .colored,
.page-id-2657 #myeloma-view-case-studies .text-block .colored,
.page-id-2657 #case-for-clonoseq .text-block .colored,
.page-id-2649 #myeloma-view-case-studies .text-block .colored,
.page-id-2649 #case-for-clonoseq .text-block .colored,
.page-id-2659 #myeloma-view-case-studies .text-block .colored,
.page-id-2659 #case-for-clonoseq .text-block .colored {
  height: 100%;
  padding: 12px;
}
.page-id-268 .versus,
.page-id-2639 .versus,
.page-id-2657 .versus,
.page-id-2649 .versus,
.page-id-2659 .versus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
  font-size: 30px;
  line-height: 1;
  gap: 1em;
}
.page-id-268 .versus .big-numbers,
.page-id-2639 .versus .big-numbers,
.page-id-2657 .versus .big-numbers,
.page-id-2649 .versus .big-numbers,
.page-id-2659 .versus .big-numbers {
  color: #0b2663;
  font-size: 2rem;
  font-weight: 800;
}
.page-id-268 .versus .big-numbers:nth-child(2),
.page-id-2639 .versus .big-numbers:nth-child(2),
.page-id-2657 .versus .big-numbers:nth-child(2),
.page-id-2649 .versus .big-numbers:nth-child(2),
.page-id-2659 .versus .big-numbers:nth-child(2) {
  color: #9e9e9e;
}
.page-id-268 .versus-text,
.page-id-2639 .versus-text,
.page-id-2657 .versus-text,
.page-id-2649 .versus-text,
.page-id-2659 .versus-text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-id-268 .versus-text,
.page-id-2639 .versus-text,
.page-id-2657 .versus-text,
.page-id-2649 .versus-text,
.page-id-2659 .versus-text {
    font-size: 16px;
  }
}
.page-id-268 #case-for-clonoseq,
.page-id-2639 #case-for-clonoseq,
.page-id-2657 #case-for-clonoseq,
.page-id-2649 #case-for-clonoseq,
.page-id-2659 #case-for-clonoseq {
  padding-bottom: 10px;
}
.page-id-268 #case-for-clonoseq .text-block .colored,
.page-id-2639 #case-for-clonoseq .text-block .colored,
.page-id-2657 #case-for-clonoseq .text-block .colored,
.page-id-2649 #case-for-clonoseq .text-block .colored,
.page-id-2659 #case-for-clonoseq .text-block .colored {
  height: 100%;
  padding: 44px 34px 43px;
}
.page-id-268 #case-for-clonoseq .text-block .colored h4,
.page-id-2639 #case-for-clonoseq .text-block .colored h4,
.page-id-2657 #case-for-clonoseq .text-block .colored h4,
.page-id-2649 #case-for-clonoseq .text-block .colored h4,
.page-id-2659 #case-for-clonoseq .text-block .colored h4 {
  margin-bottom: 10px;
}
.page-id-268 #clinical-practice-guidelines,
.page-id-2639 #clinical-practice-guidelines,
.page-id-2657 #clinical-practice-guidelines,
.page-id-2649 #clinical-practice-guidelines,
.page-id-2659 #clinical-practice-guidelines {
  padding-top: 0;
  padding-bottom: 58px;
}
.page-id-268 #clinical-practice-guidelines .text-block,
.page-id-2639 #clinical-practice-guidelines .text-block,
.page-id-2657 #clinical-practice-guidelines .text-block,
.page-id-2649 #clinical-practice-guidelines .text-block,
.page-id-2659 #clinical-practice-guidelines .text-block {
  margin-bottom: 0;
}
.page-id-268 #clinical-practice-guidelines h3,
.page-id-2639 #clinical-practice-guidelines h3,
.page-id-2657 #clinical-practice-guidelines h3,
.page-id-2649 #clinical-practice-guidelines h3,
.page-id-2659 #clinical-practice-guidelines h3 {
  margin-bottom: 33px;
}
.page-id-268 #clinical-practice-guidelines table,
.page-id-2639 #clinical-practice-guidelines table,
.page-id-2657 #clinical-practice-guidelines table,
.page-id-2649 #clinical-practice-guidelines table,
.page-id-2659 #clinical-practice-guidelines table {
  margin-bottom: 50px;
  border: medium none currentColor;
  border: initial;
}
.page-id-268 #clinical-practice-guidelines table th,
.page-id-268 #clinical-practice-guidelines table td,
.page-id-2639 #clinical-practice-guidelines table th,
.page-id-2639 #clinical-practice-guidelines table td,
.page-id-2657 #clinical-practice-guidelines table th,
.page-id-2657 #clinical-practice-guidelines table td,
.page-id-2649 #clinical-practice-guidelines table th,
.page-id-2649 #clinical-practice-guidelines table td,
.page-id-2659 #clinical-practice-guidelines table th,
.page-id-2659 #clinical-practice-guidelines table td {
  border: medium none currentColor;
  border: initial;
}
.page-id-268 #clinical-practice-guidelines table thead th,
.page-id-2639 #clinical-practice-guidelines table thead th,
.page-id-2657 #clinical-practice-guidelines table thead th,
.page-id-2649 #clinical-practice-guidelines table thead th,
.page-id-2659 #clinical-practice-guidelines table thead th {
  padding-bottom: 16px;
  background-color: transparent;
  color: #0b2663;
}
.page-id-268 #clinical-practice-guidelines table tbody td,
.page-id-2639 #clinical-practice-guidelines table tbody td,
.page-id-2657 #clinical-practice-guidelines table tbody td,
.page-id-2649 #clinical-practice-guidelines table tbody td,
.page-id-2659 #clinical-practice-guidelines table tbody td {
  padding: 18px 49px;
  border-bottom: 12px solid #ffffff;
  background: #f0f6fa;
  color: #0b2663;
  font-weight: bold;
}
.page-id-268 #clinical-practice-guidelines table tbody tr td,
.page-id-2639 #clinical-practice-guidelines table tbody tr td,
.page-id-2657 #clinical-practice-guidelines table tbody tr td,
.page-id-2649 #clinical-practice-guidelines table tbody tr td,
.page-id-2659 #clinical-practice-guidelines table tbody tr td {
  text-align: center;
}
.page-id-268 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2639 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2657 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2649 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2659 #clinical-practice-guidelines table tbody tr td:first-child {
  text-align: left;
}
.page-id-268 #induction,
.page-id-2639 #induction,
.page-id-2657 #induction,
.page-id-2649 #induction,
.page-id-2659 #induction {
  padding-bottom: 62px;
}
.page-id-268 #induction .versus,
.page-id-2639 #induction .versus,
.page-id-2657 #induction .versus,
.page-id-2649 #induction .versus,
.page-id-2659 #induction .versus {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 22px;
}
.page-id-268 #induction .versus .big-numbers,
.page-id-2639 #induction .versus .big-numbers,
.page-id-2657 #induction .versus .big-numbers,
.page-id-2649 #induction .versus .big-numbers,
.page-id-2659 #induction .versus .big-numbers {
  font-size: 60px;
  line-height: 66px;
}
.page-id-268 #induction .text-block .colored,
.page-id-2639 #induction .text-block .colored,
.page-id-2657 #induction .text-block .colored,
.page-id-2649 #induction .text-block .colored,
.page-id-2659 #induction .text-block .colored {
  padding: 44px 81px 45px;
}
.page-id-268 #induction .text-block .colored p:not(.versus),
.page-id-2639 #induction .text-block .colored p:not(.versus),
.page-id-2657 #induction .text-block .colored p:not(.versus),
.page-id-2649 #induction .text-block .colored p:not(.versus),
.page-id-2659 #induction .text-block .colored p:not(.versus) {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
.page-id-268 #induction h2,
.page-id-2639 #induction h2,
.page-id-2657 #induction h2,
.page-id-2649 #induction h2,
.page-id-2659 #induction h2 {
  font-weight: 800;
}
.page-id-268 #transplant,
.page-id-2639 #transplant,
.page-id-2657 #transplant,
.page-id-2649 #transplant,
.page-id-2659 #transplant {
  margin-bottom: 68px;
  padding: 66px 0 68px;
}
.page-id-268 #transplant h2,
.page-id-2639 #transplant h2,
.page-id-2657 #transplant h2,
.page-id-2649 #transplant h2,
.page-id-2659 #transplant h2 {
  margin-bottom: 20px;
}
.page-id-268 #transplant h3,
.page-id-2639 #transplant h3,
.page-id-2657 #transplant h3,
.page-id-2649 #transplant h3,
.page-id-2659 #transplant h3 {
  margin-bottom: 26px;
}
.page-id-268 #transplant h3.transplant-graph-title,
.page-id-2639 #transplant h3.transplant-graph-title,
.page-id-2657 #transplant h3.transplant-graph-title,
.page-id-2649 #transplant h3.transplant-graph-title,
.page-id-2659 #transplant h3.transplant-graph-title {
  margin-bottom: 39px;
}
.page-id-268 #transplant p,
.page-id-2639 #transplant p,
.page-id-2657 #transplant p,
.page-id-2649 #transplant p,
.page-id-2659 #transplant p {
  max-width: 420px;
  margin: 0 auto 30px;
}
.page-id-268 #transplant .transplant-compare,
.page-id-2639 #transplant .transplant-compare,
.page-id-2657 #transplant .transplant-compare,
.page-id-2649 #transplant .transplant-compare,
.page-id-2659 #transplant .transplant-compare {
  margin-bottom: 67px;
  color: #0b2663;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
.page-id-268 #transplant .transplant-compare span,
.page-id-2639 #transplant .transplant-compare span,
.page-id-2657 #transplant .transplant-compare span,
.page-id-2649 #transplant .transplant-compare span,
.page-id-2659 #transplant .transplant-compare span {
  margin: 0 37px;
  color: #4d4f53;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}
.page-id-268 #maintenance,
.page-id-2639 #maintenance,
.page-id-2657 #maintenance,
.page-id-2649 #maintenance,
.page-id-2659 #maintenance {
  padding-bottom: 54px;
}
.page-id-268 #maintenance .maint-stats,
.page-id-2639 #maintenance .maint-stats,
.page-id-2657 #maintenance .maint-stats,
.page-id-2649 #maintenance .maint-stats,
.page-id-2659 #maintenance .maint-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.page-id-268 #maintenance .versus,
.page-id-2639 #maintenance .versus,
.page-id-2657 #maintenance .versus,
.page-id-2649 #maintenance .versus,
.page-id-2659 #maintenance .versus {
  display: block;
  margin: 48px 0 55px;
  font-size: 18px;
  line-height: 22px;
}
.page-id-268 #maintenance .versus .big-numbers,
.page-id-2639 #maintenance .versus .big-numbers,
.page-id-2657 #maintenance .versus .big-numbers,
.page-id-2649 #maintenance .versus .big-numbers,
.page-id-2659 #maintenance .versus .big-numbers {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 55px;
}
.page-id-268 #myeloma-view-case-studies .colored h4,
.page-id-2639 #myeloma-view-case-studies .colored h4,
.page-id-2657 #myeloma-view-case-studies .colored h4,
.page-id-2649 #myeloma-view-case-studies .colored h4,
.page-id-2659 #myeloma-view-case-studies .colored h4 {
  margin-top: 17px;
}
.page-id-268 #myeloma-view-case-studies .colored h5,
.page-id-2639 #myeloma-view-case-studies .colored h5,
.page-id-2657 #myeloma-view-case-studies .colored h5,
.page-id-2649 #myeloma-view-case-studies .colored h5,
.page-id-2659 #myeloma-view-case-studies .colored h5 {
  color: #0b2663;
}
.page-id-268 #vs-mfc,
.page-id-2639 #vs-mfc,
.page-id-2657 #vs-mfc,
.page-id-2649 #vs-mfc,
.page-id-2659 #vs-mfc {
  padding-bottom: 12px;
  text-align: center;
}
.page-id-268 #vs-mfc h2,
.page-id-2639 #vs-mfc h2,
.page-id-2657 #vs-mfc h2,
.page-id-2649 #vs-mfc h2,
.page-id-2659 #vs-mfc h2 {
  margin-bottom: 20px;
  font-weight: 800;
}
.page-id-268 #vs-mfc h3,
.page-id-2639 #vs-mfc h3,
.page-id-2657 #vs-mfc h3,
.page-id-2649 #vs-mfc h3,
.page-id-2659 #vs-mfc h3 {
  margin-bottom: 53px;
}
.page-id-268 #vs-mfc img,
.page-id-2639 #vs-mfc img,
.page-id-2657 #vs-mfc img,
.page-id-2649 #vs-mfc img,
.page-id-2659 #vs-mfc img {
  margin: 0 auto 60px;
}
.page-id-268 .timeline,
.page-id-2639 .timeline,
.page-id-2657 .timeline,
.page-id-2649 .timeline,
.page-id-2659 .timeline {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 84px;
  padding-left: 49px;
  overflow: hidden;
}
.page-id-268 .timeline span,
.page-id-2639 .timeline span,
.page-id-2657 .timeline span,
.page-id-2649 .timeline span,
.page-id-2659 .timeline span {
  position: absolute;
  top: 22px;
  left: 15%;
  width: 1px;
  height: 85%;
  background: #ddb165;
}
.page-id-268 .timeline span::after,
.page-id-2639 .timeline span::after,
.page-id-2657 .timeline span::after,
.page-id-2649 .timeline span::after,
.page-id-2659 .timeline span::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 97%;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ddb165;
}
.page-id-268 .timeline-1,
.page-id-2639 .timeline-1,
.page-id-2657 .timeline-1,
.page-id-2649 .timeline-1,
.page-id-2659 .timeline-1 {
  position: relative;
  width: 33%;
  background: #ffffff;
}
.page-id-268 .timeline-2,
.page-id-2639 .timeline-2,
.page-id-2657 .timeline-2,
.page-id-2649 .timeline-2,
.page-id-2659 .timeline-2 {
  position: relative;
  width: 36%;
  margin-left: calc(50% - 69px);
  padding-left: 69px;
}
.page-id-268 .timeline-2::before,
.page-id-2639 .timeline-2::before,
.page-id-2657 .timeline-2::before,
.page-id-2649 .timeline-2::before,
.page-id-2659 .timeline-2::before {
  content: ">";
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 39px;
  color: #009fda;
}
.page-id-268 .timeline::after,
.page-id-2639 .timeline::after,
.page-id-2657 .timeline::after,
.page-id-2649 .timeline::after,
.page-id-2659 .timeline::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50%;
  height: 1px;
  background: #009fda;
}
.page-id-268 .timeline::before,
.page-id-2639 .timeline::before,
.page-id-2657 .timeline::before,
.page-id-2649 .timeline::before,
.page-id-2659 .timeline::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #009fda;
}
@media (max-width: 991px) {
  .page-id-268 #wrap_2 .text-block:nth-child(1),
.page-id-2639 #wrap_2 .text-block:nth-child(1),
.page-id-2657 #wrap_2 .text-block:nth-child(1),
.page-id-2649 #wrap_2 .text-block:nth-child(1),
.page-id-2659 #wrap_2 .text-block:nth-child(1) {
    margin-bottom: 0;
  }
  .page-id-268 #case-for-clonoseq .text-block .colored,
.page-id-2639 #case-for-clonoseq .text-block .colored,
.page-id-2657 #case-for-clonoseq .text-block .colored,
.page-id-2649 #case-for-clonoseq .text-block .colored,
.page-id-2659 #case-for-clonoseq .text-block .colored {
    padding: 17px 29px 22px;
  }
  .page-id-268 #clinical-practice-guidelines,
.page-id-2639 #clinical-practice-guidelines,
.page-id-2657 #clinical-practice-guidelines,
.page-id-2649 #clinical-practice-guidelines,
.page-id-2659 #clinical-practice-guidelines {
    padding-bottom: 25px;
  }
  .page-id-268 #clinical-practice-guidelines h3,
.page-id-2639 #clinical-practice-guidelines h3,
.page-id-2657 #clinical-practice-guidelines h3,
.page-id-2649 #clinical-practice-guidelines h3,
.page-id-2659 #clinical-practice-guidelines h3 {
    margin-bottom: 14px;
  }
  .page-id-268 #clinical-practice-guidelines table,
.page-id-2639 #clinical-practice-guidelines table,
.page-id-2657 #clinical-practice-guidelines table,
.page-id-2649 #clinical-practice-guidelines table,
.page-id-2659 #clinical-practice-guidelines table {
    margin-bottom: 25px;
  }
  .page-id-268 #clinical-practice-guidelines table thead th,
.page-id-2639 #clinical-practice-guidelines table thead th,
.page-id-2657 #clinical-practice-guidelines table thead th,
.page-id-2649 #clinical-practice-guidelines table thead th,
.page-id-2659 #clinical-practice-guidelines table thead th {
    word-break: break-word;
  }
  .page-id-268 #clinical-practice-guidelines table tbody td,
.page-id-2639 #clinical-practice-guidelines table tbody td,
.page-id-2657 #clinical-practice-guidelines table tbody td,
.page-id-2649 #clinical-practice-guidelines table tbody td,
.page-id-2659 #clinical-practice-guidelines table tbody td {
    padding: 10px;
  }
  .page-id-268 #clinical-practice-guidelines table tbody td img,
.page-id-2639 #clinical-practice-guidelines table tbody td img,
.page-id-2657 #clinical-practice-guidelines table tbody td img,
.page-id-2649 #clinical-practice-guidelines table tbody td img,
.page-id-2659 #clinical-practice-guidelines table tbody td img {
    max-width: 29px;
  }
  .page-id-268 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2639 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2657 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2649 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2659 #clinical-practice-guidelines table tbody tr td:first-child {
    max-width: 108px;
  }
  .page-id-268 #induction,
.page-id-2639 #induction,
.page-id-2657 #induction,
.page-id-2649 #induction,
.page-id-2659 #induction {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .page-id-268 #induction h2,
.page-id-2639 #induction h2,
.page-id-2657 #induction h2,
.page-id-2649 #induction h2,
.page-id-2659 #induction h2 {
    margin: 0 auto !important;
  }
  .page-id-268 #induction h2,
.page-id-2639 #induction h2,
.page-id-2657 #induction h2,
.page-id-2649 #induction h2,
.page-id-2659 #induction h2 {
    width: 76%;
  }
  .page-id-268 #induction .versus,
.page-id-2639 #induction .versus,
.page-id-2657 #induction .versus,
.page-id-2649 #induction .versus,
.page-id-2659 #induction .versus {
    margin-bottom: 11px;
    font-size: 25px;
    line-height: 22px;
  }
  .page-id-268 #induction .versus .big-numbers,
.page-id-2639 #induction .versus .big-numbers,
.page-id-2657 #induction .versus .big-numbers,
.page-id-2649 #induction .versus .big-numbers,
.page-id-2659 #induction .versus .big-numbers {
    font-size: 50px;
    line-height: 59px;
  }
  .page-id-268 #induction .text-block .colored,
.page-id-2639 #induction .text-block .colored,
.page-id-2657 #induction .text-block .colored,
.page-id-2649 #induction .text-block .colored,
.page-id-2659 #induction .text-block .colored {
    padding: 19px 25px;
  }
  .page-id-268 #induction .text-block .colored p:not(.versus),
.page-id-2639 #induction .text-block .colored p:not(.versus),
.page-id-2657 #induction .text-block .colored p:not(.versus),
.page-id-2649 #induction .text-block .colored p:not(.versus),
.page-id-2659 #induction .text-block .colored p:not(.versus) {
    font-size: 16px;
  }
  .page-id-268 #transplant,
.page-id-2639 #transplant,
.page-id-2657 #transplant,
.page-id-2649 #transplant,
.page-id-2659 #transplant {
    width: 100vw;
    margin-bottom: 34px;
    margin-left: 50%;
    padding: 30px 25px 32px;
    transform: translateX(-50%);
  }
  .page-id-268 #transplant h2,
.page-id-2639 #transplant h2,
.page-id-2657 #transplant h2,
.page-id-2649 #transplant h2,
.page-id-2659 #transplant h2 {
    margin-bottom: 11px !important;
  }
  .page-id-268 #transplant h3,
.page-id-2639 #transplant h3,
.page-id-2657 #transplant h3,
.page-id-2649 #transplant h3,
.page-id-2659 #transplant h3 {
    margin-bottom: 12px;
    padding: 0 9px;
  }
  .page-id-268 #transplant h3.transplant-graph-title,
.page-id-2639 #transplant h3.transplant-graph-title,
.page-id-2657 #transplant h3.transplant-graph-title,
.page-id-2649 #transplant h3.transplant-graph-title,
.page-id-2659 #transplant h3.transplant-graph-title {
    margin-bottom: 12px;
  }
  .page-id-268 #transplant p,
.page-id-2639 #transplant p,
.page-id-2657 #transplant p,
.page-id-2649 #transplant p,
.page-id-2659 #transplant p {
    width: auto;
    margin-bottom: 17px;
  }
  .page-id-268 #transplant .transplant-compare,
.page-id-2639 #transplant .transplant-compare,
.page-id-2657 #transplant .transplant-compare,
.page-id-2649 #transplant .transplant-compare,
.page-id-2659 #transplant .transplant-compare {
    margin-bottom: 23px;
    font-size: 21px;
  }
  .page-id-268 #transplant .transplant-compare span,
.page-id-2639 #transplant .transplant-compare span,
.page-id-2657 #transplant .transplant-compare span,
.page-id-2649 #transplant .transplant-compare span,
.page-id-2659 #transplant .transplant-compare span {
    display: block;
    margin: 10px 0;
    font-size: 17px;
  }
  .page-id-268 #maintenance,
.page-id-2639 #maintenance,
.page-id-2657 #maintenance,
.page-id-2649 #maintenance,
.page-id-2659 #maintenance {
    padding-bottom: 31px;
  }
  .page-id-268 #maintenance h2,
.page-id-2639 #maintenance h2,
.page-id-2657 #maintenance h2,
.page-id-2649 #maintenance h2,
.page-id-2659 #maintenance h2 {
    margin-bottom: 12px;
  }
  .page-id-268 #maintenance .maint-stats,
.page-id-2639 #maintenance .maint-stats,
.page-id-2657 #maintenance .maint-stats,
.page-id-2649 #maintenance .maint-stats,
.page-id-2659 #maintenance .maint-stats {
    flex-direction: column;
  }
  .page-id-268 #maintenance .versus,
.page-id-2639 #maintenance .versus,
.page-id-2657 #maintenance .versus,
.page-id-2649 #maintenance .versus,
.page-id-2659 #maintenance .versus {
    margin: 23px 0 0;
  }
  .page-id-268 #vs-mfc h2,
.page-id-2639 #vs-mfc h2,
.page-id-2657 #vs-mfc h2,
.page-id-2649 #vs-mfc h2,
.page-id-2659 #vs-mfc h2 {
    margin-bottom: 9px !important;
  }
  .page-id-268 #vs-mfc h3,
.page-id-2639 #vs-mfc h3,
.page-id-2657 #vs-mfc h3,
.page-id-2649 #vs-mfc h3,
.page-id-2659 #vs-mfc h3 {
    margin-bottom: 20px;
  }
  .page-id-268 #vs-mfc img,
.page-id-2639 #vs-mfc img,
.page-id-2657 #vs-mfc img,
.page-id-2649 #vs-mfc img,
.page-id-2659 #vs-mfc img {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .page-id-268 #wrap_1,
.page-id-2639 #wrap_1,
.page-id-2657 #wrap_1,
.page-id-2649 #wrap_1,
.page-id-2659 #wrap_1 {
    padding: 0 !important;
  }
  .page-id-268 #clinical-vignette .text-block:nth-child(6),
.page-id-2639 #clinical-vignette .text-block:nth-child(6),
.page-id-2657 #clinical-vignette .text-block:nth-child(6),
.page-id-2649 #clinical-vignette .text-block:nth-child(6),
.page-id-2659 #clinical-vignette .text-block:nth-child(6) {
    margin-top: 0 !important;
  }
  .page-id-268 #clinical-practice-guidelines table tbody td,
.page-id-2639 #clinical-practice-guidelines table tbody td,
.page-id-2657 #clinical-practice-guidelines table tbody td,
.page-id-2649 #clinical-practice-guidelines table tbody td,
.page-id-2659 #clinical-practice-guidelines table tbody td {
    height: 104px;
  }
  .page-id-268 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2639 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2657 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2649 #clinical-practice-guidelines table tbody tr td:first-child,
.page-id-2659 #clinical-practice-guidelines table tbody tr td:first-child {
    max-width: 128px;
  }
  .page-id-268 .btn-video,
.page-id-2639 .btn-video,
.page-id-2657 .btn-video,
.page-id-2649 .btn-video,
.page-id-2659 .btn-video {
    justify-content: space-between;
    width: 277px;
  }
  .page-id-268 #induction .versus,
.page-id-2639 #induction .versus,
.page-id-2657 #induction .versus,
.page-id-2649 #induction .versus,
.page-id-2659 #induction .versus {
    margin-bottom: 0;
  }
  .page-id-268 #myeloma-view-case-studies .colored h5,
.page-id-2639 #myeloma-view-case-studies .colored h5,
.page-id-2657 #myeloma-view-case-studies .colored h5,
.page-id-2649 #myeloma-view-case-studies .colored h5,
.page-id-2659 #myeloma-view-case-studies .colored h5 {
    font-size: 17px;
  }
}

.page-id-2639 #case-for-clonoseq h2 {
  margin-bottom: 13px;
}
.page-id-2639 #transplant {
  margin-bottom: 53px;
}
.page-id-2639 #maintenance .versus {
  margin-top: 18px;
}
.page-id-2639 #practice-guidelines h3 {
  margin-bottom: 3px;
}
.page-id-2639 #myeloma-view-case-studies .text-block:first-child {
  margin-bottom: 26px;
}
.page-id-2639 #myeloma-view-case-studies h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-id-2639 #case-for-clonoseq h2 {
    margin-bottom: 0 !important;
  }
  .page-id-2639 #wrap_2 {
    padding-bottom: 0;
  }
  .page-id-2639 #induction.anchored {
    padding-top: 40px !important;
  }
  .page-id-2639 #myeloma-view-case-studies .text-block {
    margin-bottom: 21px;
  }
  .page-id-2639 #myeloma-view-case-studies .text-block:first-child {
    margin-bottom: 12px;
  }
  .page-id-2639 #myeloma-view-case-studies h2 {
    margin-bottom: 0 !important;
  }
  .page-id-2639 #transplant {
    margin-bottom: 13px;
  }
  .page-id-2639 #maintenance {
    padding-top: 40px !important;
  }
  .page-id-2639 #maintenance .text-block:nth-child(3) {
    margin-bottom: 0;
  }
}

.page-id-2649 .anchor-menu li {
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-2649 .mrd-status-info {
  display: flex;
  align-items: center;
  margin: 44px -12px 53px;
}
.page-id-2649 .mrd-status-1 {
  width: 58.3333333333%;
  padding: 0 12px;
}
.page-id-2649 .mrd-status-2 {
  padding: 0 12px;
}
.page-id-2649 #mrd-status {
  padding-top: 71px;
}
.page-id-2649 #mrd-status .text-block {
  margin-bottom: 0;
}
.page-id-2649 #vs-mfc {
  padding-top: 36px;
  padding-bottom: 57px;
}
.page-id-2649 #vs-mfc h2 {
  margin-bottom: 18px;
  font-weight: bold;
}
.page-id-2649 #vs-mfc h3 {
  margin-bottom: 48px;
}
.page-id-2649 #vs-mfc .text-block {
  margin-bottom: 0;
}
.page-id-2649 #vs-mfc .cll-button {
  padding-top: 31px;
}
.page-id-2649 #vs-mfc .vs-mfc-charts {
  display: flex;
  flex-direction: row;
  margin: 0 -68.5px 58px;
}
.page-id-2649 #vs-mfc .vs-mfc-charts > div {
  width: 50%;
  padding: 0 68.5px;
}
.page-id-2649 #vs-mfc .vs-mfc-charts > div p {
  margin: 0;
}
.page-id-2649 #vs-mfc .vs-mfc-charts > div img {
  margin-bottom: 48px;
}
.page-id-2649 #case-for-clonoseq .text-block .colored {
  padding-right: 31px;
  padding-left: 31px;
}
.page-id-2649 #clinical-practice-guidelines {
  padding-bottom: 0;
}
.page-id-2649 #clinical-practice-guidelines .text-block {
  margin-bottom: 0;
}
.page-id-2649 #clinical-practice-guidelines table {
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .page-id-2649 #case-for-clonoseq {
    padding-bottom: 0;
  }
  .page-id-2649 #case-for-clonoseq h2 {
    margin-bottom: 0 !important;
  }
  .page-id-2649 #case-for-clonoseq .text-block:last-child {
    margin-bottom: 0;
  }
  .page-id-2649 #clinical-practice-guidelines {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .page-id-2649 #clinical-practice-guidelines .text-block {
    margin-bottom: 0;
  }
  .page-id-2649 #clinical-practice-guidelines table {
    margin-bottom: 23px;
  }
  .page-id-2649 #mrd-status {
    padding-top: 33px;
  }
  .page-id-2649 #mrd-status .text-block {
    margin-bottom: 0;
  }
  .page-id-2649 #mrd-status h2 {
    margin-bottom: 27px !important;
  }
  .page-id-2649 #mrd-status .mrd-status-info {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 48px;
  }
  .page-id-2649 #mrd-status .mrd-status-1 {
    width: 100%;
  }
  .page-id-2649 #mrd-status .mrd-status-2 {
    margin-bottom: 18px;
  }
  .page-id-2649 #vs-mfc {
    padding-bottom: 33px;
  }
  .page-id-2649 #vs-mfc h4 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .page-id-2649 #vs-mfc h3 {
    margin-bottom: 37px;
    font-size: 21px;
    line-height: 24px;
  }
  .page-id-2649 #vs-mfc .vs-mfc-charts {
    flex-direction: column;
    margin: -33px 0 15px;
  }
  .page-id-2649 #vs-mfc .vs-mfc-charts > div {
    width: 100%;
    padding: 33px 6px;
  }
  .page-id-2649 #vs-mfc .vs-mfc-charts > div img {
    margin-bottom: 18px;
  }
  .page-id-2649 #vs-mfc .vs-mfc-charts > div:last-child {
    padding-bottom: 15px;
  }
  .page-id-2649 #vs-mfc .cll-button {
    padding-top: 6px;
  }
}

.page-id-2657 .anchor-menu li {
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-2657 #vs-mfc {
  padding-top: 36px;
  padding-bottom: 48px;
}
.page-id-2657 #vs-mfc h2 {
  margin-bottom: 9px;
}
.page-id-2657 #vs-mfc h3 {
  margin-bottom: 25px;
}
.page-id-2657 #vs-mfc .text-block {
  margin-bottom: 0;
}
.page-id-2657 #vs-mfc img {
  margin-bottom: 20px;
}
.page-id-2657 #induction .big-numbers sup {
  font-size: 24px;
}
.page-id-2657 #induction .text-block .colored {
  min-height: 246px;
}
.page-id-2657 #induction .text-block .colored p:not(.versus) {
  font-size: 16px;
}
.page-id-2657 #induction .versus {
  margin-bottom: 15px;
}
.page-id-2657 #myeloma-view-case-studies .text-block {
  margin-bottom: 0;
}
.page-id-2657 #myeloma-view-case-studies .text-block:last-child {
  margin-top: 46px;
  margin-bottom: 0;
}
.page-id-2657 #myeloma-view-case-studies h2 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-id-2657 #case-for-clonoseq .text-block {
    margin-bottom: 12px;
  }
  .page-id-2657 #case-for-clonoseq h2 {
    margin-bottom: 6px !important;
  }
  .page-id-2657 #clinical-practice-guidelines {
    padding-bottom: 23px;
  }
  .page-id-2657 #clinical-practice-guidelines .text-block {
    margin-bottom: 0;
  }
  .page-id-2657 #clinical-practice-guidelines table {
    margin-bottom: 23px;
  }
  .page-id-2657 #clinical-practice-guidelines table tbody tr td:first-child {
    max-width: 128px;
  }
  .page-id-2657 #clinical-practice-guidelines table tbody td {
    height: 104px;
  }
  .page-id-2657 #vs-mfc {
    padding-bottom: 18px;
  }
  .page-id-2657 #vs-mfc h4 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .page-id-2657 #vs-mfc h3 {
    margin-bottom: 17px;
    font-size: 21px;
    line-height: 24px;
  }
  .page-id-2657 #vs-mfc img {
    margin-bottom: 18px;
  }
  .page-id-2657 #induction {
    padding-top: 23px;
  }
  .page-id-2657 #induction .text-block .colored {
    min-height: 0;
    min-height: initial;
  }
  .page-id-2657 #induction h2 {
    margin-bottom: 4px !important;
  }
  .page-id-2657 #induction h2 {
    width: 100%;
  }
  .page-id-2657 #induction .versus {
    margin-bottom: 0;
  }
  .page-id-2657 #myeloma-view-case-studies {
    padding-bottom: 28px;
  }
  .page-id-2657 #myeloma-view-case-studies h2 {
    margin-bottom: 0 !important;
  }
  .page-id-2657 #myeloma-view-case-studies .text-block {
    margin-bottom: 12px;
  }
  .page-id-2657 #myeloma-view-case-studies .text-block:last-child {
    margin-top: 17px;
    margin-bottom: 0;
  }
}

.page-id-2659 #case-for-clonoseq {
  padding-bottom: 22px;
}
.page-id-2659 #case-for-clonoseq .dlbcl-stat {
  padding: 42px 85px 38px;
  background: #f0f6fa;
}
.page-id-2659 #case-for-clonoseq .dlbcl-stat-num {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.page-id-2659 #case-for-clonoseq .dlbcl-stat-num span {
  display: inline-block;
  margin-right: 27px;
  color: #0b2663;
  font-size: 60px;
  line-height: 66px;
}
.page-id-2659 #case-for-clonoseq .grid {
  align-items: center;
}
.page-id-2659 #case-for-clonoseq ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.page-id-2659 #case-for-clonoseq ul li {
  color: #009fda;
}
.page-id-2659 #case-for-clonoseq ul li span {
  color: #4d4f53;
}
.page-id-2659 #case-for-clonoseq ul li + li {
  margin-top: 10px;
}
.page-id-2659 #case-for-clonoseq .closing-h2 {
  margin-top: 28px;
}
.page-id-2659 #throughout-first-line h2 {
  margin-bottom: 41px;
}
.page-id-2659 #throughout-first-line .grid {
  align-items: center;
}
.page-id-2659 #throughout-first-line .versus {
  display: block;
  margin-top: 0;
  margin-bottom: 18px;
  color: #0b2663;
  font-size: 25px;
  font-weight: 800;
  line-height: 27px;
}
.page-id-2659 #throughout-first-line .versus .big-numbers {
  display: block;
  font-size: 60px;
  line-height: 66px;
}
.page-id-2659 #throughout-first-line .text-block {
  margin-bottom: 0;
}
.page-id-2659 #throughout-first-line .text-block .colored {
  min-height: 250px;
  padding: 40px 45px 30px;
  font-size: 15px;
}
.page-id-2659 #throughout-first-line .text-block:last-child .colored {
  padding-top: 23px;
}
.page-id-2659 #first-line {
  padding-bottom: 80px;
}
.page-id-2659 #first-line h3 {
  margin-bottom: 53px;
}
.page-id-2659 #first-line .text-block {
  margin-bottom: 0;
}
.page-id-2659 #first-line .first-line-chart {
  margin-bottom: 56px;
}
.page-id-2659 #induction {
  padding: 53px 0 72px;
}
.page-id-2659 #induction .text-block {
  margin-bottom: 0;
}
.page-id-2659 #induction h3 {
  margin-bottom: 44px;
}
.page-id-2659 #induction .versus {
  flex-direction: row;
  font-size: 30px;
  text-align: center;
}
.page-id-2659 #induction .versus > p {
  font-size: 30px !important;
}
.page-id-2659 #induction .versus .big-numbers p {
  color: #4d4f53;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
}
.page-id-2659 #induction .versus .big-numbers-grey {
  color: #9e9e9e;
}
.page-id-2659 #post-car-t-cell-therapy .text-block {
  margin-bottom: 0;
}
.page-id-2659 #post-car-t-cell-therapy h3 {
  margin-bottom: 31px;
}
.page-id-2659 .surveillance-quote {
  line-height: 39px;
}
.page-id-2659 #surveillance .text-block:first-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-id-2659 #case-for-clonoseq {
    padding-top: 23px;
    padding-bottom: 0;
  }
  .page-id-2659 #case-for-clonoseq h2 {
    margin-bottom: 6px !important;
  }
  .page-id-2659 #case-for-clonoseq h3 {
    margin-bottom: 20px;
  }
  .page-id-2659 #case-for-clonoseq .text-block {
    margin-bottom: 0;
  }
  .page-id-2659 #case-for-clonoseq .dlbcl-stat {
    margin-bottom: 12px;
    padding: 14px 25px 20px;
    text-align: center;
  }
  .page-id-2659 #case-for-clonoseq .dlbcl-stat-num {
    flex-direction: column;
  }
  .page-id-2659 #case-for-clonoseq .dlbcl-stat-num span {
    margin-right: 0;
  }
  .page-id-2659 #throughout-first-line {
    padding-bottom: 23px;
    text-align: center;
  }
  .page-id-2659 #throughout-first-line h2 {
    margin-bottom: 0 !important;
  }
  .page-id-2659 #throughout-first-line .text-block {
    margin-bottom: 12px;
  }
  .page-id-2659 #throughout-first-line .text-block .colored {
    min-height: 169px;
    padding: 40px 30px;
  }
  .page-id-2659 #throughout-first-line .text-block:last-child .colored {
    padding-top: 40px;
  }
  .page-id-2659 #first-line {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .page-id-2659 #induction {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .page-id-2659 #induction h2 {
    margin-bottom: 10px !important;
  }
  .page-id-2659 #induction h3 {
    margin-bottom: 20px;
  }
  .page-id-2659 #induction .text-block:last-child {
    margin-top: 12px;
  }
  .page-id-2659 #post-car-t-cell-therapy {
    padding-top: 29px;
  }
  .page-id-2659 #post-car-t-cell-therapy h2 {
    margin-bottom: 10px !important;
  }
  .page-id-2659 #post-car-t-cell-therapy h3 {
    margin-bottom: 19px;
  }
  .page-id-2659 .surveillance-quote {
    line-height: 27px;
  }
  .page-id-2659 #surveillance h2 {
    margin-bottom: 15px !important;
  }
}

body {
  color: #4d4f53;
  font-family: "atten-new", sans-serif;
  font-size: 18px;
  line-height: 22px;
  counter-reset: citations;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix {
  display: block;
  width: 100%;
}

.orange {
  color: #ff7900;
}

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

.a-right {
  text-align: right;
}

.no-break {
  white-space: nowrap;
}

a {
  color: #009fda;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    color: #4d4f53;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .desktop-block {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-block {
    display: none;
  }
}
sup {
  font-size: 65%;
  line-height: 0;
}

p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
p.bigger {
  font-size: 23px;
  line-height: 27px;
}
@media (max-width: 767px) {
  p.bigger {
    font-size: 17px;
    line-height: 20px;
  }
}
p.footnote {
  font-size: 14px;
  line-height: 20px;
}
p.footnote.figure {
  margin-top: -10px;
  margin-bottom: 25px;
}
p.footnote + .footnote {
  margin-top: -10px;
}
@media (max-width: 767px) {
  p.footnote {
    font-size: 13px;
    line-height: 16px;
  }
}
p.swipe-to-view {
  display: none;
}
@media (max-width: 767px) {
  p.swipe-to-view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }
  p.swipe-to-view::before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    margin-right: 10px;
    background: url("../static/images/icn-blue-arrow-left-swipe.svg") no-repeat center/contain;
  }
  p.swipe-to-view::after {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    margin-left: 10px;
    background: url("../static/images/icn-blue-arrow-right-swipe.svg") no-repeat center/contain;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-right: 20px;
  padding: 9px 20px;
  border: 0;
  border-radius: 22px;
  color: #ffffff;
  font-family: "atten-new", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .btn {
    margin-right: 0;
    border-radius: 44px;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
  }
  .btn + .btn,
.btn + br + .btn {
    margin-top: 15px;
  }
}
.btn:last-child {
  margin-right: 0;
}
.btn::after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: left 0.2s, top 0.2s;
  background: url("../static/images/arrow-white.svg") no-repeat center/cover;
}
.btn:hover::after {
  left: 6px;
}
.btn.btn-email-round {
  background: #0b2663;
}
.btn.btn-email-round::after {
  flex: none;
  width: 22px;
  height: 16px;
  background: url("../static/images/email.svg") no-repeat center/cover;
}
.btn.btn-email-round:hover::after {
  top: 4px;
  left: 0;
}
.btn .lower {
  text-transform: none;
}
.btn.btn-blue {
  background: #009fda;
}
.btn.btn-white {
  background: #ffffff;
  color: #009fda;
}
.btn.btn-white::after {
  background: url("../static/images/arrow-blue-dark.svg") no-repeat center/cover;
}
.btn.btn-dark-blue {
  background: #0b2663;
}
.btn.btn-submit {
  background: #74bcd7;
}
.btn.btn-submit::after {
  display: none;
}
.btn.btn-submit:hover {
  background: #009fda;
}
.btn.btn-video {
  background: #009fda;
}
.btn.btn-video::after {
  width: 26px;
  background: url("../static/images/play-white.svg") no-repeat center/cover;
}
.btn.btn-hero {
  padding: 0;
  color: #009fda;
}
.btn.btn-hero::after {
  background: url("../static/images/arrow-blue-dark.svg") no-repeat center/cover;
}
.btn.btn-download {
  background: #0b2663;
}
.btn.btn-download::after {
  background: url("../static/images/download.svg") no-repeat center/cover;
}
.btn.btn-download:hover::after {
  top: 6px;
  left: auto;
}
@media (max-width: 450px) {
  .btn.btn-download {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
}
.btn.btn-download-white {
  background: #ffffff;
  color: #23395f;
}
.btn.btn-download-white::after {
  background: url("../static/images/download-blue.svg") no-repeat center/cover;
}
.btn.btn-download-white:hover::after {
  top: 6px;
  left: auto;
}
.btn.btn-download-blue {
  align-items: flex-start;
  color: #009fda;
}
.btn.btn-download-blue > span {
  display: block;
  flex: none;
  max-width: calc(100% - 40px);
}
.btn.btn-download-blue::after {
  background: url("../static/images/download-blue.svg") no-repeat center/cover;
}
.btn.btn-download-blue:hover::after {
  top: 6px;
  left: auto;
}
.btn.btn-call-to-action {
  min-height: auto;
  padding: 0;
  color: #009fda;
}
.btn.btn-call-to-action::after {
  flex: none;
  background: url("../static/images/arrow-blue-dark.svg") no-repeat center/cover;
}

h1 {
  position: relative;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  text-transform: uppercase;
}
h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  background: #00a5e3;
}
h1 span {
  color: #009fda;
}
h1 span.lower {
  color: #ffffff;
  text-transform: none;
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
    line-height: 33px;
  }
}

h2 {
  margin: 0 0 10px;
  color: #0b2663;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
}
h2.white {
  color: #ffffff;
}
h2 span {
  color: #009fda;
}
h2.double {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 30px !important;
  }
  h2 {
    font-size: 21px;
    font-weight: 800;
    line-height: 25px;
  }
}

h3 {
  margin: 0 0 12px;
  color: #009fda;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}
h3:last-child {
  margin-bottom: 0;
}
h3.twitter {
  margin: 0 0 30px;
  color: #333333;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
h3.twitter a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3.twitter a {
    float: right;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
  h3.mobile-bigger {
    font-size: 21px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .colored h3 {
    font-size: 21px;
    line-height: 25px;
  }
}

h4 {
  margin: 0;
  color: #009fda;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
h4.title {
  color: #4d4f53;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
h4.title span {
  display: block;
  font-size: 18px;
}

h5 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}

h6 {
  margin: 0 0 5px;
  color: #0b2663;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

ul.citation-list {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 13px;
  line-height: 18px;
  list-style: none;
}
ul.citation-list > li {
  margin: 0 0 5px;
  padding: 0;
}
ul.citation-list > li::before {
  content: counter(citations) ". ";
  counter-increment: citations;
}
ul.citation-list > li a {
  word-break: break-word;
}
ul.bullets {
  margin-left: 0;
  padding-left: 16px;
  list-style: none;
}
ul.bullets li {
  margin-bottom: 5px;
}
ul.bullets li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  margin-left: -15px;
  border-radius: 6px;
  background-color: #009fda;
}
ul.bullets ul {
  margin-top: 5px;
  padding-left: 18px;
  list-style: none;
}
ul.bullets ul li::before {
  width: 8px;
  height: 2px;
  border-radius: 0;
}
ul.bullets.grey {
  padding-left: 30px;
}
ul.bullets.grey li::before {
  width: 4px;
  height: 4px;
  margin-top: 8px;
  margin-left: -28px;
  background: #4d4f53;
}

.green {
  color: #77bd43;
}

.blue {
  color: #009fda;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
  border: 1px solid #999999;
}
table caption {
  display: none;
}
table a {
  color: #4d4f53;
}

td,
th {
  padding: 3px 6px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
td:last-child,
th:last-child {
  border-right: 0;
}

tr:last-child td {
  border-bottom: 0;
}

th {
  background-color: #f8f8f8;
}

.time {
  font-size: 80%;
}

.stronger {
  font-weight: 800 !important;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  padding: 0;
}

@media (min-width: 1140px) {
  #menu-hcp-primary {
    margin-right: 120px;
  }
}

.hero:not(.hero--page) {
  min-height: 161px;
  padding: 60px 0 50px;
  overflow-x: hidden;
  background: linear-gradient(136deg, #0b2663 0%, #00b3e2 100%);
  color: #ffffff;
}
.hero:not(.hero--page) .container {
  width: 1160px;
}
@media (max-width: 767px) {
  .hero:not(.hero--page) {
    min-height: 112px;
    background-size: 100% 300%;
  }
}

.content-wrap {
  padding: 48px 0;
}
.content-wrap.colored {
  padding: 0;
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 40px 0;
  }
  .content-wrap.colored {
    padding: 0;
  }
}

.text-block {
  margin-bottom: 30px;
}
.text-block:last-child {
  margin-bottom: 0;
}
.text-block .colored {
  padding: 30px 60px;
}

.call-to-action {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .call-to-action {
    margin-bottom: 30px;
  }
}
.call-to-action > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 28px);
  margin-right: 56px;
  margin-bottom: 40px;
  padding: 20px 35px;
  background: #ffffff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.23);
  color: #4d4f53;
  text-align: center;
  text-decoration: none;
}
.call-to-action > a:nth-child(2n+2) {
  margin-right: 0;
}
.call-to-action > a img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.call-to-action > a p:nth-child(2) {
  flex: 1;
}
@media (max-width: 767px) {
  .call-to-action > a {
    margin: 0 auto 20px !important;
  }
  .call-to-action > a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .call-to-action.cols-4 {
    justify-content: center;
  }
}
.call-to-action.cols-4 > a {
  width: calc(25% - 18px);
  margin-right: 24px;
  padding: 20px 10px;
}
.call-to-action.cols-4 > a:nth-child(2n+2) {
  margin-right: 24px;
}
.call-to-action.cols-4 > a:nth-child(4n+4) {
  margin-right: 0;
}
.call-to-action.cols-4 > a .btn {
  flex-direction: column;
}
@media (max-width: 991px) {
  .call-to-action.cols-4 > a .btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .call-to-action.cols-4 > a {
    margin-right: 24px !important;
  }
  .call-to-action.cols-4 > a {
    width: 232px;
  }
}
@media (max-width: 767px) {
  .call-to-action.cols-4 > a {
    margin: 0 auto 20px !important;
  }
  .call-to-action.cols-4 > a {
    width: 232px;
  }
}

hr {
  height: 1px;
  margin: 0 0 26px;
  border: 0;
  background: #dfdfdf;
}
hr.mar-30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  hr.mar-30 + h3 {
    margin-top: 30px !important;
  }
}
hr.mar-45 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  hr.mar-45 + h3 {
    margin-top: 45px !important;
  }
}

.us-based p {
  font-size: 14px;
  line-height: 20px;
}

.callout {
  padding: 61px 0 82px;
  background: #f0f6fa;
}
.callout h2 {
  margin-bottom: 40px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .callout {
    padding: 30px 40px 20px;
  }
  .callout h2 {
    margin-bottom: 20px;
    line-height: 25px;
  }
}

.measured-videos {
  display: flex;
  margin-top: 38px;
  margin-bottom: 37px;
}
.measured-videos > .nav-links {
  display: flex;
  flex: none;
  flex-direction: column;
  width: 141px;
}
.measured-videos > .nav-links > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 7px;
  background: #011c3f;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.measured-videos > .nav-links > a span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  padding: 3px 0 0 2px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.measured-videos > .nav-links > a span:last-child {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.measured-videos > .nav-links > a.active {
  background: #1aa8df;
}
.measured-videos > .nav-links > a.active span:first-child {
  position: relative;
  left: calc(100% - 15px);
  background: #ffffff;
  color: #1aa8df;
}
.measured-videos > .videos {
  flex: 1;
}
.measured-videos > .videos > video {
  display: none;
  width: 100%;
}
.measured-videos > .videos > video.active {
  display: block;
}
@media (max-width: 991px) {
  .measured-videos {
    flex-direction: column;
  }
  .measured-videos > .nav-links {
    flex-direction: row;
    width: 100%;
  }
  .measured-videos > .nav-links > a {
    flex: none;
    justify-content: center;
    width: 50%;
    height: 140px;
  }
  .measured-videos > .nav-links > a span:first-child {
    display: none;
  }
}

.twitter-tweet iframe {
  width: 100% !important;
}

.news-updates > div {
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}
.news-updates > div h3 {
  margin: 0 0 30px;
  color: #0b2663;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}
.news-updates > div h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 22px;
}
.news-updates > div a.regular-news {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}
.news-updates > div.first {
  padding-top: 0;
}
.news-updates > div.first p {
  margin-bottom: 30px;
}
.news-updates > div.first p:last-child {
  margin-bottom: 10px;
}
.news-updates > div:last-child {
  border-bottom: 0;
}

.hidden-text {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hidden-text {
    margin-bottom: 10px;
  }
}

.hidden-bottom {
  margin-bottom: 30px;
}
.hidden-bottom p {
  border-bottom: 1px solid #dfdfdf;
}
.hidden-bottom:last-child {
  margin-bottom: 0;
}

.view {
  display: inline-flex;
  align-items: center;
  margin: 0 0 30px;
  color: #4d4f53;
  font-weight: 700;
  text-decoration: none;
}
.view::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  margin-left: 15px;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.view.less {
  display: none;
}
.view.less::after {
  transform: rotate(180deg);
  transform-origin: center;
}

.colored-container {
  width: 100%;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .colored-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .colored-container {
    padding: 20px !important;
  }
  .colored-container {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.citations h3 {
  margin: 0 0 7px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.news-popup {
  display: none;
  position: relative;
  z-index: 1;
  padding: 33px 0 25px;
  background: #0b2663;
  text-align: center;
}
.news-popup__content {
  width: 100%;
}
.news-popup__content h2 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
}
.news-popup__content p {
  margin: 0;
  color: #ffffff;
}
.news-popup__content p + p {
  margin-top: 10px;
}
.news-popup__content .btn {
  background: transparent;
  color: #ffffff;
  font-weight: bold;
}
.news-popup__content .btn::after {
  background: url("../static/images//arrow-blue.svg") no-repeat center/cover;
}
.news-popup .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../static/images/close-white.svg") no-repeat center/cover;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-popup {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .news-popup .close {
    top: 0;
    right: -8px;
  }
  .news-popup__content h2 {
    margin-bottom: 8px !important;
  }
  .news-popup__content h2 {
    font-size: 25px;
    line-height: 28px;
  }
}

.green-blocks {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .green-blocks {
    padding: 10px 0 10px 66px;
  }
}
.green-blocks > div {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .green-blocks > div {
    padding-right: 16px;
  }
}
.green-blocks > div::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -40px;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: #8bc53f;
}
.green-blocks > div::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -48px;
  width: 12px;
  height: 12px;
  border: 4px solid #0b2663;
  border-radius: 50%;
  background: #ffffff;
}
.green-blocks > div:last-child {
  padding-bottom: 0;
}
.green-blocks > div:last-child::before {
  display: none;
}

.icon-blocks > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.icon-blocks > div img {
  flex: none;
  width: 140px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .icon-blocks > div img {
    width: 80px;
    margin-right: 16px;
  }
}
.icon-blocks > div > div {
  flex: 1;
}
.icon-blocks > div > div h4 {
  margin-bottom: 20px;
}
.icon-blocks > div > div p {
  margin: 0;
}

.accordion {
  position: relative;
}
.accordion::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc(100% - 15px);
  height: 1px;
  background: #dfdfdf;
}
.accordion .acc-title {
  position: relative;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #dfdfdf;
  color: #0b2663;
  font-size: 21px;
  font-weight: 800;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion .acc-title {
    font-size: 17px;
    line-height: 20px;
  }
}
.accordion .acc-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 10px;
  margin-top: -7px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
  background: url("../static/images/caret-down.svg") no-repeat center/cover;
}
.accordion .acc-title.open::before {
  transform: rotate(0);
}
.accordion .acc-content {
  display: none;
  padding: 0 0 19px 40px;
}
.accordion .acc-content .dowloable-links {
  display: flex;
  flex-wrap: wrap;
}
.accordion .acc-content .dowloable-links > a {
  justify-content: space-between;
  width: calc(45% - 10px);
  margin-right: 20px;
}
.accordion .acc-content .dowloable-links > a:nth-child(2n+2) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .accordion .acc-content .dowloable-links > a {
    width: 100%;
    margin-right: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(139, 197, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(139, 197, 63, 0);
  }
}
.slide {
  display: none;
  text-align: center;
}
.slide.active {
  display: block;
}
.slide .img-container {
  position: relative;
  width: 406px;
  max-width: calc(100% + 16px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slide .img-container {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.slide .img-container > span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  animation: pulse 2s infinite;
  border-radius: 50%;
  background: rgb(139, 197, 63);
  box-shadow: 0 0 0 0 rgb(139, 197, 63);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 400px) {
  .slide .img-container > span {
    line-height: 18px;
  }
}

.dynamic-popups {
  position: relative;
}
.dynamic-popups .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dynamic-popups .arrow {
    top: 100%;
    transform: translate(0, -100%);
  }
}
.dynamic-popups .arrow.prev {
  left: 16px;
  background: url("../static/images/arrow-prev.svg") no-repeat center/cover;
}
.dynamic-popups .arrow.next {
  right: 16px;
  background: url("../static/images//arrow-next.svg") no-repeat center/cover;
}
.dynamic-popups .dots {
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
  justify-content: center;
  margin: 30px 0 20px;
}
.dynamic-popups .dots > span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border-radius: 50%;
  background: #dbdfe8;
  cursor: pointer;
}
.dynamic-popups .dots > span.active {
  background: #0b2663;
}

.dynamic-popup {
  display: flex;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.dynamic-popup > .num {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border: 4px solid #c9e8a0;
  border-radius: 50%;
  background: #8bc53f;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
}
.dynamic-popup > img {
  width: 600px;
  max-width: 100%;
  margin-bottom: 27px;
}
.dynamic-popup > p {
  width: 600px;
  max-width: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}
.dynamic-popup > p:last-child {
  margin-top: 30px;
  text-align: center;
}
.dynamic-popup > p:last-child a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .dynamic-popup > p {
    padding: 0 16px;
    text-align: center;
  }
}

.green-dot {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.green-dot::before {
  content: "";
  display: block;
  flex: none;
  width: 18px;
  height: 18px;
  margin: -3px 10px 0 0;
  animation: pulse 2s infinite;
  border-radius: 50%;
  background: #8bc53f;
  box-shadow: 0 0 0 0 #c9e8a0;
  color: #ffffff;
  cursor: pointer;
}

.anchor-wrap {
  background: #ffffff;
}
.anchor-wrap .mobile {
  display: none;
}
@media (max-width: 991px) {
  .anchor-wrap {
    background-color: #e5f5fb;
  }
  .anchor-wrap .mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    color: #4d4f53;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
  }
  .anchor-wrap .mobile::after {
    content: "";
    width: 12px;
    height: 7px;
    margin-left: 9px;
    background: url("../static/images/caret-down.svg") no-repeat center/cover;
  }
  .anchor-wrap .mobile.open::after {
    transform: rotate(180deg);
  }
}
.anchor-wrap .anchor-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #e5f5fb;
  list-style: none;
}
.anchor-wrap .anchor-menu li a {
  display: block;
  padding: 12px 20px 9px;
  transition: background-color 0.3s ease-in-out;
  color: #4d4f53;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
}
.anchor-wrap .anchor-menu li a:hover, .anchor-wrap .anchor-menu li a.active {
  background-color: #dff1f8;
}
@media (max-width: 991px) {
  .anchor-wrap .anchor-menu {
    display: none;
    background-color: #e5f5fb;
  }
  .anchor-wrap .anchor-menu li {
    width: 100%;
  }
  .anchor-wrap .anchor-menu li a {
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}
.anchor-wrap.sticky {
  position: fixed;
  z-index: 100;
  top: 71px;
  width: 100%;
}
@media (max-width: 991px) {
  .anchor-wrap.sticky {
    top: 56px;
  }
}

.email-quize {
  margin-top: 40px;
}
.email-quize > div {
  display: none;
  padding: 40px 80px;
  border: 7px solid #e5f5fb;
}
@media (max-width: 767px) {
  .email-quize > div {
    padding: 30px 20px;
  }
}
.email-quize > div.step-1 {
  display: block;
}
.email-quize > div h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.email-quize > div p {
  margin-bottom: 20px;
}
.email-quize > div p:last-child {
  margin-bottom: 0;
}
.email-quize > div .btn {
  margin-right: 20px;
}
.email-quize > div .btn:last-child {
  margin-right: 0;
}
.email-quize > div input.btn-submit {
  margin-right: 0;
}
.email-quize > div .form-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .email-quize > div .form-line {
    flex-wrap: wrap;
  }
}
.email-quize > div .form-line > div {
  width: 222px;
  max-width: calc(33.3% - 10px);
}
@media (max-width: 767px) {
  .email-quize > div .form-line > div {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.email-quize > div .form-line > div label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.email-quize > div .form-line > div input {
  width: 222px;
  height: 38px;
  border: 1px solid #b8b8b8;
  background: #fcfcfc;
}
@media (max-width: 767px) {
  .email-quize > div .form-line > div input {
    width: 100%;
  }
}

.email-quize .wpcf7 .ajax-loader {
  display: none !important;
}

.dynamic-chart {
  position: relative;
  text-align: center;
}
.dynamic-chart.active {
  z-index: 9;
}
.dynamic-chart .chart {
  position: relative;
  max-width: 100%;
  margin: 20px auto 35px;
}
.dynamic-chart .chart .point {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  animation: pulse 2s infinite;
  border-radius: 50%;
  background: #8bc53f;
  box-shadow: 0 0 0 0 #c9e8a0;
  color: #ffffff;
  cursor: pointer;
}

.chart-modal {
  display: none;
  position: relative;
  width: 961px;
  max-width: 100%;
  max-height: 500px;
  padding: 40px 80px;
  overflow: hidden;
  background: #f0f6fa;
  text-align: left;
}
@media (max-width: 550px) {
  .chart-modal {
    position: fixed;
  }
  .chart-modal.active {
    top: 0% !important;
    left: 0% !important;
  }
  .chart-modal.active {
    z-index: 999999;
    height: 100vh;
    max-height: 100vh;
    padding: 80px 20px 20px;
    padding: 80px 20px 20px;
    transform: translate(0%, 0);
  }
}
.chart-modal .close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url("../static/images/icon-close-blue.svg") no-repeat center/16px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .chart-modal .close {
    top: 20px;
    right: 20px;
  }
}

video {
  max-width: 100%;
}

[video-popup] {
  cursor: pointer;
}

@media (max-width: 767px) {
  .mobile-swipe {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .mobile-swipe img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .mobile-swipe.h-257 {
    height: 257px;
  }
  .mobile-swipe.h-272 {
    height: 272px;
  }
}
@media (max-width: 991px) {
  .dated-info {
    margin-top: 0 !important;
  }
}
.map-ratio {
  position: relative;
  width: 469px;
  max-width: 100%;
  padding-bottom: 56.6%;
}
.map-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mobile-chart {
    overflow: hidden;
  }
  .mobile-chart header,
.mobile-chart .anchor-wrap {
    display: none;
  }
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.pl-1,
.px-1 {
  padding-left: 1em;
}

.pr-1,
.px-1 {
  padding-right: 1em;
}

.pt-1,
.py-1 {
  padding-top: 1em;
}

.pb-1,
.py-1 {
  padding-bottom: 1em;
}

.pl-2,
.px-2 {
  padding-left: 2em;
}

.pr-2,
.px-2 {
  padding-right: 2em;
}

.pt-2,
.py-2 {
  padding-top: 2em;
}

.pb-2,
.py-2 {
  padding-bottom: 2em;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 990px) {
  #about-cards .text-block:last-child {
    margin-bottom: 30px;
  }
}
#about-cards .text-block .colored {
  height: 100%;
  padding: 30px;
}
@media (max-width: 990px) {
  #about-cards h2 {
    margin-bottom: 0 !important;
  }
}

#about-depth .text-block:last-child,
#about-depth-applications .text-block:last-child {
  margin-bottom: 30px;
}
#about-depth .text-block .colored,
#about-depth-applications .text-block .colored {
  height: 100%;
  padding: 20px;
}

#about-emerging-data h5 {
  color: #0b2663;
  font-weight: 400;
}
#about-emerging-data a {
  color: #4d4f53;
  text-decoration: none;
}
@media (max-width: 990px) {
  #about-emerging-data .cell-xs-12 {
    text-align: center;
  }
}

@media (max-width: 990px) {
  #powered-by-cutting-edge-tech .cell-xs-9 {
    height: 100%;
  }
  #powered-by-cutting-edge-tech .cell-xs-9 .a-center {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  #powered-by-cutting-edge-tech .cell-xs-9 .container {
    height: 70%;
  }
  #powered-by-cutting-edge-tech .cell-xs-9 .container .grid {
    align-content: space-between;
    height: 100%;
  }
}
@media (max-width: 350px) {
  #powered-by-cutting-edge-tech .cell-xs-3 {
    padding: 0;
  }
}

button.cookie-settings-btn {
  margin: 15px 0;
  padding: 15px 30px;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  border-color: #2e845f;
  background-color: #2e845f;
  color: #ffffff;
  font-family: "atten-new", sans-serif;
  font-size: 18px;
}
button.cookie-settings-btn:hover, button.cookie-settings-btn:focus {
  border-width: 2px;
  border-style: solid;
  border-color: #aedcc3;
  background-color: #aedcc3;
  color: #000000;
}
