.calculator-page,
.calculator-index-page {
  background: #fff;
  color: #1d252c;
  font-family: "Roboto", Arial, sans-serif;
}

.calculator-shell,
.calculator-index-wrap {
  width: min(1180px, 92vw) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 34px 0 60px !important;
  border-top: 0 !important;
  background: #fff !important;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.calculator-shell .calculatorsleft,
.calculator-shell .calculatorsright {
  float: none !important;
  width: auto !important;
  max-width: none !important;
}

.calculator-shell .calculatorsleft {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1d252c !important;
}

.calculator-shell .calculatorcontainer {
  border-top: 1px solid #dfe5e9;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1d252c !important;
}

.calculator-shell .calculatorcontainer > div {
  background: transparent !important;
  color: #1d252c !important;
}

.calculator-shell .calculatorsleft h1,
.calculator-shell .calculatorsleft h2,
.calculator-shell .calculatorsleft h3,
.calculator-shell .calculatorsleft h4 {
  color: #111820 !important;
}

.calculator-shell .calculatorcontainer {
  padding-top: 24px;
}

.calculator-shell .calc-header-v2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.calculator-shell .calc-icon-v2 {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #e60028 !important;
}

.calculator-shell .calc-icon-v2 svg {
  width: 26px;
  height: 26px;
}

.calculator-shell .calc-icon-v2 i {
  color: #fff;
  font-size: 23px;
}

.calculator-shell .calc-title-v2 h2,
.calculator-shell .contentheader h2,
.calculator-index-title {
  margin: 0;
  color: #111820 !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.calculator-shell .calc-title-v2 h2,
.calculator-index-title {
  font-size: clamp(27px, 3.2vw, 43px) !important;
  line-height: 1.05 !important;
  text-align: left !important;
}

.calculator-shell .calc-title-v2 p,
.calculator-index-intro {
  margin: 10px 0 0;
  color: #5b6670;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.calculator-shell .calc-form-v2,
.calculator-shell .result-v2,
.calculator-shell .calcdesktoponly,
.calculator-shell .method-card,
.calculator-shell .importance-box,
.calculator-shell .calculator-features,
.calculator-shell .example,
.calculator-shell .formula {
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: #f8fafb;
  box-shadow: none;
}

.calculator-shell .calc-form-v2 {
  padding: 24px;
  margin-top: 12px;
}

.calculator-shell .label-v2,
.calculator-shell label {
  margin: 16px 0 8px;
  color: #27313a;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.calculator-shell .input-v2,
.calculator-shell .input-wrap-v2,
.calculator-shell select,
.calculator-shell input[type="number"] {
  border: 1px solid #cfd7de !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111820 !important;
  font-size: 16px !important;
  min-height: 48px;
  box-shadow: none !important;
}

.calculator-shell .input-wrap-v2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: static !important;
}

.calculator-shell .input-wrap-v2 span {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  min-width: 44px;
  padding: 0 12px;
  color: #5b6670;
  font-weight: 800;
  border-right: 1px solid #dfe5e9;
}

.calculator-shell .input-wrap-v2 input {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
}

.calculator-shell .btn-v2,
.calculator-shell button.calculate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 190px;
  min-height: 48px;
  margin-top: 22px;
  padding: 12px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #e60028 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.calculator-shell .btn-v2:hover,
.calculator-shell button.calculate:hover {
  background: #c90023 !important;
}

.calculator-shell .age-row-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.calculator-shell .age-pill-v2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #cfd7de;
  border-radius: 8px;
  background: #fff !important;
  color: #1d252c !important;
}

.calculator-shell .age-pill-v2 .text {
  color: #1d252c !important;
  font-weight: 700;
}

.calculator-shell .radio-dot {
  border-color: #c8d2dc !important;
}

.calculator-shell .age-pill-v2 input:checked + .radio-dot {
  border-color: #e60028 !important;
}

.calculator-shell .radio-dot::after {
  background: #e60028 !important;
}

.calculator-shell .result-v2 {
  margin-top: 20px;
  padding: 22px;
  color: #1d252c;
}

.calculator-shell .result-v2 h3 {
  margin-top: 0;
  color: #111820;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calculator-shell .calc-warning {
  margin-top: 12px;
  color: #b00020;
  font-weight: 800;
}

.calculator-shell .net-v2,
.calculator-shell .result,
.calculator-shell .net-salary {
  color: #e60028 !important;
  font-weight: 900;
}

.calculator-shell .calcnote {
  margin: 14px 0 0;
  color: #6a747d;
  font-size: 13px;
}

.calculator-shell .calcdesktoponly {
  margin-top: 28px;
  padding: 26px;
  color: #2d3740;
  font-size: 17px;
  line-height: 1.72;
}

.calculator-shell .calcdesktoponly h3,
.calculator-shell .calcdesktoponly h4,
.calculator-shell > .calculatorsleft > h4 {
  color: #111820;
  font-weight: 900;
  line-height: 1.18;
  text-align: left;
}

.calculator-shell .calcdesktoponly h3 {
  font-size: 28px;
  margin: 0 0 16px;
}

.calculator-shell .calcdesktoponly h4,
.calculator-shell > .calculatorsleft > h4 {
  font-size: 21px;
  margin: 26px 0 12px;
}

.calculator-shell .calcdesktoponly p {
  margin: 0 0 16px;
}

.calculator-shell .calcdesktoponly ul,
.calculator-shell .calcdesktoponly ol {
  padding-left: 22px;
  margin-bottom: 18px;
}

.calculator-shell .calcdesktoponly a,
.calculator-shell .calculatorsleft a,
.calculator-index-wrap a {
  color: #e60028;
  text-decoration: none;
}

.calculator-shell .calcdesktoponly a:hover,
.calculator-shell .calculatorsleft a:hover,
.calculator-index-wrap a:hover {
  text-decoration: underline;
}

.calculator-shell .method-card,
.calculator-shell .importance-box,
.calculator-shell .calculator-features,
.calculator-shell .example,
.calculator-shell .formula {
  padding: 16px;
  margin: 16px 0;
}

.calculator-shell .calculatorsleft hr {
  border: 0;
  border-top: 1px solid #dfe5e9;
  margin: 28px 0 18px;
}

.calculator-shell .calculatorsleft > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.calculator-shell .calculatorsleft > ul li a {
  display: block;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: #fff;
  color: #111820;
  font-weight: 800;
}

.calculator-shell .calculatorsright {
  position: sticky;
  top: 18px;
  height: auto !important;
  margin: 0 !important;
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: #f8fafb;
  padding: 16px;
}

.calculator-shell .calculatorsright .contentheader {
  display: none !important;
}

.calculator-shell .calculatorsright .contentheader h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.calculator-shell .calculatorsright .contentheader p {
  margin-top: 10px;
  color: #5b6670 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.calculator-shell .calculatorsright .row {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.calculator-shell .calculatorsright .row h3 {
  margin: 0 0 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfe5e9;
  color: #111820;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: none;
}

.calculator-shell .calculatorsright .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

.calculator-shell .calculatorsright .row > .col-md-6:nth-of-type(n+5) {
  display: none !important;
}

.calculator-shell .calculatorsright .listing-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 11px;
  align-items: start;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid #dfe5e9;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.calculator-shell .calculatorsright a.listing-card {
  color: inherit;
  text-decoration: none;
}

.calculator-shell .calculatorsright .calculator-related-card .listing-content {
  display: block !important;
}

.calculator-shell .calculatorsright .calculator-related-card .listing-content .hp {
  display: block !important;
  margin-top: 5px !important;
  color: #65707a !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.calculator-shell .calculatorsright .calculator-related-card .listing-content .hp i {
  display: inline-block !important;
  margin-right: 4px;
  color: #e60028 !important;
  font-size: 12px !important;
}

.calculator-shell .calculatorsright .calculator-related-card .calculator-related-city {
  display: inline !important;
  color: #65707a !important;
  font-size: 12px !important;
  font-weight: 700;
}

.calculator-shell .calculatorsright .col-md-6:first-of-type .listing-card {
  border-top: 0;
  padding-top: 0;
}

.calculator-shell .calculatorsright .imageandlogocont {
  width: 82px !important;
  height: 66px !important;
  min-height: 0 !important;
  max-height: 66px !important;
  border-radius: 6px;
  overflow: hidden;
  background: #e5e8ea;
}

.calculator-shell .calculatorsright .homepagegalleryimg,
.calculator-shell .calculatorsright .homepagegalleryimg a,
.calculator-shell .calculatorsright .homepagegalleryimg img,
.calculator-shell .calculatorsright .card-img-top {
  display: block;
  width: 100% !important;
  height: 66px !important;
  min-height: 0 !important;
  max-height: 66px !important;
}

.calculator-shell .calculatorsright .homepagegalleryimg img,
.calculator-shell .calculatorsright .card-img-top {
  object-fit: cover;
}

.calculator-shell .calculatorsright .homepagelogo,
.calculator-shell .calculatorsright .listing-meta-icons,
.calculator-shell .calculatorsright .hpinfotxt,
.calculator-shell .calculatorsright .hptagline {
  display: none !important;
}

.calculator-shell .calculatorsright .listing-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 !important;
}

