/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Twenty Twenty-One
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyone-child
*/
.primary {
  color: #00C7BE;
}

.secondary {
  color: #007AFF;
}

.tertiary {
  color: #002D72;
}

.quaternary {
  color: #0E0E0E;
}

.white {
  color: #ffffff;
}

h1 {
  color: #ffffff;
  font-family: "degular-variable", sans-serif !important;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  text-transform: uppercase;
}

h2 {
  color: #0E0E0E;
  font-family: "degular-variable", sans-serif !important;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 80% !important;
  text-transform: uppercase;
}

h3 {
  font-family: "degular-variable", sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100% !important;
  text-transform: uppercase;
}

h4 {
  font-family: "degular-variable", sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 100% !important;
  text-transform: capitalize;
}

h5 {
  font-family: "degular-variable", sans-serif !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 100% !important;
  text-transform: uppercase;
}

h6 {
  font-family: "degular-variable", sans-serif !important;
  font-size: 18px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 100% !important;
  text-transform: uppercase;
}

p, li {
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100% !important;
}

a, a:visited, a:hover {
  text-decoration: none;
}

a.btn.btn-primary {
  background: #007AFF;
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  padding: 10px 24px;
  border-radius: 40px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.btn.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00C7BE -0.26%, #007AFF 47.87%, #002D72 100%);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
a.btn.btn-primary:hover::before, a.btn.btn-primary:focus::before {
  opacity: 0;
}
a.btn.btn-primary:focus {
  background: #007AFF !important;
}

.singular .entry-header {
  border-bottom: 5px solid #00C7BE !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.singular .entry-title {
  font-family: "degular-variable", sans-serif !important;
  font-size: 36px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-top: 83px;
}

body {
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100% !important;
  color: #0E0E0E !important;
  font-optical-sizing: auto;
  background-color: #ffffff !important;
}
body .site-main > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  /* This helps prevent unwanted browser transitions or flickering */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

@media (min-width: 992px) {
  .pl-lg-1, .px-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2, .px-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3, .px-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4, .px-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5, .px-5 {
    padding-left: 3rem !important;
  }
  .pl-lg-6, .px-6 {
    padding-left: 4rem !important;
  }
  .pr-lg-1, .px-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2, .px-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3, .px-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4, .px-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5, .px-5 {
    padding-right: 3rem !important;
  }
  .pr-lg-6, .px-6 {
    padding-right: 4rem !important;
  }
}
.site-main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*---
Hero 
---*/
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1066px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.hero .header-top .header-phone a, .hero .header-top .header-phone a:visited {
  font-family: "degular-variable", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 18.75px */
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.hero .header-top .header-phone a:focus, .hero .header-top .header-phone a:visited:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .header-top .header-social-box a:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.hero .hero-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .right-navigation {
  margin-top: 70px;
}
.hero .right-navigation .logo .custom-logo-link {
  position: relative;
  z-index: 4;
}
.hero .right-navigation .logo .custom-logo-link .custom-logo {
  max-width: 224px;
}
.hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "degular-variable", sans-serif !important;
  line-height: normal !important;
}
.hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #ffffff !important;
}
.hero .right-navigation .mobile-menu {
  position: relative;
  top: 0px;
  z-index: 4;
}
.hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-toggle button {
  background-color: transparent !important;
}
.hero .right-navigation .mobile-menu .mega-menu-wrap .mega-close {
  background-color: transparent !important;
}
.hero .left-right-navigation {
  padding-top: 40px;
}
.hero .left-right-navigation .logo .custom-logo-link {
  position: relative;
  z-index: 4;
}
.hero .left-right-navigation .logo .custom-logo-link .custom-logo {
  max-width: 251px;
}
.hero .left-right-navigation #mega-menu-wrap-right,
.hero .left-right-navigation #mega-menu-wrap-left {
  display: inline-block;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "degular-variable", sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 80% !important;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #ffffff !important;
}
.hero .left-right-navigation .navbar-btn {
  margin-left: 16px;
}
.hero .left-right-navigation .mobile-menu {
  position: absolute;
  top: 65px;
  z-index: 4;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-toggle button {
  background-color: transparent !important;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-close {
  background-color: transparent !important;
}
.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.hero .hero-content .text h1 {
  font-family: "degular-variable", sans-serif !important;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  text-transform: uppercase;
  color: #ffffff;
}
.hero .hero-content .text .subtitle {
  font-family: "degular-variable", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #ffffff;
}
.hero .hero-content .form {
  background: rgba(255, 255, 255, 0.01);
  padding: 24px 31px;
  border-radius: 20px;
  max-width: 425px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero .hero-content .form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  z-index: -1;
  -webkit-mask: radial-gradient(circle at top right, transparent 20px, black 21px) 0 0, radial-gradient(circle at bottom left, transparent 20px, black 21px) 100% 100%;
  mask: radial-gradient(circle at top right, transparent 20px, black 21px) 0 0, radial-gradient(circle at bottom left, transparent 20px, black 21px) 100% 100%;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.hero .hero-content .form .gform_wrapper .gform_title {
  font-family: "degular-variable", sans-serif !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: -1.26px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 25px;
}
.hero .hero-content .form .gform_wrapper .gform_required_legend {
  display: none;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields {
  row-gap: 8px;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield_label {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .textarea.small {
  height: 55px;
  min-height: 55px;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield_required .gfield_required_asterisk {
  color: #ffffff;
  font-size: 14px;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input::before {
  color: #ffffff;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input:focus {
  --gf-local-outline-color: transparent;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label a {
  color: #ffffff;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields input, .hero .hero-content .form .gform_wrapper .gform-body .gform_fields select, .hero .hero-content .form .gform_wrapper .gform-body .gform_fields textarea {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields select {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/drop-down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields select::-moz-placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields select::placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields select::-webkit-input-placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.hero .hero-content .form .gform_wrapper .gform-body .gform_fields select option {
  color: #0E0E0E;
}
.hero .hero-content .form .gform_wrapper .gform-footer {
  justify-content: center;
  padding-top: 24px;
}
.hero .hero-content .form .gform_wrapper .gform-footer .gform_button {
  background: #007AFF !important;
  color: #ffffff !important;
  font-family: "degular-variable", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  text-transform: capitalize !important;
  padding: 10px 24px;
  border-radius: 40px !important;
  border: none;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  --gf-local-border-color: transparent !important;
}
.hero .hero-content .form .gform_wrapper .gform-footer .gform_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00C7BE -0.26%, #007AFF 47.87%, #002D72 100%);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.hero .hero-content .form .gform_wrapper .gform-footer .gform_button:hover, .hero .hero-content .form .gform_wrapper .gform-footer .gform_button:focus {
  --gf-local-outline-color: transparent !important;
  --gf-local-border-color: transparent !important;
}
.hero .hero-content .form .gform_wrapper .gform-footer .gform_button:hover::before, .hero .hero-content .form .gform_wrapper .gform-footer .gform_button:focus::before {
  opacity: 0;
}
.hero .hero-image {
  width: 100%;
  position: absolute;
  bottom: -2px;
}

/*---
Home Page
---*/
.lists {
  text-align: left;
}
.lists .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
}
.lists .list .list-image {
  margin-right: 8px;
}
.lists .list .list-text p {
  margin-bottom: 0px;
}

.section-video {
  padding-top: 68px;
  text-align: left;
}
.section-video p {
  margin-bottom: 24px !important;
}
.section-video .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.62%;
  height: 0;
}
.section-video .video.video-active .video-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-video .video.video-active .video-link {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.section-video .video .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .video .video-box .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 11px 11px 22px 0px rgba(0, 0, 0, 0.08);
}
.section-video .video .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.section-video .video .video-box .play-icon .play-img {
  transform: scale(1);
  transition: all 0.5s;
}
.section-video .video .video-box .play-icon .play-img:hover {
  transform: scale(1.04);
}
.section-video .video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.08s ease, visibility 0.08s ease;
  border-radius: 10px;
  overflow: hidden;
}
.section-video .video .video-link iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.section-video .video .video-link video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.section-benefits {
  padding-top: 122px;
}
.section-benefits .benefits-background {
  border-radius: 57px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 93px 92px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-benefits .benefits-background .benefits-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.section-benefits .benefits-background .benefits-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.section-benefits .benefits-background .benefits-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section-benefits .benefits-background .box {
  background: rgba(255, 255, 255, 0.05);
  padding: 41px 62px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.section-benefits .benefits-background .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  z-index: -1;
  -webkit-mask: radial-gradient(circle at top right, transparent 32px, black 33px) 0 0, radial-gradient(circle at bottom left, transparent 32px, black 33px) 100% 100%;
  mask: radial-gradient(circle at top right, transparent 32px, black 33px) 0 0, radial-gradient(circle at bottom left, transparent 32px, black 33px) 100% 100%;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.section-benefits .benefits-background .box .benefits {
  padding: 30px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
.section-benefits .benefits-background .box .benefits .benefit-box {
  flex: 1;
  text-align: center;
}
.section-benefits .benefits-background .box .benefits .benefit-box .benefit-icon {
  max-width: 80px;
  padding-bottom: 11px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-benefits .benefits-background .box .benefits .benefit-box .benefit-icon:hover {
  transform: scale(1.04);
}
.section-benefits .benefits-background .box .benefits .benefit-box .benefit-title {
  padding-bottom: 4px;
}
.section-benefits .benefits-background .box .benefits-button {
  display: flex;
  justify-content: center;
}

.section-process {
  padding-top: 122px;
}
.section-process .process {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  position: relative;
}
.section-process .process::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  right: 135px;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.section-process .process .step {
  flex: 1;
  position: relative;
  max-width: 176px;
  display: flex;
  flex-direction: column;
}
.section-process .process .step .number {
  position: absolute;
  top: 10%;
  right: 18%;
  z-index: 0;
}
.section-process .process .step .number .step-number {
  font-family: "degular-variable", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  background: linear-gradient(180deg, #F1F1F1 66.81%, #FFF 72.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-process .process .step .step-box {
  position: relative;
  z-index: 1;
}
.section-process .process .step .step-box .step-icon {
  max-width: 45px;
  padding-bottom: 23px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-process .process .step .step-box .step-icon:hover {
  transform: scale(1.04);
}
.section-process .process .step .step-box .step-title {
  padding-bottom: 8px;
}

.section-frequently-asked {
  padding-top: 125px;
  padding-bottom: 58px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked {
  padding-top: 29px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item {
  border: none;
  background-color: transparent;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header {
  border-bottom: 1px solid rgba(14, 14, 14, 0.25);
  margin-bottom: 20px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button {
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0E0E0E;
  padding: 0px 5px 20px 5px;
  background-color: transparent;
  box-shadow: none;
  align-items: flex-start !important;
  justify-content: space-between;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  margin-left: 70px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button::after {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  margin-left: 50px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-body {
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  padding: 0px 10px 20px;
}
.section-frequently-asked .form-background {
  border-radius: 46px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: 52px 42px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 510px;
}
.section-frequently-asked .form-background .form-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.section-frequently-asked .form-background .form-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.section-frequently-asked .form-background .form-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section-frequently-asked .form-background .form {
  background: rgba(255, 255, 255, 0.01);
  padding: 24px 31px;
  border-radius: 20px;
  max-width: 425px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.section-frequently-asked .form-background .form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  z-index: -1;
  -webkit-mask: radial-gradient(circle at top right, transparent 20px, black 21px) 0 0, radial-gradient(circle at bottom left, transparent 20px, black 21px) 100% 100%;
  mask: radial-gradient(circle at top right, transparent 20px, black 21px) 0 0, radial-gradient(circle at bottom left, transparent 20px, black 21px) 100% 100%;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform_title {
  font-family: "degular-variable", sans-serif !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: -1.26px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 25px;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform_required_legend {
  display: none;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields {
  row-gap: 8px;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield_label {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .textarea.small {
  height: 55px;
  min-height: 55px;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield_required .gfield_required_asterisk {
  color: #ffffff;
  font-size: 14px;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input::before {
  color: #ffffff;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input:focus {
  --gf-local-outline-color: transparent;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label a {
  color: #ffffff;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields input, .section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select, .section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields textarea {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/drop-down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select::-moz-placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select::placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select::-webkit-input-placeholder {
  opacity: 1;
  color: #0E0E0E;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-body .gform_fields select option {
  color: #0E0E0E;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-footer {
  justify-content: center;
  padding-top: 24px;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button {
  background: #007AFF !important;
  color: #ffffff !important;
  font-family: "degular-variable", sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  text-transform: capitalize !important;
  padding: 10px 24px;
  border-radius: 40px !important;
  border: none;
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  --gf-local-border-color: transparent !important;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00C7BE -0.26%, #007AFF 47.87%, #002D72 100%);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button:hover, .section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button:focus {
  --gf-local-outline-color: transparent !important;
  --gf-local-border-color: transparent !important;
}
.section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button:hover::before, .section-frequently-asked .form-background .form .gform_wrapper .gform-footer .gform_button:focus::before {
  opacity: 0;
}

/*---
Blog - Page
---*/
.section-post-filter {
  padding-top: 102px;
}
.section-post-filter .post .post-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-post-filter .post .post-item .post-thumbnail {
  flex: 1 1 49%;
  margin: 0;
  height: 357px;
}
.section-post-filter .post .post-item .post-thumbnail .wp-post-image {
  margin: 0px;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-post-filter .post .post-item .post-content {
  flex: 1 1 51%;
  padding: 0 0 0 68px;
}
.section-post-filter .post .post-item .post-content h3 a {
  color: #00C7BE;
  font-family: "degular-variable", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section-post-filter .post .post-item .post-content h3 a:focus {
  background: transparent;
  color: #00C7BE;
}
.section-post-filter .post .post-item .post-content .post-excerpt {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-post-filter .post .post-item .post-content .post-excerpt .more-link {
  display: none;
}
.section-post-filter .post .post-item .post-content .read-more-button {
  color: #00C7BE;
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-post-filter .post .post-item .post-content .read-more-button:focus {
  background: transparent;
  color: #00C7BE;
}
.section-post-filter .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-post-filter .filter .blog-category-filter {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/filter-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 6px 0px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 32px 46px 32px 24px;
  color: #ffffff;
  max-width: 282px;
}
.section-post-filter .filter .blog-category-filter h3 {
  font-family: "degular-variable", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%;
  text-transform: capitalize;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label {
  font-family: "degular-variable", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 0px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input {
  border: 1px solid #fff;
  background-color: transparent;
  width: 13px;
  height: 13px;
  margin-right: 11px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input::after {
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 11px;
}

.section-posts {
  padding-top: 83px;
  padding-bottom: 64px;
}
.section-posts .blog-posts .all-post {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 70px;
  max-width: 1320px;
  margin: 0 auto;
}
.section-posts .blog-posts .all-post .post-item {
  position: relative !important;
  overflow: hidden;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail {
  margin: 0;
  height: 292px;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail .wp-post-image {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-posts .blog-posts .all-post .post-item h3 {
  padding-top: 32px;
}
.section-posts .blog-posts .all-post .post-item h3 a {
  color: #00C7BE;
  font-family: "degular-variable", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section-posts .blog-posts .all-post .post-item h3 a:focus {
  background-color: transparent !important;
  color: #00C7BE;
}
.section-posts .blog-posts .all-post .post-item .entry-content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.section-posts .blog-posts .all-post .post-item .entry-content .more-link {
  display: none;
}
.section-posts .blog-posts .all-post .post-item .read-more-button {
  color: #00C7BE;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-posts .blog-posts .all-post .post-item .read-more-button:focus {
  background-color: transparent !important;
  color: #00C7BE;
}
.section-posts .blog-posts .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.section-posts .blog-posts .blog-pagination span[aria-current=page] {
  background-color: #00C7BE;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 5px 12px;
  border-radius: 50%;
  text-align: center;
}
.section-posts .blog-posts .blog-pagination .page-numbers {
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
.section-posts .blog-posts .blog-pagination .page-numbers:focus {
  background-color: transparent !important;
  color: #0E0E0E !important;
}

/*---
Single Post - Page
---*/
.single-post .post-content {
  padding-top: 102px;
  padding-bottom: 64px;
}
.single-post .post-content .post-thumbnail {
  margin: 0;
  width: 100%;
}
.single-post .post-content .post-thumbnail .wp-post-image {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-content .entry-title {
  color: #00C7BE;
  font-family: "degular-variable", sans-serif !important;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 16px;
}
.single-post .post-content p {
  text-align: justify;
  padding-bottom: 27px;
}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
  padding-bottom: 8px;
}
.single-post .post-content ul, .single-post .post-content ol {
  padding-bottom: 27px;
}
.single-post .entry-footer::before {
  content: none !important;
}
.single-post .comments-area {
  display: none;
}
.single-post .post-navigation {
  display: none;
}

/*---
Thank You - Page
---*/
.section-thank-you {
  padding-top: 68px;
  padding-bottom: 58px;
}
.section-thank-you h1, .section-thank-you h2, .section-thank-you h3, .section-thank-you h4, .section-thank-you h5, .section-thank-you h6 {
  color: #0E0E0E;
  padding-bottom: 8px;
}
.section-thank-you p {
  font-size: 20px;
  padding-bottom: 27px;
}
.section-thank-you ul, .section-thank-you ol {
  padding-bottom: 27px;
}

/*---
Terms of Service - Page
---*/
.section-terms-of-service {
  padding-top: 68px;
  padding-bottom: 58px;
}
.section-terms-of-service h1, .section-terms-of-service h2, .section-terms-of-service h3, .section-terms-of-service h4, .section-terms-of-service h5, .section-terms-of-service h6 {
  color: #0E0E0E;
  padding-bottom: 8px;
}
.section-terms-of-service p {
  padding-bottom: 27px;
}
.section-terms-of-service ul, .section-terms-of-service ol {
  padding-bottom: 27px;
}

/*---
Privacy Policy - Page
---*/
.section-privacy-policy {
  padding-top: 68px;
  padding-bottom: 58px;
}
.section-privacy-policy h1, .section-privacy-policy h2, .section-privacy-policy h3, .section-privacy-policy h4, .section-privacy-policy h5, .section-privacy-policy h6 {
  color: #0E0E0E;
  padding-bottom: 8px;
}
.section-privacy-policy p {
  padding-bottom: 27px;
}
.section-privacy-policy ul, .section-privacy-policy ol {
  padding-bottom: 27px;
}

/*---
Footer 
---*/
.site-footer {
  padding-top: 162px !important;
  padding-bottom: 23px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  width: 100%;
  max-width: 100% !important;
}
.site-footer .divider_footer {
  width: 100%;
  position: absolute;
  top: -2px;
  margin: 0px;
}
.site-footer .container {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-footer .container .footer-logo {
  max-width: 251px;
  padding-bottom: 33px;
}
.site-footer .container .footer-nav .footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}
.site-footer .container .footer-nav .footer-menu .menu-item {
  flex: 1 1 auto;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.site-footer .container .footer-nav .footer-menu .menu-item a {
  color: #0E0E0E;
  font-family: "degular-variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.site-footer .container .footer-nav .footer-menu .menu-item a:focus {
  background-color: transparent !important;
  color: #0E0E0E !important;
}
.site-footer .container .contact-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 19px;
}
.site-footer .container .contact-information a {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin-right: 47px;
}
.site-footer .container .contact-information a:hover, .site-footer .container .contact-information a:focus {
  color: #ffffff !important;
}
.site-footer .container .contact-information a i {
  margin-right: 10px;
}
.site-footer .container .contact-information .social-networks a {
  background: linear-gradient(180deg, #00C7BE -0.26%, #007AFF 47.87%, #002D72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  margin-right: 10px;
}
.site-footer .container .contact-information .social-networks a:last-child {
  margin-right: 0;
}
.site-footer .container .contact-information .social-networks a i {
  margin: 0px;
}
.site-footer .container .contact-information .social-networks a:hover {
  background: #007AFF !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.site-footer .container .footer-text {
  margin-top: 33px;
}
.site-footer .container .footer-text p, .site-footer .container .footer-text a {
  color: #ffffff;
  font-family: "degular-variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}
.site-footer .container .footer-text p:hover, .site-footer .container .footer-text p:focus, .site-footer .container .footer-text a:hover, .site-footer .container .footer-text a:focus {
  color: #ffffff !important;
}

button.sub-menu-toggle {
  display: none !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted transparent !important;
          text-decoration: underline 1px dotted transparent !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted transparent !important;
          text-decoration: underline 1px dotted transparent !important;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.btn):not(.btn-primary) {
  background: transparent;
  color: #0E0E0E;
}

/*---
Media Queries
---*/
@media (max-width: 1399px) {
  .hero .hero-content .text h1 {
    font-size: 86px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  .singular .entry-title {
    font-size: 40px !important;
  }
  .hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    padding: 0px 15px 0px 15px !important;
  }
  .hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .mega-menu-link {
    padding: 5px 30px 5px 30px !important;
  }
  .hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item {
    text-align: left;
    padding: 0px 30px 0px 30px;
    height: 40px;
  }
  .hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item a {
    font-family: "degular-variable", sans-serif !important;
    line-height: normal !important;
    letter-spacing: 0.18px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .phone-number-item {
    margin-top: 30px;
  }
  .hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .social-icons-item .social-media-link {
    margin-right: 10px;
  }
  .hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    padding: 0px 10px 0px 10px !important;
    font-size: 18px !important;
  }
  .hero .left-right-navigation .navbar-btn {
    margin-left: 10px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .mega-menu-link {
    padding: 5px 30px 5px 30px !important;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item {
    text-align: left;
    padding: 0px 30px 0px 30px;
    height: 40px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item a {
    font-family: "degular-variable", sans-serif !important;
    line-height: normal !important;
    letter-spacing: 0.18px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .phone-number-item {
    margin-top: 30px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .social-icons-item .social-media-link {
    margin-right: 10px;
  }
  .hero .hero-content .text h1 {
    font-size: 70px;
  }
  .hero .hero-content .form .gform_wrapper .gform_title {
    font-size: 30px !important;
  }
  /*---
  Home - Page
  ---*/
  .section-benefits .benefits-background {
    padding: 43px 42px;
  }
  .section-benefits .benefits-background .box {
    padding: 31px 32px;
  }
  .section-benefits .benefits-background .box .benefits {
    gap: 24px;
  }
  .section-process .process .step {
    min-height: 148px;
  }
  .section-process .process .step .number {
    top: 21%;
  }
  .section-process .process .step .number .step-number {
    font-size: 70px;
  }
  .section-frequently-asked .form-background .form .gform_wrapper .gform_title {
    font-size: 30px !important;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 30px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 30px;
  }
  /*---
  Thank You - Page
  ---*/
  .section-thank-you p {
    font-size: 18px;
  }
  /*---
  Terms of Service - Page
  ---*/
  .section-terms-of-service h3 {
    font-size: 18px !important;
  }
  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 1114px) {
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  .singular .entry-title {
    font-size: 32px !important;
  }
  .hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-size: 18px !important;
  }
  .hero .hero-content .text h1 {
    font-size: 54px;
  }
  .hero .hero-content .form .gform_wrapper .gform_title {
    font-size: 28px !important;
  }
  /*---
  Home - Page
  ---*/
  .section-process .process .step .number {
    top: 30%;
  }
  .section-process .process .step .number .step-number {
    font-size: 54px;
  }
  .section-frequently-asked .form-background .form .gform_wrapper .gform_title {
    font-size: 28px !important;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .singular .entry-title {
    padding-top: 50px;
  }
  .hero {
    height: 1200px;
  }
  .hero .right-navigation {
    margin-top: 25px;
  }
  .hero .hero-content {
    transform: translate(-50%, -45%);
  }
  .hero .hero-content .text h1 {
    font-size: 40px;
  }
  .hero .hero-content .form {
    margin: 0 auto;
  }
  .lists {
    text-align: center;
  }
  .lists .list {
    flex-direction: column;
    align-items: center;
  }
  /*---
  Home - Page
  ---*/
  .section-video {
    padding-top: 50px;
  }
  .section-benefits {
    padding-top: 50px;
  }
  .section-benefits .benefits-background .box .benefits {
    flex-wrap: wrap;
    gap: 34px;
  }
  .section-benefits .benefits-background .box .benefits .benefit-box {
    flex: 1 1 calc(50% - 34px);
  }
  .section-process {
    padding-top: 50px;
  }
  .section-process .process {
    flex-wrap: wrap;
  }
  .section-process .process::before {
    content: none;
  }
  .section-process .process .step {
    max-width: 100%;
    flex: 1 1 calc(50% - 64px);
  }
  .section-process .process .step .number {
    top: 50%;
    right: 50%;
    transform: translate(280%, -50%);
  }
  .section-frequently-asked {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-frequently-asked .form-background {
    margin: 0 auto;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter {
    padding-top: 50px;
  }
  .section-post-filter .filter {
    display: block;
    text-align: center;
  }
  .section-post-filter .filter .blog-category-filter {
    max-width: 100%;
  }
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }
  .section-posts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-posts .blog-posts .all-post {
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  }
  .section-posts .blog-posts .all-post .post-item {
    text-align: center;
  }
  .section-posts .blog-posts .blog-pagination {
    margin-top: 80px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-post .post-content .wp-post-image {
    margin: 0 auto !important;
    display: block;
  }
  .single-post .post-content .entry-title {
    text-align: center;
  }
  /*---
  Thank You - Page
  ---*/
  .section-thank-you {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*---
  Terms of Service - Page
  ---*/
  .section-terms-of-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /*---
  Footer
  ---*/
  .site-footer {
    padding-top: 120px !important;
  }
  .site-footer .footer-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  a.btn.btn-primary {
    font-size: 18px;
  }
  .singular .entry-title {
    font-size: 23px !important;
  }
  .hero {
    height: 1150px;
  }
  .hero .hero-content .text h1 {
    font-size: 36px;
  }
  .hero .hero-content .text .subtitle {
    font-size: 18px;
  }
  /*---
  Home - Page
  ---*/
  .section-video .video .video-box .play-icon .play-img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section-benefits .benefits-background {
    padding: 50px 47px;
  }
  .section-benefits .benefits-background .box .benefits {
    flex-direction: column;
  }
  .section-benefits .benefits-background .box .benefits .benefit-box {
    flex: 1 1 100%;
  }
  .section-process .process {
    flex-direction: column;
    align-items: center;
  }
  .section-process .process .step {
    flex: 1 1 100%;
    min-height: 100%;
  }
  .section-process .process .step .number {
    transform: translate(280%, -21%);
  }
  .section-frequently-asked .form-background {
    padding: 50px 47px;
    max-width: 100%;
  }
  /*---
  Blog - Page
  ---*/
  .section-posts .blog-posts .all-post {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
  .section-posts .blog-posts .all-post .post-item .post-thumbnail {
    width: 100%;
    height: 450px;
  }
  .section-posts .blog-posts .all-post .post-item h3 a {
    font-size: 23px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 23px;
  }
  .site-footer .container .contact-information .footer-email {
    padding: 10px 0px;
  }
}
@media (max-width: 576px) {
  .hero .right-navigation .logo {
    padding-left: 10px;
  }
  .hero .right-navigation .logo .custom-logo-link .custom-logo {
    max-width: 180px;
  }
  .hero .right-navigation .mobile-menu {
    top: 51px;
  }
  .hero .left-right-navigation .logo .custom-logo-link .custom-logo {
    max-width: 180px;
  }
  .hero .left-right-navigation .mobile-menu {
    top: 51px;
  }
  /*---
  Home - Page
  ---*/
  .section-benefits .benefits-background {
    padding: 25px;
  }
  .section-benefits .benefits-background .box {
    padding: 25px 22px;
  }
  .section-frequently-asked .form-background {
    padding: 25px;
  }
  .section-frequently-asked .form-background .form {
    padding: 25px 22px;
  }
  .site-footer {
    padding-top: 90px !important;
  }
  .site-footer .container .footer-logo {
    max-width: 180px;
  }
  .site-footer .container .contact-information {
    flex-direction: column;
  }
  .site-footer .container .contact-information a {
    margin-right: 0px;
  }
}
@media (max-width: 359px) {
  .hero .hero-content .text h1 {
    font-size: 32px;
  }
}/*# sourceMappingURL=style.css.map */