﻿@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-only {
    display: initial;
  }
}

html, body, header, footer, section, div, span, a, ul, ol, li, i, b, input, textarea, button, aside, img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  margin: 0;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  position: relative;
  --primary-rgb-color: 114, 161, 255;
  --primary-bg-color: #0054FA;
  --primary-hover-bg-color: #578BF2;
  --primary-active-bg-color: #4E7DDC;
  --primary-text-color: #fff;
  --primary-hover-text-color: #FAE9E0;
  --primary-active-text-color: #FAE9E0;
  --secondary-bg-color: #72A1FF26;
  --secondary-hover-bg-color: #578BF2;
  --secondary-active-bg-color: #4E7DDC;
  --secondary-text-color: #72A1FF;
  --secondary-hover-text-color: #fff;
  --secondary-active-text-color: #fff;
  --success-bg-color: #0DC268;
  --success-hover-bg-color: #0DC268;
  --success-active-bg-color: #0DC268;
  --success-text-color: #15CA12;
  --success-hover-text-color: #fff;
  --success-active-text-color: #fff;
  --browse-bg-color: rgba(179,204,254,0.35);
  --browse-text-color: #0054FA;
  --warning-color: #C84C13;
  --warning-hover-color: #f27f4a;
  --warning-active-color: #E85A16;
  --seo-checker-success-primary-color: #28c76f;
  --seo-checker-warn-primary-color: #ff9f43;
  --seo-checker-error-primary-color: #ea5455;
  --seo-checker-success-bg-color: rgba(40, 199, 111, 0.12);
  --seo-checker-warn-bg-color: rgba(255, 159, 67, 0.12);
  --seo-checker-error-bg-color: rgba(234, 84, 85, 0.12);
  --container-padding: 12vw;
  --transition: .1s ease-in-out;
  --text-color: #2B2B2B;
  --header-text-color: #183B56;
}

a {
  text-decoration: none;
}

.cd-container {
  width: 100%;
  display: block;
  padding: 0 var(--container-padding);
}

.cd-container-pr {
  padding-right: var(--container-padding);
}

.cd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cd-section.cd-section-radius-top-left {
  background-color: #FAFCFF;
  border-top-left-radius: 300px;
}
.cd-section.cd-section-radius-top {
  background-color: #FAFCFF;
  margin: 100px 0;
  position: relative;
}
.cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -100px;
  height: 200px;
  border-radius: 100%;
  background-color: #FAFCFF;
  left: 0;
  z-index: -1;
}
.cd-section.cd-section-radius-top ::after {
  top: inherit;
  bottom: -100px;
}

.cd-section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
}
.cd-section-header h2,
.cd-section-header p,
.cd-section-header span {
  margin: 0;
}
.cd-section-header.cd-section-header--centered {
  align-items: center;
}
.cd-section-header.cd-section-header--centered h2,
.cd-section-header.cd-section-header--centered p,
.cd-section-header.cd-section-header--centered span {
  text-align: center;
}

.cd-margin-top-200 {
  margin-top: 200px;
}

.hidden {
  display: none !important;
}

@media (max-width: 959px) {
  html {
    font-size: 12px;
  }
  .cd-section.cd-section-radius-top-left {
    background-color: #fff;
  }
  .cd-section.cd-section-radius-top {
    background-color: #FAFCFF;
    margin: 100px 0;
    position: relative;
  }
  .cd-section.cd-section-radius-top ::before, .cd-section.cd-section-radius-top ::after {
    content: "";
    width: 100%;
    position: absolute;
    top: -50px;
    height: 100px;
    border-radius: 100%;
    background-color: #FAFCFF;
    left: 0;
    z-index: -1;
  }
  .cd-section.cd-section-radius-top ::after {
    top: inherit;
    bottom: -50px;
  }
}
@media (max-width: 599px) {
  .cd-container {
    padding: 0 20px;
  }
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h2 {
  text-align: center;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
}

ul {
  color: rgba(17, 17, 17, 0.6980392157);
  list-style-type: revert;
  padding-inline-start: 20px;
}

.cd-display-h1 {
  text-align: left;
  font-size: 2.8125rem;
}

.cd-display-1 {
  font-size: 2.8125rem;
  margin: 12px 0px;
}

.cd-display-1--icon {
  height: 2.8125rem;
  font-size: 2.8125rem;
  margin-right: 1rem;
}

.cd-display-1--icon img,
.cd-display-1--icon svg {
  height: 100%;
}

.cd-display-2 {
  font-size: 2.625rem;
}

p,
.cd-p-secondary {
  color: rgba(17, 17, 17, 0.6980392157);
}

h2.cd-p {
  font-weight: 400;
}

h3.cd-p {
  font-weight: 400;
}

.cd-p {
  font-size: 1rem;
  line-height: 28px;
}

.cd-em {
  line-height: 14px;
}

.cd-p-lg {
  font-size: 1.125rem;
  line-height: 28px;
}

.cd-seaction-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  color: #14171D;
}

