@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Livvic:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@charset "UTF-8";
/*********************************/
/*         Variables             */
/*===============================*/
/*********************************/
/*         Bootstrap-custom      */
/*===============================*/
@media (min-width: 1400px) {
  #container-header.container {
    max-width: 98%;
  }
}

.row > * {
  position: relative;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.bg-primary {
  background-color: #C40F40 !important;
}

.bg-soft-primary {
  background-color: rgba(196, 15, 64, 0.1) !important;
  border: 1px solid rgba(196, 15, 64, 0.1) !important;
  color: #C40F40 !important;
}

.text-primary {
  color: #C40F40 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(172.3127962085, 13.1872037915, 56.2654028436) !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(80.1923076923, 97.1217948718, 128.3076923077) !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-soft-success {
  background-color: rgba(46, 202, 139, 0.1) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
}

.text-success {
  color: #2eca8b !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(41.2701612903, 181.2298387097, 124.7076612903) !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-soft-warning {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
}

.text-warning {
  color: #f17425 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(237.2629310345, 101.2176724138, 15.2370689655) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.1) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(20.1666666667, 142.0434782609, 161.3333333333) !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

.bg-soft-danger {
  background-color: rgba(228, 63, 82, 0.1) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
}

.text-danger {
  color: #e43f52 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(224.8561643836, 40.6438356164, 61.8561643836) !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.1) !important;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858 !important;
}

.text-dark {
  color: #3c4858 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(49.6621621622, 59.5945945946, 72.8378378378) !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: rgb(117.2051886792, 132.8891509434, 155.2948113208) !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(230.15, 233.7, 244.35) !important;
}

.bg-blue {
  background-color: #C40F40 !important;
}

.bg-soft-blue {
  background-color: rgba(196, 15, 64, 0.1) !important;
  border: 1px solid rgba(196, 15, 64, 0.1) !important;
  color: #C40F40 !important;
}

.text-blue {
  color: #C40F40 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: rgb(172.3127962085, 13.1872037915, 56.2654028436) !important;
}

.bg-footer {
  background-color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
}

.bg-soft-footer {
  background-color: rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.1) !important;
  border: 1px solid rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.1) !important;
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
}

.text-footer {
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: rgb(98.5237113402, 98.5237113402, 100.5762886598) !important;
}

.d-flex .flex-1 {
  flex: 1;
}

.bg-black {
  background: #606062 !important;
}

video:focus {
  outline: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.small,
small {
  font-size: 90%;
}

.card .card-body {
  padding: 1.5rem;
}

/*********************************/
/*         Components            */
/*===============================*/
.component-wrapper .title {
  font-size: 20px;
}
.component-wrapper.sticky-bar li {
  margin-bottom: 6px;
}
.component-wrapper.sticky-bar li:last-child {
  margin-bottom: 0px !important;
}
.component-wrapper.sticky-bar li a {
  transition: all 0.5s ease;
}
.component-wrapper.sticky-bar li a:hover, .component-wrapper.sticky-bar li a:focus {
  color: #C40F40 !important;
}

.btn-primary {
  background-color: #C40F40 !important;
  border: 1px solid #C40F40 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: rgb(148.6255924171, 11.3744075829, 48.5308056872) !important;
  border-color: rgb(148.6255924171, 11.3744075829, 48.5308056872) !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(196, 15, 64, 0.1) !important;
  border: 1px solid rgba(196, 15, 64, 0.1) !important;
  color: #C40F40 !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #C40F40 !important;
  border-color: #C40F40 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #C40F40;
  color: #C40F40;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #C40F40;
  border-color: #C40F40;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: rgb(70.3846153846, 85.2435897436, 112.6153846154) !important;
  border-color: rgb(70.3846153846, 85.2435897436, 112.6153846154) !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  border-color: rgb(36.5403225806, 160.4596774194, 110.4153225806) !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(46, 202, 139, 0.1) !important;
  border: 1px solid rgba(46, 202, 139, 0.1) !important;
  color: #2eca8b !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #2eca8b !important;
  border-color: #2eca8b !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #2eca8b;
  border-color: #2eca8b;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  border-color: rgb(213.3017241379, 90.9956896552, 13.6982758621) !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(241, 116, 37, 0.1) !important;
  border: 1px solid rgba(241, 116, 37, 0.1) !important;
  color: #f17425 !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #f17425 !important;
  border-color: #f17425 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f17425;
  border-color: #f17425;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(23, 162, 184, 0.1) !important;
  border: 1px solid rgba(23, 162, 184, 0.1) !important;
  color: #17a2b8 !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  border-color: rgb(210.4109589041, 29.5890410959, 50.4109589041) !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(228, 63, 82, 0.1) !important;
  border: 1px solid rgba(228, 63, 82, 0.1) !important;
  color: #e43f52 !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #e43f52 !important;
  border-color: #e43f52 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e43f52;
  border-color: #e43f52;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: rgb(39.3243243243, 47.1891891892, 57.6756756757) !important;
  border-color: rgb(39.3243243243, 47.1891891892, 57.6756756757) !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.1) !important;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858 !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  border-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: rgb(212.3, 218.4, 236.7) !important;
  border-color: rgb(212.3, 218.4, 236.7) !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-blue {
  background-color: #C40F40 !important;
  border: 1px solid #C40F40 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
  background-color: rgb(148.6255924171, 11.3744075829, 48.5308056872) !important;
  border-color: rgb(148.6255924171, 11.3744075829, 48.5308056872) !important;
  color: #ffffff !important;
}

.btn-soft-blue {
  background-color: rgba(196, 15, 64, 0.1) !important;
  border: 1px solid rgba(196, 15, 64, 0.1) !important;
  color: #C40F40 !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}
.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
  background-color: #C40F40 !important;
  border-color: #C40F40 !important;
  color: #ffffff !important;
}

.btn-outline-blue {
  border: 1px solid #C40F40;
  color: #C40F40;
  background-color: transparent;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: #C40F40;
  border-color: #C40F40;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(196, 15, 64, 0.3);
}

.btn-footer {
  background-color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
  border: 1px solid rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.3);
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: rgb(85.9051546392, 85.9051546392, 87.6948453608) !important;
  border-color: rgb(85.9051546392, 85.9051546392, 87.6948453608) !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.1) !important;
  border: 1px solid rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.1) !important;
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
  box-shadow: 0 3px 5px 0 rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.3);
}
.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
  border-color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid rgb(111.1422680412, 111.1422680412, 113.4577319588);
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
  background-color: transparent;
}
.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
  border-color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}
.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn.searchbtn {
  padding: 6px 20px;
}
.btn.btn-pills {
  border-radius: 30px;
}
.btn.btn-light {
  color: #3c4858 !important;
  border: 1px solid #dee2e6 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: rgb(212.3, 218.4, 236.7) !important;
  color: #3c4858 !important;
}
.btn.btn-soft-light {
  color: rgba(60, 72, 88, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}
.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #3c4858 !important;
}
.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #3c4858 !important;
  background-color: transparent;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}
.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}
.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}
.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}
.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52) !important;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge {
  letter-spacing: 0.5px;
  padding: 4px 8px;
  font-weight: 600;
  line-height: 11px;
}
.badge.badge-link:hover {
  color: #ffffff !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item.active, .dropdown-primary .dropdown-menu .dropdown-item:active, .dropdown-primary .dropdown-menu .dropdown-item.focus, .dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #C40F40 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item.active, .dropdown-secondary .dropdown-menu .dropdown-item:active, .dropdown-secondary .dropdown-menu .dropdown-item.focus, .dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #5a6d90 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item.active, .dropdown-success .dropdown-menu .dropdown-item:active, .dropdown-success .dropdown-menu .dropdown-item.focus, .dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #2eca8b !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item.active, .dropdown-warning .dropdown-menu .dropdown-item:active, .dropdown-warning .dropdown-menu .dropdown-item.focus, .dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f17425 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item.active, .dropdown-info .dropdown-menu .dropdown-item:active, .dropdown-info .dropdown-menu .dropdown-item.focus, .dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #17a2b8 !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item.active, .dropdown-danger .dropdown-menu .dropdown-item:active, .dropdown-danger .dropdown-menu .dropdown-item.focus, .dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #e43f52 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item.active, .dropdown-dark .dropdown-menu .dropdown-item:active, .dropdown-dark .dropdown-menu .dropdown-item.focus, .dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover, .dropdown-muted .dropdown-menu .dropdown-item.active, .dropdown-muted .dropdown-menu .dropdown-item:active, .dropdown-muted .dropdown-menu .dropdown-item.focus, .dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item.active, .dropdown-light .dropdown-menu .dropdown-item:active, .dropdown-light .dropdown-menu .dropdown-item.focus, .dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f8f9fc !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover, .dropdown-blue .dropdown-menu .dropdown-item.active, .dropdown-blue .dropdown-menu .dropdown-item:active, .dropdown-blue .dropdown-menu .dropdown-item.focus, .dropdown-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #C40F40 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover, .dropdown-footer .dropdown-menu .dropdown-item.active, .dropdown-footer .dropdown-menu .dropdown-item:active, .dropdown-footer .dropdown-menu .dropdown-item.focus, .dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #ffffff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}
.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px -1px rgba(96, 96, 98, 0.15);
}

.alert-primary {
  background-color: rgba(196, 15, 64, 0.9);
  color: #ffffff;
  border-color: #C40F40;
}
.alert-primary .alert-link {
  color: rgb(53.8767772512, 4.1232227488, 17.5924170616);
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #C40F40;
  border-color: #C40F40;
}

.alert-secondary {
  background-color: rgba(90, 109, 144, 0.9);
  color: #ffffff;
  border-color: #5a6d90;
}
.alert-secondary .alert-link {
  color: rgb(31.1538461538, 37.7307692308, 49.8461538462);
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: rgba(46, 202, 139, 0.9);
  color: #ffffff;
  border-color: #2eca8b;
}
.alert-success .alert-link {
  color: rgb(17.6209677419, 77.3790322581, 53.2459677419);
}

.alert-outline-success {
  background-color: #ffffff;
  color: #2eca8b;
  border-color: #2eca8b;
}

.alert-warning {
  background-color: rgba(241, 116, 37, 0.9);
  color: #ffffff;
  border-color: #f17425;
}
.alert-warning .alert-link {
  color: rgb(117.4568965517, 50.1077586207, 7.5431034483);
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f17425;
  border-color: #f17425;
}

.alert-info {
  background-color: rgba(23, 162, 184, 0.9);
  color: #ffffff;
  border-color: #17a2b8;
}
.alert-info .alert-link {
  color: rgb(6, 42.2608695652, 48);
}

.alert-outline-info {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}

.alert-danger {
  background-color: rgba(228, 63, 82, 0.9);
  color: #ffffff;
  border-color: #e43f52;
}
.alert-danger .alert-link {
  color: rgb(120.9863013699, 17.0136986301, 28.9863013699);
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #e43f52;
  border-color: #e43f52;
}

.alert-dark {
  background-color: rgba(60, 72, 88, 0.9);
  color: #ffffff;
  border-color: #3c4858;
}
.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.9);
  color: #ffffff;
  border-color: #8492a6;
}
.alert-muted .alert-link {
  color: rgb(60.8726415094, 70.4481132075, 84.1273584906);
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(248, 249, 252, 0.9);
  color: #ffffff;
  border-color: #f8f9fc;
}
.alert-light .alert-link {
  color: rgb(140.9, 157.2, 206.1);
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert-blue {
  background-color: rgba(196, 15, 64, 0.9);
  color: #ffffff;
  border-color: #C40F40;
}
.alert-blue .alert-link {
  color: rgb(53.8767772512, 4.1232227488, 17.5924170616);
}

.alert-outline-blue {
  background-color: #ffffff;
  color: #C40F40;
  border-color: #C40F40;
}

.alert-footer {
  background-color: rgba(111.1422680412, 111.1422680412, 113.4577319588, 0.9);
  color: #ffffff;
  border-color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
}
.alert-footer .alert-link {
  color: rgb(35.4309278351, 35.4309278351, 36.1690721649);
}

.alert-outline-footer {
  background-color: #ffffff;
  color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
  border-color: rgb(111.1422680412, 111.1422680412, 113.4577319588);
}

.alert {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.alert.alert-light {
  background-color: white;
  color: #3c4858;
  border-color: #e9ecef;
}
.alert.alert-dismissible {
  padding-right: 30px;
}
.alert.alert-dismissible .btn-close {
  top: 10px;
  right: 10px;
  padding: 0px;
}
.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}
.alert.alert-pills .content {
  font-weight: 600;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}
.page-next-level .page-next {
  position: relative;
  top: 110px;
  z-index: 99;
}
@media (max-width: 768px) {
  .page-next-level .page-next {
    top: 70px;
  }
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}
.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #C40F40;
}
.breadcrumb .breadcrumb-item.active {
  color: #C40F40;
}
.breadcrumb .breadcrumb-item:before {
  content: "";
}
.breadcrumb .breadcrumb-item:after {
  content: "\f0142" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: "Material Design Icons";
  padding-left: 5px;
}
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  font-size: 14px;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(196, 15, 64, 0.9);
  border-color: rgba(196, 15, 64, 0.9);
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #C40F40 !important;
  border-color: #C40F40;
  cursor: not-allowed;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}
.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}
.avatar.avatar-small {
  height: 65px;
  width: 65px;
}
.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}
.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}
.avatar.avatar-large {
  height: 140px;
  width: 140px;
}
.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.accordion .accordion-item {
  overflow: hidden;
}
.accordion .accordion-item .accordion-button {
  font-weight: 600;
  text-align: left;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  background-color: #adb5bd;
}
.accordion .accordion-item .accordion-button:before {
  content: "\f0143";
  display: block;
  font-family: "Material Design Icons";
  font-size: 16px;
  background-color: #adb5bd;
  color: #C40F40;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #adb5bd;
  color: #3c4858 !important;
  transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  transform: rotate(180deg);
  color: #3c4858 !important;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}

.nav-pills {
  margin-bottom: 15px;
  background: rgb(244.43, 245.94, 250.47);
}
.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  transition: all 0.5s ease;
}
.nav-pills .nav-link.nav-link-alt {
  color: #ffffff !important;
}
.nav-pills .nav-link.nav-link-alt.active {
  background: #3c4858 !important;
}
.nav-pills .nav-link.active {
  background: #C40F40;
  color: #ffffff !important;
}
.nav-pills .nav-link.active .tab-para {
  color: rgba(255, 255, 255, 0.65) !important;
}

.progress-box .title {
  font-size: 15px;
}
.progress-box .progress {
  height: 8px;
  overflow: visible;
}
.progress-box .progress .progress-bar {
  border-radius: 6px;
  animation: animate-positive 3s;
  overflow: visible !important;
}
.progress-box .progress .progress-value {
  position: absolute;
  top: -32px;
  right: -15px;
  font-size: 13px;
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 6px;
  font-size: 16px;
}

.form-label,
.form-check-label {
  font-weight: 400;
  font-size: 16px;
}

.form-control {
  border: 1px solid #dee2e6;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
  border-radius: 6px;
}
.form-control:focus {
  border-color: #C40F40;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control:disabled {
  background-color: #dee2e6;
}

.form-check-input:focus {
  border-color: #C40F40;
  box-shadow: none;
}
.form-check-input.form-check-input:checked {
  background-color: #C40F40;
  border-color: #C40F40;
}

.subcribe-form .btn {
  padding: 10px 20px;
}
.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.subcribe-form button {
  position: absolute;
  top: 1.5px;
  right: 2px;
  outline: none !important;
}
.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-responsive .table td,
.table-responsive .table th {
  vertical-align: middle;
}
.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
  white-space: nowrap;
}
.table-responsive .table-center th {
  vertical-align: middle !important;
}
.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f9fa;
}
.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
  text-align: end;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C40F40;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.social-icon li a .fea-social {
  stroke-width: 2;
}
.social-icon li a:hover {
  background-color: #C40F40;
  border-color: #C40F40 !important;
  color: #ffffff !important;
}
.social-icon li a:hover .fea-social {
  fill: #C40F40;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}
.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: rgb(123.7608247423, 123.7608247423, 126.3391752577);
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  transition: all 0.5s ease;
}
.back-to-top .icons {
  transition: all 0.5s ease;
}
.back-to-top:hover {
  transform: rotate(45deg);
}
.back-to-top:hover .icons {
  transform: rotate(-45deg);
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}
.fea.icon-m-md {
  height: 28px;
  width: 28px;
}
.fea.icon-md {
  height: 35px;
  width: 35px;
}
.fea.icon-lg {
  height: 42px;
  width: 42px;
}
.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}
/*********************************/
/*         General               */
/*===============================*/
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #606062;
}

/* @media (min-width: 768px) and (min-height: 1000px) {
    body {
        & > div#app-container {
            padding-bottom: 530px;
        }
    }
} */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(196, 15, 64, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(196, 15, 64, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

p {
  line-height: 1.6;
}

.loading-container {
  position: fixed !important;
  z-index: 99999999999;
}

.cookie-container {
  text-align: justify;
}

.cookie-container table {
  width: 100%;
  border-spacing: 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  border-collapse: separate;
  margin-bottom: 1rem;
}

.cookie-container td {
  padding: 5px;
  max-width: 0;
  overflow: initial;
  white-space: normal;
  text-overflow: initial;
  vertical-align: top;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

#cookies-popup .modal-lg {
  max-width: 1140px;
}

.aviso-container p {
  margin: 0 1rem 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  #about {
    padding: 0 !important;
  }
  #contact h3.text-muted {
    font-size: 1.5rem !important;
  }
}
.font-extra {
  font-family: "Raleway", sans-serif;
}

.text-lite {
  font-weight: 300;
}

.box-sobre-nosotros {
  border-left: solid 4px white;
  height: 200px;
  vertical-align: bottom;
  color: white;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
}
.box-sobre-nosotros h1 {
  height: 100px;
}

.sobre-nosotros-text {
  padding-left: 0px;
}
.sobre-nosotros-text p {
  color: white;
  font-size: 20px;
  line-height: 2;
  padding: 60px 8.33% 20px 8.33%;
  font-weight: 300;
}

.text-bill-header {
  text-align: center;
  padding: 80px 200px 0px 200px;
}
.text-bill-header span {
  font-family: "Raleway", sans-serif;
}

.text-bill-header2 {
  text-align: center;
  padding-top: 80px;
}

.text-bill-header2-line {
  text-align: left;
  border-bottom: solid 4px #C40F40;
  padding-top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
}

.content-bill-header2 {
  margin-left: 0px;
  text-align: center;
}

.text-bill-items h4 {
  font-weight: 600;
  color: black;
}
.text-bill-items li {
  padding-left: 40px;
}

.text-bill-items-h4 {
  display: flex;
  align-items: center;
}

.text-bill-items-h5 {
  padding-left: 30px;
  font-weight: 400;
}

.text-bill-items-icon {
  width: 20px;
  /* Ajusta el tamaño del icono según tus necesidades */
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  /* Espacio entre el icono y el texto */
}

.bill-bg {
  margin: 0 auto;
  background-image: url("/images/with_powerload.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-bg {
  margin: 0 auto;
  background-image: url("/images/appmobil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.bill-item-container {
  padding: 80px 0px;
}

.powerload_info {
  font-size: 22px;
  font-weight: 300;
}

/* Tamaño de fuente para pantallas medianas (tablets) */
@media (min-width: 601px) and (max-width: 900px) {
  .header-sobre-nosotros {
    padding: 0% 3%;
  }
  .header-sobre-nosotros h1 {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .sobre-nosotros-text p {
    font-size: 16px;
    padding: 2% 7%;
  }
  .box-sobre-nosotros {
    height: auto;
  }
  .text-bill-header2 {
    padding-top: 20px;
  }
  .bill-item-container {
    padding: 30px 10px;
  }
  .text-bill-header {
    text-align: center;
    padding: 20px 10px;
  }
  .bill-bg {
    margin: 0 auto;
    background-image: url("/images/with_powerload_movil.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
/* Tamaño de fuente para pantallas pequeñas (móviles) */
@media (max-width: 600px) {
  .powerload_info {
    font-size: 16px;
  }
  .bill-item-container {
    padding: 30px 10px;
  }
  .hidden-movil {
    display: none;
  }
  .header-sobre-nosotros {
    padding: 0% 3%;
  }
  .header-sobre-nosotros h1 {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .sobre-nosotros-text p {
    font-size: 16px;
    padding: 5% 8.33%;
  }
  .box-sobre-nosotros {
    height: auto;
  }
  .text-bill-header {
    text-align: center;
    padding: 20px 10px;
  }
  .content-bill-header2 {
    margin-left: 0px;
  }
  .bill-bg {
    margin: 0 auto;
    background-image: url("/images/with_powerload_movil.jpg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .text-bill-items {
    padding: 0px;
  }
  .text-bill-items li {
    padding: 0px 20px;
  }
  .text-bill-items ul {
    padding: 0px;
  }
  .text-bill-items-first {
    padding-top: 20px;
  }
  .text-bill-items-last {
    padding-bottom: 20px;
  }
  .text-bill-header2 {
    padding-top: 20px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
}
.text-bill-items1-h5 {
  margin-bottom: 15px;
  /* Aumenta la separación entre los elementos de la lista */
}

.text-bill-items1-icon {
  margin-right: 20px;
  /* Aumenta el margen derecho para mayor separación entre el ícono y el texto */
  vertical-align: middle;
  /* Alinea verticalmente el ícono con el texto */
  width: 24px;
  /* Ajusta el tamaño del ícono si es necesario */
  height: 24px;
  /* Ajusta el tamaño del ícono si es necesario */
}

#list-new-item-2 li {
  margin-bottom: 20px;
}

/*********************************/
/*         Helpers               */
/*===============================*/
.section {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.title-heading {
  line-height: 26px;
}
.title-heading .heading {
  font-size: 45px !important;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}
.title-heading .para-desc {
  font-size: 18px;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}
.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.shape.integration-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .shape.integration-hero {
    height: 140px;
  }
}
@media (max-width: 425px) {
  .shape.integration-hero {
    height: 60px;
  }
}
@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

.text-slider {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.text-slider > ul {
  white-space: nowrap;
}
.text-slider .move-text {
  animation: moveSlideshow 12s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-45%);
  }
}
.mover {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}
@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

.spin-anything {
  animation: spinner-animation 5s linear infinite;
}

@keyframes spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.seo-hero-widget {
  position: relative;
  transition: all 0.5s ease;
}
.seo-hero-widget:hover {
  transform: scale(1.05);
  z-index: 9;
}

.home-wrapper:before {
  content: "";
  position: absolute;
  bottom: 40rem;
  right: 0rem;
  width: 90rem;
  height: 35rem;
  transform: rotate(78.75deg);
  background: linear-gradient(90deg, rgba(196, 15, 64, 0.3), transparent);
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-wrapper:before {
    right: -20rem;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .home-wrapper:before {
    right: -15rem;
    width: 70rem;
    height: 25rem;
  }
}
@media (max-width: 425px) {
  .home-wrapper:before {
    right: -25rem;
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}
/*********************************/
/*         Menu                  */
/*===============================*/
#topnav {
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  border: 0;
  transition: all 0.5s ease;
  box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.4666666667);
}
#topnav .logo {
  color: #3c4858 !important;
}
#topnav .logo img {
  height: 32px;
}
#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}
#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}
#topnav .logo:focus {
  outline: none;
}
#topnav .has-submenu.active a {
  color: #ffffff;
}
#topnav .has-submenu.active .submenu li.active > a {
  color: #C40F40 !important;
}
#topnav .has-submenu.active.active .menu-arrow {
  border-color: #C40F40;
}
#topnav .has-submenu {
  position: relative;
}
#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}
#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: #C40F40;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: right;
  line-height: 68px;
}
#topnav .buy-button > li {
  line-height: initial;
}
#topnav .buy-button .login-btn-primary {
  display: none;
}
#topnav .buy-button .login-btn-light {
  display: inline-block;
}
#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
  display: none;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #C40F40;
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}
#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
  color: #C40F40 !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #C40F40;
}
#topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: bolder;
  color: #3c4858 !important;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -1px;
  top: 30px;
}
#topnav .navigation-menu .has-submenu:hover .menu-arrow {
  transform: rotate(225deg);
}
#topnav .menu-extras {
  float: right;
  margin-right: 10px;
}
#topnav.scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}
#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #C40F40;
}
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #C40F40;
}
#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}
#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}
#topnav.nav-sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #C40F40 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow, #topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #C40F40 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #C40F40 !important;
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}
#topnav.nav-sticky.tagline-height {
  top: 0 !important;
}
#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}
#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}
#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}
#topnav.nav-sticky .logo .l-light {
  display: none;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 1025px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 1116px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 936px !important;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #topnav .navigation-menu > .has-submenu:hover .menu-arrow {
    top: 33px !important;
  }
  #topnav .navigation-menu > .has-submenu.active .menu-arrow {
    top: 30px;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all 0.2s ease;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #C40F40 !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #C40F40;
  }
  #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
    color: #C40F40 !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-right {
    justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-left {
    justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    height: calc(100vh - 74px);
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #C40F40;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #C40F40;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid rgb(240.86, 242.88, 248.94);
    border-bottom: 1px solid rgb(240.86, 242.88, 248.94);
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
  #topnav .buy-button {
    padding: 3px 0;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 375px) {
  #topnav .buy-button {
    display: none;
  }
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
    transform: translate3d(0px, -54px, 0px) !important;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}
.tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  font-size: 14px;
  padding: 13px 0;
}
@media screen and (max-width: 575px) {
  .tagline {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .tagline-height {
    top: 0px !important;
  }
}
@media (min-width: 576px) {
  .tagline-height {
    top: 47px !important;
  }
}

.sidebar-nav {
  padding: 15px 0;
}
.sidebar-nav > .navbar-item {
  padding: 3px 15px;
}
.sidebar-nav > .navbar-item .navbar-link {
  color: #3c4858 !important;
  font-size: 15px;
  font-weight: 600;
}
.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}

#navmenu-nav li.active a {
  color: #C40F40;
}
#navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link {
  color: #ffffff !important;
  background-color: #C40F40 !important;
}

#nm_topnav .nm_actions-section .language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
#nm_topnav .nm_actions-section .language-switcher .btn-group {
  display: flex;
}
#nm_topnav .nm_actions-section .language-switcher .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  min-width: 120px;
  z-index: 9999;
}
#nm_topnav .nm_actions-section .language-switcher .dropdown-toggle {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
#nm_topnav .nm_actions-section .language-switcher .dropdown-toggle::after {
  display: none !important;
}
#nm_topnav .nm_actions-section .language-switcher .dropdown-toggle:hover, #nm_topnav .nm_actions-section .language-switcher .dropdown-toggle:focus, #nm_topnav .nm_actions-section .language-switcher .dropdown-toggle:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/*********************************/
/*         Home & Hero           */
/*===============================*/
.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-home-75vh {
  height: 75vh !important;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-home-75vh {
    height: 80vh !important;
  }
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-auth-home {
  padding: 142px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-circle-gradiant {
  background: radial-gradient(circle at 50% 50%, rgba(196, 15, 64, 0.1) 0%, rgba(196, 15, 64, 0.1) 33.333%, rgba(196, 15, 64, 0.3) 33.333%, rgba(196, 15, 64, 0.3) 66.666%, rgba(196, 15, 64, 0.5) 66.666%, rgba(196, 15, 64, 0.5) 99.999%);
}

.it-home {
  animation: slideleft 20000s infinite linear;
}

@keyframes slideleft {
  from {
    background-position: 0%;
  }
  to {
    background-position: 90000%;
  }
}
.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-dashboard.onepage-hero {
    overflow: hidden;
  }
}

.classic-saas-image .bg-saas-shape:after {
  bottom: 3rem;
  left: 0;
  width: 75rem;
  height: 55rem;
  border-radius: 20rem;
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape:after {
    left: 10rem;
    width: 30rem;
    height: 30rem;
    border-radius: 10rem;
  }
}

@media (max-width: 768px) {
  .classic-saas-image .bg-saas-shape img,
  .freelance-hero .bg-shape img {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape img,
  .freelance-hero .bg-shape img {
    max-width: 100%;
    height: auto;
  }
}

.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
  opacity: 0.9;
  transform: rotate(130deg);
}
@media (max-width: 767px) {
  .classic-saas-image .bg-saas-shape:after,
  .freelance-hero .bg-shape:after {
    bottom: -5rem !important;
    height: 30rem;
  }
}

.freelance-hero .bg-shape:after {
  bottom: 0rem;
  left: 7rem;
  width: 100rem;
  height: 70rem;
  border-radius: 6rem;
}
@media (max-width: 768px) {
  .freelance-hero .bg-shape:after {
    bottom: -10rem;
  }
}
@media (max-width: 767px) {
  .freelance-hero .bg-shape:after {
    left: 15rem;
    width: 40rem;
    height: 30rem;
  }
}

.freelance-hero .bg-shape:after {
  box-shadow: 0 0 40px rgba(196, 15, 64, 0.5);
  background-color: rgb(242.808056872, 95.691943128, 135.518957346);
}

.studio-home {
  padding: 7%;
}

.agency-wrapper:before {
  content: "";
  position: absolute;
  bottom: 22rem;
  right: 54rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  transform: rotate(45deg);
  background-color: #f8f9fc;
  z-index: -1;
}
@media (max-width: 768px) {
  .agency-wrapper:before {
    right: 12rem;
  }
}
@media (max-width: 767px) {
  .agency-wrapper:before {
    right: 0;
  }
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  border: 1px solid #ced4da;
}
.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
  width: 30%;
}

.bg-animation-left:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .bg-animation-left:after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.bg-animation-left.dark-left:after {
  background: rgba(60, 72, 88, 0.6);
}
.bg-animation-left.crypto-home:after {
  background: #C40F40;
  width: 80%;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}
.bg-animation-left.task-management-home:after {
  /* background: url("../images/task/bg.png") $primary;*/
  width: 100%;
  clip-path: circle(65% at 40% 25%);
}

.bg-invoice {
  padding: 100px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.classic-app-image .bg-app-shape:after {
  bottom: 3rem;
  left: -8rem;
  width: 55rem;
  height: 35rem;
  border-radius: 20rem;
  transform: rotate(120deg);
  opacity: 0.9;
}
.classic-app-image .app-images {
  position: absolute;
  bottom: 60px;
  right: -20px;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after,
.freelance-hero .bg-shape:after {
  content: " ";
  position: absolute;
  z-index: -1;
}

.classic-app-image .bg-app-shape:after,
.classic-saas-image .bg-saas-shape:after {
  box-shadow: 0 0 40px rgba(196, 15, 64, 0.5);
  background-color: #C40F40;
}

.shape-before .shape-img {
  position: absolute;
  top: -50px;
  left: -35px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #ffffff;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: #C40F40;
  border-color: #C40F40 !important;
}
.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: 10px;
}
.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}
.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 10px;
}
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  content: "\f0142";
}
.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: transparent;
}
.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #ffffff;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

@media (min-width: 769px) {
  .bg-studio:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .bg-half {
    padding: 169px 0 50px;
  }
}
@media (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-half-260,
  .bg-marketing,
  .swiper-slider-hero .swiper-container .swiper-slide {
    padding: 150px 0;
    height: auto;
  }
}
/*********************************/
/*         Features & Services   */
/*===============================*/
.features .icon {
  background: rgba(196, 15, 64, 0.1);
}
.features .image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 64px;
  height: 64px;
  border-radius: 6px;
  transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(196, 15, 64, 0.1));
}
.features.feature-clean .icons i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgba(196, 15, 64, 0.1);
}
.features.feature-clean .title:hover {
  color: #C40F40 !important;
}
.features .ride-image {
  transform: rotate(-45deg);
}
.features .ride-image img {
  border-radius: 100% 100% 100% 0;
}
.features:hover .image:before {
  background: rgba(196, 15, 64, 0.1);
  animation: spinner-border 5s linear infinite !important;
}
.features.fea-primary {
  transition: all 0.5s ease;
}
.features.fea-primary .content .title {
  transition: all 0.5s ease;
}
.features.fea-primary .content .title:hover {
  color: #C40F40 !important;
}
.features.fea-primary .big-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  opacity: 0.015;
  font-size: 180px;
}
.features.fea-primary:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  background-color: #C40F40 !important;
  color: #ffffff !important;
}
.features.fea-primary:hover .icon2,
.features.fea-primary:hover .para {
  color: rgba(255, 255, 255, 0.5) !important;
}
.features.fea-primary:hover .content,
.features.fea-primary:hover .icon2 {
  z-index: 2;
}
.features.fea-primary:hover .big-icon {
  opacity: 0.05;
}

.features .title,
.key-feature .title {
  font-size: 18px !important;
}
.features .icon,
.key-feature .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.key-feature {
  transition: all 0.3s ease;
}
.key-feature .icon {
  background: linear-gradient(45deg, transparent, rgba(196, 15, 64, 0.15));
}
.key-feature:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.work-process {
  transition: all 0.5s ease;
}
.work-process .step,
.work-process .step-icon {
  opacity: 0.06;
}
.work-process a {
  font-size: 15px;
}
.work-process.process-arrow:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 40px;
  top: 80px;
  left: 80%;
  /* background: url("../images/process.png") center center no-repeat;*/
  z-index: 1;
}
@media (max-width: 767px) {
  .work-process.process-arrow:after {
    display: none;
  }
}
.work-process.process-arrow:hover {
  transform: none !important;
}
.work-process:hover {
  transform: translateY(-10px);
}
.work-process.d-none-arrow:hover {
  transform: none !important;
}

.course-feature {
  transition: all 0.5s ease;
}
.course-feature .full-img {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  transition: all 0.5s ease;
  font-size: 250px;
}
.course-feature:hover {
  transform: translateY(-10px);
}
.course-feature:hover .full-img {
  opacity: 0.05;
}

.features-absolute {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.features-absolute {
  margin: -200px 0 0px;
}
@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}
.features-absolute.blog-search {
  margin: -120px 0 0px;
}
@media (max-width: 768px) {
  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

.categories {
  transition: all 0.5s ease;
}
.categories:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
.categories a:hover {
  color: #C40F40 !important;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after {
  bottom: 0rem;
  width: 30rem;
  height: 40rem;
  border-radius: 10rem;
}

.app-feature-shape-right:after {
  left: 10rem;
  transform: rotate(150deg);
}
@media (max-width: 768px) {
  .app-feature-shape-right:after {
    left: 0;
  }
}

.app-feature-shape-left:after {
  right: 10rem;
  transform: rotate(210deg);
}
@media (max-width: 768px) {
  .app-feature-shape-left:after {
    right: 0;
  }
}

.app-subscribe {
  position: absolute;
  top: -200px;
}
@media (max-width: 767px) {
  .app-subscribe {
    position: relative;
    top: 0;
  }
}

.saas-feature-shape-left:after,
.saas-feature-shape-right:after {
  bottom: -3rem;
  width: 35rem;
  height: 35rem;
  border-radius: 15rem;
  transform: rotate(145deg);
}
@media (max-width: 767px) {
  .saas-feature-shape-left:after,
  .saas-feature-shape-right:after {
    bottom: -1rem;
    width: 25rem;
    height: 25rem;
    border-radius: 10rem;
  }
}

.saas-feature-shape-left:after {
  left: -10rem;
}

.saas-feature-shape-right:after {
  right: -10rem;
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  background: rgba(196, 15, 64, 0.1);
  box-shadow: 0 0 40px rgba(196, 15, 64, 0.1);
}

.app-feature-shape-right:after,
.app-feature-shape-left:after,
.saas-feature-shape-left:after,
.saas-feature-shape-right:after,
.social-feature-left:after,
.social-feature-right:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.social-feature-left:after,
.social-feature-right:after {
  width: 450px;
  height: 520px;
  border-radius: 30px;
  bottom: -75px;
}
@media (max-width: 768px) {
  .social-feature-left:after,
  .social-feature-right:after {
    width: 300px;
    height: 400px;
    bottom: -65px;
  }
}
@media (max-width: 575px) {
  .social-feature-left:after,
  .social-feature-right:after {
    bottom: -35px;
  }
}

.social-feature-left:after {
  right: -200px;
}
@media (max-width: 575px) {
  .social-feature-left:after {
    right: 60px;
  }
}

.social-feature-right:after {
  left: -200px;
}
@media (max-width: 575px) {
  .social-feature-right:after {
    left: 60px;
  }
}

.explore-feature {
  transition: all 0.5s ease;
}
.explore-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  transition: all 0.5s ease;
}
.explore-feature:hover {
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}
.explore-feature:hover .icon,
.explore-feature:hover .title {
  color: #C40F40 !important;
}

.construction-img {
  position: absolute;
  bottom: 0;
  right: 20px;
}

/*********************************/
/*         Testimonial           */
/*===============================*/
.client-testi {
  cursor: e-resize;
}
.client-testi .client-image {
  margin-right: 16px;
}
.client-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  box-sizing: border-box;
  border: 8px solid #3c4858;
  border-color: transparent #ffffff #ffffff transparent;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}
.tns-nav button {
  border-radius: 3px;
  background: rgba(196, 15, 64, 0.5) !important;
  transition: all 0.5s ease;
  border: none;
  margin: 0 5px;
  padding: 5px;
}
.tns-nav button.tns-nav-active {
  background: #C40F40 !important;
  transform: rotate(45deg);
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer;
}

/*********************************/
/*         Pricing & Plans       */
/*===============================*/
.pricing-rates {
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #adb5bd !important;
  transition: all 0.5s ease;
}
.pricing-rates .price {
  font-weight: 400;
}
.pricing-rates.business-rate:hover {
  transform: scale(1.03);
  z-index: 2;
  border-color: #C40F40 !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  background-color: #ffffff !important;
}
.pricing-rates.business-rate:hover .title {
  color: #C40F40;
}
.pricing-rates.starter-plan {
  transform: scale(1.05);
  z-index: 2;
  border-color: #C40F40 !important;
}
@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    transform: scale(1);
  }
}
.pricing-rates.best-plan:hover {
  transform: translateY(-10px);
}

.ribbon.ribbon-primary span {
  background-color: #C40F40 !important;
}
.ribbon.ribbon-primary span:before {
  border-left-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
  border-top-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
}
.ribbon.ribbon-primary span:after {
  border-right-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
  border-top-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
}
.ribbon.ribbon-secondary span {
  background-color: #5a6d90 !important;
}
.ribbon.ribbon-secondary span:before {
  border-left-color: rgb(70.3846153846, 85.2435897436, 112.6153846154);
  border-top-color: rgb(70.3846153846, 85.2435897436, 112.6153846154);
}
.ribbon.ribbon-secondary span:after {
  border-right-color: rgb(70.3846153846, 85.2435897436, 112.6153846154);
  border-top-color: rgb(70.3846153846, 85.2435897436, 112.6153846154);
}
.ribbon.ribbon-success span {
  background-color: #2eca8b !important;
}
.ribbon.ribbon-success span:before {
  border-left-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
  border-top-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
}
.ribbon.ribbon-success span:after {
  border-right-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
  border-top-color: rgb(36.5403225806, 160.4596774194, 110.4153225806);
}
.ribbon.ribbon-warning span {
  background-color: #f17425 !important;
}
.ribbon.ribbon-warning span:before {
  border-left-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
  border-top-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
}
.ribbon.ribbon-warning span:after {
  border-right-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
  border-top-color: rgb(213.3017241379, 90.9956896552, 13.6982758621);
}
.ribbon.ribbon-info span {
  background-color: #17a2b8 !important;
}
.ribbon.ribbon-info span:before {
  border-left-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-top-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.ribbon.ribbon-info span:after {
  border-right-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-top-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.ribbon.ribbon-danger span {
  background-color: #e43f52 !important;
}
.ribbon.ribbon-danger span:before {
  border-left-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
  border-top-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
}
.ribbon.ribbon-danger span:after {
  border-right-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
  border-top-color: rgb(210.4109589041, 29.5890410959, 50.4109589041);
}
.ribbon.ribbon-dark span {
  background-color: #3c4858 !important;
}
.ribbon.ribbon-dark span:before {
  border-left-color: rgb(39.3243243243, 47.1891891892, 57.6756756757);
  border-top-color: rgb(39.3243243243, 47.1891891892, 57.6756756757);
}
.ribbon.ribbon-dark span:after {
  border-right-color: rgb(39.3243243243, 47.1891891892, 57.6756756757);
  border-top-color: rgb(39.3243243243, 47.1891891892, 57.6756756757);
}
.ribbon.ribbon-muted span {
  background-color: #8492a6 !important;
}
.ribbon.ribbon-muted span:before {
  border-left-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
  border-top-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
}
.ribbon.ribbon-muted span:after {
  border-right-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
  border-top-color: rgb(103.6933962264, 120.0047169811, 143.3066037736);
}
.ribbon.ribbon-light span {
  background-color: #f8f9fc !important;
}
.ribbon.ribbon-light span:before {
  border-left-color: rgb(212.3, 218.4, 236.7);
  border-top-color: rgb(212.3, 218.4, 236.7);
}
.ribbon.ribbon-light span:after {
  border-right-color: rgb(212.3, 218.4, 236.7);
  border-top-color: rgb(212.3, 218.4, 236.7);
}
.ribbon.ribbon-blue span {
  background-color: #C40F40 !important;
}
.ribbon.ribbon-blue span:before {
  border-left-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
  border-top-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
}
.ribbon.ribbon-blue span:after {
  border-right-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
  border-top-color: rgb(148.6255924171, 11.3744075829, 48.5308056872);
}
.ribbon.ribbon-footer span {
  background-color: rgb(111.1422680412, 111.1422680412, 113.4577319588) !important;
}
.ribbon.ribbon-footer span:before {
  border-left-color: rgb(85.9051546392, 85.9051546392, 87.6948453608);
  border-top-color: rgb(85.9051546392, 85.9051546392, 87.6948453608);
}
.ribbon.ribbon-footer span:after {
  border-right-color: rgb(85.9051546392, 85.9051546392, 87.6948453608);
  border-top-color: rgb(85.9051546392, 85.9051546392, 87.6948453608);
}

.ribbon {
  position: absolute;
  top: -5px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.ribbon.ribbon-right {
  right: -5px;
}
.ribbon.ribbon-right span {
  right: -23px;
  transform: rotate(45deg);
}
.ribbon.ribbon-left {
  left: -5px;
}
.ribbon.ribbon-left span {
  left: -23px;
  transform: rotate(-45deg);
}
.ribbon span {
  position: absolute;
  top: 15px;
  width: 100px;
  color: #ffffff;
}
.ribbon span:before, .ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
}
.ribbon span:before {
  left: 0;
}
.ribbon span:after {
  right: 0;
}

.invoice-top .logo-invoice {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
}

/*********************************/
/*         CTA                   */
/*===============================*/
.bg-cta {
  padding: 150px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}
.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #C40F40;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}
.play-icon i:hover {
  -webkit-text-stroke: 2px #C40F40;
  -webkit-text-fill-color: #C40F40;
}

/*********************************/
/*         Blog & News           */
/*===============================*/
.blog {
  transition: all 0.3s ease;
}
.blog .content h4 {
  line-height: 1.2;
}
.blog .content .title {
  transition: all 0.5s ease;
}
.blog .content .title:hover {
  color: #C40F40 !important;
}
.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
  font-size: 15px;
  transition: all 0.5s ease;
}
.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}
.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}
.blog .content .post-meta .readmore:hover {
  color: #C40F40 !important;
}
.blog .author,
.blog .teacher,
.blog .course-fee {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.blog .author {
  top: 5%;
  left: 5%;
}
.blog .teacher {
  bottom: 6%;
  left: 5%;
}
.blog .course-fee {
  bottom: -5%;
  right: 5%;
  width: 50px;
  height: 50px;
}
.blog .course-fee .fee {
  line-height: 50px;
}
.blog.blog-detail:hover {
  transform: translateY(0px) !important;
}
.blog:hover {
  transform: translateY(-10px);
}
.blog:hover .overlay {
  opacity: 0.4;
}
.blog:hover .author,
.blog:hover .teacher,
.blog:hover .course-fee {
  opacity: 1;
}
.blog .blog-list-meta {
  position: absolute;
  bottom: 24px;
}

.sidebar .widget .blog-categories li {
  padding-bottom: 10px;
}
.sidebar .widget .blog-categories li:last-child {
  padding-bottom: 0;
}
.sidebar .widget .blog-categories li a,
.sidebar .widget .blog-categories li span {
  font-size: 15px;
}
.sidebar .widget .blog-categories li a {
  color: #3c4858;
  transition: all 0.5s ease;
}
.sidebar .widget .blog-categories li a:hover {
  color: #C40F40;
}
.sidebar .widget .post-recent {
  padding-bottom: 15px;
}
.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}
.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}
.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}
.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  transition: all 0.5s ease;
}
.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #C40F40;
}
.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}
.sidebar .widget .tagcloud > a {
  background: #e9ecef;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px 7px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  font-weight: 600;
}
.sidebar .widget .tagcloud > a:hover {
  background: #C40F40;
  color: #ffffff;
}

.media-list .media .media-heading:hover {
  color: #C40F40 !important;
}
.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

.blog .overlay,
.job-box .job-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.job-box {
  transition: all 0.5s ease;
}
.job-box .job-overlay {
  opacity: 0.6;
}
.job-box .head {
  position: absolute;
  top: 15px;
  right: 15px;
}
.job-box .position {
  position: absolute;
  top: 15px;
  left: 15px;
}
.job-box .position a {
  transition: all 0.5s ease;
}
.job-box .position a:hover {
  color: #C40F40 !important;
}
.job-box .firm-logo {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin: 0 auto;
  top: -30px;
}
.job-box .company-name {
  transition: all 0.5s ease;
}
.job-box .company-name:hover {
  color: #C40F40 !important;
}
.job-box:hover {
  transform: translateY(-5px);
}