.calculator-shell .calculatorsright .listing-content p {
  margin: 0 0 6px;
}

.calculator-shell .calculatorsright .listing-content .hp {
  order: 2;
  color: #5b6670 !important;
  font-size: 0 !important;
  line-height: 1.25 !important;
  margin-top: 5px !important;
}

.calculator-shell .calculatorsright .listing-content .hp a {
  display: none !important;
  color: #5b6670 !important;
  font-weight: 700;
}

.calculator-shell .calculatorsright .listing-content .hp a:last-of-type {
  display: inline !important;
  font-size: 12px !important;
}

.calculator-shell .calculatorsright .listing-content .hp i {
  display: none !important;
}

.calculator-shell .calculatorsright .listing-content .hp .fa-map-marker-alt,
.calculator-shell .calculatorsright .listing-content .hp .fa-location-dot {
  display: inline-block !important;
  margin-right: 4px;
  color: #e60028 !important;
  font-size: 12px !important;
}

.calculator-shell .calculatorsright .listing-content h4,
.calculator-shell .calculatorsright .listing-content h3,
.calculator-shell .calculatorsright .listing-content h5 {
  order: 1;
  margin: 0 !important;
  color: #111820;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.calculator-shell .calculatorsright .listing-content h5 a {
  color: #111820 !important;
}

