/* ========================
    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%;
}

div.section-top h2.top-title {
  border-left: 6px solid #C00D0E;
  padding: 0 0 0 18px;
}
@media screen and (min-width: 992px) {
  div.section-top h2.top-title {
    border-left: 5px solid #C00D0E;
    padding: 0 0 0 20px;
  }
}

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;
}

* {
  margin: 0;
  padding: 0;
  transition: 0.25s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #212121;
  font-family: "Rubik";
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
}
body main {
  margin: 56px 0 0;
}
@media screen and (min-width: 992px) {
  body main {
    margin: 62.5px 0 0;
  }
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

div.btn-select-unit {
  margin: 32px auto;
  cursor: pointer;
  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;
}
div.btn-select-unit:hover p.btn-text {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634);
  transform: translate(12px, 12px);
}
div.btn-select-unit:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px rgb(238.8926829268, 17.1073170732, 18.3463414634);
}
div.btn-select-unit.active {
  width: 100%;
  margin: 0;
}
div.btn-select-unit.active p.btn-text {
  background-color: rgb(238.8926829268, 17.1073170732, 18.3463414634);
  transform: translate(0, 12px);
}
div.btn-select-unit.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px rgb(238.8926829268, 17.1073170732, 18.3463414634);
}
div.btn-select-unit.active .btn-text,
div.btn-select-unit.active .btn-fitting {
  width: 100%;
}
div.btn-select-unit .btn-text,
div.btn-select-unit .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  div.btn-select-unit .btn-text,
  div.btn-select-unit .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
div.btn-select-unit .btn-text,
div.btn-select-unit .btn-fitting {
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 49px;
}
div.btn-select-unit .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
div.btn-select-unit .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
}
@media screen and (min-width: 992px) {
  .wpcf7-not-valid-tip,
  .wpcf7-response-output {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  color: red;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 16px;
}

.screen-reader-response {
  display: none !important;
}

.form-group.error input {
  border: 1px solid #C00D0E !important;
}
.form-group.error span.error-message {
  font-size: 12px;
  color: #C00D0E;
  margin-top: 15px;
}

.error-validation {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.025);
  border: solid 1px #C00D0E;
  text-align: center;
  margin: 20px 0;
  color: #C00D0E;
}

/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.section-top span.top-label,
div.section-top h1.top-label {
  font: 600 18px "Rubik";
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.section-top span.top-label,
  div.section-top h1.top-label {
    font-size: 21px;
  }
}
div.section-top span.top-label,
div.section-top h1.top-label {
  text-transform: uppercase;
  line-height: 120%;
}
div.section-top h2.top-title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
}
div.section-top h2.top-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.section-top h2.top-title {
    font-size: 42.3px;
  }
}
div.section-top h2.top-title {
  margin: 0 0 20px;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.section-top h2.top-title {
    margin: 8px 0 19px;
  }
}