.candidate-list .like {
  -webkit-text-stroke: 1px #8492a6;
  -webkit-text-fill-color: transparent;
}
.candidate-list .like:hover, .candidate-list .like:focus {
  -webkit-text-stroke: #e43f52;
  -webkit-text-fill-color: #e43f52;
}

.candidate-list,
.company-list {
  transition: all 0.5s ease;
}
.candidate-list .name:hover,
.company-list .name:hover {
  color: #C40F40 !important;
}
.candidate-list:hover,
.company-list:hover {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  transform: translateY(-5px);
}

@media (min-width: 1024px) {
  .job-profile {
    top: -378px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .job-profile {
    top: -338px;
  }
}
@media (max-width: 767px) {
  .company-logo {
    float: none !important;
    text-align: left !important;
  }
}
/*********************************/
/*         Works & Portfolios    */
/*===============================*/
.work-container.work-classic .work-image {
  transition: all 0.5s ease;
}
.work-container.work-classic .work-image:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
.work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
  font-size: 18px;
  transition: all 0.5s ease;
}
.work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
  color: #C40F40 !important;
}
.work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
  font-size: 15px !important;
}
.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
  transition: all 0.5s ease;
}
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
  position: absolute;
}
.work-container.work-modern .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}
.work-container.work-modern .content,
.work-container.work-modern .client {
  opacity: 0;
}
.work-container.work-modern .client,
.work-container.work-modern .read_more {
  z-index: 1;
  right: 5%;
  top: 5%;
}
.work-container.work-modern .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.work-container.work-modern .icons .work-icon:hover {
  background: #C40F40 !important;
  color: #ffffff !important;
}
.work-container.work-modern:hover img {
  transform: scale(1.1) rotate(3deg);
}
.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}
.work-container.work-modern:hover .icons {
  opacity: 1;
}
.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
  opacity: 1;
}
.work-container.work-grid {
  transition: all 0.5s ease;
}
.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
  transition: all 0.5s ease;
}
.work-container.work-grid .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(150px);
  overflow: hidden;
}
.work-container.work-grid:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
.work-container.work-grid:hover img {
  transform: translateY(-40px);
}
.work-container.work-grid:hover .content {
  transform: translateY(0);
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.courses-desc img {
  transition: all 0.5s ease;
}
.courses-desc:hover img {
  transform: scale(1.1) rotate(3deg);
}

.courses-desc .overlay-work,
.popular-tour .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.courses-desc:hover .overlay-work,
.popular-tour:hover .overlay-work {
  opacity: 0.6;
}

.event-schedule {
  transition: all 0.5s ease;
}
.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(196, 15, 64, 0.1);
  line-height: 48px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 2px 0.25px rgba(196, 15, 64, 0.5);
}
.event-schedule .date .month {
  font-size: 13px;
}
.event-schedule .content .title {
  font-size: 20px;
  transition: all 0.5s ease;
}
.event-schedule .content .title:hover {
  color: #C40F40 !important;
}
.event-schedule .content .location-time {
  font-size: 14px;
}
.event-schedule:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
  border-color: #C40F40 !important;
  background: #f8f9fc !important;
}

.courses-desc {
  transition: all 0.5s ease;
}
.courses-desc .content .title {
  transition: all 0.5s ease;
}
.courses-desc .content .title:hover {
  color: #C40F40 !important;
}
.courses-desc .collection,
.courses-desc .preview {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.courses-desc .collection {
  top: 15px;
  left: 15px;
}
.courses-desc .collection i {
  -webkit-text-stroke: 2px #e43f52;
  -webkit-text-fill-color: transparent;
}
.courses-desc .collection i:active {
  -webkit-text-stroke: 0px #e43f52;
  -webkit-text-fill-color: #e43f52;
}
.courses-desc .preview {
  bottom: 15px;
  right: 15px;
}
.courses-desc:hover {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
  transform: translateY(-10px);
}
.courses-desc:hover .collection,
.courses-desc:hover .preview {
  opacity: 1;
}

.personal-port {
  opacity: 0;
  transition: all 0.5s ease;
}

.container-filter li {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
}
.container-filter li.active, .container-filter li:hover {
  color: #C40F40 !important;
  border-color: #C40F40 !important;
}

.spacing {
  padding: 7px;
}

.shop-features .category-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
}
.shop-list .shop-image .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.shop-list .shop-image .overlay-work .out-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.shop-list .shop-image .shop-icons {
  top: 15px;
  right: 15px;
  z-index: 2;
}
.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
  opacity: 1;
}
.shop-list .content .product-name {
  transition: all 0.5s ease;
}
.shop-list .content .product-name:hover {
  color: #C40F40 !important;
}
.shop-list .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.shop-list .qty-btn {
  pointer-events: none;
  width: 65px;
  padding-left: 12px;
}

.popular-tour .content {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.main-icon {
  border: 2px solid #e9ecef;
  height: 40px;
  width: 40px;
  line-height: 0;
  text-align: center;
}
.main-icon .fea {
  height: 20px;
}
@media (min-width: 768px) {
  .main-icon {
    margin: 0 auto;
  }
}

.timeline-page:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 95%;
  margin: auto;
  width: 2px;
  background-color: #e9ecef !important;
}
.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  z-index: 1;
  background-color: #C40F40;
  border-radius: 4px;
  transform: rotate(45deg);
}
.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 15px;
}
.timeline-page .timeline-item .date-label-left:after {
  right: -34px;
}
.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 15px;
}
.timeline-page .timeline-item .duration-right:after {
  left: -34px;
}
.timeline-page .timeline-item .event {
  transition: all 0.2s ease;
}
.timeline-page .timeline-item .event.event-description-right {
  margin-left: 15px;
}
.timeline-page .timeline-item .event.event-description-left {
  margin-right: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin: 0 0 30px 15px !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -21px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event-description-left {
    text-align: left !important;
    margin: 0 0 0 15px;
  }
}
.tobii__btn svg {
  height: 30px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

/*********************************/
/*         Team members          */
/*===============================*/
.team img {
  transition: all 0.5s ease;
}
.team .name:hover {
  color: #C40F40 !important;
}
.team .team-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.team:hover img {
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
  opacity: 0.2;
}
.team:hover .overlay-team {
  opacity: 0.6;
}
.team:hover .team-icon {
  opacity: 1;
}

/*********************************/
/*         Authentications       */
/*===============================*/
.login-page {
  font-size: 15px;
}
.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}
.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}
.cover-user .cover-user-img {
  height: 100vh;
}
@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}
@media (max-width: 768px) {
  .cover-user .cover-user-img {
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.bg-profile {
  padding: 100px 0;
}
.bg-profile .public-profile {
  top: 175px;
}

/*********************************/
/* Countdown(Comingsoon, Maintenance) */
/*===============================*/
.coming-soon,
.maintenance,
.error-page {
  font-size: 40px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .coming-soon,
  .maintenance,
  .error-page {
    font-size: 32px;
  }
}

#countdown .count-down,
#eventdown .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  color: #ffffff;
  text-align: center;
}
#countdown .count-down .count-number,
#eventdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}
#countdown .count-down .count-head,
#eventdown .count-down .count-head {
  display: block;
  position: relative;
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#countdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
}
@media (max-width: 767px) {
  #eventdown .count-down {
    width: 60px;
  }
}
#eventdown .count-down .count-number {
  line-height: 80px;
}
@media (max-width: 767px) {
  #eventdown .count-down .count-number {
    font-size: 30px;
  }
}
#eventdown .count-down .count-head {
  transform: translateY(-15px);
}
@media (max-width: 767px) {
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}

#maintenance {
  color: #ffffff;
  font-size: 56px;
  letter-spacing: 1px;
}
#maintenance .indicator {
  font-size: 18px;
}

/*********************************/
/*         Contact us            */
/*===============================*/
.form-icon .icons {
  position: absolute;
  top: 13px;
  left: 18px;
}

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
#success_page p {
  margin-bottom: 0 !important;
}

.qs-datepicker-container {
  background-color: #ffffff;
  border-color: #dee2e6;
}
.qs-datepicker-container .qs-controls {
  background-color: #e9ecef;
}
.qs-datepicker-container .qs-controls .qs-month-year {
  font-weight: 600;
  font-size: 15px;
}
.qs-datepicker-container .qs-controls .qs-month-year:hover {
  border-bottom: 1px solid #e9ecef;
}
.qs-datepicker-container .qs-squares .qs-square {
  font-size: 15px;
  height: 34px;
  width: 34px;
}
.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current {
  background: #C40F40;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
}
.qs-datepicker-container .qs-squares .qs-day {
  font-weight: 500;
  color: #8492a6;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}
/*********************************/
/*         Footer                */
/*===============================*/
/* @media (min-width: 768px) and (min-height: 1000px) {
    #footer_container {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
} */
@media (max-width: 768px) {
  .footer .logo-footer img {
    max-width: 100%;
  }
  .container-logo-footer {
    padding: 0 40px;
  }
}
.footer {
  /* background: $blackf;*/
  padding: 60px 0;
  position: relative;
  color: #adb5bd;
}
.footer .logo-footer {
  font-size: 22px;
}
.footer .logo-footer:focus {
  outline: none;
}
.footer .logo-footer img {
  max-height: 50px;
}
.footer .footer-head {
  letter-spacing: 1px;
  font-weight: 500;
}
.footer .foot-subscribe .form-control {
  background-color: rgb(121.2371134021, 121.2371134021, 123.7628865979);
  border: 1px solid rgb(121.2371134021, 121.2371134021, 123.7628865979);
  color: #f8f9fc;
}
.footer .foot-subscribe .form-control:focus {
  box-shadow: none;
}
.footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}
.footer .foot-subscribe input::-moz-placeholder {
  color: #adb5bd;
}
.footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}
.footer .text-foot {
  color: #adb5bd;
}
.footer .footer-list {
  margin-bottom: 0;
}
.footer .footer-list li {
  margin-bottom: 10px;
}
.footer .footer-list li a {
  transition: all 0.5s ease;
}
.footer .footer-list li a:hover {
  color: rgb(229.5135135135, 232, 234.4864864865);
}
.footer .footer-list li:last-child {
  margin-bottom: 0;
}
.footer.footer-border, .footer.footer-bar {
  border-top: 1px solid rgb(123.7608247423, 123.7608247423, 126.3391752577);
}
.footer.footer-bar {
  padding: 15px 0;
}

.faq p,
.faq li,
.faq label,
.faq span {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .faq p,
  .faq li,
  .faq label,
  .faq span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .header-container-menu-navigation {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .faq p,
  .faq li,
  .faq label,
  .faq span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  /* Alineación horizontal de los elementos */
  .header-container-menu-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Mostrar el menú de usuario en dispositivos móviles */
  .buy-button {
    display: flex !important;
  }
  /* Ajuste de tamaño para el logo en móviles */
  .logo img {
    height: 40px;
    /* Ajusta según tu preferencia */
  }
  .logo-container {
    flex: 1;
    /* Ocupa el espacio restante en el contenedor */
    display: flex;
    justify-content: flex-start;
    /* Alinea el logo a la izquierda */
  }
}
.header-container-menu-navigation {
  flex-direction: row !important;
  justify-content: space-between;
  /* align-items: center; */
}

@media (max-width: 576px) {
  #container-header.container {
    max-width: 100% !important;
  }
}
/*
@media (min-width: 1025px) {
    .parent-parent-menu-item.active a {

        border-bottom: 2px solid #C40f40;

    }

    .parent-parent-menu-item a {
        height: 20px;


    }
}
*/
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Por defecto, ocultamos el logo de desktop */
.logo-desktop {
  display: none;
}

/* Mostramos el logo mobile por defecto (para móviles) */
.logo-mobile {
  display: block;
}

/* En pantallas medianas (tablets) y grandes (PC), mostramos el logo desktop */
@media (min-width: 900px) {
  .logo-desktop {
    display: block;
  }
  .logo-mobile {
    display: none;
  }
}
/* Estilo para hero legal */
.page-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
}

.page-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-hero p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
}

.static_title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -2%;
  color: #211f1f;
}
@media (max-width: 500px) {
  .static_title {
    font-size: 20px;
    line-height: 32px;
  }
}

.static_Label {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -2%;
  color: #211f1f;
}
@media (max-width: 500px) {
  .static_Label {
    font-size: 18px;
    line-height: 28px;
  }
}

.static_span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #3d3c3c;
}
@media (max-width: 500px) {
  .static_span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}

.static_pagrapap {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #272525;
}
@media (max-width: 500px) {
  .static_pagrapap {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
}

.static_general p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

.static_general {
  font-weight: 400;
  font-size: 20px;
}

.privacy-rights-list {
  margin: 15px 0;
  padding-left: 20px;
  line-height: 1.6;
}

.privacy-rights-list ul {
  padding-left: 20px;
  margin: 5px 0;
}

.privacy-subtitle {
  margin-top: 25px;
  color: #333;
}

address {
  font-style: normal;
  margin: 10px 0;
  line-height: 1.5;
}

/* En pantallas medianas (tablets) y grandes (PC), mostramos el logo desktop */
/************/
/* NEW MENU */
/************/
#nm_topnav {
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(7.5px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  background: linear-gradient(70deg, rgba(21, 2, 13, 0.7019607843) 10%, rgba(33, 0, 93, 0.1607843137));
  -webkit-backdrop-filter: blur(7.5px);
  transition: all 0.5s ease;
  box-shadow: 0px 1px 10px rgba(51, 51, 51, 0.1);
}
@media (min-width: 461px) {
  #nm_topnav {
    padding: 0 50px;
  }
}
#nm_topnav #nm_container-header {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
#nm_topnav .nm_header-container-menu-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 74px;
  position: relative;
}
#nm_topnav .nm_logo-section {
  position: absolute;
  left: 10px;
}
#nm_topnav .nm_logo-section .nm_logo {
  display: flex;
  align-items: center;
  min-height: 70px;
  color: #3c4858 !important;
  margin: 0;
  padding: 0;
}
#nm_topnav .nm_logo-section .nm_logo img {
  height: 24px;
}
#nm_topnav .nm_logo-section .nm_logo .nm_logo-desktop {
  display: block;
}
#nm_topnav .nm_logo-section .nm_logo .nm_logo-mobile {
  display: none;
}
#nm_topnav .nm_logo-section .nm_logo:focus {
  outline: none;
}
#nm_topnav .nm_center-navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#nm_topnav .nm_center-navigation .nm_navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#nm_topnav .nm_actions-section {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  gap: 10px;
}
#nm_topnav .nm_actions-section > * {
  position: static;
}
#nm_topnav .nm_actions-section .language-switcher-container,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher,
#nm_topnav .nm_actions-section .dropdown.language-switcher {
  position: relative !important;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-toggle,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-toggle,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-toggle {
  background: transparent;
  border: 1px solid #dee2e6;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  color: #3c4858;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-toggle:focus,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-toggle:focus,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-toggle:focus {
  box-shadow: none;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-toggle:hover,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-toggle:hover,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-toggle:hover {
  background-color: #f8f9fa;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-menu,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-menu,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-menu {
  position: absolute !important;
  z-index: 9999 !important;
  min-width: 120px;
  margin-top: 2px;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-menu .dropdown-item,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-size: 12px;
}
#nm_topnav .nm_actions-section .language-switcher-container .dropdown-menu .dropdown-item:hover,
#nm_topnav .nm_actions-section .nav-item.dropdown.language-switcher .dropdown-menu .dropdown-item:hover,
#nm_topnav .nm_actions-section .dropdown.language-switcher .dropdown-menu .dropdown-item:hover {
  background-color: #C40F40;
  color: white;
}
#nm_topnav .nm_actions-section .language-switcher-container {
  position: relative;
  z-index: 1000;
}
#nm_topnav .nm_actions-section .language-switcher-container * {
  z-index: inherit;
}
#nm_topnav .nm_actions-section .btn {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1.2;
}
#nm_topnav .nm_actions-section .nm_menu-extras .nm_navbar-toggle {
  width: 40px;
  height: 40px;
}
#nm_topnav .nm_actions-section .nm_menu-extras .nm_navbar-toggle .nm_lines {
  width: 20px;
  margin: 18px 10px;
  height: 14px;
}
#nm_topnav .nm_actions-section .nm_menu-extras .nm_navbar-toggle span {
  height: 1.5px;
  margin-bottom: 3px;
}
#nm_topnav .nm_logo .l-dark,
#nm_topnav .nm_logo .logo-dark-mode {
  display: none;
}
#nm_topnav .nm_logo .l-light,
#nm_topnav .nm_logo .logo-light-mode {
  display: inline-block;
}
#nm_topnav .nm_has-submenu.active a {
  color: #ffffff;
}
#nm_topnav .nm_has-submenu.active .nm_submenu li.active > a {
  color: #C40F40 !important;
}
#nm_topnav .nm_has-submenu.active.active .nm_menu-arrow {
  border-color: #C40F40;
}
#nm_topnav .nm_has-submenu {
  position: relative;
}
#nm_topnav .nm_has-submenu .nm_submenu .nm_submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}
#nm_topnav .nm_has-submenu .nm_submenu .nm_has-submenu:hover .nm_submenu-arrow {
  border-color: #C40F40;
}
#nm_topnav .nm_navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#nm_topnav .nm_navbar-toggle .nm_lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px;
  height: 18px;
}
#nm_topnav .nm_navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: white !important;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.5s ease;
}
#nm_topnav .nm_navbar-toggle span:last-child {
  margin-bottom: 0;
}
#nm_topnav .nm_navbar-toggle.open span {
  position: absolute;
}
#nm_topnav .nm_navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg);
}
#nm_topnav .nm_navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#nm_topnav .nm_navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg);
}
#nm_topnav .nm_navbar-toggle.open span:hover {
  background-color: #C40F40;
}
#nm_topnav .nm_navbar-toggle:hover, #nm_topnav .nm_navbar-toggle:focus {
  background-color: transparent;
}
#nm_topnav .nm_navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 16px;
}
#nm_topnav .nm_navigation-menu > li:hover > a, #nm_topnav .nm_navigation-menu > li.active > a {
  color: #C40F40 !important;
}
#nm_topnav .nm_navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  background-color: transparent !important;
  text-transform: none;
  transition: all 0.5s;
  padding: 15px 10px;
}
#nm_topnav .nm_navigation-menu > li > a:hover, #nm_topnav .nm_navigation-menu > li > a:active {
  color: #C40F40;
}
#nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu li .nm_megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: bolder;
  color: #3c4858 !important;
}
#nm_topnav .nm_navigation-menu .nm_has-submenu .nm_menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4.5px;
  transform: rotate(45deg);
  position: absolute;
  transition: all 0.5s;
  right: -7.5px;
  top: 19px;
}
#nm_topnav .nm_navigation-menu .nm_has-submenu:hover .nm_menu-arrow {
  top: 25px;
  transform: rotate(225deg);
}
#nm_topnav.nm_scroll {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
#nm_topnav.nm_scroll .nm_navigation-menu > li > a {
  color: #3c4858;
  padding: 20px 10px;
}
#nm_topnav.nm_scroll .nm_navigation-menu > li > .nm_menu-arrow {
  border-color: #3c4858;
}
#nm_topnav.nm_scroll .nm_navigation-menu > li:hover > a, #nm_topnav.nm_scroll .nm_navigation-menu > li.active > a {
  color: #C40F40;
}
#nm_topnav.nm_scroll .nm_navigation-menu > li:hover > .nm_menu-arrow, #nm_topnav.nm_scroll .nm_navigation-menu > li.active > .nm_menu-arrow {
  border-color: #C40F40;
}
#nm_topnav.nm_defaultscroll.nm_dark-menubar .nm_logo {
  line-height: 70px;
}
#nm_topnav.nm_defaultscroll.nm_scroll .nm_logo {
  line-height: 62px;
}
#nm_topnav.nm_defaultscroll.nm_scroll.nm_dark-menubar .nm_logo {
  line-height: 62px;
}
#nm_topnav.nm_nav-sticky {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
}
#nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li > a {
  color: #3c4858;
}
#nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li.active > a {
  color: #C40F40 !important;
}
#nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li:hover > .nm_menu-arrow, #nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li.active > .nm_menu-arrow {
  border-color: #C40F40 !important;
}
#nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li:hover > a, #nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light > li.active > a {
  color: #C40F40 !important;
}
#nm_topnav.nm_nav-sticky .nm_navigation-menu.nm_nav-light .nm_has-submenu .nm_menu-arrow {
  border-color: #3c4858;
}
#nm_topnav.nm_nav-sticky.nm_tagline-height {
  top: 0 !important;
}
#nm_topnav.nm_nav-sticky .nm_logo .l-dark {
  display: inline-block;
}
#nm_topnav.nm_nav-sticky .nm_logo .l-light {
  display: none;
}