.calculator-index-page .calculator-index-wrap {
  border-top: 1px solid #dfe5e9 !important;
}

.calculator-index-kicker {
  margin: 0 0 10px;
  color: #e60028;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calculator-index-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
  margin-top: 28px;
}

.calculator-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.calculator-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: #f8fafb;
  color: #1d252c;
  text-decoration: none;
}

.calculator-card:hover {
  border-color: #e60028;
  text-decoration: none !important;
}

.calculator-card-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #e60028;
  color: #fff;
  font-size: 20px;
}

.calculator-card h2 {
  margin: 18px 0 10px;
  color: #111820;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  text-align: left;
}

.calculator-card p {
  margin: 0;
  color: #5b6670;
  font-size: 16px;
  line-height: 1.5;
}

.calculator-card span {
  margin-top: 18px;
  color: #e60028;
  font-weight: 900;
}

.calculator-index-aside {
  position: sticky;
  top: 18px;
  padding: 20px;
  border: 1px solid #dfe5e9;
  border-radius: 8px;
  background: #f8fafb;
}

.calculator-index-aside h2 {
  margin: 0 0 12px;
  color: #111820;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
}

.calculator-index-aside p,
.calculator-index-aside li {
  color: #5b6670;
  font-size: 15px;
  line-height: 1.55;
}

.calculator-index-aside ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

@media (max-width: 980px) {
  .calculator-shell,
  .calculator-index-grid {
    grid-template-columns: 1fr;
  }

  .calculator-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calculator-shell .calculatorsright,
  .calculator-index-aside {
    position: static;
  }
}

@media (max-width: 680px) {
  .calculator-shell,
  .calculator-index-wrap {
    width: min(100% - 28px, 1180px) !important;
    padding: 24px 0 44px !important;
  }

  .calculator-shell .calc-title-v2 h2,
  .calculator-index-title {
    font-size: 29px !important;
  }

  .calculator-card-grid,
  .calculator-shell .age-row-v2,
  .calculator-shell .calculatorsleft > ul {
    grid-template-columns: 1fr;
  }

  .calculator-shell .calc-form-v2,
  .calculator-shell .calcdesktoponly,
  .calculator-shell .calculatorsright {
    padding: 18px;
  }
}
