/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.xray-policy, .faq-full__item, .xray-process__requested--content h6, .xray-why-choose__inner, .xray-result__content, .xray-services__content--body, .xray-about__content--body, .xray-banner__top {
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .xray-policy, .faq-full__item, .xray-process__requested--content h6, .xray-why-choose__inner, .xray-result__content, .xray-services__content--body, .xray-about__content--body, .xray-banner__top {
    font-size: 18px;
    line-height: 1.75;
  }
}

.xray-about__content--body h2, .xray-banner__question--body h3 {
  font-size: 18px;
  line-height: 1.68;
  font-weight: 700;
  margin: 0 0 12px;
  color: #007fc0;
}
@media only screen and (min-width: 768px) {
  .xray-about__content--body h2, .xray-banner__question--body h3 {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-about__content--body h2, .xray-banner__question--body h3 {
    font-size: 30px;
  }
}

div#wpadminbar {
  position: fixed;
  top: 0;
}

.xray-banner {
  margin-block: 25px 0;
  padding-block: 10px 80px;
  color: #2c2d2d;
}
@media only screen and (min-width: 768px) {
  .xray-banner {
    padding-block: 190px 345px;
    margin: 0;
  }
}
.xray-banner > .container > figure {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.xray-banner__top {
  position: relative;
}
.xray-banner__top h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.7;
  margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
  .xray-banner__top h1 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-banner__top h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .xray-banner__top h1 {
    font-size: 56px;
  }
}
.xray-banner__top h1 span {
  background: linear-gradient(0, #0080e0 2px, transparent 2px);
}
.xray-banner__top p {
  margin: 0;
}
.xray-banner__top--content {
  max-width: 290px;
}
@media only screen and (min-width: 768px) {
  .xray-banner__top--content {
    padding-left: 22px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .xray-banner__top--content {
    max-width: none;
  }
}
.xray-banner__top picture {
  max-width: 418px;
  width: 46%;
  margin-left: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .xray-banner__top picture {
    position: absolute;
    width: 37.4%;
    margin-left: 0;
    bottom: 24px;
    left: 51%;
  }
}
.xray-banner__top picture img {
  width: 100%;
}
.xray-banner__question {
  max-width: 880px;
  display: flex;
  padding-right: 75px;
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .xray-banner__question {
    padding-right: 225px;
    margin: 50px 0 0 6%;
  }
}
.xray-banner__question--body {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 25px 25px;
  position: relative;
  font-size: 14px;
  border-radius: 37px;
  line-height: 1.57;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .xray-banner__question--body {
    border-radius: 50px;
    padding: 30px;
    font-size: 17px;
    line-height: 1.85;
  }
}
@media only screen and (min-width: 992px) {
  .xray-banner__question--body {
    padding: 30px 70px 35px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .xray-banner__question--body::after {
    content: "";
    border-left: 40px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
  }
}
.xray-banner__question--body p {
  margin: 0;
}
.xray-banner__question figure {
  position: absolute;
  bottom: -27px;
  right: 0;
  width: 100%;
  max-width: 85px;
}
@media only screen and (min-width: 768px) {
  .xray-banner__question figure {
    max-width: 168px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.xray-banner__question figure img {
  width: 100%;
}

.xray-about {
  position: relative;
  z-index: 1;
  color: #2c2d2d;
  padding-bottom: 50px;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .xray-about {
    margin-top: -250px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-about {
    padding-bottom: 220px;
  }
}
.xray-about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 64vw);
  background: #d9e9ee;
  clip-path: polygon(0 500px, 100% 0, 100% 100%, 0% 100%);
}
.xray-about > picture {
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 192px;
}
@media only screen and (min-width: 768px) {
  .xray-about > picture {
    top: -82px;
  }
}
.xray-about > picture img {
  width: 100%;
}
.xray-about__inner {
  background: #fff;
  padding: 0 20px 64px;
}
.xray-about__inner > picture {
  display: block;
  margin: 0 -20px;
}
.xray-about__inner > picture img {
  width: 100%;
}
.xray-about__description {
  padding: 25px 0;
  line-height: 1.85;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .xray-about__description {
    font-size: 17px;
    text-align: center;
  }
}
.xray-about__description p {
  margin: 0;
}
.xray-about__content {
  max-width: 950px;
  display: grid;
  grid-template-columns: 1fr 21%;
  gap: 20px 32px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  .xray-about__content {
    margin-top: 90px;
    grid-template-columns: 32.7% 1fr;
  }
}
.xray-about__content > picture {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media only screen and (min-width: 768px) {
  .xray-about__content > picture {
    grid-row: 1/4;
    grid-column: 1/2;
  }
}
.xray-about__content > picture img {
  width: 100%;
}
.xray-about__content--body {
  grid-column: 1/3;
}
@media only screen and (min-width: 768px) {
  .xray-about__content--body {
    grid-column: 2/3;
  }
}
.xray-about__content--body h2 {
  text-align: center;
  margin: 0 0 20px;
  color: #007fc0;
}
@media only screen and (min-width: 768px) {
  .xray-about__content--body h2 {
    text-align: left;
    margin: 0 0 24px;
  }
}
.xray-about__content--list {
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .xray-about__content--list {
    grid-row: 2/3;
  }
}
@media only screen and (min-width: 768px) {
  .xray-about__content--list {
    gap: 20px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-about__content--list {
    gap: 20px 60px;
  }
}
.xray-about__content--list figure img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 100px;
}
@media only screen and (min-width: 992px) {
  .xray-about__content--list figure img {
    max-width: 133px;
  }
}
.xray-about__content--list figure figcaption {
  font-size: 14px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .xray-about__content--list figure figcaption {
    font-size: 17px;
    margin-top: 10px;
  }
}

.xray-result > h2, .xray-services > h2 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .xray-result > h2, .xray-services > h2 {
    font-size: 28px;
  }
}
.xray-result > h2 span, .xray-services > h2 span {
  background: #64a0cf;
  display: inline-block;
  border-radius: 99px;
  position: relative;
  padding: 7px 15px;
}
@media only screen and (min-width: 768px) {
  .xray-result > h2 span, .xray-services > h2 span {
    min-width: 375px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .xray-result > h2 span, .xray-services > h2 span {
    width: 100%;
    max-width: 270px;
  }
}
.xray-result > h2 span img, .xray-services > h2 span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .xray-result > h2 span img, .xray-services > h2 span img {
    width: 55px;
    left: -42px;
  }
}

.xray-result, .xray-services {
  border: 3px solid #e7e7e7;
  border-radius: 13px;
  position: relative;
  padding: 35px 10px 30px;
  max-width: 820px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .xray-result, .xray-services {
    padding: 50px 45px 45px;
    border-width: 4px;
    border-radius: 24px;
  }
}

.xray-services {
  color: #2c2d2d;
  margin-top: 65px;
}
@media only screen and (min-width: 768px) {
  .xray-services {
    margin-top: 120px;
  }
}
.xray-services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 616px;
  margin-inline: auto;
  align-items: flex-end;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .xray-services__list {
    gap: 20px;
  }
}
.xray-services__item h4 {
  font-weight: 700;
  margin: 0 0 10px;
  color: #469ed5;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .xray-services__item h4 {
    font-size: 24px;
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item h4 {
    font-size: 32px;
  }
}
.xray-services__item h4::before, .xray-services__item h4::after {
  content: "";
  height: 20px;
  width: 2px;
  border-radius: 5px;
  transform: rotate(-25deg);
  background: #469ed5;
}
@media only screen and (min-width: 768px) {
  .xray-services__item h4::before, .xray-services__item h4::after {
    height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item h4::before, .xray-services__item h4::after {
    width: 3px;
    height: 36px;
  }
}
.xray-services__item h4::after {
  transform: rotate(25deg);
}
.xray-services__item--heading {
  background: #469ed5;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--heading {
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--heading {
    padding: 6px 20px;
  }
}
.xray-services__item--heading > img {
  top: -4px;
  left: 4px;
  width: 26px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--heading > img {
    width: 32px;
    top: -6px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--heading > img {
    width: 55px;
    top: -8px;
    left: 12px;
  }
}
.xray-services__item--heading figure {
  margin: 0 0 2px;
}
.xray-services__item--heading figure img {
  width: 100%;
  max-width: 26px;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--heading figure img {
    max-width: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--heading figure img {
    max-width: 52px;
  }
}
.xray-services__item--heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--heading h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--heading h3 {
    font-size: 32px;
  }
}
.xray-services__item--heading h3 small {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--heading h3 small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--heading h3 small {
    font-size: 27px;
  }
}
.xray-services__item--body {
  border: 2.5px solid #469ed5;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "MRJ_H", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0;
  color: #469ed5;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--body {
    font-size: 59px;
    border-width: 5px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--body {
    min-height: 146px;
  }
}
.xray-services__item--body p {
  margin: 0;
}
.xray-services__item--orange h4 {
  color: #f0a53b;
}
.xray-services__item--orange h4::before, .xray-services__item--orange h4::after {
  background: #f0a53b;
}
.xray-services__item--orange .xray-services__item--heading {
  background: #f0a53b;
}
.xray-services__item--orange .xray-services__item--body {
  border-color: #f0a53b;
  color: #f0a53b;
}
.xray-services__item--special {
  position: relative;
}
.xray-services__item--special::before {
  content: "";
  width: 33px;
  height: 36px;
  background: url("../images/x-ray/arrow-down.svg") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .xray-services__item--special::before {
    bottom: -75px;
    width: 65px;
    height: 65px;
  }
}
.xray-services__item--special .xray-services__item--heading {
  border-radius: 16px 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--special .xray-services__item--heading {
    border-radius: 24px 24px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--special .xray-services__item--heading {
    border-radius: 34px 34px 0 0;
  }
}
.xray-services__item--special .xray-services__item--heading > img {
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .xray-services__item--special .xray-services__item--heading > img {
    top: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-services__item--special .xray-services__item--heading > img {
    top: 22px;
  }
}
.xray-services__content {
  max-width: 616px;
  margin: 45px auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .xray-services__content {
    margin-top: 85px;
  }
}
.xray-services__content--heading {
  margin-bottom: 15px;
  position: relative;
}
.xray-services__content--heading h2 {
  background: #f0a53b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 7px 50px 7px 10px;
}
@media only screen and (min-width: 768px) {
  .xray-services__content--heading h2 {
    font-size: 27px;
    padding: 8px 150px 8px 30px;
  }
}
.xray-services__content--heading img {
  max-width: 105px;
  position: absolute;
  bottom: 0;
  right: -16px;
}
@media only screen and (min-width: 768px) {
  .xray-services__content--heading img {
    bottom: -28px;
    max-width: 215px;
    right: -45px;
  }
}
.xray-result {
  color: #2c2d2d;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .xray-result {
    padding-top: 40px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .xray-result > h2 {
    font-size: 16px;
  }
}
.xray-result__content h3 {
  text-align: center;
  color: #007fc0;
  margin: 0 0 25px;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .xray-result__content h3 {
    font-size: 21px;
    margin: 0 0 55px;
  }
}
.xray-result__content h3 u {
  text-decoration: none;
  border-bottom: 1px solid #007fc0;
}
.xray-result__content .xray-result__image {
  float: right;
  width: 90px;
  margin: 30px 0 30px 30px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .xray-result__content .xray-result__image {
    display: block;
  }
}
.xray-result__content p {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .xray-result__content p {
    margin-bottom: 31.5px;
  }
}
.xray-result__content p strong {
  font-weight: 700;
  color: #007fc0;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .xray-result__content p strong {
    font-size: 22px;
  }
}
.xray-result__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .xray-result__list {
    margin-top: 70px;
  }
}
.xray-result__list h4 {
  font-weight: 700;
  color: #fff;
  background: #007fc0;
  margin: 0 0 30px;
  min-width: 215px;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .xray-result__list h4 {
    font-size: 20px;
    min-width: 280px;
  }
}
.xray-result__list--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .xray-result__list--inner {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-result__list--inner {
    gap: 60px;
  }
}
.xray-result__item {
  text-align: center;
}
.xray-result__item img {
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  max-width: 130px;
}
@media only screen and (min-width: 768px) {
  .xray-result__item img {
    max-width: 200px;
  }
}
.xray-result__item .btn--search {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .xray-result__item .btn--search {
    margin-top: 24px;
  }
}
.xray-result--orange h2 span {
  background: #f0a53b;
}
.xray-result--orange .xray-result__content h3 {
  color: #f0a53b;
}
.xray-result--orange .xray-result__content h3 u {
  border-color: #f0a53b;
}
.xray-result--orange .xray-result__content p strong {
  color: #f0a53b;
}

.btn--search {
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
  background: url("../images/x-ray/zoom-icon.svg") no-repeat 12px 50%/16px #3480bd;
  padding: 10px 15px 10px 32px;
  border-radius: 999px;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .btn--search {
    font-size: 17px;
    padding: 10px 25px 10px 52px;
    background-size: 24px;
    background-position: 22px 50%;
  }
}
.btn--search:hover {
  color: #fff;
}

.mfp-content {
  width: 1000px;
}

.mfp-figure {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 45px 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .mfp-figure {
    padding: 50px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .mfp-figure {
    padding: 75px 150px 55px;
  }
}
.mfp-figure .mfp-close {
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  right: 12px;
  top: 12px;
  left: auto;
  background: url("../images/x-ray/close.svg") no-repeat 0 0/100%;
  font-size: 0;
  min-width: 0;
  cursor: pointer !important;
}
@media only screen and (min-width: 768px) {
  .mfp-figure .mfp-close {
    width: 35px;
    height: 35px;
    top: 32px;
    right: 32px;
  }
}
.mfp-figure .mfp-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #007fc0;
  margin: 0 0 30px;
  min-width: 280px;
  padding: 12px 20px;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .mfp-figure .mfp-title {
    font-size: 20px;
    transform: none;
  }
}
.mfp-figure figure img {
  width: 100%;
  max-height: none !important;
  padding: 0;
}

.heading-bg {
  color: #2c2d2d;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .heading-bg {
    margin-bottom: 70px;
  }
}
.heading-bg__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #4397d1, #85c7f9);
  position: relative;
  border-radius: 999px;
  min-height: 70px;
  justify-content: center;
  gap: 4px;
  padding: 20px 45px;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.14);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .heading-bg__inner {
    width: auto;
    min-width: 560px;
    padding: 20px 70px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__inner {
    padding: 20px 100px;
    min-height: 125px;
    min-width: 760px;
  }
}
.heading-bg__inner::after {
  content: "";
  background: url("../images/x-ray/stars-white.svg") no-repeat 0 50%/100%;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 40px;
  transform: translateY(-50%);
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .heading-bg__inner::after {
    width: 24px;
    right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__inner::after {
    width: 30px;
    right: 60px;
  }
}
.heading-bg__inner h2 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .heading-bg__inner h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__inner h2 {
    font-size: 32px;
  }
}
.heading-bg__inner h3 {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (min-width: 768px) {
  .heading-bg__inner h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-bg__inner h3 {
    font-size: 19px;
  }
}

.xray-usecases {
  color: #2c2d2d;
  margin: 40px auto 0;
  max-width: 1132px;
}
@media only screen and (min-width: 768px) {
  .xray-usecases {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .xray-usecases__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.xray-usecases__row + .xray-usecases__row {
  margin-top: 40px;
}
.xray-usecases__row figure {
  border: 2px solid #a5d2e9;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .xray-usecases__row figure {
    border-width: 3px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .xray-usecases__row figure {
    width: 287px;
    height: 287px;
  }
}
.xray-usecases__row figure img {
  width: 50%;
}
.xray-usecases__row figure figcaption {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
  background: linear-gradient(0, #fbe94f 16px, transparent 16px);
}
@media only screen and (min-width: 992px) {
  .xray-usecases__row figure figcaption {
    font-size: 28px;
    background: linear-gradient(0, #fbe94f 23px, transparent 23px);
    margin: 0 0 20px;
  }
}
.xray-usecases__row--content {
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  background: #fff;
  font-size: 14px;
  line-height: 1.85;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .xray-usecases__row--content {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 992px) {
  .xray-usecases__row--content {
    width: calc(100% - 340px);
  }
}
@media only screen and (min-width: 992px) {
  .xray-usecases__row--content {
    padding: 35px 40px 45px 50px;
    font-size: 17px;
    border-radius: 50px;
  }
}
.xray-usecases__row--content strong {
  font-size: 16px;
  font-weight: 700;
  color: #007fc0;
}
@media only screen and (min-width: 992px) {
  .xray-usecases__row--content strong {
    font-size: 22px;
  }
}
.xray-usecases__row--content::before {
  content: "";
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translateX(50%);
  -webkit-filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 768px) {
  .xray-usecases__row--content::before {
    border-left: 0;
    border-right: 35px solid #fff;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    -webkit-filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 768px) {
  .xray-usecases__row:nth-child(odd) figure {
    order: 2;
  }
  .xray-usecases__row:nth-child(odd) .xray-usecases__row--content::before {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 35px solid #fff;
    border-bottom: 16px solid transparent;
    border-top: 16px solid transparent;
    -webkit-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 0 2px rgba(0, 0, 0, 0.1));
  }
}

.xray-why-choose {
  padding-block: 50px;
}
@media only screen and (min-width: 768px) {
  .xray-why-choose {
    padding-block: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .xray-why-choose {
    padding-block: 145px 0;
  }
}
.xray-why-choose__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
.xray-why-choose__inner h3 {
  color: #007fc0;
  border: 2px solid #007fc0;
  padding: 7px 10px;
  border-radius: 99px;
  min-width: 310px;
  margin: 0 0 10px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .xray-why-choose__inner h3 {
    font-size: 20px;
    border-width: 3px;
    min-width: 450px;
    padding: 13px 30px;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-why-choose__inner h3 {
    font-size: 24px;
  }
}
.xray-why-choose__inner p {
  margin: 0;
}
.xray-why-choose__inner p + h3 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .xray-why-choose__inner p + h3 {
    margin-top: 35px;
  }
}

.xray-process__result h3, .xray-process__requested h3, .xray-process__body h3, .xray-process__heading--item h3 {
  font-weight: 700;
  color: #007fc0;
  border: 2px solid #007fc0;
  position: relative;
  padding: 7px 20px;
  border-radius: 99px;
  text-align: center;
  min-width: 130px;
  margin: 0 0 25px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .xray-process__result h3, .xray-process__requested h3, .xray-process__body h3, .xray-process__heading--item h3 {
    font-size: 22px;
    border-width: 3px;
    padding: 10px 20px;
    min-width: 210px;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__result h3, .xray-process__requested h3, .xray-process__body h3, .xray-process__heading--item h3 {
    font-size: 29px;
    min-width: 260px;
  }
}
@media only screen and (min-width: 1600px) {
  .xray-process__result h3, .xray-process__requested h3, .xray-process__body h3, .xray-process__heading--item h3 {
    min-width: 302px;
  }
}
.xray-process__result h3 img, .xray-process__requested h3 img, .xray-process__body h3 img, .xray-process__heading--item h3 img {
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .xray-process__result h3 img, .xray-process__requested h3 img, .xray-process__body h3 img, .xray-process__heading--item h3 img {
    height: 48px;
  }
}

.xray-process__requested, .xray-process__box {
  border: 1px solid #0080c3;
  background: #fff;
  padding: 35px 45px;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested, .xray-process__box {
    border-width: 2px;
    font-size: 20px;
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested, .xray-process__box {
    font-size: 24px;
    padding: 40px 55px 45px;
  }
}

.xray-process__requested, .xray-process__reception {
  position: relative;
}
.xray-process__requested::before, .xray-process__reception::before, .xray-process__requested::after, .xray-process__reception::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.xray-process__requested::before, .xray-process__reception::before {
  height: 28px;
  width: 2px;
  background: #0080c3;
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested::before, .xray-process__reception::before {
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested::before, .xray-process__reception::before {
    height: 60px;
  }
}
.xray-process__requested::after, .xray-process__reception::after {
  border-top: 16px solid #0080c3;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: calc(100% + 28px);
}
@media only screen and (min-width: 768px) {
  .xray-process__requested::after, .xray-process__reception::after {
    border-top-width: 26px;
    border-left-width: 15px;
    border-right-width: 15px;
    top: calc(100% + 40px);
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested::after, .xray-process__reception::after {
    top: calc(100% + 60px);
  }
}

.xray-process {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .xray-process {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process {
    margin-top: 180px;
  }
}
.xray-process .section-heading h2 {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .xray-process .section-heading h2 {
    font-size: 16px;
    padding-inline: 26px;
  }
  .xray-process .section-heading h2::after {
    width: 18px;
    height: 25px;
  }
  .xray-process .section-heading h3 {
    font-size: 11px;
  }
}
.xray-process__reception {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .xray-process__reception::before {
    top: calc(100% + 38px);
  }
}
@media only screen and (min-width: 768px) {
  .xray-process__reception::after {
    top: calc(100% + 75px);
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__reception::after {
    top: calc(100% + 98px);
  }
}
.xray-process__heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
  .xray-process__heading {
    display: none;
  }
}
.xray-process__heading--item {
  padding: 18px 25px 20px 10px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-top: 6px solid #eaeaea;
  background: #eaeaea;
}
.xray-process__heading--item h3 {
  margin: 0;
  padding-inline: 10px;
}
.xray-process__heading--item.active {
  border-color: #0080c3;
  background: #fff;
  margin-bottom: -1px;
}
.xray-process__heading--item.active h3 {
  background: #0080c3;
  color: #fff;
}
.xray-process__body {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .xray-process__body {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__body {
    gap: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .xray-process__body::after {
    content: "";
    height: 38px;
    border: 2px solid #0080c3;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(50% + 40px);
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__body::after {
    width: calc(50% + 94px);
  }
}
.xray-process__body h3 {
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .xray-process__body h3 {
    display: none;
  }
}
.xray-process__box {
  box-shadow: 2px 2px 0 #EBEBEB;
}
@media only screen and (max-width: 767px) {
  .xray-process__box {
    display: none;
    box-shadow: 4px 2px 0 #EBEBEB;
  }
}
.xray-process__box p {
  margin: 0;
}
.xray-process__box--row {
  position: relative;
  width: 100%;
}
.xray-process__box--row + .xray-process__box--row {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .xray-process__box--row + .xray-process__box--row {
    margin-top: 50px;
  }
}
.xray-process__box--row + .xray-process__box--row::before {
  content: "";
  border-top: 13px solid #0080c3;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .xray-process__box--row + .xray-process__box--row::before {
    border-top-width: 20px;
    border-left-width: 12px;
    border-right-width: 12px;
    top: -34px;
  }
}
.xray-process__box--row h4 {
  font-size: 14px;
  background: #0080c3;
  color: #fff;
  margin: 6px 0;
  padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
  .xray-process__box--row h4 {
    font-size: 18px;
    padding: 9px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .xray-process__box--row h4 {
    font-size: 22px;
  }
}
.xray-process__box--note {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.42;
  color: #0080c3;
}
@media only screen and (min-width: 768px) {
  .xray-process__box--note {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__box--note {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .xray-process__box--1 .xray-process__box--row img {
    margin-top: 30px;
  }
  .xray-process__box--1 .xray-process__box--row + .xray-process__box--row {
    margin-top: 85px;
  }
  .xray-process__box--1 .xray-process__box--row + .xray-process__box--row::before {
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .xray-process__box.active {
    display: block;
  }
}
.xray-process__requested {
  padding: 20px 25px 40px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested {
    padding: 50px 55px 35px;
    margin-top: 110px;
  }
}
.xray-process__requested h3 {
  margin: 0 0 35px;
}
.xray-process__requested h3 img {
  height: 57px;
  right: -10px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested h3 img {
    height: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested h3 img {
    height: 90px;
    right: -20px;
  }
}
.xray-process__requested--row {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
.xray-process__requested--row + .xray-process__requested--row {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--row + .xray-process__requested--row {
    margin-top: 55px;
  }
}
.xray-process__requested--row + .xray-process__requested--row h4::before {
  content: "";
  border-top: 13px solid #0080c3;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--row + .xray-process__requested--row h4::before {
    border-top-width: 20px;
    border-left-width: 12px;
    border-right-width: 12px;
    top: -35px;
  }
}
.xray-process__requested--row h4 {
  text-align: center;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 8px;
  position: relative;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--row h4 {
    width: 220px;
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested--row h4 {
    font-size: 24px;
  }
}
.xray-process__requested--content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--content {
    width: calc(100% - 250px);
  }
}
.xray-process__requested--content p {
  margin: 0;
  background: #efefef;
  font-size: 14px;
  padding: 6px 15px;
}
@media only screen and (min-width: 768px) {
  .xray-process__requested--content p {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__requested--content p {
    font-size: 19px;
  }
}
.xray-process__requested--content h6 {
  color: #0080c3;
  margin: 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .xray-process__requested--content h6 {
    font-size: 12px;
  }
}
.xray-process__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .xray-process__result {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-process__result {
    margin-top: 120px;
  }
}
.xray-process__result h3 {
  min-width: 340px;
}
@media only screen and (min-width: 768px) {
  .xray-process__result h3 {
    min-width: 540px;
  }
}
.xray-process__result h3 img {
  right: 0;
  height: auto;
  transform: translate(0, -50%);
  width: 44px;
}
@media only screen and (min-width: 768px) {
  .xray-process__result h3 img {
    width: 69px;
  }
}

.section--dots {
  position: relative;
  z-index: 1;
}
.section--dots::after {
  content: "";
  background: url("../images/x-ray/dots.png") repeat 0 0 #f7f7f7;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section--dots::after {
    clip-path: polygon(0 150px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 992px) {
  .section--dots::after {
    clip-path: polygon(0 265px, 100% 0, 100% 100%, 0% 100%);
  }
}

.x-ray--bottom {
  padding-block: 90px 80px;
}
@media only screen and (min-width: 768px) {
  .x-ray--bottom {
    padding-block: 140px 100px;
  }
}
@media only screen and (min-width: 992px) {
  .x-ray--bottom {
    padding-block: 265px 140px;
  }
}

.faq-full {
  background: #fff;
  padding: 30px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .faq-full {
    padding: 40px 30px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-full {
    padding: 55px 75px;
  }
}
.faq-full__item {
  padding: 12px 0;
}
@media only screen and (min-width: 768px) {
  .faq-full__item {
    padding: 16px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-full__item {
    padding: 20px 75px;
  }
}
.faq-full__item + .faq-full__item {
  border-top: 1px solid #a8a8a8;
}
.faq-full__item h3 {
  color: #007fc0;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .faq-full__item h3 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-full__item h3 {
    font-size: 19px;
  }
}
.faq-full__item p {
  margin: 0;
}

.xray-policy {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .xray-policy {
    margin-top: 85px;
  }
}
.xray-policy h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 25px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .xray-policy h2 {
    font-size: 20px;
  }
}
.xray-policy h2 span {
  background: #2c2d2d;
  display: inline-block;
  padding: 10px 16px;
}
@media only screen and (min-width: 768px) {
  .xray-policy h2 span {
    padding: 11px 26px;
  }
}
.xray-policy p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .xray-policy p {
    margin: 0 0 31px;
  }
}
.xray-policy p:last-of-type {
  margin: 0;
}

.xray-line {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .xray-line {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .xray-line {
    margin-top: 100px;
  }
}
.xray-line img {
  width: 100%;
}

/*# sourceMappingURL=x-ray.css.map */