@media (min-width: 1340px) {
  #nm_topnav #navigation.nm_center-navigation {
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #nm_topnav .nm_actions-section .nm_menu-extras {
    display: none;
  }
  #nm_topnav .nm_navigation-menu > li > a {
    color: white !important;
  }
  #nm_topnav .nm_navigation-menu > li:hover > a, #nm_topnav .nm_navigation-menu > li.active > a {
    color: #C40F40 !important;
  }
  #nm_topnav .nm_navigation-menu .nm_has-submenu .nm_menu-arrow {
    border-color: rgba(255, 255, 255, 0.35) !important;
  }
  #nm_topnav .nm_navigation-menu .nm_has-submenu:hover .nm_menu-arrow {
    border-color: #C40F40 !important;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu {
    position: absolute;
    top: calc(100% + 3px) !important;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all 0.2s ease;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
    background: #C22339;
    color: #fff;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    height: 13px;
    background: transparent;
    z-index: 1001;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li {
    position: relative;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #fff !important;
    transition: all 0.3s;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1px;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a:hover {
    background: #981a36 !important;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a:hover::after {
    transform: scaleX(1);
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu {
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: auto;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu > li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu > li .nm_submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu > li .nm_submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #nm_topnav .nm_navigation-menu > li:hover > a::after {
    width: 100%;
  }
  #nm_topnav .nm_navigation-menu > li:hover > .nm_menu-arrow {
    border-color: #C40F40;
  }
  #nm_topnav .nm_navigation-menu > li:hover > .nm_submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #nm_topnav .nm_navigation-menu > li:hover > .nm_submenu > li.nm_has-submenu:hover > .nm_submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  #nm_topnav .nm_navigation-menu > li:hover > a, #nm_topnav .nm_navigation-menu > li.active > a {
    color: #C40F40 !important;
  }
  #nm_topnav .nm_navigation-menu > li.nm_last-elements .nm_submenu {
    left: auto;
    right: 0;
  }
  #nm_topnav .nm_navigation-menu > li.nm_last-elements .nm_submenu:before {
    left: auto;
    right: 10px;
  }
  #nm_topnav .nm_navigation-menu > li.nm_last-elements .nm_submenu > li.nm_has-submenu .nm_submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #nm_topnav .nm_navigation-menu > li.nm_has-submenu:hover > .nm_submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #nm_topnav .nm_navigation-menu > li.nm_has-submenu:hover > .nm_submenu > li.nm_has-submenu:hover > .nm_submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light > li.active > a {
    color: #ffffff !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light > li:hover > .nm_menu-arrow {
    border-color: #ffffff !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light .nm_has-submenu .nm_menu-arrow {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #nm_topnav .nm_navigation-menu.nm_nav-light .nm_has-submenu.active .nm_menu-arrow {
    border-color: #ffffff !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-right {
    justify-content: flex-end !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-left {
    justify-content: flex-start !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-left > li.nm_last-elements .nm_submenu {
    left: 0 !important;
    right: auto !important;
  }
  #nm_topnav .nm_navigation-menu.nm_nav-left > li.nm_last-elements .nm_submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  .nm_navigation-menu > li > a {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .nm_navigation-menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #C22339;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 560px) and (max-width: 1339px) {
  #nm_topnav .nm_logo-section .nm_logo .nm_logo-desktop {
    display: block;
  }
  #nm_topnav .nm_logo-section .nm_logo .nm_logo-mobile {
    display: none;
  }
}
@media (max-width: 1339px) {
  #nm_topnav .nm_logo .l-dark {
    display: inline-block !important;
  }
  #nm_topnav .nm_logo .l-light {
    display: none !important;
  }
  #nm_topnav .nm_center-navigation {
    left: unset !important;
    transform: unset !important;
    border-radius: 0 0 10px 10px;
    width: 300px;
    top: 74px;
    right: 10px;
    max-width: 90vw;
  }
  #nm_topnav .nm_actions-section .nm_menu-extras {
    display: block;
  }
  #nm_topnav .nm_actions-section .nm_menu-extras .nm_menu-item {
    display: block;
  }
  #nm_topnav .nm_actions-section .dropdown .dropdown-menu {
    right: 0;
    left: auto;
  }
  #nm_topnav .nm_navigation-menu {
    float: none;
    flex-direction: column;
  }
  #nm_topnav .nm_navigation-menu > li {
    float: none;
    width: calc(100% - 50px) !important;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: none;
    color: #3c4858 !important;
    transition: all 0.3s;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 4px;
    height: 0;
    background: #C22339;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1px;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a:hover::after {
    height: 100%;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu li .nm_megamenu-head {
    padding: 7px 15px;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.open {
    display: block;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu .nm_submenu {
    display: none;
    list-style: none;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu .nm_submenu.open {
    display: block;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #nm_topnav .nm_navigation-menu > li .nm_submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #nm_topnav .nm_navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    position: relative;
  }
  #nm_topnav .nm_navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
    content: "";
    top: 0;
    left: -15px;
    width: 4px;
    height: 0;
    background: #C22339;
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 1px;
  }
  #nm_topnav .nm_navigation-menu > li > a:hover::after {
    height: 100%;
  }
  #nm_topnav .nm_navigation-menu > li > span {
    margin-top: -10px;
  }
  #nm_topnav .nm_navigation-menu > li > a:hover,
  #nm_topnav .nm_navigation-menu > li .nm_submenu li a:hover,
  #nm_topnav .nm_navigation-menu > li.nm_has-submenu.open > a {
    color: #C40F40;
  }
  #nm_topnav .nm_has-submenu .nm_submenu .nm_submenu-arrow {
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #nm_topnav .nm_has-submenu.active a {
    color: #C40F40;
  }
  .nm_center-navigation {
    position: absolute;
    top: 74px;
    right: 10px;
    width: 270px;
    max-width: 90vw;
    max-height: calc(100vh - 100px) !important;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid rgb(240.86, 242.88, 248.94);
    border-bottom: 1px solid rgb(240.86, 242.88, 248.94);
    border-left: 1px solid rgb(240.86, 242.88, 248.94);
    border-radius: 0 0 0 6px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.52);
    z-index: 9999 !important;
  }
  .nm_center-navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 559px) {
  #nm_topnav .nm_logo-section .nm_logo .nm_logo-desktop {
    display: none;
  }
  #nm_topnav .nm_logo-section .nm_logo .nm_logo-mobile {
    display: block;
  }
  #nm_topnav .nm_actions-section {
    gap: 8px;
  }
  #nm_topnav .nm_actions-section .dropdown .dropdown-toggle {
    padding: 6px 10px;
    font-size: 11px;
  }
  #nm_topnav .nm_actions-section .btn {
    padding: 6px 12px;
    font-size: 11px;
  }
  #nm_topnav .nm_navbar-toggle .nm_lines {
    margin-right: 0 !important;
  }
}
.nm_tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  font-size: 14px;
  padding: 13px 0;
}
@media screen and (max-width: 575px) {
  .nm_tagline {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .nm_tagline-height {
    top: 0px !important;
  }
}
@media (min-width: 576px) {
  .nm_tagline-height {
    top: 47px !important;
  }
}

.nm_sidebar-nav {
  padding: 15px 0;
}
.nm_sidebar-nav > .nm_navbar-item {
  padding: 3px 15px;
}
.nm_sidebar-nav > .nm_navbar-item .nm_navbar-link {
  color: #3c4858 !important;
  font-size: 15px;
  font-weight: 600;
}
.nm_sidebar-nav > .nm_navbar-item .nm_navbar-link .nm_navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}

#nm_navmenu-nav li.active a {
  color: #C40F40;
}
#nm_navmenu-nav li.nm_account-menu.active .nm_navbar-link, #nm_navmenu-nav li.nm_account-menu:hover .nm_navbar-link {
  color: #ffffff !important;
  background-color: #C40F40 !important;
}

/************/
/* NEW MENU */
/************/
.main-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #C22339;
  border: none;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-height: 54px;
  width: -moz-fit-content;
  width: fit-content;
}
.main-btn:hover {
  background: #7a0025;
}
.main-btn:focus {
  outline: 2px solid #C22339;
  outline-offset: 2px;
}
.main-btn .main-btn__content {
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
.main-btn .main-btn__text {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}

.main-btn--fixed-width {
  width: 307px;
  height: 54px;
}

.main-btn--fit-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
}

@media (max-width: 900px) {
  .main-btn {
    gap: 8px;
  }
  .main-btn .main-btn__content {
    padding: 16px 48px;
  }
}
@media (max-width: 460px) {
  .main-btn .main-btn__content {
    padding: 10px 24px;
  }
}
/********/
/* hero */
/********/
.image-container {
  display: flex;
  justify-content: flex-end;
}
.image-container img {
  max-width: 200px;
  height: auto;
}

.image-container.bottom-right {
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 10;
}

.image-container.bottom-right.area117 {
  right: -75px;
}

.image-container.bottom-right img {
  max-width: 550px;
  height: auto;
  position: relative;
  z-index: 0;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgb(0, 0, 0) 60%);
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgb(0, 0, 0) 60%);
}

.background-carousel-container {
  position: relative;
  width: 100%;
  height: 698px;
  max-height: 698px;
  overflow: visible;
}
.background-carousel-container:hover .bg-slide img {
  animation-play-state: paused;
}

.background-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-track {
  display: flex;
  width: 400%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.bg-slide {
  position: relative;
  width: 25%;
  height: 698px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.bg-slide > video,
.bg-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  z-index: 1;
}
.bg-slide > video {
  animation: ken-burns 20s ease-in-out infinite alternate;
}
.bg-slide > img {
  animation: ken-burns 20s ease-in-out infinite alternate;
}
.bg-slide > .bg-overlay-gradient,
.bg-slide > .bg-overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-slide > .power-text,
.bg-slide > .load-text {
  position: absolute;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  top: -3px;
  width: 1315px;
  height: 300px;
  z-index: 15;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 200px;
  letter-spacing: 0;
  color: #fff;
  mix-blend-mode: soft-light;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  overflow: hidden;
}
.bg-slide > .power-text {
  right: 0;
  text-align: right;
  justify-content: flex-end;
}
.bg-slide > .load-text {
  left: 0;
  text-align: left;
  justify-content: flex-start;
}

.slide-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  z-index: 10;
  margin: 0 auto;
}

.bg-overlay-gradient {
  z-index: 2;
  background: linear-gradient(135deg, rgba(51, 13, 8, 0.69) 0%, rgba(42, 27, 15, 0.5) 80.48%, rgba(95, 75, 65, 0.48) 97.02%);
  background-blend-mode: multiply;
  pointer-events: none;
}

.bg-overlay-shadow {
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 102.81%);
  background-blend-mode: multiply;
  pointer-events: none;
}

.content-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.content-overlay * {
  pointer-events: auto;
}