.cd-seaction-subtitle + h2 {
  margin-top: 16px;
}

.cd-link {
  color: #E85A16;
}

/* cd-breadcrumb */
.cd-breadcrumb {
  margin: 0;
  padding: 25px 0;
  display: flex;
  list-style: none;
}

.cd-breadcrumb li {
  position: relative;
  margin-left: 20px;
}

.cd-breadcrumb ul {
  display: flex;
}

.cd-breadcrumb a {
  min-inline-size: 0;
}

.cd-breadcrumb li:first-child {
  margin-left: 0;
}

.cd-breadcrumb li:first-child::before {
  display: none;
}

.cd-breadcrumb li::before {
  content: "/";
  color: #575757;
  position: absolute;
  left: -13px;
  line-height: 22px;
  font-size: 0.875rem;
}

.cd-breadcrumb span {
  color: #575757;
  font-size: 0.875rem;
}

.cd-breadcrumb li:last-child span {
  color: #000;
}

html[dir=rtl] .cd-breadcrumb li {
  margin-left: 0;
  margin-right: 20px;
}

html[dir=rtl] .cd-breadcrumb li:first-child {
  margin-right: 0;
}

html[dir=rtl] .cd-breadcrumb li::before {
  right: -13px;
  left: inherit;
}

/* End cd-breadcrumb */
@media (max-width: 599px) {
  .cd-breadcrumb li::before,
  .cd-breadcrumb span {
    font-size: 10px;
  }
}
.cd-input {
  background: #FFFFFF;
  border: 1px solid rgba(214, 213, 213, 0.32);
  box-sizing: border-box;
  border-radius: 8px;
  height: 42px;
  width: 100%;
  padding: 0 1rem;
  font-size: 16px;
}

.cd-input-borderless {
  border: none;
  outline: none;
  text-align: center;
}

.cd-input-short {
  margin-top: 10px;
  width: 95px;
  border: 1.74671px solid rgba(212, 212, 212, 0.29);
  border-radius: 0px;
  color: black;
  font-weight: 700;
}

.cd-prompt {
  display: none;
  text-align: center;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 450px;
  background: white;
  border-radius: 6px;
  padding: 0px 20px;
  color: rgba(17, 17, 17, 0.6980392157);
  box-shadow: 0 5px 12px #ccc;
  pointer-events: none;
}

@media (max-width: 599px) {
  .cd-prompt {
    width: 270px;
  }
}
.cd-droparea:hover + .cd-prompt {
  display: block;
  -webkit-animation: fadeInFromNone 0.34s linear;
  -moz-animation: fadeInFromNone 0.34s linear;
  -o-animation: fadeInFromNone 0.34s linear;
  animation: fadeInFromNone 0.34s linear;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.cd-expert-mode-button-panel {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 58px;
}

.cd-sitemap-generate-loading {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 6px;
  margin: 70px 0px;
  display: none;
}

.cd-process-loading-row,
.cd-expert-mode-default-mode-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc((100% - 986px) / 2);
  margin-left: 130px;
  margin-right: 130px;
}

.cd-process-loading-info {
  margin-top: 30px;
  margin-bottom: 25px;
  flex: 0 1 auto;
}

.cd-process-loading-amount {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #183B56;
}

.cd-loading-title {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #5A7184;
}

.cd-expert-mode-failed-links {
  text-align: center;
  color: #7c7c7c;
  padding-bottom: 30px;
  font-size: 14px;
}

.cd-expert-mode-failed-links p {
  margin: 0;
}

.cd-expert-mode-brokenlinks {
  display: grid;
  grid-template-columns: 50% 50%;
}

.cd-expert-mode-brokenlinks-title {
  justify-items: flex-end;
  font-size: 26px;
  color: #2B2B2B;
}

.cd-expert-mode-brokenlinks-link {
  align-items: center;
  text-align: right;
  margin: auto 0;
}

.one {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}

.two {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 3;
}

