/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/price-boxes/style.scss ***!
  \**************************************************************************************************************************************************************************************/
/**
 * Deps: magnific-popup
 */
.price-boxes {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-right: -30px;
  padding: 16px 0;
}
.price-boxes > .price-box {
  margin: 65px 20px 60px;
  height: fit-content;
}

.price-box {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1607843137);
  background-color: var(--wp--preset--color--white);
}
.price-box > .inner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
  width: 300px;
}
@media (max-width: 1580px) {
  .price-box > .inner-container {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .price-box > .inner-container {
    width: 300px;
  }
}
.price-box .top {
  display: flex;
  justify-content: center;
  position: relative;
}
.price-box .top .top-call-out {
  background-color: transparent;
  color: var(--wp--preset--color--dark-gray);
  font-size: 18px;
  left: unset;
  right: unset;
  margin-bottom: 0;
  margin-top: -48px;
  padding: 12px;
  position: absolute;
  top: 0;
  width: 185px;
  border: 4px solid var(--wp--preset--color--dark-gray);
  border-bottom: none;
}
.price-box .top .name-section {
  background-color: var(--wp--preset--color--dark-green);
  width: 100%;
  padding: 36px;
}
.price-box .top .name-section.color-gray {
  background-color: var(--wp--preset--color--dark-gray);
}
.price-box .top .name-section.color-blue {
  background-color: var(--wp--preset--color--blue);
}
.price-box .top .name-section.color-dark-orange {
  background-color: var(--wp--preset--color--dark-orange);
}
.price-box .top .name-section.color-dark-green {
  background-color: var(--wp--preset--color--dark-green);
}
.price-box .top .name-section .plan-name {
  font-family: "anton", sans-serif;
  color: var(--wp--preset--color--white);
  font-size: 36px;
  margin: 0 auto;
  text-transform: uppercase;
}
.price-box .plan-speed {
  font-size: 24px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--dark-gray);
}
.price-box .body {
  color: var(--wp--preset--color--black);
  display: flex;
  flex-direction: column;
  padding: 20px 40px 60px 40px;
  height: 100%;
}
.price-box .body .button-container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
}
.price-box .body .price {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  margin: 0 auto;
  padding: 24px 0;
  min-height: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: "anton", sans-serif;
}
.price-box .body .price .price-formatted {
  font-size: 72px;
}
.price-box .body .price .price-formatted .per {
  font-size: 0.5em;
  vertical-align: text-top;
  text-transform: uppercase;
}
.price-box .body .plan-details {
  font-size: 18px;
  text-align: center;
}
.price-box .body .bottom {
  position: absolute;
  bottom: 60px;
}
