/* ========================
    Importing [ Tools ]    
======================== */
.container {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 0 80px;
}

.large-container {
  width: 100%;
  max-width: 1366px !important;
  margin: 0 auto;
}

[data-aos=rotate] {
  transform: rotate(0deg);
}

[data-aos=rotate].aos-animate {
  transform: rotate(360deg);
}

[data-aos=to-grow] {
  width: 0%;
}

[data-aos=to-grow].aos-animate {
  width: 95%;
}

span.label,
h1.label {
  font: 600 18px "Rubik";
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  span.label,
  h1.label {
    font-size: 21px;
  }
}
span.label,
h1.label {
  text-transform: uppercase;
  line-height: 120%;
}

span.tag {
  font: 400 16px 400;
  color: #fff;
}
@media screen and (min-width: 992px) {
  span.tag {
    font-size: 16px;
  }
}
span.tag {
  background-color: rgb(45.75, 45.75, 45.75);
  padding: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.uppercase {
  text-transform: uppercase;
}

.cta-btn.white .btn-text {
  background-color: #fff !important;
  border: 1px solid #C00D0E !important;
  color: #C00D0E !important;
}
.cta-btn.white .btn-fitting {
  background-color: #C00D0E !important;
}
.cta-btn.white:hover p.btn-text {
  border-color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
  color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
}
.cta-btn.white:hover p.btn-fitting {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
}
.cta-btn.white.active p.btn-text {
  border-color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
  color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
}
.cta-btn.white.active p.btn-fitting {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634) !important;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: stretch;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: stretch;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.cta-btn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-btn:hover p.btn-text {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634);
  transform: translate(12px, 12px);
}
.cta-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px rgb(238.8926829268, 17.1073170732, 18.3463414634);
}
.cta-btn.active {
  width: 100%;
  margin: 0;
}
.cta-btn.active p.btn-text {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634);
  transform: translate(0, 12px);
}
.cta-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px rgb(238.8926829268, 17.1073170732, 18.3463414634);
}
.cta-btn.active .btn-text,
.cta-btn.active .btn-fitting {
  width: 100%;
}
.cta-btn .btn-text,
.cta-btn .btn-fitting {
  font: 600 18px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .cta-btn .btn-text,
  .cta-btn .btn-fitting {
    font-size: 18px;
    letter-spacing: 0.175px;
  }
}
.cta-btn .btn-text,
.cta-btn .btn-fitting {
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 49px;
}
.cta-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.cta-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}
.cta-btn.big p {
  font-size: 24px !important;
}

.select-plan {
  display: flex;
  flex-direction: row;
  border: 1px solid #C00D0E;
}
.select-plan a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #757575;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  min-width: 120px;
}
.select-plan a.active {
  background-color: #C00D0E;
  font-weight: 700;
  color: #fff;
}