.christmas-container {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  display: flex;
  padding: 32px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: rgba(208, 3, 31, 0.38);
  border-radius: 12px;
  max-width: 45%;
  z-index: 15;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.christmas-title {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.christmas-message {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.christmas-offer {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.offer-text {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.offer-amount {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.christmas-button-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.christmas-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 30px;
  border-radius: 16px;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.christmas-button:hover {
  background: #F5F5F5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #000;
}

.christmas-button:active {
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .christmas-container {
    right: 60px;
    max-width: 420px;
  }
  .christmas-title {
    font-size: 40px;
  }
  .christmas-message {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .christmas-container {
    right: 40px;
    left: 40px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .christmas-container {
    padding: 24px 20px;
    gap: 24px;
    right: 20px;
    left: 20px;
  }
  .christmas-title {
    font-size: 32px;
    line-height: 110%;
  }
  .christmas-message {
    font-size: 18px;
    line-height: 24px;
  }
  .christmas-button {
    padding: 14px 20px;
    font-size: 18px;
  }
  .offer-text, .offer-amount {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .christmas-container {
    padding: 20px 16px;
    gap: 20px;
    right: 16px;
    left: 16px;
  }
  .christmas-title {
    font-size: 24px;
  }
  .christmas-message {
    font-size: 16px;
    line-height: 20px;
  }
  .christmas-button {
    padding: 12px 16px;
    font-size: 16px;
  }
  .christmas-offer {
    padding: 8px 12px;
  }
}
.title-text {
  z-index: 15;
  position: absolute;
  color: #fff;
  width: 699px;
  height: 112px;
  top: 221px;
  left: 90px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.sub-title-text {
  z-index: 15;
  position: absolute;
  color: #fff;
  width: 699px;
  height: auto;
  top: 373px;
  left: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  pointer-events: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.sub-title-text .sub-title-line-1 {
  margin-bottom: 8px;
}
.sub-title-text .sub-title-line-2 {
  font-size: 18px;
  line-height: 26px;
}

.sub-title-text.closer {
  top: 333px !important;
}

.button-start-container {
  position: absolute;
  cursor: pointer;
  z-index: 25;
  top: 477px;
  left: 90px;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.button-start-container:hover {
  transform: scale(1.05);
}
.button-start-container:hover .button-start-now {
  background: #E6386B;
}
.button-start-container:hover .button-start-now-arrow {
  background: #b32142;
  margin-left: -1px;
}
.button-start-container:active {
  transform: scale(0.98);
}

.button-start-now {
  min-width: 200px;
  height: 54px;
  padding: 16px 31px;
  background: #C22339;
  color: #fff;
  border: none;
  border-radius: 16px 0 0 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(217, 37, 77, 0.3);
  white-space: nowrap;
  flex-grow: 1;
}
.button-start-now:hover, .button-start-now:focus {
  color: #fff;
  text-decoration: none;
}

.button-start-now-arrow {
  width: 54px;
  height: 54px;
  margin-left: -1px;
  background: #981a36;
  color: #fff;
  border: none;
  border-radius: 0 16px 16px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  flex-shrink: 0;
}

.stats-container {
  position: absolute;
  z-index: 25;
  top: 477px;
  right: -10px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  pointer-events: none;
}
.stats-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.stats-container > div svg {
  width: 100px;
  height: 100px;
  stroke: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}
.stats-container > div svg * {
  stroke: rgba(255, 255, 255, 0.35) !important;
}
.stats-container > div img {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.45);
}
.stats-container > div > div:nth-child(2) {
  align-self: stretch;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.stats-container > div > div:nth-child(3) {
  align-self: stretch;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.bg-carousel-nav {
  position: absolute;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 2.5rem;
  color: #78796b;
  transition: all 0.3s ease;
  z-index: 5 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: Arial, sans-serif;
  border-radius: 25%;
}
.bg-carousel-nav:hover {
  background: rgba(212, 0, 4, 0.2);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.bg-carousel-nav.prev {
  top: 50%;
  transform: translateY(-50%);
  left: max(20px, 50% - 720px + 30px);
}
.bg-carousel-nav.prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.bg-carousel-nav.next {
  top: 50%;
  transform: translateY(-50%);
  right: max(60px, 50% - 720px + 30px);
}
.bg-carousel-nav.next:hover {
  transform: translateY(-50%) scale(1.1);
}

@keyframes ken-burns {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(1deg);
  }
}
@media (max-width: 1400px) {
  .title-text {
    left: 100px;
    font-size: 42px;
  }
  .sub-title-text {
    left: 100px;
    font-size: 18px;
  }
  .button-start-container {
    left: 100px;
  }
  .stats-container {
    right: 60px;
  }
}
@media (max-width: 1040px) {
  .bg-slide > .power-text,
  .bg-slide > .load-text {
    font-size: 180px;
    top: 5px;
  }
  .title-text {
    font-size: 32px;
    width: 800px;
    text-wrap: balance;
  }
  .sub-title-text {
    top: 324px;
    width: 800px;
    text-wrap: balance;
  }
  .sub-title-text .sub-title-line-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .button-start-container {
    top: 420px;
    margin-top: 20px !important;
  }
  .button-start-container.keep-position {
    top: 477px;
  }
  .button-start-now,
  .button-start-now-arrow {
    height: 48px;
  }
  .stats-container {
    top: 500px;
    right: 20px;
    left: 20px;
    justify-content: space-around;
    gap: 20px;
  }
}
@media (max-width: 880px) {
  .title-text {
    width: 660px;
  }
  .sub-title-text {
    width: 660px !important;
  }
}
@media (max-width: 768px) {
  .background-carousel-container {
    height: 500px;
    max-height: 500px;
  }
  .bg-slide {
    height: 500px;
  }
  .bg-slide > .power-text,
  .bg-slide > .load-text {
    top: 19px;
    font-size: 140px;
    width: 100%;
  }
  .title-text {
    right: 40px;
    top: 170px;
    font-size: 24px;
    width: auto;
    height: auto;
  }
  .sub-title-text {
    right: 40px;
    top: 219px;
    font-size: 14px;
    width: auto !important;
    height: auto;
  }
  .sub-title-text .sub-title-line-1 {
    font-size: 14px;
    line-height: 20px;
  }
  .sub-title-text .sub-title-line-2 {
    font-size: 13px;
    line-height: 18px;
  }
  .button-start-container {
    top: 300px;
  }
  .button-start-now {
    width: 140px;
    height: 44px;
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 12px 0 0 12px;
  }
  .button-start-now-arrow {
    width: 44px;
    height: 44px;
    font-size: 14px;
    border-radius: 0 12px 12px 0;
  }
  .stats-container {
    top: 370px;
    right: 20px;
    left: 20px;
    justify-content: space-around;
    gap: 15px;
  }
  .stats-container > div svg,
  .stats-container > div img {
    width: 52px;
    height: 52px;
  }
  .stats-container > div > div:nth-child(2) {
    font-size: 28px;
  }
  .stats-container > div > div:nth-child(3) {
    font-size: 14px;
  }
  .bg-carousel-nav {
    font-size: 2.5rem;
  }
  .bg-carousel-nav.prev {
    left: max(10px, 50% - 720px + 15px);
  }
  .bg-carousel-nav.next {
    right: max(10px, 50% - 720px + 15px);
  }
  .bg-slide:nth-child(2) .sub-title-text.closer,
  .bg-slide:nth-child(3) .sub-title-text.closer {
    top: 210px !important;
  }
  .bg-slide:nth-child(2):has(.sub-title-text.closer) .button-start-container,
  .bg-slide:nth-child(3):has(.sub-title-text.closer) .button-start-container {
    top: 390px !important;
  }
}
@media (max-width: 1200px) {
  .responsive-text-btn {
    font-size: 0;
  }
  .responsive-text-btn::after {
    content: attr(data-short);
    font-size: 16px;
  }
}

@media (max-width: 610px) {
  .title-text {
    font-size: 20px;
    left: 40px;
  }
  .sub-title-text {
    font-size: 13px;
    left: 40px;
  }
  .bg-carousel-nav {
    display: none;
  }
  .button-start-container {
    left: 40px;
  }
  .button-start-now {
    left: 40px;
    width: 160px;
    height: 44px;
    padding: 10px 16px;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 576px) {
  .bg-slide > .power-text,
  .bg-slide > .load-text {
    font-size: 125px;
    top: 27px;
  }
}
@media (max-width: 480px) {
  .background-carousel-container {
    height: 500px;
    max-height: 500px;
  }
  .bg-slide {
    height: 500px;
  }
  .bg-slide > .power-text,
  .bg-slide > .load-text {
    top: 39px;
    font-size: 90px;
  }
  .title-text {
    top: 120px;
    font-size: 20px;
    left: 20px;
  }
  .sub-title-text {
    top: 180px;
    font-size: 13px;
    left: 20px;
    width: auto !important;
    line-height: 24px;
  }
  .sub-title-text .sub-title-line-1 {
    font-size: 13px;
    line-height: 18px;
  }
  .sub-title-text .sub-title-line-2 {
    font-size: 12px;
    line-height: 16px;
  }
  .button-start-container {
    left: 20px;
    top: 275px;
  }
  .button-start-now {
    width: 160px;
    height: 40px;
    padding: 10px 16px;
    border-radius: 10px 0 0 10px;
  }
  .button-start-now:not(.responsive-text-btn) {
    font-size: 12px;
  }
  .button-start-now.responsive-text-btn::after {
    font-size: 12px;
  }
  .button-start-now-arrow {
    width: 40px;
    height: 40px;
    font-size: 12px;
    border-radius: 0 10px 10px 0;
  }
  .stats-container {
    gap: 10px;
    top: 360px;
  }
  .stats-container > div svg,
  .stats-container > div img {
    width: 48px;
    height: 48px;
  }
  .stats-container > div > div:nth-child(2) {
    font-size: 24px;
  }
  .stats-container > div > div:nth-child(3) {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .bg-slide > .power-text,
  .bg-slide > .load-text {
    font-size: 80px;
    top: 43px;
  }
}
.loaders_cargo-loaders-section {
  display: flex;
  gap: 40px;
  padding: 48px 0;
  align-items: start;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 3%;
}
.loaders_cargo-loaders-section .loaders_photo-collage {
  position: relative;
  height: 640px;
  width: 55%;
  max-width: 55%;
  min-width: 400px;
  order: 2;
  flex: 1;
  flex-shrink: 1;
  padding-right: 0;
}
.loaders_cargo-loaders-section .loaders_photo-collage .loaders_photo-1 {
  position: absolute;
  width: 48.18%;
  height: 30.52%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.loaders_cargo-loaders-section .loaders_photo-collage .loaders_photo-2 {
  position: absolute;
  width: 48.18%;
  height: 65.34%;
  top: 0;
  right: 0;
  border-radius: 16px;
  overflow: hidden;
}
.loaders_cargo-loaders-section .loaders_photo-collage .loaders_photo-2 .loaders_photo-2-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loaders_cargo-loaders-section .loaders_photo-collage .loaders_photo-3 {
  position: absolute;
  width: 48.18%;
  height: 65.34%;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.loaders_cargo-loaders-section .loaders_photo-collage .loaders_photo-4 {
  position: absolute;
  width: 48.18%;
  height: 30.52%;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.loaders_cargo-loaders-section .loaders_photo-collage.single-photo {
  border-radius: 16px;
  overflow: hidden;
  width: 100% !important;
  max-width: 633px !important;
  min-width: 400px;
  height: 500px;
  position: relative;
}
.loaders_cargo-loaders-section .loaders_photo-collage.single-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.loaders_cargo-loaders-section .loaders_photo-collage.single-photo > *:not(img) {
  display: none;
}
.loaders_cargo-loaders-section .loaders_info-column {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 45%;
  max-width: 633px;
  min-width: 400px;
  flex: 1;
}
.loaders_cargo-loaders-section .loaders_title-section {
  display: flex;
  width: 395px;
  max-width: 100%;
  height: 61px;
  align-items: center;
  gap: 24px;
  padding: 4px 70px;
  position: relative;
  background-color: rgba(194, 35, 57, 0.1019607843);
  border-radius: 0 100px 100px 0;
  background-blend-mode: luminosity;
}
.loaders_cargo-loaders-section .loaders_line {
  position: relative;
  width: 3px;
  height: 27px;
}
.loaders_cargo-loaders-section .loaders_section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #C22339;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52px;
  white-space: nowrap;
}
.loaders_cargo-loaders-section .loaders_main-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 0 0 0 70px;
  position: relative;
  width: 100%;
}
.loaders_cargo-loaders-section .loaders_content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.loaders_cargo-loaders-section .loaders_main-headline {
  align-self: stretch;
  color: #C22339;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.loaders_cargo-loaders-section .loaders_features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.loaders_cargo-loaders-section .loaders_feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.loaders_cargo-loaders-section .loaders_check-icon {
  margin-top: 0;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.loaders_cargo-loaders-section .loaders_feature-text {
  flex: 1;
  font-family: var(--m3-body-x-large-font-family);
  font-weight: var(--m3-body-x-large-font-weight);
  color: #757575;
  font-size: var(--m3-body-x-large-font-size);
  letter-spacing: var(--m3-body-x-large-letter-spacing);
  line-height: var(--m3-body-x-large-line-height);
  font-style: var(--m3-body-x-large-font-style);
  margin: 0;
}
.loaders_cargo-loaders-section .loaders_register-button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 307px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #C22339;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.loaders_cargo-loaders-section .loaders_register-button:hover {
  background-color: #7a0025;
}
.loaders_cargo-loaders-section .loaders_register-button:focus {
  outline: 2px solid #C22339;
  outline-offset: 2px;
}
.loaders_cargo-loaders-section .loaders_button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.loaders_cargo-loaders-section .loaders_button-label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m3-body-large-font-family);
  font-weight: var(--m3-body-large-font-weight);
  color: #ffffff;
  font-size: var(--m3-body-large-font-size);
  text-align: center;
  letter-spacing: var(--m3-body-large-letter-spacing);
  line-height: var(--m3-body-large-line-height);
  white-space: nowrap;
  font-style: var(--m3-body-large-font-style);
}
@media (max-width: 1200px) {
  .loaders_cargo-loaders-section {
    gap: 30px;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage {
    min-width: 350px;
  }
  .loaders_cargo-loaders-section .loaders_info-column {
    min-width: 350px;
  }
  .loaders_cargo-loaders-section .loaders_main-info-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 1000px) {
  .loaders_cargo-loaders-section {
    flex-direction: column;
    padding: 24px;
    gap: 32px;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage {
    order: 1;
    margin: 0;
    flex: none;
    width: 100% !important;
    max-width: none !important;
    min-width: auto;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage.single-photo {
    width: 100% !important;
    max-width: none !important;
    min-width: auto;
    height: auto;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage.single-photo img {
    height: auto;
    aspect-ratio: 633/500;
    border-radius: 16px;
  }
  .loaders_cargo-loaders-section .loaders_info-column {
    order: 2;
    width: 100%;
    min-width: auto;
  }
  .loaders_cargo-loaders-section .loaders_title-section {
    width: 100%;
    max-width: 395px;
    padding: 4px 24px;
  }
  .loaders_cargo-loaders-section .loaders_main-info-container {
    padding: 0;
  }
  .loaders_cargo-loaders-section .loaders_register-button {
    width: 100%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .loaders_cargo-loaders-section .loaders_main-info-container {
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .loaders_cargo-loaders-section .loaders_photo-collage {
    width: 100% !important;
    max-width: none !important;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage.single-photo {
    width: 100% !important;
    max-width: none !important;
  }
  .loaders_cargo-loaders-section .loaders_photo-collage.single-photo img {
    height: auto;
    aspect-ratio: 633/500;
    border-radius: 16px;
  }
}

.transp_transport-section {
  display: flex;
  gap: 40px;
  padding: 48px 0;
  align-items: start;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
.transp_transport-section .transp_photo-collage {
  position: relative;
  width: 55%;
  max-width: 55%;
  min-width: 400px;
  height: 590px;
  order: 1;
  flex: 1;
  flex-shrink: 1;
  padding-left: 10px;
  padding-right: 0;
}
.transp_transport-section .transp_photo-collage .transp_photo-1 {
  position: absolute;
  width: 48.18%;
  height: 30.52%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.transp_transport-section .transp_photo-collage .transp_photo-2 {
  position: absolute;
  width: 48.18%;
  height: 65.34%;
  top: 0;
  right: 0;
  border-radius: 16px;
  overflow: hidden;
}
.transp_transport-section .transp_photo-collage .transp_photo-2 .transp_photo-2-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transp_transport-section .transp_photo-collage .transp_photo-3 {
  position: absolute;
  width: 48.18%;
  height: 65.34%;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.transp_transport-section .transp_photo-collage .transp_photo-4 {
  position: absolute;
  width: 48.18%;
  height: 30.52%;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.transp_transport-section .transp_info-column {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  width: 45%;
  max-width: 633px;
  min-width: 400px;
  flex: 1;
}
.transp_transport-section .transp_title-section {
  display: flex;
  width: 395px;
  max-width: 100%;
  height: 61px;
  align-items: center;
  gap: 24px;
  padding: 4px 70px;
  position: relative;
  background-color: rgba(194, 35, 57, 0.1019607843);
  border-radius: 100px 0 0 100px;
  background-blend-mode: luminosity;
  flex-direction: row-reverse;
}
.transp_transport-section .transp_line {
  position: relative;
  width: 3px;
  height: 27px;
}
.transp_transport-section .transp_section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5px;
  font-family: "Poppins-Bold", Helvetica;
  font-weight: 700;
  color: #C22339;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 52px;
  white-space: nowrap;
}
.transp_transport-section .transp_main-info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  padding: 0 70px 0 0;
  position: relative;
  width: 100%;
}
.transp_transport-section .transp_content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.transp_transport-section .transp_main-headline {
  align-self: stretch;
  color: #C22339;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.transp_transport-section .transp_features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.transp_transport-section .transp_feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.transp_transport-section .transp_check-icon {
  margin-top: 0;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.transp_transport-section .transp_feature-text {
  flex: 1;
  font-family: var(--m3-body-x-large-font-family);
  font-weight: var(--m3-body-x-large-font-weight);
  color: #757575;
  font-size: var(--m3-body-x-large-font-size);
  letter-spacing: var(--m3-body-x-large-letter-spacing);
  line-height: var(--m3-body-x-large-line-height);
  font-style: var(--m3-body-x-large-font-style);
  margin: 0;
}
.transp_transport-section .transp_register-button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 307px;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  background-color: #C22339;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.transp_transport-section .transp_register-button:hover {
  background-color: #7a0025;
}
.transp_transport-section .transp_register-button:focus {
  outline: 2px solid #C22339;
  outline-offset: 2px;
}
.transp_transport-section .transp_button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.transp_transport-section .transp_button-label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m3-body-large-font-family);
  font-weight: var(--m3-body-large-font-weight);
  color: #ffffff;
  font-size: var(--m3-body-large-font-size);
  text-align: center;
  letter-spacing: var(--m3-body-large-letter-spacing);
  line-height: var(--m3-body-large-line-height);
  white-space: nowrap;
  font-style: var(--m3-body-large-font-style);
}
@media (max-width: 1473px) {
  .transp_transport-section {
    padding: 48px 0 48px 10px;
  }
}
@media (max-width: 1200px) {
  .transp_transport-section {
    gap: 30px;
  }
  .transp_transport-section .transp_photo-collage {
    min-width: 350px;
  }
  .transp_transport-section .transp_info-column {
    min-width: 350px;
  }
  .transp_transport-section .transp_main-info-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 1000px) {
  .transp_transport-section {
    flex-direction: column;
    padding: 24px;
    gap: 32px;
  }
  .transp_transport-section .transp_photo-collage {
    order: 1;
    margin: 0;
    flex: none;
    width: 100% !important;
    max-width: none !important;
    min-width: auto;
    padding-left: 0;
  }
  .transp_transport-section .transp_info-column {
    order: 2;
    width: 100%;
    max-width: none !important;
    min-width: auto;
  }
  .transp_transport-section .transp_title-section {
    width: 100%;
    max-width: 395px;
    padding: 4px 24px;
  }
  .transp_transport-section .transp_main-info-container {
    padding: 0;
  }
  .transp_transport-section .transp_register-button {
    width: 100%;
    max-width: 307px;
  }
}
@media (max-width: 900px) {
  .transp_transport-section .loaders_main-info-container {
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .transp_transport-section .transp_photo-collage {
    width: 100% !important;
    max-width: none !important;
  }
}

/***********/
/* freight */
/***********/
.ld_section-loads {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  padding: 36px 24px;
  background-color: #f3f3f3;
  margin-top: 3%;
}

.ld_content_box {
  width: 100%;
}

/*******************/
/* home calculator */
/*******************/
.calc_container {
  display: flex;
  padding: 36px 24px 48px;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  align-self: stretch;
  background: #F3F3F3;
}

.inner_container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  margin: 0 auto;
}

.content_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  align-content: flex-start;
  padding: 16px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}

.ctx_container {
  display: flex;
  position: relative;
  padding: 70px 24px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  align-self: stretch;
}

.ctx_heading {
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.64px;
}

.ctx_flex_container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto;
}

.ctx_info_item {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-grow: 0;
  flex-shrink: 0;
}

.ctx_icon {
  width: 24px;
  height: 24px;
}

.ctx_info_text {
  color: #757575;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.ctx_inner_container {
  display: flex;
  max-width: 945px;
  padding: 24px;
  gap: 24px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}

.ctx_form_section {
  flex: 0 0 339px;
}

.ctx_image_section {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  transition: max-width 0.3s ease;
}

.ctx_image {
  height: 415px;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: width 0.3s ease, height 0.3s ease;
}

.ctx_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 17px;
}

.ctx_form_group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}

.ctx_label {
  color: #8E8E93;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.ctx_required {
  color: #FF3B30;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.ctx_input,
.ctx_textarea {
  width: 100%;
  padding: 6px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  resize: none;
  color: #000;
}

.ctx_textarea {
  min-height: 100px;
}

.ctx_input::-moz-placeholder, .ctx_textarea::-moz-placeholder {
  color: #8E8E93;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.ctx_input::placeholder,
.ctx_textarea::placeholder {
  color: #8E8E93;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.ctx_input_error {
  border-color: #FF3B30;
  background-color: #FFE6E6;
}

.ctx_error_message {
  color: #FF3B30;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  margin-top: -1px;
  letter-spacing: 0.25px;
}

.ctx_button {
  display: flex;
  height: 41px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #C22339;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ctx_button:hover {
  background: #7a0023;
}

.ctx_button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 620px) {
  .ctx_inner_container {
    flex-direction: column;
    align-items: stretch;
  }
  .ctx_image_section,
  .ctx_form_section {
    width: 100%;
    max-width: 100%;
  }
  .ctx_image {
    width: 100%;
    height: auto;
  }
  .ctx_form {
    width: 100%;
  }
  .ctx_input,
  .ctx_textarea,
  .ctx_button {
    width: 100%;
  }
}
.apk_main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #FFF8F7;
}

.apk_inner-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 96px 0;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.apk_section-one {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 0 64px;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}

.apk_subsection-left {
  display: flex;
  padding-right: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

.apk_section-title {
  align-self: stretch;
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.apk_section-title-alt {
  color: #C22339;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.apk_features-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.apk_subsection-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.apk_subsection-right .apk_sec-container {
  width: 439px;
  height: 439px;
  position: relative;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_svg-frame {
  width: 271px;
  height: 342px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_svg-frame svg {
  width: 100%;
  height: 100%;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_blur-effect {
  width: 296px;
  height: 439px;
  border-radius: 116.361px;
  opacity: 0.2;
  background: #C22339;
  filter: blur(100px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_images-container {
  display: flex;
  width: 439px;
  height: 439px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18.512px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_images-container .apk_icon-primary {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  position: absolute;
  left: 100px;
  top: 20px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_images-container .apk_icon-secondary {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  position: absolute;
  left: 55px;
  top: 360px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container {
  display: flex;
  width: 439px;
  height: 439px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18.512px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6.611px;
  align-self: stretch;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame--right {
  align-items: flex-end;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame--left {
  align-items: flex-start;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 {
  display: flex;
  height: 113.854px;
  padding: 10.578px;
  flex-direction: row;
  align-items: flex-start;
  gap: 6.611px;
  border-radius: 29.09px;
  border: 0.661px solid rgba(244, 23, 23, 0.2);
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-avatar {
  border-radius: 23.695px;
  display: block;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-name {
  color: #000;
  font-family: Poppins;
  font-size: 18.191px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.322px;
  align-self: stretch;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-stat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.645px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-truck {
  width: 31.735px;
  height: 31.735px;
  display: block;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-truck-count {
  color: #000;
  font-family: Poppins;
  font-size: 15.867px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-rating {
  display: flex;
  align-items: center;
  gap: 2.267px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-star {
  width: 15.867px;
  height: 15.867px;
  display: block;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1 .apk_func-frame1-rating-value {
  color: #3E3E3E;
  font-family: Poppins;
  font-size: 15.867px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2 {
  display: flex;
  height: 143.879px;
  padding: 10.835px 16.252px 16.252px 16.252px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.835px;
  border-radius: 21.669px;
  border: 0.903px solid rgba(244, 23, 23, 0.2);
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2 .apk_func-frame2-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.612px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2 .apk_func-frame2-pin {
  width: 21.669px;
  height: 21.669px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2 .apk_func-frame2-title {
  color: #211F1F;
  font-family: Poppins;
  font-size: 14.446px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.967%;
  letter-spacing: 0.578px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2 .apk_func-frame2-map {
  border-radius: 14.446px;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 140px;
  border-radius: 21.656px;
  border: 0.902px solid rgba(244, 23, 23, 0.2);
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame3 .apk_func-code {
  width: 144px;
  height: 140px;
  border-radius: 21.66px;
  display: block;
}
.apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame3 .apk_func-qr {
  width: 142px;
  height: 110.834px;
  border-radius: 21.66px;
  display: block;
}

.apk_section-two {
  display: flex;
  padding: 114px 0px 80px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.apk_mobile-container {
  display: flex;
  height: 420px;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 64px;
  background: radial-gradient(85.67% 50% at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(116deg, rgba(217, 37, 77, 0.85) 0%, rgba(157, 0, 48, 0.85) 100%), #FFF;
}

.apk_mobile-visual {
  display: flex;
  height: 588px;
  min-width: 600px;
  padding: 0 0 0 68px;
  align-items: center;
  flex: 1 0 0;
  background: linear-gradient(310deg, rgba(255, 255, 255, 0) 58.97%, rgba(255, 255, 255, 0.1) 59.28%, rgba(255, 255, 255, 0) 89.55%), linear-gradient(309deg, rgba(255, 255, 255, 0) 40.49%, rgba(255, 255, 255, 0.05) 40.75%, rgba(255, 255, 255, 0) 66.41%);
}

.apk_mobile-content {
  display: flex;
  height: 420px;
  min-width: 350px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 77.9%, rgba(255, 255, 255, 0.1) 78.12%, rgba(255, 255, 255, 0) 99.1%), linear-gradient(118deg, rgba(255, 255, 255, 0) 54.62%, rgba(255, 255, 255, 0.05) 54.81%, rgba(255, 255, 255, 0) 74.13%);
}

.apk_mobile-wrapper {
  width: 497px;
  height: 588px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apk_mobile-circle {
  width: 397px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.4;
  background: #C22339;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apk_mobile-image {
  width: 439px;
  height: 588px;
  flex-shrink: 0;
  background: url("/images/home/apk_mobile.png") -318.258px -97.561px/240.385% 134.529% no-repeat;
  background-color: transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.apk_content-wrapper {
  display: flex;
  padding: 0 48px 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.apk_text-header {
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #C22339;
}

.apk_header-title {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.apk_text-desc {
  display: flex;
  padding-bottom: 1px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  opacity: 0.9;
}

.apk_desc-text {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.apk_download-btn {
  display: flex;
  width: 155px;
  padding: 4px 18px;
  flex-direction: column;
  align-items: flex-start;
}

.apk_feature-item {
  display: flex;
  align-items: center;
  gap: 28px;
  align-self: stretch;
}
.apk_feature-item__icon {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.05), -18px 18px 12.2px -12px rgba(196, 21, 64, 0.15);
}
.apk_feature-item__icon img {
  width: 32px;
  height: 32px;
}
.apk_feature-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.apk_feature-item__title {
  align-self: stretch;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.apk_feature-item__description {
  width: 100%;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1055px) {
  .apk_section-one {
    flex-direction: column;
    padding: 0 24px;
  }
  .apk_section-title {
    text-align: center;
  }
  .apk_features-container {
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }
  .apk_feature-item {
    flex-direction: column;
    flex: 1 1 200px;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
  }
  .apk_feature-item__title {
    text-align: center;
  }
  .apk_feature-item__description {
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
  }
  .apk_content-wrapper {
    padding: 10px;
  }
}
@media (max-width: 970px) {
  .apk_inner-container {
    padding: 36px 0;
  }
  .apk_mobile-container {
    height: auto;
    flex-direction: column;
    background: linear-gradient(136deg, rgba(255, 255, 255, 0) 83.12%, rgba(255, 255, 255, 0.1) 83.28%, rgba(255, 255, 255, 0) 99.33%), linear-gradient(136deg, rgba(255, 255, 255, 0) 67.09%, rgba(255, 255, 255, 0.05) 67.23%, rgba(255, 255, 255, 0) 81.54%), linear-gradient(315deg, rgba(255, 255, 255, 0) 76.53%, rgba(255, 255, 255, 0.1) 76.66%, rgba(255, 255, 255, 0) 88.95%), linear-gradient(315deg, rgba(255, 255, 255, 0) 59.21%, rgba(255, 255, 255, 0.05) 59.37%, rgba(255, 255, 255, 0) 75.27%), radial-gradient(85.67% 50% at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(116deg, rgba(217, 37, 77, 0.85) 0%, rgba(157, 0, 48, 0.85) 100%), #FFF;
  }
  .apk_header-title {
    margin-top: 10px;
    font-size: 36px;
  }
  .apk_section-two {
    padding: 24px 0 16px 0;
  }
  .apk_mobile-visual,
  .apk_mobile-content {
    width: 100%;
    justify-content: center;
    background: none;
  }
  .apk_desc-text,
  .apk_text-header {
    text-align: center;
  }
  .apk_download-btn {
    width: 100%;
    align-items: center;
  }
  .apk_mobile-wrapper {
    height: 388px;
    width: auto;
  }
  .apk_mobile-image {
    margin-top: 10px;
    width: 290px;
    height: 388px;
    background: url("/images/home/apk_mobile.png") lightgray -210.038px -64.386px/240.385% 134.529% no-repeat;
  }
  .apk_mobile-circle {
    width: 262px;
    height: 262px;
  }
}
@media (max-width: 670px) {
  .apk_features-container {
    flex-direction: column;
  }
  .apk_inner-container {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .apk_inner-container {
    padding: 16px 0;
  }
  .apk_subsection-right {
    width: 100%;
    justify-content: center;
  }
  .apk_subsection-right .apk_sec-container {
    width: 100%;
    max-width: 100%;
  }
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container {
    width: 100% !important;
    max-width: 100%;
  }
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame1,
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame2,
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_func-container .apk_func-frame3 {
    margin: 0 10px;
    max-width: calc(100% - 20px);
  }
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container {
    width: 100%;
  }
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_images-container {
    width: 100%;
  }
  .apk_subsection-right .apk_sec-container .apk_overlay-container .apk_background-container .apk_blur-effect {
    width: 100%;
  }
  .apk_section-one {
    padding: 0 16px;
  }
}
.footer-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: radial-gradient(48.68% 65.83% at 50% 0%, #414141 0%, #2A2A2A 100%);
}

.footer-main-layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  width: 100%;
  margin: 0 auto;
}

.footer-main-frame {
  display: flex;
  padding: 48px 70px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
}

.footer-info-frame {
  display: flex;
  padding: 24px 70px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  border-top: 2px solid #FFF;
}

.footer-frame-container {
  display: flex;
  min-width: 328px;
  max-width: 328px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer-frame-list {
  display: flex;
  padding: 0 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-logo {
  width: 234px;
  height: 27px;
}

.footer-social-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social-item {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
}

.footer-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-btn {
  display: flex;
  width: 229.909px;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 229.91/48;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}
.footer-btn img {
  width: 20px;
  height: 20px;
}

.footer-btn-login {
  background: #fff;
  color: #2A2A38;
}
.footer-btn-login:hover {
  background: #f0f0f0;
}

.footer-btn-register {
  background: #C22339;
  color: #fff;
}
.footer-btn-register:hover {
  background: #a01e30;
}

.footer-list-title {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.footer-title-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}

.footer-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.footer-list-item {
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.footer-list-item:hover {
  color: #f0f0f0;
}

.footer-copyright-frame {
  display: flex;
  min-width: 280px;
  padding: 8px 0;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.footer-payment-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

.footer-copyright-year {
  min-width: 177px;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}

.footer-copyright-text {
  min-width: 253px;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.footer-payment-card {
  width: 45px;
  height: 31px;
  background: lightgray 50%/cover no-repeat;
}

@media (max-width: 1155px) {
  .footer-frame-list {
    padding: 0 56px;
  }
}
@media (max-width: 1100px) {
  .footer-main-layout {
    padding: 24px;
    gap: 24px;
  }
}
@media (max-width: 1010px) {
  .footer-main-frame {
    padding: 24px;
    row-gap: 36px;
  }
}
@media (max-width: 940px) {
  .footer-info-frame {
    flex-direction: column;
  }
  .footer-frame-list {
    padding: 0 24px;
  }
  .footer-copyright-text,
  .footer-copyright-year {
    margin: 0 auto;
  }
}
@media (max-width: 785px) {
  .footer-frame-list {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 720px) {
  .footer-main-frame {
    flex-direction: column;
  }
}
.join_container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #FFF;
  padding: 36px 0;
}

.join_section {
  display: flex;
  max-width: 1440px;
  padding: 48px 56px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 51px;
  margin: 0 auto;
  flex-wrap: wrap;
  border-radius: 96px;
  background: radial-gradient(96.84% 74.22% at 70.31% 25.11%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), #F3F3F3;
  min-height: 852px;
}

.join_sectionA {
  display: flex;
  min-height: 852px;
  padding-right: 56px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  justify-content: space-between;
}

.join_sectionA_first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.join_sectionA_first_title {
  align-self: stretch;
  color: #C22339;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.25px;
}

.join_sectionA_first_subtitle {
  align-self: stretch;
  color: #252525;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.join_sectionA_first_button {
  display: flex;
  width: 307px;
  height: 54px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #C22339;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: Poppins, sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.join_sectionA_first_button:hover {
  background-color: #7a0025;
}
.join_sectionA_first_button:focus {
  outline: 2px solid #C22339;
  outline-offset: 2px;
}

.join_sectionA_second {
  display: flex;
  padding: 9px 54px 31px 0px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}

.join_sectionA_second img {
  display: block;
  max-width: 100%;
  height: auto;
}

.join_sectionA_third {
  align-self: stretch;
  color: #C22339;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.join_sectionB {
  width: 629px;
  min-height: 852px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("/images/home/bg.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.join_cards {
  display: inline-flex;
  min-height: 852px;
  align-items: center;
  gap: 19px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.join_card_container1 {
  display: flex;
  width: 305px;
  height: 803px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.join_card_container2 {
  display: flex;
  width: 305px;
  height: 803px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 23px;
}

.join_card_item {
  display: flex;
  height: 348px;
  min-width: 297px;
  padding: 36px 16px 0px 16px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 24px;
  border: 3px solid rgba(244, 23, 23, 0.2);
  background: var(--Schemes-On-Primary, #FFF);
}

.join_card_icon_wrapper {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: radial-gradient(49.69% 63.21% at 84.13% 15.64%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), var(--Schemes-Surface-Tint, #C22339);
  box-shadow: -2px 2px 5.2px 0px rgba(255, 255, 255, 0.3) inset, 0px 34px 52.7px -30px rgba(189, 4, 60, 0.85);
}

.join_card_icon {
  width: 64px;
  height: 64px;
}

.join_card_texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.join_card_title {
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
}

.join_card_description {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

@media (max-width: 1261px) {
  .join_section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
  }
  .join_sectionA {
    justify-content: center;
    align-items: center;
  }
  .join_sectionA_second {
    justify-content: center;
    padding: 9px 0 31px 0;
  }
}
@media (max-width: 940px) {
  .join_section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: auto;
  }
  .join_sectionA_first_title,
  .join_sectionA_first_subtitle,
  .join_sectionA_third {
    text-align: center;
  }
  .join_sectionA_second {
    justify-content: center;
    padding: 9px 0 31px 50px;
  }
  .join_btn_cont,
  .join_sectionA_first_button {
    margin: 0 auto;
  }
  .join_sectionA,
  .join_sectionB {
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: unset;
    padding-right: 0;
    min-height: auto;
  }
  .join_sectionB {
    min-height: 745px;
  }
  .join_card_container1,
  .join_card_container2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 23px;
    width: 305px;
    height: auto;
  }
  .join_card_item {
    height: 330px;
    padding: 30px 5px 0px 5px;
  }
  .join_cards {
    min-height: auto;
  }
}
@media (max-width: 670px) {
  .join_cards {
    display: flex;
    gap: 23px;
    flex-direction: column;
    min-height: auto;
  }
  .join_sectionB {
    min-height: auto;
  }
  .join_sectionA_second img {
    width: 348px;
  }
  .join_section {
    padding: 48px 56px;
    border-radius: 64px;
    height: auto !important;
    min-height: unset;
    max-height: unset;
  }
}
.gas-hero {
  position: relative;
  width: 100%;
  height: 990px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.gas-hero_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gas-hero_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gas-hero_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.gas-hero_content {
  position: relative;
  z-index: 5;
  max-width: 1490px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 32px;
  margin-top: 200px;
}

.gas-hero_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gas-hero_title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #211f1f;
  margin: 0;
}

.gas-hero_subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.2;
  color: #211f1f;
  margin: 0;
}

.gas-hero_cta {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1550px) {
  .gas-hero_content {
    padding: 0 24px;
  }
  .gas-hero_background img {
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 1220px) {
  .gas-hero_content {
    margin-top: 170px;
  }
}
@media (max-width: 900px) {
  .gas-hero {
    height: 850px;
  }
  .gas-hero_content {
    margin-top: 120px;
    align-items: center;
    text-align: center;
  }
  .gas-hero_cta {
    justify-content: center;
  }
}
.ghiw_container {
  display: flex;
  padding: 48px 0px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.ghiw_inner_container {
  display: flex;
  max-width: 1440px;
  padding: 0px 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px 48px;
  flex-wrap: wrap;
}

.ghiw_first_column {
  display: flex;
  height: 592px;
  min-width: 431px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

.ghiw_second_column {
  display: flex;
  height: 592px;
  min-width: 661px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
}

.ghiw_header {
  display: flex;
  padding: 8px 0px 8px 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px 0px 0px 24px;
  background: linear-gradient(90deg, #C22339 0%, rgba(196, 20, 65, 0) 100%);
}

.ghiw_header_icon {
  width: 82px;
  height: 82px;
}

.ghiw_header_title {
  flex: 1 0 0;
  color: var(--Color-neutral-0, #FFF);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.64px;
}

.ghiw_background_icon {
  width: 460px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.05;
  z-index: 1;
}

.ghiw_content_wrapper {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  position: relative;
  z-index: 2;
}

.ghiw_content_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.ghiw_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  color: #757575;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.ghiw_features_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.ghiw_features_title {
  align-self: stretch;
  color: var(--Color-rojo-powerlaod, #C22339);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.ghiw_feature_item {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.ghiw_feature_icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 9px 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ghiw_feature_content {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 4px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.ghiw_feature_text_bold {
  color: #757575;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0px;
}

.ghiw_feature_text_normal {
  color: #757575;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
}

.ghiw_grid_container {
  display: grid;
  height: 592px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
}

.ghiw_grid_subcontainer_2 {
  grid-column: 1;
  grid-row: 1/span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.ghiw_grid_subcontainer_1 {
  grid-column: 2;
  grid-row: 1;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ghiw_grid_subcontainer_3 {
  grid-column: 2;
  grid-row: 2;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ghiw_grid_img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 1420px) {
  .ghiw_second_column {
    width: 100%;
    min-width: unset;
  }
  .ghiw_features_container {
    gap: 12px;
  }
}
@media (max-width: 1310px) {
  .ghiw_inner_container {
    flex-direction: column;
  }
  .ghiw_features_container {
    gap: 24px;
  }
  .ghiw_background_icon {
    width: 372px;
  }
}
@media (max-width: 880px) {
  .ghiw_content_inner {
    gap: 8px;
  }
}
@media (max-width: 620px) {
  .ghiw_inner_container {
    padding: 0 10px;
  }
  .ghiw_grid_container {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .ghiw_grid_img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ghiw_first_column,
  .ghiw_second_column {
    min-width: unset;
    width: 100%;
  }
  .ghiw_second_column {
    height: auto;
  }
}
.gstep_container {
  display: flex;
  padding: 64px 0px 48px 0px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.gstep_inner-container {
  display: flex;
  max-width: 1440px;
  padding: 0px 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px 48px;
  flex: 1 0 0;
  flex-wrap: wrap;
}
@media (max-width: 1310px) {
  .gstep_inner-container {
    padding: 0px 10px;
  }
}

.gstep_info-col {
  display: flex;
  min-width: 661px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  flex: 1 0 0;
}
.gstep_info-col .gstep_section-gradient {
  position: relative;
  height: 98px;
  align-self: stretch;
  background: linear-gradient(90deg, rgba(196, 20, 65, 0) 0%, #C22339 50%, rgba(196, 20, 65, 0) 100%);
}
.gstep_info-col .gstep_section-gradient .gstep_image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 814px;
  height: 66.67px;
  padding: 2.303px 2.301px 3.1px 4.07px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.gstep_info-col .gstep_section-gradient .gstep_image-container img {
  width: 807.629px;
  height: 61.267px;
}
.gstep_info-col .gstep_section-gradient .gstep_image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 98px;
  padding: 24px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.gstep_info-col .gstep_section-gradient .gstep_image-overlay .gstep_overlay-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.64px;
}
.gstep_info-col .gstep_section-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.gstep_section-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 36px;
  align-self: stretch;
  flex-wrap: wrap;
}
.gstep_section-flex .gstep_card {
  display: flex;
  min-height: 765px;
  min-width: 440px;
  max-width: 578px;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 0 0;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 4px 8px -5px rgba(255, 255, 255, 0.4) inset, 0px 4px 6px 0px rgba(14, 7, 50, 0.2);
  position: relative;
}
.gstep_section-flex .gstep_card-image-container {
  position: relative;
  height: 360px;
  flex-shrink: 0;
  align-self: stretch;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50.13%, rgba(0, 0, 0, 0.2) 100%), url("/images/gas/bg-gray-gradient.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: 1px solid rgba(14, 7, 50, 0.2);
}
.gstep_section-flex .gstep_card-top-image {
  width: calc(100% - 40px);
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px 24px 0 0;
}
.gstep_section-flex .gstep_card-index {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 24px;
  background: radial-gradient(100% 100% at 100% 0%, rgba(196, 20, 65, 0.3) 0%, rgba(196, 20, 65, 0) 100%), #FFF;
  box-shadow: 0px 4.532px 9.065px -5.665px rgba(255, 255, 255, 0.4) inset, 0px 4.532px 6.798px 0px rgba(14, 7, 50, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gstep_section-flex .gstep_card-index-inner {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #C22339;
  border-radius: 20px;
  color: #FFF;
  font-family: Poppins;
  font-size: 36.258px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.gstep_section-flex .gstep_card-content {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  position: relative;
}
.gstep_section-flex .gstep_card-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.gstep_section-flex .gstep_card-title-container {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.gstep_section-flex .gstep_card-title {
  flex: 1 0 0;
  color: var(--Color-rojo-powerlaod, #C22339);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.gstep_section-flex .gstep_card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
.gstep_section-flex .gstep_card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.gstep_section-flex .gstep_card-list-item .gstep_card-bullet {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.gstep_section-flex .gstep_card-list-item .gstep_card-item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
}
.gstep_section-flex .gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-item-text {
  flex: 1 0 0;
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.gstep_section-flex .gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-sublist {
  margin: 4px 0 0 32px;
  padding-left: 0;
  list-style-type: disc;
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}
.gstep_section-flex .gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-sublist .gstep_card-sublist-item {
  margin-bottom: 6px;
}
.gstep_section-flex .gstep_card-bottom-image {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 372px;
  height: 372px;
  transform: rotate(20deg);
  padding: 31px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.gstep_card-bottom-image.no-rotate {
  transform: rotate(0deg) !important;
}

@media (max-width: 1024px) {
  .gstep_section-flex .gstep_card-title {
    font-size: 28px;
  }
  .gstep_section-flex .gstep_card-image-container {
    height: 316px;
  }
}
@media (max-width: 640px) {
  .gstep_info-col {
    width: 100%;
    min-width: unset;
    gap: 24px;
  }
  .gstep_info-col .gstep_section-gradient {
    height: 48px;
    width: 100%;
  }
  .gstep_info-col .gstep_section-gradient .gstep_image-overlay {
    height: 48px;
  }
  .gstep_info-col .gstep_section-gradient .gstep_image-overlay .gstep_overlay-text {
    font-size: 18px;
  }
  .gstep_section-flex .gstep_card-title {
    font-size: 22px;
  }
  .gstep_section-flex .gstep_card {
    min-width: 90%;
    width: 90%;
    min-height: 650px;
  }
  .gstep_section-flex .gstep_card-image-container {
    width: 100%;
    height: 300px;
  }
  .gstep_section-flex .gstep_card-top-image {
    width: 90%;
    height: auto;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 16px 16px 0 0;
  }
  .gstep_section-flex .gstep_card-index {
    width: 70px;
    height: 70px;
    top: 16px;
    left: 16px;
    border-radius: 26px;
  }
  .gstep_section-flex .gstep_card-index-inner {
    width: 30px;
    height: 30px;
    padding: 22px;
    border-radius: 16px;
    font-size: 22px;
  }
  .gstep_section-flex .gstep_card-title {
    font-size: 24px;
  }
  .gstep_section-flex .gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-item-text {
    font-size: 18px;
  }
  .gstep_section-flex .gstep_card-list-item .gstep_card-bullet {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 460px) {
  .gstep_section-flex .gstep_card {
    min-height: 500px;
  }
  .gstep_section-flex .gstep_card-image-container {
    height: 216px;
  }
  .gstep_section-flex .gstep_card-index {
    width: 60px;
    height: 60px;
    top: 16px;
    left: 16px;
    border-radius: 26px;
  }
  .gstep_section-flex .gstep_card-index-inner {
    width: 20px;
    height: 20px;
    padding: 20px;
    border-radius: 14px;
    font-size: 20px;
  }
}
.all_main-container {
  display: flex;
  padding: 48px 0px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
@media (max-width: 1440px) {
  .all_main-container {
    padding: 24px 0px;
  }
}
.all_main-container .all_inner-container {
  display: flex;
  max-width: 1440px;
  padding: 0px 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
@media (max-width: 1440px) {
  .all_main-container .all_inner-container {
    padding: 24px 0px;
  }
}
.all_main-container .all_inner-container .all_mobiles-image {
  max-width: 100%;
  height: auto;
}
.all_main-container .all_inner-container .all_text-container {
  height: 98px;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  position: relative;
}
.all_main-container .all_inner-container .all_text-container::before, .all_main-container .all_inner-container .all_text-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(196, 20, 65, 0) 0%, #C22339 50%, rgba(196, 20, 65, 0) 100%);
  pointer-events: none;
}
.all_main-container .all_inner-container .all_text-container::before {
  top: 0;
}
.all_main-container .all_inner-container .all_text-container::after {
  bottom: 0;
}
.all_main-container .all_inner-container .all_text-container .all_text-section {
  flex: 1;
  background: linear-gradient(90deg, rgba(196, 20, 65, 0) 0%, #C22339 50%, rgba(196, 20, 65, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.all_main-container .all_inner-container .all_text-container .all_text-content {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.64px;
}
@media (max-width: 768px) {
  .all_main-container .all_inner-container .all_text-container {
    height: 74px;
  }
  .all_main-container .all_inner-container .all_text-container .all_text-content {
    font-size: 28px;
  }
}
@media (max-width: 510px) {
  .all_main-container .all_inner-container .all_text-container {
    height: 58px;
  }
  .all_main-container .all_inner-container .all_text-container .all_text-content {
    font-size: 22px;
  }
}

.faq_main-container {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #fff;
}

.faq_inner {
  display: flex;
  max-width: 1440px;
  width: 100%;
  padding: 0 70px;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.faq_left {
  display: flex;
  min-width: 512px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.faq_right {
  display: flex;
  width: 535px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.faq_image-faq {
  width: 199.89px;
  height: 85.586px;
  flex-shrink: 0;
}

.faq_title {
  align-self: stretch;
  color: #211F1F;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.faq_text-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.faq_text {
  flex: 1 0 0;
  color: #211F1F;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.faq_btn-content {
  display: flex;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.faq_btn-icon {
  width: 24px;
  height: 18.667px;
  flex-shrink: 0;
}

.faq_btn-text {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}

.faq_sect-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #DDD;
  background: #FFF;
  gap: 0;
  padding: 0;
}

.faq_header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 3px 3px 0 0;
}

.faq_header-padding {
  display: flex;
  padding: 20px 30px 25px 30px;
  align-items: center;
  align-self: stretch;
}

.faq_header-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq_header-text {
  color: #C22339;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.faq_body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.faq_body-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 20px;
  margin-left: 30px;
}

.faq_body-text {
  align-self: stretch;
  color: #7C858C;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.4px;
}

.faq_header-text-bold {
  color: #6E0F27;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 1250px) {
  .faq_inner {
    padding: 0 24px;
  }
}
@media (max-width: 1150px) {
  .faq_left,
  .faq_right {
    width: auto;
    min-width: unset;
  }
}
@media (max-width: 1040px) {
  .faq_btn-content {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .faq_inner {
    flex-direction: column;
  }
  .faq_left,
  .faq_right {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .faq_btn-text {
    font-size: 18px;
  }
}
.faq_header-text-closed {
  color: #6E0F27 !important;
}

.faq_header-container {
  cursor: pointer;
}

.faq_body-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}

.faq_body-open {
  max-height: 200px;
  transition: max-height 0.3s ease-in;
}

.gas_st_main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #FFF8F7;
}

.gas_st_inner-container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 48px 0;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.gas_st_section-two {
  display: flex;
  padding: 114px 0px 80px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.gas_st_mobile-container {
  display: flex;
  height: 420px;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 64px;
  background: radial-gradient(85.67% 50% at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(116deg, rgba(217, 37, 77, 0.85) 0%, rgba(157, 0, 48, 0.85) 100%), #FFF;
}

.gas_st_mobile-visual {
  display: flex;
  height: 588px;
  min-width: 600px;
  padding: 0px 10px 0px 58px;
  align-items: center;
  flex: 1 0 0;
  background: linear-gradient(310deg, rgba(255, 255, 255, 0) 58.97%, rgba(255, 255, 255, 0.1) 59.28%, rgba(255, 255, 255, 0) 89.55%), linear-gradient(309deg, rgba(255, 255, 255, 0) 40.49%, rgba(255, 255, 255, 0.05) 40.75%, rgba(255, 255, 255, 0) 66.41%);
}

.gas_st_mobile-content {
  display: flex;
  height: 420px;
  min-width: 350px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 77.9%, rgba(255, 255, 255, 0.1) 78.12%, rgba(255, 255, 255, 0) 99.1%), linear-gradient(118deg, rgba(255, 255, 255, 0) 54.62%, rgba(255, 255, 255, 0.05) 54.81%, rgba(255, 255, 255, 0) 74.13%);
}

.gas_st_mobile-wrapper {
  width: 497px;
  height: 588px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gas_st_mobile-circle {
  width: 397px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 400px;
  opacity: 0.4;
  background: #C22339;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gas_st_mobile-image {
  width: 439px;
  height: 588px;
  flex-shrink: 0;
  background: url("/images/home/apk_mobile.png") -318.258px -97.561px/240.385% 134.529% no-repeat;
  background-color: transparent !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gas_st_content-wrapper {
  display: flex;
  padding: 0px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.gas_st_text-header {
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #C22339;
}

.gas_st_header-title {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
}

.gas_st_text-desc {
  display: flex;
  padding-bottom: 1px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  opacity: 0.9;
}

.gas_st_desc-text {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.gas_st_download-btn {
  display: flex;
  width: auto;
  padding: 4px 18px;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 970px) {
  .gas_st_inner-container {
    padding: 36px 0;
  }
  .gas_st_content-wrapper {
    padding: 0 48px 20px 48px;
  }
  .gas_st_mobile-container {
    height: auto;
    flex-direction: column;
    background: linear-gradient(136deg, rgba(255, 255, 255, 0) 83.12%, rgba(255, 255, 255, 0.1) 83.28%, rgba(255, 255, 255, 0) 99.33%), linear-gradient(136deg, rgba(255, 255, 255, 0) 67.09%, rgba(255, 255, 255, 0.05) 67.23%, rgba(255, 255, 255, 0) 81.54%), linear-gradient(315deg, rgba(255, 255, 255, 0) 76.53%, rgba(255, 255, 255, 0.1) 76.66%, rgba(255, 255, 255, 0) 88.95%), linear-gradient(315deg, rgba(255, 255, 255, 0) 59.21%, rgba(255, 255, 255, 0.05) 59.37%, rgba(255, 255, 255, 0) 75.27%), radial-gradient(85.67% 50% at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(116deg, rgba(217, 37, 77, 0.85) 0%, rgba(157, 0, 48, 0.85) 100%), #FFF;
  }
  .gas_st_header-title {
    margin-top: 10px;
    font-size: 36px;
  }
  .gas_st_section-two {
    padding: 24px 0 16px 0;
  }
  .gas_st_mobile-visual,
  .gas_st_mobile-content {
    width: 100%;
    justify-content: center;
    background: none;
  }
  .gas_st_desc-text,
  .gas_st_text-header {
    text-align: center;
  }
  .gas_st_download-btn {
    width: 100%;
    align-items: center;
  }
  .gas_st_mobile-wrapper {
    height: 388px;
    width: auto;
  }
  .gas_st_mobile-image {
    margin-top: 10px;
    width: 290px;
    height: 388px;
    background: url("/images/home/apk_mobile.png") lightgray -210.038px -64.386px/240.385% 134.529% no-repeat;
  }
  .gas_st_mobile-circle {
    width: 262px;
    height: 262px;
  }
}
@media (max-width: 670px) {
  .gas_st_inner-container {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .gas_st_inner-container {
    padding: 16px 0;
  }
  .gas_st_download-btn {
    flex-direction: column;
  }
  .gas_st_mobile-container {
    border-radius: 32px;
  }
}
.gas_st_register-btn {
  display: flex;
  width: auto;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.gas_st_register-btn:hover {
  transform: translateY(-2px);
}

.gas_st_register-container {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.gas_st_register-text {
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.gas_st_available-wrapper {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.2s ease;
  border-radius: 16px;
}

.gas_st_available-wrapper:hover {
  transform: translateY(-2px);
}

.about-hero {
  position: relative;
  display: flex;
  height: 823px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.about-hero_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), lightgray 50%/cover no-repeat;
  z-index: 1;
}

.about-hero-logo {
  width: 1020.899px;
  height: 623.174px;
  flex-shrink: 0;
  opacity: 0.25;
  mix-blend-mode: overlay;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 90px;
}

.about-hero-fulllogo {
  position: absolute;
  top: -55px;
  left: 0;
  width: 1439.973px;
  height: 171.736px;
  flex-shrink: 0;
  aspect-ratio: 1439.97/171.74;
  opacity: 0.25;
  mix-blend-mode: overlay;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-hero-content {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px 36px;
  align-self: stretch;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
  margin: 0 auto;
}

.about-hero-content-inner {
  display: flex;
  padding: 24px 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  backdrop-filter: blur(5px);
}

.about-hero-title {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.about-hero-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex: 1 0 0;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.about-hero-btncontact {
  display: flex;
  height: 60px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #C22339;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #FFF;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}
.about-hero-btncontact:hover {
  background-color: #a11236;
}

@media (max-width: 1080px) {
  .about-hero-fulllogo {
    display: none;
  }
  .about-hero-logo {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .about-hero-content-inner {
    backdrop-filter: unset;
  }
}
@media (max-width: 800px) {
  .about-hero-logo {
    display: none;
  }
  .about-hero-content {
    padding: unset;
  }
}
@media (max-width: 455px) {
  .about-hero-content-inner {
    padding: unset;
  }
}
.abhist-main {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.abhist-layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px 96px 70px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 70px 70px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.abhist-info-col {
  display: flex;
  min-width: 328px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.abhist-info-title {
  align-self: stretch;
  color: #2A2A38;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.abhist-info-title-alt {
  color: #C22339;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.abhist-subtitle {
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.abhist-expand {
  display: flex;
  padding: 0 70px 48px 70px;
  max-width: 1440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  margin: 0 auto;
}

.abhist-expand-frame {
  display: flex;
  padding-left: 48px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.abhist-expand-text {
  flex: 1 0 0;
  color: #757575;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
}
.abhist-expand-text p {
  margin-bottom: 16px;
}
.abhist-expand-text p:last-child {
  margin-bottom: 0;
}
.abhist-expand-text.collapsed {
  max-height: 0;
  opacity: 0;
}
.abhist-expand-text.expanded {
  max-height: 2000px;
  opacity: 1;
}

.abhist-read-more-btn {
  color: #0187FD;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-left: 4px;
}
.abhist-read-more-btn:hover {
  opacity: 0.8;
}

.abhist-read-less-container {
  margin-top: 16px;
  text-align: left;
}

.abvision-bold {
  flex: 1 0 0;
  color: #55556C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  display: block;
}

.abhist-info-info-container {
  display: flex;
  padding-left: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.abhist-info-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  color: #757575;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.abhist-info-img-container {
  position: relative;
  width: 537.548px;
  height: 627.793px;
}

.abshist-info-img-mark {
  display: flex;
  width: 539px;
  height: 628px;
  padding-bottom: 0.207px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.abhist-info-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: lightgray 50%/cover no-repeat;
}

.abhist-info-frame {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: -45px;
  left: -35px;
  z-index: 2;
}

.abhist-info-inner-frame {
  display: flex;
  padding: 8px 0px 96px 0px;
  align-items: center;
  border-radius: 4px;
  background: #C22339;
  box-shadow: 15.695px 7.847px 31.39px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.abhist-info-inner-frame:hover {
  background-color: #a11236;
}

.abhist-info-frame-chevron {
  width: 96px;
  height: 96px;
}

.abhist-info-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.abhist-info-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

.visible {
  z-index: 2;
  transform: translateX(0);
}

.next {
  z-index: 1;
  transform: translateX(100%);
}

@media (max-width: 1345px) {
  .abhist-layout {
    padding: 48px 25px 96px 25px;
  }
  .abhist-expand {
    padding: 0 25px 48px 25px;
  }
}
@media (max-width: 1025px) {
  .abhist-layout {
    flex-direction: column;
    padding: 48px 25px;
  }
  .abhist-info-img-container {
    margin: 0 auto;
    display: block;
  }
  .abhist-info-frame {
    bottom: 0;
    left: 0;
  }
  .abhist-info-inner-frame {
    box-shadow: none;
  }
}
@media (max-width: 670px) {
  .abhist-info-info-container {
    padding-left: 0;
  }
  .abhist-expand-frame {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .abshist-info-img-mark {
    padding-bottom: unset;
    width: 100%;
  }
  .abhist-info-img-container {
    width: 100%;
    max-width: 100%;
    height: 628px;
  }
  .abhist-info-img-wrapper {
    width: 100%;
    height: 100%;
  }
  .abhist-info-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.abvision-main {
  display: flex;
  padding: 48px 0;
  justify-content: center;
  align-items: center;
  background: #F9F9FC;
}

.abvision-container {
  display: flex;
  max-width: 1440px;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}

.abvision-inner {
  display: flex;
  flex: 1 0 0;
  flex-wrap: wrap;
  align-items: stretch;
}

.abvision-img-container {
  flex: 1 0 0;
  min-width: 400px;
  position: relative;
  display: flex;
  height: 760px;
}

.abvision-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.abvision-floating-element {
  display: flex;
  height: 122px;
  padding: 32px 25px 32px 42px;
  justify-content: flex-end;
  align-items: center;
  gap: 29px;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 24px;
  width: 370px;
  top: 185px;
  z-index: 10;
}

.abvision-floating-text {
  color: #2A2A38;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}

.abvision-floating-icon {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.abvision-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 870px;
  padding: 48px 70px;
}

.abvision-info-title {
  color: #2A2A38;
  font-family: Poppins;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
  align-self: stretch;
}

.abvision-title-alt {
  color: #C22339;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.abvision-info {
  display: flex;
  padding: 48px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 48px;
  align-self: stretch;
}

.abvision-frame {
  display: flex;
  width: 354px;
  min-width: 328px;
  max-width: 360px;
  padding: 32px 36px 32px 56px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-left: 20px solid #2A2A38;
  background: #FFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.abvision-frame--special-border {
  border-left-color: #C22339;
}

.abvision-frame-title-cont {
  display: flex;
  padding-bottom: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #D2D2E1;
}

.abvision-frame-title {
  flex: 1 0 0;
  color: #C22339;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.abvision-frame-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  align-self: stretch;
}

.abvision-frame-content-title {
  align-self: stretch;
  color: #7E7E97;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.abvision-frame-content-desc {
  align-self: stretch;
  color: #7E7E97;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

@media (max-width: 1480px) {
  .abvision-info-cont {
    padding: 48px 70px 48px 24px;
  }
}
@media (max-width: 1410px) {
  .abvision-frame {
    max-width: unset;
    width: 48%;
  }
  .abvision-inner {
    flex-direction: column;
  }
  .abvision-info-cont {
    padding: 48px 70px;
  }
}
@media (max-width: 1289px) {
  .abvision-frame {
    max-width: unset;
    width: 47%;
  }
}
@media (max-width: 900px) {
  .abvision-info {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 870px) {
  .abvision-info-cont {
    min-width: unset;
    padding: 48px 24px;
  }
  .abvision-info-title {
    text-align: center;
  }
  .abvision-info {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .abvision-floating-element {
    right: 16px;
    padding: 24px 20px;
    height: auto;
    min-height: 80px;
    gap: 16px;
    top: 120px;
  }
  .abvision-floating-text {
    font-size: 18px;
  }
  .abvision-floating-icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 785px) {
  .abvision-frame {
    max-width: unset;
    min-width: unset;
    width: 90%;
  }
  .abvision-frame,
  .abvision-frame.abvision-frame--special-border {
    border-left-color: #2A2A38;
  }
  .abvision-frame.abvision-frame--mobile-alternate {
    border-left-color: #C22339;
  }
}
@media (max-width: 500px) {
  .abvision-frame {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .abvision-img-container {
    min-width: unset;
  }
  .abvision-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .abvision-frame {
    width: 100%;
    min-width: unset;
  }
  .abvision-floating-element {
    right: 8px;
    gap: 8px;
    min-height: 60px;
    top: 70px;
    width: 80%;
  }
}
.absect-main {
  display: flex;
  height: 564px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(/images/about/sectiontrucks.webp) lightgray 50%/cover no-repeat;
  background-blend-mode: hue, normal;
}

.absect-inner {
  display: flex;
  max-width: 768px;
  padding: 0px 70px;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  flex: 1 0 0;
}

.absect-upper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.847px;
  align-self: stretch;
}

.absect-title {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.absect-desc {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}

.absect-button {
  display: flex;
  width: 238.952px;
  height: 50.404px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.467px;
  border-radius: 14.935px;
  background: #FFF;
  box-shadow: 0px 3.734px 3.734px 0px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
}

.absect-button-text {
  display: flex;
  padding: 9.334px 22.402px;
  justify-content: center;
  align-items: center;
  gap: 7.467px;
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 18.668px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.402px;
  letter-spacing: 0.467px;
}

@media (max-width: 750px) {
  .absect-inner {
    padding: 0 24px;
  }
}
.abserv-main {
  display: flex;
  padding: 48px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #F9F9FC;
}

.abserv-container {
  display: flex;
  max-width: 1440px;
  padding: 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px 36px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.abserv-text-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex: 1 0 0;
  min-width: 328px;
  max-width: 720px;
  position: relative;
  width: 664px;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.abserv-text-title-cont {
  display: flex;
  padding-bottom: 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid #D2D2E1;
}

.abserv-text-title {
  color: #2A2A38;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.abserv-text-title-alt {
  color: #C22339;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.abserv-text-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}

.abserv-text-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.abserv-text-info-subtitle {
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.abserv-text-info-text {
  align-self: stretch;
  color: #55556C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.abserv-scrollable-list {
  position: relative;
  width: 581.957px;
  height: 830px;
  overflow: hidden;
  z-index: 1;
}

.abserv-scrollable-list-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}

.abserv-gradient-mask-top,
.abserv-gradient-mask-bottom {
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.abserv-gradient-mask-top {
  top: 0;
  background: linear-gradient(to bottom, #f9f9fc, rgba(255, 255, 255, 0));
}

.abserv-gradient-mask-bottom {
  bottom: 0;
  background: linear-gradient(to top, #f9f9fc, rgba(255, 255, 255, 0));
}

.abserv-list-item {
  display: flex;
  padding: 72px 28px 72px 56px;
  justify-content: center;
  align-items: center;
  gap: 36px;
  align-self: stretch;
  border-left: 20px solid #C22339;
  background: #FFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.abserv-list-icon-container {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #C22339;
  box-shadow: 0px 4px 16px -6px rgba(196, 20, 65, 0.1), 0px 35px 40px -35px rgba(196, 20, 65, 0.2);
}

.abserv-list-icon {
  width: 64px;
  height: 64px;
}

.abserv-list-text {
  flex: 1 0 0;
  color: #2A2A38;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.abserv-list-subitems {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0 16px;
  align-self: stretch;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.abserv-list-subitems li {
  color: #2A2A38;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

@media (max-width: 1345px) {
  .abserv-container {
    padding: 70px 25px;
  }
}
@media (max-width: 1255px) {
  .abserv-container {
    flex-direction: column;
  }
  .abserv-text-layout {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    height: auto;
    overflow: visible;
  }
  .abserv-scrollable-list {
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow-y: auto;
  }
  .abserv-text-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .abserv-container {
    padding: 40px 15px;
    gap: 24px;
  }
  .abserv-text-title {
    font-size: 32px;
  }
  .abserv-list-item {
    padding: 40px 20px;
    gap: 20px;
  }
  .abserv-text-layout {
    gap: 24px;
  }
}
.pf-hero {
  position: relative;
  display: flex;
  height: 672px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 172.228px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--hero-bg-image, url(/images/powerload_info_default.png)) lightgray 50%/cover no-repeat;
}

.pf-hero-main-layout {
  display: flex;
  max-width: 1631.63px;
  width: 100%;
  padding: 54.388px 79.315px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin: 0 auto;
}

.pf-hero-title-box {
  position: relative;
  display: flex;
  padding: 54.388px 79.315px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.pf-hero-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 24, 24, 0.5);
  pointer-events: none;
}

.pf-hero-title-sect {
  position: relative;
  mix-blend-mode: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18.129px;
  align-self: stretch;
}

.pf-hero-title-heading {
  display: flex;
  padding-bottom: 18.129px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-bottom: 1.133px solid #D2D2E1;
  flex: 1 0 0;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 40.791px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.pf-hero-title-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 54.388px;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18.129px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.pf-content {
  display: flex;
  width: 100%;
  padding: 54.388px 0px;
  justify-content: center;
  align-items: center;
  gap: 54.388px;
  background: #FFF;
}

.pf-content-main-layout {
  display: flex;
  max-width: 1631.63px;
  padding: 54.388px 79.315px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px 40.791px;
  flex: 1 0 0;
  flex-wrap: wrap;
  margin: 0 auto;
}

.pf-content-info-col {
  display: flex;
  min-width: 748.964px;
  flex-direction: column;
  align-items: flex-start;
  gap: 63.452px;
  flex: 1 0 0;
}

.pf-content-title-container {
  display: flex;
  padding: 27.194px 0px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: linear-gradient(90deg, rgba(196, 20, 65, 0) 0%, #C22339 50%, rgba(196, 20, 65, 0) 100%);
}

.pf-content-title {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 40.791px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.pf-content-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 36px 40.791px;
  align-self: stretch;
  flex-wrap: wrap;
}
.pf-content-cards .gstep_section-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40.791px;
  justify-content: center;
  align-items: flex-start;
}
.pf-content-cards .gstep_section-flex .gstep_card {
  flex: 1 1 calc(50% - 20px);
  min-width: 440px;
  max-width: 654.918px;
}

.gstep_card {
  display: flex;
  min-height: 765px;
  min-width: 440px;
  max-width: 578px;
  flex-direction: column;
  align-items: flex-end;
  flex: 1 0 0;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 4px 8px -5px rgba(255, 255, 255, 0.4) inset, 0px 4px 6px 0px rgba(14, 7, 50, 0.2);
  position: relative;
}
.gstep_card-content {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  position: relative;
}
.gstep_card-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.gstep_card-title-container {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.gstep_card-title {
  flex: 1 0 0;
  color: var(--Color-rojo-powerlaod, #C22339);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  margin: 0;
}
.gstep_card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}
.gstep_card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.gstep_card-list-item .gstep_card-bullet {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.gstep_card-list-item .gstep_card-item-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
}
.gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-item-text {
  flex: 1 0 0;
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}
.gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-sublist {
  margin: 4px 0 0 32px;
  padding-left: 0;
  list-style-type: disc;
  color: #757575;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}
.gstep_card-list-item .gstep_card-item-text-wrapper .gstep_card-sublist .gstep_card-sublist-item {
  margin-bottom: 6px;
}
.gstep_card-bottom-image {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 372px;
  height: 372px;
  transform: rotate(20deg);
  padding: 31px;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.gstep_card-bottom-image.no-rotate {
  transform: rotate(0deg) !important;
}

@media (max-width: 1024px) {
  .pf-content-cards .gstep_section-flex .gstep_card-image-container {
    height: 316px;
  }
}
@media (max-width: 960px) {
  .pf-hero {
    padding: 152px 0;
  }
  .pf-hero-main-layout {
    padding: 24px;
  }
  .pf-content-main-layout {
    padding: 54px 24px;
  }
  .pf-hero-title-heading {
    font-size: 32px;
  }
  .pf-content-cards .gstep_section-flex {
    gap: 24px;
  }
  .gstep_card-title {
    font-size: 28px;
  }
  .gstep_card-item-text {
    font-size: 20px;
  }
  .gstep_card-content {
    padding: 20px 16px;
  }
  .gstep_card-bottom-image {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 925px) {
  .pf-content-info-col {
    min-width: unset;
    width: 100%;
  }
  .pf-content-cards .gstep_section-flex {
    grid-template-columns: 1fr;
  }
  .pf-content-cards .gstep_section-flex .gstep_card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .pf-content-cards .gstep_section-flex {
    gap: 24px;
    padding: 0 10px;
  }
  .pf-content-main-layout {
    padding: 32px 24px;
  }
  .pf-content-info-col {
    min-width: auto;
    gap: 32px;
  }
  .pf-content-title-container {
    padding: 20px 0;
  }
  .pf-content-title {
    font-size: 32px;
  }
  .pf-hero-title-heading {
    font-size: 32px;
  }
  .pf-hero-title-box {
    padding: 24px;
  }
  .pf-hero-title-body {
    font-size: 16px;
  }
  .gstep_card-title {
    font-size: 26px;
  }
  .gstep_card-item-text {
    font-size: 18px;
  }
  .gstep_card-content {
    padding: 18px 14px;
  }
  .gstep_card-bottom-image {
    width: 300px;
    height: 300px;
  }
  .gstep_card-sublist {
    font-size: 16px;
    margin: 8px 0 0 24px;
  }
}
@media (max-width: 640px) {
  .pf-content-main-layout {
    padding: 24px 8px;
  }
  .pf-content-cards .gstep_section-flex .gstep_card-image-container {
    height: 300px;
  }
}
@media (max-width: 460px) {
  .pf-hero-title-heading {
    font-size: 24px;
  }
  .gstep_section-flex .gstep_card {
    min-width: 100%;
  }
  .pf-content-cards .gstep_section-flex .gstep_card-image-container {
    height: 216px;
  }
}
.pf-hero.pf-hero--no-hero {
  height: 76px !important;
  padding: 0 !important;
  background: radial-gradient(48.68% 65.83% at 50% 0%, #414141 0%, #2A2A2A 100%);
  background-size: cover;
  background-position: center;
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-hero.pf-hero--no-hero .gas-hero_navbar {
  width: 100%;
}

.pf-hero.pf-hero--no-hero > *:not(.gas-hero_navbar) {
  display: none !important;
}

.quick-main-container {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #F9F9FC;
}

.quick-main-layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  align-self: stretch;
  margin: 0 auto;
}

.quick-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.quick-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  flex: 1 0 0;
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.quick-content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 48px;
  align-self: stretch;
  flex-wrap: wrap;
}

.quick-img-content {
  display: flex;
  min-width: 525px;
  max-width: 768px;
  min-height: 562.672px;
  max-height: 823.108px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  aspect-ratio: 626/670.92;
}

.quick-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quick-list-content {
  display: flex;
  min-width: 400px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.quick-step-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.quick-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.quick-step-right {
  display: flex;
  padding: 20px 0 36px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.quick-step-item {
  display: flex;
  width: 72px;
  height: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 64px;
  border: 8px solid #D2D2E1;
  background: #FFF;
}

.quick-step-item-text {
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}

.quick-step-item-title {
  align-self: stretch;
  color: #55556C;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.quick-step-item-subtitle {
  align-self: stretch;
  color: #55556C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.quick-step-item-line {
  width: 8px;
  flex: 1 0 0;
  background: #D2D2E1;
}

@media (max-width: 1440px) {
  .quick-main-layout {
    padding: 48px;
  }
  .quick-content-row {
    align-items: flex-start;
    gap: 36px;
  }
}
@media (max-width: 1380px) {
  .quick-main-layout {
    padding: 48px 24px;
  }
  .quick-content-row {
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .quick-content-row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .quick-title {
    font-size: 32px;
  }
  .quick-step-item {
    border-radius: 52px;
  }
  .quick-step-item-text {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .quick-main-layout {
    padding: 24px 16px;
  }
  .quick-step-item-text {
    font-size: 22px;
  }
  .quick-step-item {
    border-radius: 40px;
  }
  .quick-img-content,
  .quick-list-content {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }
  .quick-img-content {
    min-height: unset;
  }
  .quick-img {
    width: inherit;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.docs-main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.docs-container {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.docs-main-layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
  width: 100%;
  margin: 0 auto;
}

.docs-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.docs-title-frame {
  display: flex;
  align-items: center;
  gap: 16px;
}

.docs-title-icon-frame {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #C22339;
}

.docs-title-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.docs-title {
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}

.docs-content {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.docs-content-left {
  display: flex;
  min-width: 720px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #D2D2E1;
}

.docs-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.docs-content-right {
  display: flex;
  min-width: 328px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #D2D2E1;
}

.docs-highlight {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #C22339;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.docs-cards-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.docs-cards {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-left: 4px solid #C22339;
}

.docs-cards-title {
  align-self: stretch;
  color: #2A2A38;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.docs-cards-desc {
  align-self: stretch;
  color: #7E7E97;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.docs-important-cont {
  display: flex;
  max-width: 720px;
  padding: 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #0174D9;
  background: #DBEEFF;
}

.docs-important-icon {
  width: 36px;
  height: 36px;
}

.docs-important-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}

.docs-important-message-title {
  color: #014682;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.docs-important-message-desc {
  align-self: stretch;
  color: #015DAE;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

@media (max-width: 1440px) {
  .docs-content {
    flex-direction: column;
  }
  .docs-content-right,
  .docs-content-left {
    min-width: unset;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .docs-container {
    padding: 36px 0;
  }
  .docs-main-layout {
    padding: 24px;
    gap: 24px;
  }
  .docs-title {
    font-size: 36px;
  }
  .docs-important-cont {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .docs-container {
    padding: 24px 0;
  }
  .docs-main-layout {
    padding: 16px;
    gap: 16px;
  }
  .docs-title {
    font-size: 28px;
  }
  .docs-important-cont {
    max-width: unset;
    width: 100%;
  }
  .docs-title-icon-frame {
    width: 48px;
    height: 48px;
  }
  .docs-title-icon {
    width: 36px;
    height: 36px;
  }
  .docs-cards-list {
    padding: 8px;
    gap: 10px;
  }
  .docs-cards {
    padding-left: 8px;
  }
}
.partners_main {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #F9F9FC;
}

.partners_main_layout {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 48px 70px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  margin: 0 auto;
}

.partners_frame_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.partners_frame_top_title {
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.partners_frame_top_subtitle {
  display: flex;
  width: 90%;
  height: 29px;
  flex-direction: column;
  justify-content: center;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_titles {
  align-self: stretch;
  color: #55556C;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}

.partners_frame_content {
  display: flex;
  width: 1320px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.partners_frame_content_list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 36px 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.partners_frame_content_item {
  display: flex;
  height: 218px;
  min-width: 328px;
  padding: 36px 24px 12px 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #ECECF4;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.partners_frame_content_item_img_cont {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #C22339 0%, #DB6971 100%);
}

.partners_frame_content_item_img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.partners_frame_content_item_title_sect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.partners_frame_content_item_title {
  align-self: stretch;
  color: #55556C;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_frame_content_item_info {
  align-self: stretch;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_frame_benefits {
  display: flex;
  width: 1320px;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.partners_frame_benefits_list {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 36px 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.partners_frame_benefits_cont {
  display: flex;
  width: 298px;
  height: 218px;
  padding: 24px 12px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
}

.partners_frame_benefits_img_cont {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 10.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 64px;
  background: #FFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.partners_frame_benefits_img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.partners_frame_benefits_info_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.partners_frame_benefits_info_title {
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_frame_benefits_info_desc {
  align-self: stretch;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_frame_bottom {
  display: flex;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}

.partners_frame_bottom_left {
  display: flex;
  max-width: 592px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.partners_frame_bottom_text {
  align-self: stretch;
  color: #5D5D61;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.partners_frame_bottom_right {
  display: flex;
  min-width: 328px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 12px;
  background: #FEFEFF;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.partners_frame_bottom_right_img {
  height: 264px;
  align-self: stretch;
  border-radius: 8px;
  background: url("/images/partners/partners_item.webp") lightgray 50%/cover no-repeat;
}

.partners_frame_bottom_right_text {
  display: flex;
  height: 27.013px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}

.partners_frame_bottom_btn {
  display: flex;
  width: 229.909px;
  height: 48px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  aspect-ratio: 229.91/48;
  border-radius: 16px;
  background: #C22339;
  border: none;
  cursor: pointer;
  transition: "background 0.3s ease";
}
.partners_frame_bottom_btn:hover {
  background: #A01234;
}

.partners_frame_bottom_btn_text {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}

@media (max-width: 1340px) {
  .partners_main_layout {
    padding: 24px;
    gap: 48px;
    align-self: stretch;
  }
  .partners_titles {
    font-size: 28px;
  }
  .partners_frame_content {
    gap: 20px;
    width: 100%;
  }
  .partners_frame_benefits {
    width: 100%;
  }
  .partners_frame_bottom_right {
    padding: 20px;
    width: 100%;
    order: 1;
  }
  .partners_frame_bottom {
    flex-direction: column;
  }
  .partners_frame_content_item_img_cont {
    width: 56px;
    height: 56px;
  }
  .partners_frame_content_item_img {
    width: 35px;
    height: 35px;
  }
  .partners_frame_bottom_left {
    order: 2;
    max-width: unset;
    width: 100%;
    text-align: center;
  }
  .partners_frame_bottom_btn {
    margin: 0 auto;
  }
  .partners_frame_bottom_right_img {
    height: 485px;
  }
  .partners_frame_benefits_list {
    gap: 2px;
  }
  .partners_frame_content_list {
    gap: 24px;
  }
  .partners_frame_benefits_img_cont {
    width: 48px;
    height: 48px;
    border-radius: 52px;
  }
  .partners_frame_benefits_img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 720px) {
  .partners_frame_top {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .partners_main_layout {
    padding: 16px;
    gap: 40px;
  }
  .partners_titles {
    font-size: 22px;
  }
  .partners_frame_content {
    gap: 12px;
  }
  .partners_frame_bottom_right {
    padding: 8px;
  }
  .partners_frame_bottom_right_img {
    border-radius: 8px;
    background-image: url(/images/partners/partners_item.webp);
    background-color: #D3D3D3;
    background-repeat: no-repeat;
    background-size: auto 125%;
  }
  .partners_frame_benefits_list {
    gap: 2px;
  }
  .partners_frame_content_item_img_cont {
    width: 48px;
    height: 48px;
  }
  .partners_frame_content_item_img {
    width: 30px;
    height: 30px;
  }
  .partners_frame_benefits_img_cont {
    border-radius: 40px;
    width: 36px;
    height: 36px;
  }
  .partners_frame_benefits_img {
    width: 22.5px;
    height: 22.5px;
  }
}
.publicity-section {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: #F9F9FC;
}

.publicity-main-layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  align-self: stretch;
  width: 100%;
  margin: 0 auto;
}

.publicity-upper-frame {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 48px 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.publicity-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  align-self: stretch;
  background: #F9F9FC;
}

.publicity-dec {
  display: flex;
  min-width: 460px;
  max-width: 720px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.publicity-info {
  display: flex;
  min-width: 460px;
  max-width: 720px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.publicity-dec-image {
  display: flex;
  height: 327.105px;
  padding: 246.73px 152px 12.375px 152px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 632/327.11;
  border-radius: 8px;
  background: url("/images/publicity/image.webp") lightgray 50%/cover no-repeat;
}

.publicity-dec-img-text-container {
  display: flex;
  width: 328px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #C22339;
  flex-shrink: 0;
}

.publicity-dec-img-text {
  flex: 1 0 0;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

.publicity-dec-text-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.publicity-dec-text {
  flex: 1 0 0;
  color: #55556C;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
}

.publicity-info-header {
  display: flex;
  padding: 8px 48px 8px 8px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(90deg, #C22339 40%, rgba(194, 35, 57, 0) 100%);
}

.publicity-icon {
  width: 72px;
  height: 72px;
}

.publicity-info-header-text {
  flex: 1 0 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}

.publicity-info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
}

.publicity-info-item {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.publicity-bullet {
  width: 17.5px;
  height: 11.667px;
  flex-shrink: 0;
}

.publicity-info-text {
  flex: 1 0 0;
  color: #757575;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.publicity-content-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.publicity-content-header-text {
  align-self: stretch;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}

.publicity-content-header-subtext {
  align-self: stretch;
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}

.publicity-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.publicity-card {
  display: flex;
  height: 396px;
  min-width: 308px;
  max-width: 346px;
  flex: 1 0 0;
  perspective: 1000px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.publicity-card:hover {
  transform: scale(1.03);
}

.publicity-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.publicity-card.flipped .publicity-card-inner {
  transform: rotateY(180deg);
}

.publicity-card-front,
.publicity-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 24px;
}

.publicity-card-front {
  transform: rotateY(180deg);
  display: flex;
  padding: 36px 16px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  border: 3px solid rgba(194, 35, 57, 0.2);
  background: #FFF;
}

.publicity-card-back {
  transform: rotateY(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 3px solid rgba(194, 35, 57, 0.2);
}

.publicity-card-back-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 21px;
}

.publicity-card-header {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #C22339;
  background: radial-gradient(49.69% 63.21% at 84.13% 15.64%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #BD043C;
  box-shadow: -2px 2px 5.2px 0 rgba(255, 255, 255, 0.3) inset, 0 34px 52.7px -30px rgba(189, 4, 60, 0.85);
}

.publicity-card-icon {
  width: 64px;
  height: 64px;
}

.publicity-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
}

.publicity-card-title {
  align-self: stretch;
  color: #C22339;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0;
}

.publicity-card-text {
  align-self: stretch;
  color: #7E7E97;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.publicity-button {
  display: flex;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #1A1818;
}

.publicity-button:hover {
  background: #2c2a2a;
}

.publicity-button-icon {
  width: 18px;
  height: 14px;
  flex-shrink: 0;
}

.publicity-button-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}

@media (max-width: 1320px) {
  .publicity-main-layout {
    padding: 48px;
  }
}
@media (max-width: 800px) {
  .publicity-icon {
    width: 64px;
    height: 64px;
  }
  .publicity-cards {
    gap: 20px;
  }
  .publicity-content-header-subtext {
    font-size: 32px;
  }
  .publicity-info-header-text {
    font-size: 18px;
  }
  .publicity-section {
    padding: 36px 0;
  }
  .publicity-main-layout {
    padding: 24px;
  }
}
@media (max-width: 500px) {
  .publicity-section {
    padding: 24px 0;
  }
  .publicity-main-layout {
    padding: 16px;
    gap: 32px;
  }
  .publicity-info-list {
    gap: 6px;
  }
  .publicity-dec,
  .publicity-info {
    min-width: 100%;
    max-width: 100%;
  }
  .publicity-main-layout {
    padding: 16px;
  }
  .publicity-upper-frame {
    gap: 24px 16px;
  }
  .publicity-card {
    min-width: 100%;
    max-width: 100%;
  }
  .publicity-cards {
    gap: 16px;
  }
}
.wd-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.wd-main-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-image: linear-gradient(0deg, rgba(42, 42, 56, 0.8) 0%, rgba(42, 42, 56, 0.8) 100%), url("/images/webdesign/footerbg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  overflow: hidden;
}

.wd-main-layout {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 93px 70px 0 70px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 48px;
  align-self: stretch;
  flex-wrap: wrap;
}

.wd-info-container {
  display: flex;
  min-width: 328px;
  padding-bottom: 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex: 1 0 0;
}

.wd-graph {
  display: flex;
  min-width: 420px;
  min-height: 373.477px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  aspect-ratio: 325/289;
}

.wd-main-titles {
  display: flex;
  padding-left: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-left: 4px solid #C22339;
}

.wd-title {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}

.wd-subtitle {
  align-self: stretch;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.wd-button {
  display: flex;
  height: 48px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #C22339;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}
.wd-button:hover {
  background: #A01D2E;
}

.wd-group {
  width: 650px;
  height: 609px;
  position: relative;
}

.wd-shapes-element {
  width: 422.078px;
  height: 422.078px;
  flex-shrink: 0;
  aspect-ratio: 422.08/422.08;
}

.wd-ellipsis {
  width: 422.015px;
  height: 422.015px;
  flex-shrink: 0;
  aspect-ratio: 422.01/422.01;
  border-radius: 422.015px;
  opacity: 0.15;
  background: #2A2A39;
  mix-blend-mode: multiply;
}

.wd-vector {
  width: 2489px;
  height: 423px;
  position: absolute;
  left: -1140px;
  top: 380px;
}

.wd-mini-image {
  width: 574.026px;
  height: 609px;
  flex-shrink: 0;
  aspect-ratio: 574.03/609;
  background: url("/images/webdesign/mini.webp") 0px -68.23px/100% 121.22% no-repeat;
  position: absolute;
  top: -15px;
  left: 76px;
}

@media (max-width: 1320px) {
  .wd-vector {
    top: 346px;
  }
}
@media (max-width: 1185px) {
  .wd-main-layout {
    padding: 93px 20px 0 20px;
    flex-direction: column;
  }
  .wd-mini-image {
    top: -118px;
    left: 164px;
  }
  .wd-graph {
    margin-top: 80px;
  }
}
@media (max-width: 850px) {
  .wd-graph {
    margin-top: 150px;
  }
  .wd-mini-image {
    width: 475px;
    height: auto;
    left: unset;
  }
  .wd-ellipsis {
    width: 272.687px;
    height: 272.687px;
    flex-shrink: 0;
    aspect-ratio: 272.69/272.69;
    border-radius: 272.687px;
    opacity: 0.15;
    background: #2A2A39;
    mix-blend-mode: multiply;
  }
  .wd-group {
    width: 420.017px;
    height: 393.508px;
  }
  .wd-graph {
    margin-top: 30px;
    margin-left: auto;
  }
  .wd-shapes-element {
    width: 272.727px;
    height: 272.727px;
    flex-shrink: 0;
    aspect-ratio: 272.73/272.73;
  }
  .wd-vector {
    left: -1321px;
    top: 130px;
  }
}
@media (max-width: 600px) {
  .wd-group {
    height: 280px;
  }
  .wd-info-container {
    padding-bottom: 0;
  }
  .wd-title {
    font-size: 22px;
  }
  .wd-button {
    display: flex;
    height: 40px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .wd-graph {
    margin: initial;
    align-self: flex-end;
    width: 310px;
    min-width: 310px;
  }
  .wd-mini-image {
    width: 370px;
    top: -85px;
  }
}
.passw-toggle {
  position: relative;
}
.passw-toggle .passw-toggle-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #adb5bd;
  z-index: 10;
  transition: all 0.3s ease;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.passw-toggle .passw-toggle-icon:hover {
  color: #C40F40;
}
.passw-toggle .passw-toggle-icon:active {
  transform: translateY(-50%) scale(0.95);
}
.passw-toggle .form-control {
  padding-right: 45px;
}
.passw-toggle .form-icon .fea {
  left: 12px;
}

.form-icon.passw-toggle .passw-toggle-icon {
  right: 15px;
}
.form-icon.passw-toggle .form-control {
  padding-left: 45px;
  padding-right: 45px;
}

.pw_main {
  display: flex;
  padding-top: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.pw_main_layout {
  display: flex;
  max-width: 1440px;
  padding: 48px 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 36px;
  align-self: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.pw_left_frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  min-height: auto;
}

.pw_collage {
  display: grid;
  width: 606px;
  height: 540px;
  min-width: 470px;
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 16px;
}
.pw_collage .collage-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.pw_collage .collage-item .image {
  width: 100%;
  height: 100%;
  background-color: lightgray;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pw_collage .item-1 {
  grid-row: 2/span 1;
  grid-column: 2/span 1;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.pw_collage .item-1 .image {
  width: 398px;
  height: 265px;
  aspect-ratio: 395/263;
  max-width: 100%;
  max-height: 100%;
}
.pw_collage .item-2 {
  grid-row: 1/span 1;
  grid-column: 2/span 1;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.pw_collage .item-2 .image {
  flex: 1 0 0;
  align-self: stretch;
}
.pw_collage .item-3 {
  grid-row: 1/span 2;
  grid-column: 1/span 1;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.pw_collage .item-3 .image {
  width: 398px;
  height: 100%;
  aspect-ratio: 395/263;
  max-width: 100%;
  max-height: 100%;
}

.pw_exp {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
  position: absolute;
  right: 207px;
  bottom: 85px;
  border-radius: 24px;
  background: #FFF;
}
.pw_exp img {
  width: 52px;
  height: 52px;
}
.pw_exp div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.pw_exp div label:first-child {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
.pw_exp div .years-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
}
.pw_exp div .years-container .number {
  color: #2A2A38;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.pw_exp div .years-container .label {
  color: #2A2A38;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4px;
  letter-spacing: 0;
}

.pw_right_frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.pw_right_frame .top_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.pw_right_frame .top_container .title {
  width: 100%;
  color: #C22339;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pw_right_frame .top_container .subtitle {
  width: 100%;
  color: #55556C;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}
@media (max-width: 768px) {
  .pw_right_frame .top_container .subtitle {
    font-size: 32px;
  }
}
.pw_right_frame .message {
  align-self: stretch;
  max-width: 600px;
  color: #7E7E97;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}
.pw_right_frame .btn_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  align-self: stretch;
}

.pw_cards_wrapper {
  width: 656px; /* 2 cards de 288px + gap de 40px + padding */
  overflow: hidden;
  align-self: stretch;
}
.pw_cards_wrapper .pw_cards_track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}

.pw_card {
  display: flex;
  width: 288px;
  padding: 12px 12px 12px 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.pw_card img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.pw_card .container {
  display: flex;
  width: 232px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  min-height: 80px;
}
.pw_card .title {
  width: 100%;
  color: #55556C;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
.pw_card .subtitle {
  width: 100%;
  color: #7E7E97;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.pw_top {
  padding-top: 0;
}

.pw_item_card {
  display: flex;
  width: 298px;
  min-width: 280px;
  max-width: 320px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0);
  flex: 1;
}
.pw_item_card.card-1 {
  background: radial-gradient(56.91% 55.65% at 79.4% 22.61%, rgba(251, 192, 45, 0.08) 0%, rgba(251, 192, 45, 0) 86.85%), radial-gradient(50% 50% at 50% 50%, rgba(210, 210, 225, 0.1) 0%, rgba(210, 210, 225, 0) 100%);
}
.pw_item_card.card-2 {
  background: radial-gradient(56.91% 55.65% at 79.4% 22.61%, rgba(194, 35, 57, 0.08) 0%, rgba(194, 35, 57, 0) 86.85%), radial-gradient(50% 50% at 50% 50%, rgba(243, 243, 249, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.pw_item_card.card-3 {
  background: radial-gradient(56.91% 55.65% at 79.4% 22.61%, rgba(1, 135, 253, 0.08) 0%, rgba(1, 135, 253, 0) 86.85%), radial-gradient(50% 50% at 50% 50%, rgba(243, 243, 249, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.pw_item_card.card-4 {
  background: radial-gradient(56.91% 55.65% at 79.4% 22.61%, rgba(67, 160, 71, 0.08) 0%, rgba(67, 160, 71, 0) 86.85%), radial-gradient(50% 50% at 50% 50%, rgba(243, 243, 249, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.pw_item_card img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.pw_item_card .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.pw_item_card .title {
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
.pw_item_card .subtitle {
  color: #2A2A38;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
}

.pw_btn-primary {
  display: flex;
  height: 56px;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #C22339;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  transition: all 0.2s ease;
}
.pw_btn-primary span {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0;
}
.pw_btn-primary img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.pw_btn-primary:hover {
  background: rgb(172.3973799127, 31.1026200873, 50.6528384279);
  box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.pw_btn-primary:focus {
  outline: 2px solid #FFF;
  outline-offset: 2px;
}
@media (max-width: 480px) {
  .pw_btn-primary {
    height: 48px;
    padding: 0 16px;
  }
  .pw_btn-primary span {
    font-size: 18px;
  }
  .pw_btn-primary img {
    width: 20px;
    height: 20px;
  }
}

.pw_service_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.pw_service_layout {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 70px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 36px 36px;
  align-self: stretch;
  flex-wrap: wrap;
}

.pw_service_left {
  display: flex;
  width: 461px;
  min-width: 461px;
  max-width: 580px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.pw_service_left .containerLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 0;
}
.pw_service_left .title {
  align-self: stretch;
  color: #C22339;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.pw_service_left .desc {
  align-self: stretch;
  color: #55556C;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.25px;
}
.pw_service_left .message {
  align-self: stretch;
  color: #7E7E97;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

.pw_service_right {
  display: flex;
  min-width: 328px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 28px;
  flex: 1 0 0;
  flex-wrap: wrap;
}
.pw_service_right .first_col {
  display: flex;
  width: 328px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 28px;
  flex-wrap: wrap;
}
.pw_service_right .sec_col {
  display: flex;
  width: 328px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.pw_service_card {
  display: flex;
  width: 328px;
  padding: 28px 16px 28px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid #D2D2E1;
  background: linear-gradient(303deg, rgba(225, 225, 236, 0) 81.36%, rgba(225, 225, 236, 0.6) 95.92%), linear-gradient(180deg, #F3F3F9 0%, #FFF 100%);
  background-blend-mode: multiply, normal;
  box-shadow: 0 10px 24px 0 rgba(62, 52, 69, 0.15), 0 1px 4px 0 rgba(62, 52, 69, 0.05);
}
.pw_service_card img {
  width: 56px;
  height: 56px;
}
.pw_service_card .serviceTitle {
  color: #2A2A38;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
.pw_service_card .serviceDesc {
  display: flex;
  height: 66px;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  color: #7E7E97;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.pw_bottom {
  display: flex;
  height: 924px;
  padding: 48px 0 128px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.pw_bottom .pw_bottom_layout {
  position: relative;
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(/images/paperwork/img_03.webp) lightgray 50%/cover no-repeat;
}
.pw_bottom .pw_bottom_container {
  display: flex;
  min-width: 328px;
  max-width: 592px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  right: 310px;
  bottom: -72px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(194, 35, 57, 0.03) 0%, rgba(194, 35, 57, 0.03) 100%), linear-gradient(303deg, rgba(225, 225, 236, 0) 81.36%, rgba(225, 225, 236, 0.6) 95.92%), linear-gradient(180deg, #F3F3F9 0%, #FFF 100%);
  background-blend-mode: normal, multiply, normal;
  box-shadow: 0 18px 48px 0 rgba(62, 52, 69, 0.15), 0 1px 4px 0 rgba(62, 52, 69, 0.05);
}
.pw_bottom .pw_bottom_title {
  width: 520px;
  color: #C22339;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.pw_bottom .pw_bottom_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.pw_bottom .pw_bottom_desc {
  flex: 1 0 0;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

@media (max-width: 1440px) {
  .pw_service_layout,
  .pw_main_layout {
    padding: 48px 24px;
    gap: 24px;
  }
}
@media (max-width: 1343px) {
  .pw_main {
    padding-top: 0;
  }
  .pw_bottom {
    padding: 48px 0;
  }
  .pw_left_frame {
    width: 100%;
    max-width: 600px;
  }
  .pw_collage {
    width: 100%;
    max-width: 600px;
    min-width: unset;
    height: auto;
    aspect-ratio: 606/540;
  }
  .pw_exp {
    right: auto;
    position: relative;
    bottom: 120px;
  }
  .pw_right_frame .message {
    max-width: none;
  }
  .pw_cards_wrapper {
    width: none;
    max-width: none;
    margin: 0 auto;
  }
  .pw_simple_btn_cont {
    margin: 0 auto;
  }
  .pw_card {
    width: 280px;
    flex-shrink: 0;
  }
  .pw_card .container {
    width: 224px;
  }
  .pw_left_frame {
    margin-bottom: -85px;
  }
  .pw_service_left {
    width: unset;
    min-width: unset;
    max-width: unset;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .pw_main_layout {
    padding: 48px 24px;
    gap: 24px;
  }
  .pw_left_frame,
  .pw_right_frame {
    width: 100%;
    max-width: none;
  }
  .pw_simple_btn_cont {
    margin: unset;
  }
  .pw_collage {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }
  .pw_exp {
    align-self: center;
    margin-right: 0;
  }
  .pw_btn-primary {
    height: 48px;
  }
  .pw_btn-primary span {
    font-size: 18px;
  }
  .pw_bottom .pw_bottom_container {
    padding: 44px;
    right: unset;
    align-items: center;
    text-align: center;
    min-width: unset;
    gap: 20px;
    width: 590px;
  }
  .pw_bottom .pw_bottom_container {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .pw_main_layout {
    padding: 24px 16px;
    gap: 16px;
  }
  .pw_bottom .pw_bottom_container {
    width: calc(100% - 50px);
    padding: 24px;
  }
  .pw_bottom .pw_bottom_title {
    width: none;
  }
  .pw_collage {
    max-width: unset;
    grid-template-rows: repeat(2, minmax(120px, 1fr));
    row-gap: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .pw_collage .item-1 .image,
  .pw_collage .item-3 .image {
    aspect-ratio: 1;
  }
  .pw_btn-primary {
    height: 44px;
  }
  .pw_btn-primary span {
    font-size: 16px;
  }
  .pw_right_frame .message,
  .pw_right_frame .top_container {
    text-align: center;
  }
  .pw_left_frame {
    margin-bottom: unset;
  }
  .pw_exp {
    bottom: -2px;
  }
}
@media (max-width: 480px) {
  .pw_service_card {
    width: calc(100% - 25px);
    margin: 0 auto;
  }
  .pw_collage {
    height: 280px;
    row-gap: 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .pw_exp {
    padding: 12px;
  }
  .pw_exp img {
    width: 40px;
    height: 40px;
  }
  .pw_exp .years-container .number {
    font-size: 24px;
  }
  .pw_exp .years-container .label {
    font-size: 14px;
  }
}
.ins_container_first {
  display: flex;
  width: 100%;
  padding: 74.79px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #0187FD;
  background: rgba(219, 238, 255, 0.5);
  height: 100%;
}

.ins_container_second {
  display: flex;
  width: 100%;
  padding: 74.78px 24px 74.8px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid #43A047;
  background: rgba(230, 245, 231, 0.5);
  height: 100%;
}

.ins_image_container_first {
  display: flex;
  width: 48px;
  height: 56px;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: flex-start;
}

.ins_image_first {
  width: 48px;
  flex: 1 0 0;
}

.ins_image_container_second {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.ins_image_second {
  width: 48px;
  flex: 1 0 0;
}

.ins_text_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ins_text_first {
  color: #0187FD;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ins_text_second {
  color: #43A047;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ins_content_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ins_content_text_first {
  color: #0187FD;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.ins_content_text_second {
  color: #43A047;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.ins_exp {
  bottom: 145px;
}

.ins_cards_container {
  display: flex;
  flex-direction: column;
  padding-top: 1.1px;
  align-items: flex-start;
  align-self: stretch;
}

.ins_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.ins_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.ins_column .first {
  display: flex;
  padding-left: 350px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.ins_column .sec {
  display: flex;
  padding-left: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.ins_column .third {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.ins_bottom {
  display: flex;
  height: 924px;
  padding: 48px 0 128px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.ins_bottom .ins_bottom_layout {
  position: relative;
  display: flex;
  height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(/images/insurance/footer.webp) lightgray 50%/cover no-repeat;
}
.ins_bottom .ins_bottom_container {
  display: flex;
  min-width: 328px;
  max-width: 592px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  right: 310px;
  bottom: -72px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(194, 35, 57, 0.03) 0%, rgba(194, 35, 57, 0.03) 100%), linear-gradient(303deg, rgba(225, 225, 236, 0) 81.36%, rgba(225, 225, 236, 0.6) 95.92%), linear-gradient(180deg, #F3F3F9 0%, #FFF 100%);
  background-blend-mode: normal, multiply, normal;
  box-shadow: 0 18px 48px 0 rgba(62, 52, 69, 0.15), 0 1px 4px 0 rgba(62, 52, 69, 0.05);
}
.ins_bottom .ins_bottom_title {
  width: 520px;
  color: #C22339;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
.ins_bottom .ins_bottom_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.ins_bottom .ins_bottom_desc {
  flex: 1 0 0;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}
.ins_bottom .ins_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px 24px;
  align-items: center;
}
.ins_bottom .ins_item_container {
  display: flex;
  width: auto;
  align-items: center;
  gap: 8px;
}
.ins_bottom .ins_item_container img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.ins_bottom .ins_item_container span {
  color: #0A0A0A;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 1343px) {
  .ins_exp {
    bottom: 240px;
  }
}
@media (max-width: 1253px) {
  .ins_cards_container {
    flex-direction: row;
  }
  .pw_simple_btn_cont,
  .ins_container {
    margin: 0 auto;
  }
  .pw_right_frame .top_container .title,
  .pw_right_frame .top_container .subtitle,
  .pw_right_frame .message {
    text-align: center;
  }
  .ins_column .sec,
  .ins_column .first {
    padding-left: unset;
  }
  .ins_bottom .ins_bottom_container {
    padding: 44px;
    right: unset;
    align-items: center;
    text-align: center;
    min-width: unset;
    gap: 20px;
    width: 590px;
  }
  .ins_bottom .ins_bottom_title {
    font-size: 32px;
  }
}
@media (max-width: 1160px) {
  .ins_cards_container {
    flex-direction: column;
  }
  .pw_card {
    width: -moz-fit-content;
    width: fit-content;
  }
  .pw_card .container {
    width: 320px;
  }
}
@media (max-width: 820px) {
  .pw_card .container {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .ins_bottom .ins_bottom_container {
    width: calc(100% - 50px);
    padding: 24px;
  }
  .ins_bottom .ins_bottom_title {
    width: none;
  }
  .ins_exp {
    bottom: -2px;
  }
}
@media (max-width: 650px) {
  .ins_container {
    flex-wrap: wrap;
  }
  .ins_bottom .ins_bottom_title {
    width: 100%;
  }
  .ins_bottom .ins_container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
@media (max-width: 480px) {
  .ins_container_first,
  .ins_container_second {
    padding: 8px;
    gap: 4px;
  }
  .ins_image_container_first,
  .ins_image_container_second {
    align-items: center;
    padding-bottom: 0;
  }
  .ins_text_first,
  .ins_text_second {
    font-size: 16px;
  }
  .ins_content_text_first,
  .ins_content_text_second {
    font-size: 12px;
  }
  .ins_image_first,
  .ins_image_second {
    width: 32px;
  }
}