.three {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 4;
}

.cd-expert-mode-brokenlinks-list li {
  font-size: 14px;
}

.cd-expert-mode-brokenlinks-list li:not(li:last-child):not(li:first-child) {
  margin: 32px 0;
}

.cd-process-loading-download-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  padding: 0 calc((100% - 996px) / 2);
  margin-left: 130px;
  margin-right: 130px;
  padding-bottom: 30px;
}

.cd-process-loading-download-decription {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #7C7C7C;
}

.cd-process-loading-download-link {
  cursor: pointer;
}

.cd-process-loading-download-link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #E85A16;
  text-decoration: underline;
  text-transform: capitalize;
  border: none;
  background-image: rgba(217, 217, 217, 0.2);
  outline: none;
  margin-left: 12px;
}

.cd-expert-mode-default-mode {
  display: none;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 6px;
  margin: 50px 0px;
}

.cd-expert-mode-default-mode-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cd-expert-mode-default-mode-title {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 20px;
}

.active {
  display: block !important;
}

.cd-expert-mode-default-mode-property {
  flex: 0 1 auto;
}

@media (max-width: 1150px) {
  .cd-expert-mode-default-mode-row {
    margin-left: 60px;
    margin-right: 60px;
  }
  .cd-process-loading-row {
    margin-bottom: 24px;
    margin-left: 60px;
    margin-right: 60px;
  }
  .cd-process-loading-download-row {
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
    margin-right: 60px;
    gap: 30px;
  }
}
@media (max-width: 989px) {
  .cd-expert-mode-default-mode-row {
    flex-direction: column;
    gap: 42px;
  }
  .cd-expert-mode-brokenlinks {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .one {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .two {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .three {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
  }
}
@media (max-width: 769px) {
  .cd-process-loading-row {
    flex-direction: column;
  }
  .cd-process-loading-download-decription {
    text-align: center;
    font-size: 12px;
    line-height: 16.8px;
  }
  .cd-expert-mode-brokenlinks-list li {
    font-size: 12px;
    word-wrap: break-word;
  }
  .cd-expert-mode-brokenlinks {
    display: grid;
    grid-template-columns: 100%;
  }
  .one {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .two {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .three {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .cd-expert-mode-brokenlinks-title {
    text-align: center;
  }
  .cd-expert-mode-brokenlinks-link {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .cd-expert-mode-button-panel {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}
@media (max-width: 599px) {
  .cd-expert-mode-button-panel {
    margin-bottom: 20px;
  }
}
.cd-choice {
  width: 220px;
  height: 38px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #2B2B2B;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cd-choice.chevron-up {
  background: white url("/static/products/assets/img/chevron-up.svg") no-repeat 90% center;
}
.cd-choice.chevron-down {
  background: white url("/static/products/assets/img/chevron-down.svg") no-repeat 90% center;
}

.border-select {
  border: 1px solid #c1c1c1;
}

.cd-loader {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.cd-spinner,
.cd-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.cd-spinner {
  margin: 10px auto 10px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 136, 255, 0.2);
  border-right: 1.1em solid rgba(0, 136, 255, 0.2);
  border-bottom: 1.1em solid rgba(0, 136, 255, 0.2);
  border-left: 1.1em solid #0054FA;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
:host {
  display: block;
  margin-bottom: 14px;
}

strong {
  color: black;
  margin: 10px 10px 10px 0px;
}

nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav a {
  display: flex;
  flex-direction: column;
  padding: 14px;
  margin: 7px;
  width: 20%;
  border: solid 1px #E5EAF4;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  nav a {
    width: 100%;
  }
}
nav a:hover {
  box-shadow: 0 2px 8px rgba(18, 17, 36, 0.1), 0 4px 32px rgba(18, 17, 36, 0.2);
}
nav a em {
  font-style: normal;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.6980392157);
}

.hidden {
  display: none !important;
}

.errorBlock {
  font-size: 16px;
  display: flex !important;
  justify-content: center;
  color: var(--warning-color);
}

.cd-button-circle {
  position: fixed;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #0054FA;
  opacity: 100%;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background-image: url("/static/products/assets/img/arrow-upward.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  bottom: 10%;
  right: 10%;
  z-index: 5;
}
.cd-button-circle.visible {
  opacity: 1;
  visibility: visible;
}
.cd-button-circle.hidden {
  opacity: 0;
  visibility: hidden;
}

.cd-button-circle:hover {
  opacity: 50%;
}
