@import url(https://fonts.googleapis.com/css2?family=Montserrat: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);
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
body.no-scroll {
  overflow-y: hidden;
}

body .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-nav button.owl-next,
body .owl-nav button.owl-prev {
  border-radius: 100%;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 34px !important;
  justify-content: center;
  line-height: 22px !important;
  margin: 0 3px;
}
body .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
body .owl-dots .owl-dot {
  background-color: #1a2839;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
body .owl-dots .owl-dot:hover {
  background-color: #164782;
}
body .owl-dots .owl-dot.active {
  background-color: #f4891a;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
}

#root {
  overflow-x: hidden;
  width: 100%;
  display: block;
  position: relative;
}
#root::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  background-color: #164782;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(26, 40, 57, 0.5);
}

body::-webkit-scrollbar-thumb {
  background: rgba(26, 40, 57, 0.8);
}

body::-webkit-scrollbar-thumb:hover {
  background: #1a2839;
}

a {
  text-decoration: none;
}

.content {
  position: relative;
}

.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
}

.text-primary {
  color: #1a2839 !important;
}

.text-secondary {
  color: #164782 !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.fw-medium {
  font-weight: 600;
}

.fw-semibold {
  font-weight: 900;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 0) and (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 95% !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
.btn-icon {
  transform: scale(1);
  transition: ease all 0.4s;
}
.btn-icon:hover {
  transform: scale(1.15);
  transition: ease all 0.4s;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 40, 57, 0.5);
}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #1a2839;
  border-color: #1a2839;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  color: #fff;
  background-color: rgba(26, 40, 57, 0.9);
  border-color: rgba(26, 40, 57, 0.9);
}
.btn-primary:focus,
.btn-primary:disabled:focus,
.btn-primary.disabled:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 40, 57, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(26, 40, 57, 0.9);
  border-color: rgba(26, 40, 57, 0.9);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 40, 57, 0.5);
}

.form-control:focus {
  color: #212529;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: none;
}

.body-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.parsley-error {
  border-color: #c90000;
}

.parsley-errors-list {
  padding-left: 0;
  font-size: 13px;
  color: #c90000;
}
.parsley-errors-list li {
  list-style: none;
}

.transition {
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

.dropdown-menu {
  padding: 0.3rem;
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  top: 100%;
}
.dropdown-menu.show {
  top: 100% !important;
}
.dropdown-menu i {
  display: inline-block;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(15px);
  }
}
.fixed-floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}
.fixed-floating.top {
  top: 0;
}

.menu-arrow {
  display: inline-table;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#contactFormTemplate {
  position: relative;
  float: right;
  margin-right: 5vw;
  width: 400px;
}
@media (max-width: 991.98px) {
  #contactFormTemplate {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.form101 {
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  z-index: 5;
  position: relative;
  width: 370px;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .form101 {
    position: relative;
    margin: 30px auto 0 auto;
    right: unset;
    bottom: unset;
    width: 100%;
    max-width: 370px;
  }
}
.form101 .container--pd {
  padding: 36px !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101 .container--pd {
    padding: 32px !important;
  }
}
.form101__boxLeft__subtitle {
  max-width: 367px;
  background-color: #f4891a;
  color: #164782;
  min-height: 40px;
  padding: 8px;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__subtitle {
    font-size: 1.125rem;
    max-width: 229px;
  }
}
.form101__boxLeft__title {
  font-size: 2.187rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__title {
    font-size: 2rem;
    margin-bottom: 17px;
  }
}
.form101__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph {
    width: 100%;
  }
}
.form101__boxLeft__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #164782;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form101__boxRight {
  margin-top: 67px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form101__boxRight {
    margin-top: 50px;
  }
}
.form101__boxRight__form {
  display: flex;
}
.form101__boxRight__form div {
  padding: 0;
}
.form101__content__title {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif, arial;
  color: #164782;
}
@media (max-width: 767.98px) {
  .form101__content__title {
    font-size: 1.125rem;
  }
}
.form101__content__subtitle {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .form101__content__subtitle {
    font-size: 1.063rem;
  }
}
.form101__content__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.form101__content__form .form-placeholder .form-control {
  background-color: #fff !important;
  border-radius: 7px;
}
.form101__content__form .form-placeholder .placeholder--custom {
  z-index: 12;
  width: auto;
}
.form101__content__cta {
  align-self: end;
  margin-top: 0.75rem;
}

.form102 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form102 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form102 .container--pd {
    width: 71% !important;
  }
}
@media (max-width: 991.98px) {
  .form102__content {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__subtitle {
  color: #1a2839;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 328px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .form102__content__subtitle {
    max-width: inherit;
  }
}
.form102__content__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph {
    width: 100%;
  }
}
.form102__content__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #164782;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form102__content__inputs {
  flex-wrap: wrap;
}
.form102__content .input__item {
  width: 48%;
}
@media (max-width: 991.98px) {
  .form102__content .input__item {
    width: 100%;
    max-width: 100%;
  }
}
.form102__content__form {
  display: flex;
}
@media (max-width: 991.98px) {
  .form102__content__form {
    flex-wrap: wrap;
  }
}
.form102__content__form div {
  padding: 0;
}
.form102__content__form__checkbox-label {
  display: flex;
  align-items: center;
}
.form102__content__form__checkbox-label input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.form102__content__form__checkbox-label a {
  margin-left: 5px;
}
.form102__content .form-check-input {
  height: 14px;
  width: 14px;
  padding: 0;
  margin-bottom: 0;
}
.form102__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form102__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form102__content input::placeholder {
  background-color: #fff !important;
}
.form102__content__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1a2839;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
}
@media (max-width: 991.98px) {
  .form102__content__cta {
    margin: 0 auto;
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
  }
}
.form102__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form102__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form102__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form102__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form01__boxLeft {
  padding: 0 38px;
}
@media (max-width: 767.98px) {
  .form01__boxLeft {
    margin-bottom: 25px;
  }
}
.form01__boxLeft__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__title {
    font-size: 1.25rem;
  }
}
.form01__boxLeft__content__paragraph {
  max-width: 592px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph {
    width: 100%;
  }
}
.form01__boxLeft__content__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form01__boxLeft__form {
  justify-content: space-between;
}
.form01__boxLeft__form .input__item {
  width: 48.5%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form01__boxLeft__form .input__item {
    width: 100%;
  }
}
.form01__boxLeft__form .input__item label {
  color: #000 !important;
}
.form01__boxLeft__form .input__item .form-placeholder {
  background-color: #fff !important;
  border: none !important;
}
.form01__boxLeft__form .input__item input {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  height: 2.9375rem;
  padding: 0;
}
.form01__boxLeft__form .input__item input::-moz-placeholder {
  color: #000 !important;
}
.form01__boxLeft__form .input__item input::placeholder {
  color: #000 !important;
}
.form01__boxLeft__form__checkbox-label {
  padding: 0;
}
.form01__boxLeft__form button {
  background-color: #fff;
  color: #1a2839;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__form button {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form01__boxLeft__form button:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form01__boxLeft__form button img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form01__boxLeft__form button img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form01__boxLeft__form button:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
.form01__boxRight__image {
  height: 434px;
  max-width: 315px;
  width: 100%;
}
.form01__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form02 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form02 .container--pd {
  padding: 91px 0 45px 0 !important;
}
@media (max-width: 767.98px) {
  .form02 .container--pd {
    padding: 73px 0 45px 0 !important;
    max-width: 83% !important;
  }
}
.form02__content__title {
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__title {
    font-size: 1.25rem;
  }
}
.form02__content__paragraph {
  max-width: 592px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph {
    width: 100%;
  }
}
.form02__content__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form02__content__form {
  display: flex;
  margin-top: 48px;
}
.form02__content__form div {
  padding: 0;
}
@media (max-width: 767.98px) {
  .form02__content__form div {
    flex-direction: column;
  }
}
.form02__content .input__item {
  width: 32.333333%;
}
@media (max-width: 767.98px) {
  .form02__content .input__item {
    width: 100%;
  }
}
.form02__content label {
  width: auto !important;
}
.form02__content input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form02__content input::-moz-placeholder {
  background-color: #fff !important;
}
.form02__content input::placeholder {
  background-color: #fff !important;
}
.form02__content__cta {
  background-color: #fff;
  color: #1a2839;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.form02__content__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form02__content__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form02__content__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form02__content__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.lifo {
  max-width: 1225px;
  width: 100%;
  background-color: #b3b3b3;
  background-position: center;
  background-size: cover;
  padding: 93px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .lifo {
    padding: 38px !important;
    padding-bottom: 38px;
  }
}
.lifo .row--container {
  gap: 0 73.48px;
}
.lifo__boxLeft {
  max-width: 443px;
  width: 100%;
}
.lifo__boxLeft__title {
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__title {
    font-size: 1.25rem;
    margin-bottom: 17px;
  }
}
.lifo__boxLeft__paragraph {
  width: 499px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph {
    width: 100%;
  }
}
.lifo__boxLeft__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #164782;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.lifo__boxLeft__form {
  display: flex;
  margin-top: 48px;
  flex-direction: column;
}
.lifo__boxLeft__form .input__item {
  width: 100%;
  padding: 0;
}
.lifo__boxLeft__inputs {
  width: 100%;
}
.lifo__boxLeft label {
  width: auto !important;
}
.lifo__boxLeft input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.lifo__boxLeft input::-moz-placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft input::placeholder {
  background-color: #fff !important;
}
.lifo__boxLeft__cta {
  background-color: #fff;
  color: #1a2839;
  height: 45px;
  width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-left: auto;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta {
    height: 39px;
    width: 153px;
    margin-top: 18px;
  }
}
.lifo__boxLeft__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.lifo__boxLeft__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lifo__boxLeft__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.lifo__boxLeft__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}
@media (max-width: 575.98px) {
  .lifo__boxRight {
    display: none;
  }
}
.lifo__boxRight__image {
  height: 592px;
  max-width: 451px;
  width: 100%;
  background: white;
  margin-left: auto;
}
.lifo__boxRight__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifo .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 31px;
  height: 31px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
.lifo .fancybox__backdrop {
  background: #1a2839 !important;
}

.form03 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.form03 .container--pd {
  padding: 58px 0 58px 0 !important;
}
@media (max-width: 991.98px) {
  .form03 .container--pd {
    width: 71% !important;
  }
}
.form03__boxLeft {
  width: 100%;
  max-width: 583px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft {
    margin-bottom: 52px;
  }
}
.form03__boxLeft__title {
  font-size: 2.187rem;
  color: #1a2839;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__title {
    font-size: 2rem;
  }
}
.form03__boxLeft__subtitle {
  color: #f4891a;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxLeft__subtitle {
    font-size: 1.125rem;
  }
}
.form03__boxLeft__paragraph {
  margin-top: 18px;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
  letter-spacing: 0.2px;
}
.form03__boxLeft__paragraph p {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__paragraph p {
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxLeft__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 66%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta {
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  align-items: center;
  gap: 0 13.45px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .form03__boxLeft__buttons__cta {
    width: 100%;
  }
}
.form03__boxLeft__buttons__cta img {
  width: 25.13px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.form03__boxRight {
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  max-width: 443px;
  width: 100%;
  padding: 0;
}
.form03__boxRight__title {
  font-size: 2.187rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 46px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .form03__boxRight__title {
    font-size: 2rem;
  }
}
.form03__boxRight__paragraph {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a2839;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph {
    font-size: 0.937rem;
  }
}
.form03__boxRight__paragraph p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #1a2839;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .form03__boxRight__paragraph p {
    font-size: 0.937rem;
  }
}
.form03__boxRight__inputs {
  flex-wrap: wrap;
}
.form03__boxRight .input__item {
  width: 100%;
}
.form03__boxRight__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form03__boxRight__form div {
  padding: 0;
}
.form03__boxRight input {
  height: 42px;
  background: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
}
.form03__boxRight input::-moz-placeholder {
  background-color: #fff !important;
}
.form03__boxRight input::placeholder {
  background-color: #fff !important;
}
.form03__boxRight__cta {
  margin-left: 109px;
  margin-top: -21px;
  background-color: #fff;
  color: #1a2839;
  height: 45px;
  width: 100%;
  max-width: 177px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  transition: 0.5s all ease;
  margin-left: auto;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .form03__boxRight__cta {
    margin-top: 18px;
    max-width: inherit;
    width: 80%;
    font: 0.875rem "Montserrat", sans-serif, arial;
  }
}
.form03__boxRight__cta:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all ease;
}
.form03__boxRight__cta img {
  width: 25.16px;
  height: 25.16px;
  margin-right: 16.87px;
  transition: 0.5s all ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form03__boxRight__cta img {
    width: 21px;
    height: 21px;
    margin-right: 14.58px;
  }
}
.form03__boxRight__cta:hover img {
  filter: invert(1) grayscale(1);
  transition: 0.5s all ease;
}

.form__file input {
  display: none;
}

.jq-toast-wrap {
  width: 330px;
}

.jq-toast-single {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.jq-toast-single h2 {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.close-jq-toast-single {
  top: 7px;
  right: 7px;
  font-size: 29px;
}

.form-placeholder {
  position: relative;
}
.form-placeholder .placeholder--custom {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  padding-left: 15px;
  transform: translate(0, -50%);
  transition: ease all 0.3s;
}
.form-placeholder.select .placeholder--custom {
  opacity: 0;
  visibility: hidden;
}
.form-placeholder.select.focusing .placeholder--custom {
  opacity: 1;
  visibility: visible;
}
.form-placeholder.select.focusing > select {
  padding-top: 10px;
  padding-bottom: 0;
}
.form-placeholder > select {
  transition: ease all 0.3s;
  background-color: #fff !important;
  height: 40px;
}
.form-placeholder > input {
  transition: ease all 0.3s;
  background-color: transparent !important;
  height: 40px;
  position: relative;
  z-index: 11;
}
.form-placeholder.focusing .placeholder--custom {
  font-size: 12px;
  color: #777777;
  top: 0;
  transform: translate(0);
  transition: ease all 0.3s;
}
.form-placeholder.focusing > input {
  padding-top: 18px;
  height: 40px;
  transition: ease all 0.3s;
}

.confirmation__header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.confirmation__header__wrapper-title {
  display: flex;
  flex-direction: column;
  margin-top: -197px;
}
.confirmation__header__title {
  font-size: 3.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__title {
    font-size: 1.85rem;
  }
}
.confirmation__header__subtitle {
  font-size: 1.75rem;
  color: #000;
  font-family: "Poppins", sans-serif, arial;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767.98px) {
  .confirmation__header__subtitle {
    font-size: 1.25rem;
  }
}

.fadeInLeft {
  transform: translateX(-50%);
}

.fadeInRight {
  transform: translateX(50%);
}

.fadeInTop {
  transform: translateY(-10%);
}

.fadeInBottom {
  transform: translateY(10%);
}

.blur-5 {
  filter: blur(5px);
}

.t-delay-1s {
  transition-delay: 1s;
}

.animation {
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
}

.animated {
  opacity: 1;
  transition-duration: 1s;
  transition-property: all;
}
.animated.blur-5 {
  filter: blur(0px);
}
.animated.fadeInRight, .animated.fadeInLeft {
  transform: translateX(0);
}
.animated.fadeInTop, .animated.fadeInBottom {
  transform: translateY(0);
}

.delay-group:nth-child(1) {
  transition-delay: 0.5s;
}
.delay-group:nth-child(2) {
  transition-delay: 0.9s;
}
.delay-group:nth-child(3) {
  transition-delay: 1.3s;
}
.delay-group:nth-child(4) {
  transition-delay: 1.7s;
}
.delay-group:nth-child(5) {
  transition-delay: 2.1s;
}
.delay-group:nth-child(6) {
  transition-delay: 2.5s;
}
.delay-group:nth-child(7) {
  transition-delay: 2.9s;
}
.delay-group:nth-child(8) {
  transition-delay: 3.3s;
}
.delay-group:nth-child(9) {
  transition-delay: 3.7s;
}
.delay-group:nth-child(10) {
  transition-delay: 4.1s;
}
.delay-group:nth-child(11) {
  transition-delay: 4.5s;
}
.delay-group:nth-child(12) {
  transition-delay: 4.9s;
}
.delay-group:nth-child(13) {
  transition-delay: 5.3s;
}
.delay-group:nth-child(14) {
  transition-delay: 5.7s;
}
.delay-group:nth-child(15) {
  transition-delay: 6.1s;
}
.delay-group:nth-child(16) {
  transition-delay: 6.5s;
}
.delay-group:nth-child(17) {
  transition-delay: 6.9s;
}
.delay-group:nth-child(18) {
  transition-delay: 7.3s;
}
.delay-group:nth-child(19) {
  transition-delay: 7.7s;
}
.delay-group:nth-child(20) {
  transition-delay: 8.1s;
}

.hover-image-box__target {
  transition: all 0.4s ease;
}
.hover-image-box:hover .hover-image-box__target {
  scale: 1.1;
  transition: all 0.4s ease;
}

.cota02__form__header__title, .feed05__title, .blog01-show__item__title, .blog01__header__title, .bran01__encompass__title, .lightbox-prod02__title, #TOPI01 .header-topic .container-title .title, .abou01-page__section__title, .abou01-page__content__title, .abou01__title, .prod02__page__header__title, .prod02__navigation__content__encompass__title, .abou01-page__header__title, .prod02__page__content__product__item__description__title, .prod02__content__product__item__description__title, #SLID01 .content-slide .content-description .title {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 2.187rem;
  font-weight: 700;
  line-height: normal;
  color: #164782;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cota02__form__header__title, .feed05__title, .blog01-show__item__title, .blog01__header__title, .bran01__encompass__title, .lightbox-prod02__title, #TOPI01 .header-topic .container-title .title, .abou01-page__section__title, .abou01-page__content__title, .abou01__title, .prod02__page__header__title, .prod02__navigation__content__encompass__title, .abou01-page__header__title, .prod02__page__content__product__item__description__title, .prod02__content__product__item__description__title, #SLID01 .content-slide .content-description .title {
    font-size: 2rem;
  }
}
.prod02__page__header__title, .prod02__navigation__content__encompass__title, .abou01-page__header__title, .prod02__page__content__product__item__description__title, .prod02__content__product__item__description__title, #SLID01 .content-slide .content-description .title {
  color: #fff;
}
#SLID01 .content-slide .content-description .title {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .title {
    font-size: 3rem;
  }
}
.prod02__page__content__product__item__description__title, .prod02__content__product__item__description__title {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .prod02__page__content__product__item__description__title, .prod02__content__product__item__description__title {
    font-size: 1.063rem;
  }
}
.blog01__header__subtitle, .bran01__encompass__subtitle, .lightbox-prod02__subtitle, .prod02__navigation__content__encompass__subtitle, #TOPI01 .header-topic .container-title .subtitle, .abou01-page__section__subtitle, .abou01-page__content__subtitle, .abou01-page__header__subtitle, .abou01__subtitle, #SLID01 .content-slide .content-description .subtitle, .form101__content__subtitle {
  font-family: "Montserrat", sans-serif, arial;
  font-size: 1.25rem;
  font-weight: 400;
  color: #f4891a;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog01__header__subtitle, .bran01__encompass__subtitle, .lightbox-prod02__subtitle, .prod02__navigation__content__encompass__subtitle, #TOPI01 .header-topic .container-title .subtitle, .abou01-page__section__subtitle, .abou01-page__content__subtitle, .abou01-page__header__subtitle, .abou01__subtitle, #SLID01 .content-slide .content-description .subtitle, .form101__content__subtitle {
    font-size: 1.125rem;
  }
}
#SLID01 .content-slide .content-description .subtitle {
  font-size: 1.875rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description .subtitle {
    font-size: 1.25rem;
  }
}
.cota02__boxForm__item__content__description__paragraph, .blog01-show__item__paragraph, .blog01-page__boxs__featured__item__paragraph, .lightbox-prod02__paragraph, #TOPI01 .container-box .box-topic .content .container-info .description .title, #TOPI01 .header-topic .paragraph, .abou01-page__section__paragraph, .abou01-page__content__paragraph, .abou01__paragraph, .side02__navigation__item__link, #SLID01 .content-slide .content-description .description, .foot05__site__right__title, .foot05__site__nav__list__title {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 170%;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item__content__description__paragraph, .blog01-show__item__paragraph, .blog01-page__boxs__featured__item__paragraph, .lightbox-prod02__paragraph, #TOPI01 .container-box .box-topic .content .container-info .description .title, #TOPI01 .header-topic .paragraph, .abou01-page__section__paragraph, .abou01-page__content__paragraph, .abou01__paragraph, .side02__navigation__item__link, #SLID01 .content-slide .content-description .description, .foot05__site__right__title, .foot05__site__nav__list__title {
    font: 0.937rem "Montserrat", sans-serif, arial;
  }
}
.cota02__boxForm__item__content__description__paragraph p, .blog01-show__item__paragraph p, .blog01-page__boxs__featured__item__paragraph p, .lightbox-prod02__paragraph p, #TOPI01 .container-box .box-topic .content .container-info .description .title p, #TOPI01 .header-topic .paragraph p, .abou01-page__section__paragraph p, .abou01-page__content__paragraph p, .abou01__paragraph p, .side02__navigation__item__link p, #SLID01 .content-slide .content-description .description p, .foot05__site__right__title p, .foot05__site__nav__list__title p {
  font: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  margin-bottom: 0;
}
#SLID01 .content-slide .content-description .description, .foot05__site__right__title, .foot05__site__nav__list__title {
  color: #fff;
}
.cota02__form__compliance label, .cota02__form__inputs .form-placeholder .placeholder--custom, .cota02__form__inputs .form-placeholder .form-select,
.cota02__form__inputs .form-placeholder .form-control, .cota02__form__header__paragraph, .feed05__item__text, #TOPI03 .container-box .box-topic .content .container-info .description .paragraph, .blog01-show__boxs__item__paragraph, .blog01-show__item__description, .blog01-show__item__published, .blog01-page__boxs__item__paragraph, .blog01-page__header__category__item, .blog01__header__paragraph, .bran01__encompass__paragraph, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph, .abou01-page__topic__item__paragraph, .prod02__page__content__product__item__description__paragraph, .prod02__content__product__item__description__paragraph, .prod02__navigation__paragraph, .foot05__site__nav__list__item a, #HEAD02 .container-navigation .menu-list .menu-item .link, .form101__content__paragraph, .form101__content__form .form-placeholder .form-control, .form101__content__form .form-placeholder .placeholder--custom {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 170%;
  letter-spacing: 0.2px;
}
@media (max-width: 767.98px) {
  .cota02__form__compliance label, .cota02__form__inputs .form-placeholder .placeholder--custom, .cota02__form__inputs .form-placeholder .form-select,
  .cota02__form__inputs .form-placeholder .form-control, .cota02__form__header__paragraph, .feed05__item__text, #TOPI03 .container-box .box-topic .content .container-info .description .paragraph, .blog01-show__boxs__item__paragraph, .blog01-show__item__description, .blog01-show__item__published, .blog01-page__boxs__item__paragraph, .blog01-page__header__category__item, .blog01__header__paragraph, .bran01__encompass__paragraph, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph, .abou01-page__topic__item__paragraph, .prod02__page__content__product__item__description__paragraph, .prod02__content__product__item__description__paragraph, .prod02__navigation__paragraph, .foot05__site__nav__list__item a, #HEAD02 .container-navigation .menu-list .menu-item .link, .form101__content__paragraph, .form101__content__form .form-placeholder .form-control, .form101__content__form .form-placeholder .placeholder--custom {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.cota02__form__compliance label p, .cota02__form__inputs .form-placeholder .placeholder--custom p, .cota02__form__inputs .form-placeholder .form-select p,
.cota02__form__inputs .form-placeholder .form-control p, .cota02__form__header__paragraph p, .feed05__item__text p, #TOPI03 .container-box .box-topic .content .container-info .description .paragraph p, .blog01-show__boxs__item__paragraph p, .blog01-show__item__description p, .blog01-show__item__published p, .blog01-page__boxs__item__paragraph p, .blog01-page__header__category__item p, .blog01__header__paragraph p, .bran01__encompass__paragraph p, #TOPI01 .container-box .box-topic .content .container-info .description .paragraph p, .abou01-page__topic__item__paragraph p, .prod02__page__content__product__item__description__paragraph p, .prod02__content__product__item__description__paragraph p, .prod02__navigation__paragraph p, .foot05__site__nav__list__item a p, #HEAD02 .container-navigation .menu-list .menu-item .link p, .form101__content__paragraph p, .form101__content__form .form-placeholder .form-control p, .form101__content__form .form-placeholder .placeholder--custom p {
  font: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin-bottom: 0;
}
.prod02__page__content__product__item__description__paragraph, .prod02__content__product__item__description__paragraph, .prod02__navigation__paragraph, .foot05__site__nav__list__item a, #HEAD02 .container-navigation .menu-list .menu-item .link {
  color: #fff;
}
.cota02__form__inputs__cta, .blog01-show__boxs__item__cta, .blog01-page__boxs__item__cta, .blog01-page__boxs__featured__item__cta, .blog01__boxs__item__cta, .cont02__cta, .lightbox-prod02__cta, .prod02__page__content__product__item__cta, .prod02__content__product__item__cta, #TOPI01 .topi01__cta, .side02__container-cta__sublink__item, .side02__container-cta__btn-cta, #HEAD02 .container-navigation .container-cta .btn-cta, .prod02__cta, .abou01__cta, #SLID01 .content-slide .content-description .btn-cta-slide, .form101__content__cta {
  display: flex;
  position: relative;
  padding: 0.75rem 1.375rem;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #f4891a;
  border-radius: 8px;
  border: solid 1px #f4891a;
  transition: all ease 0.4s;
}
.cota02__form__inputs__cta:hover, .blog01-show__boxs__item__cta:hover, .blog01-page__boxs__item__cta:hover, .blog01-page__boxs__featured__item__cta:hover, .blog01__boxs__item__cta:hover, .cont02__cta:hover, .lightbox-prod02__cta:hover, .prod02__page__content__product__item__cta:hover, .prod02__content__product__item__cta:hover, #TOPI01 .topi01__cta:hover, .side02__container-cta__sublink__item:hover, .side02__container-cta__btn-cta:hover, #HEAD02 .container-navigation .container-cta .btn-cta:hover, .prod02__cta:hover, .abou01__cta:hover, #SLID01 .content-slide .content-description .btn-cta-slide:hover, .form101__content__cta:hover {
  color: #f4891a;
  background-color: transparent;
  transition: all ease 0.4s;
}
.prod02__cta, .abou01__cta, #SLID01 .content-slide .content-description .btn-cta-slide {
  color: #f4891a;
  background-color: transparent;
}
.prod02__cta:hover, .abou01__cta:hover, #SLID01 .content-slide .content-description .btn-cta-slide:hover {
  color: #fff;
  background-color: #f4891a;
}
.feed05__carousel .owl-nav, .blog01-page__boxs__featured .owl-nav, .blog01__boxs__carousel .owl-nav, .bran01 .owl-nav, #TOPI01 .owl-nav, .prod02__content__product .carousel-prod02 .owl-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  width: calc(100% + 7vw);
  transform: translate(-50%, -100%);
}
@media (max-width: 767.98px) {
  .feed05__carousel .owl-nav, .blog01-page__boxs__featured .owl-nav, .blog01__boxs__carousel .owl-nav, .bran01 .owl-nav, #TOPI01 .owl-nav, .prod02__content__product .carousel-prod02 .owl-nav {
    width: calc(105% + 10vw);
  }
}
.feed05__carousel .owl-nav button, .blog01-page__boxs__featured .owl-nav button, .blog01__boxs__carousel .owl-nav button, .bran01 .owl-nav button, #TOPI01 .owl-nav button, .prod02__content__product .carousel-prod02 .owl-nav button {
  background-color: transparent;
  border: none;
  height: 1rem;
  color: #164782;
}
.feed05__carousel .owl-nav span, .blog01-page__boxs__featured .owl-nav span, .blog01__boxs__carousel .owl-nav span, .bran01 .owl-nav span, #TOPI01 .owl-nav span, .prod02__content__product .carousel-prod02 .owl-nav span {
  font-size: 3rem;
}
.prod02__content__product .carousel-prod02 .owl-nav button {
  color: #fff;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: #f4891a;
  opacity: 0.5;
  margin: 0 2px;
}
.abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot.active, .abou01-page__topic .carousel-abou01-topic .owl-dots .owl-dot:hover {
  background-color: #f4891a;
  opacity: 1;
}

/* BEGIN STYLE */
#HEAD02 {
  border-bottom: 1px solid #f4891a;
  background-color: #1a2839;
  padding: 0 0 0 5vw;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #HEAD02 {
    padding: 0 5vw;
  }
}
#HEAD02 .container-header {
  padding: 27px 0 24px 0;
}
#HEAD02 .container-header #logoHeader {
  width: 143px;
  height: auto;
  aspect-ratio: 143/30;
}
#HEAD02 .container-header #logoHeader a {
  display: block;
  height: 100%;
  width: 100%;
}
#HEAD02 .container-header #logoHeader img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#HEAD02 .container-navigation .menu-list {
  margin-right: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#HEAD02 .container-navigation .menu-list .menu-item {
  margin-right: 44px;
  position: relative;
}
#HEAD02 .container-navigation .menu-list .menu-item:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background-color: transparent;
  position: absolute;
  border-radius: 4.5px 4.5px 0 0;
  bottom: -34px;
  left: 0;
  transition: ease all 0.4s;
}
#HEAD02 .container-navigation .menu-list .menu-item:hover:after {
  background-color: #f4891a;
  transition: ease all 0.4s;
}
#HEAD02 .container-navigation .menu-list .menu-item .link {
  text-align: center;
}
#HEAD02 .container-navigation .menu-list .menu-item:last-child {
  margin-right: 0;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu {
  background-color: #1a2839;
  border-radius: 0 10px 10px;
  min-width: 165px;
  padding: 10px;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  margin-bottom: 11px;
  display: table;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 2px;
  transition: ease all 0.2s;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover {
  color: #164782;
}
#HEAD02 .container-navigation .menu-list .menu-item .sublink--menu .sublink-item:hover:after {
  width: 90%;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-list {
    display: none;
  }
}
#HEAD02 .container-navigation .container-cta .btn-cta {
  padding: 0.75rem 3rem 0.75rem 1.375rem;
  margin-right: -1rem;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right {
  background-color: #1a2839;
  border-radius: 0 10px 10px;
  min-width: 260px;
  flex-wrap: wrap;
  padding: 10px;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right.show {
  display: flex;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item {
  font: 0.875rem "Montserrat", sans-serif, arial;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  display: table;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:nth-of-type(2n + 0), #HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
#HEAD02 .container-navigation .container-cta .sublink--cta-right .sublink-item:hover {
  color: #164782;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .container-cta {
    display: none;
  }
}
#HEAD02 .container-navigation .link-translate .btn-translate {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 600;
  color: #1a2839;
  border-right: 1px solid rgba(26, 40, 57, 0.3);
  line-height: 15px;
}
#HEAD02 .container-navigation .social-network {
  margin-right: 20px;
}
#HEAD02 .container-navigation .social-network .social-link {
  color: #404040;
  font-size: 22px;
  margin: 0 5px;
}
#HEAD02 .container-navigation .social-network .social-link:hover {
  color: #7c7c7c;
}
@media (max-width: 767.98px) {
  #HEAD02 .container-navigation .social-network {
    display: none !important;
  }
}
#HEAD02 .container-navigation .menu-sidebar-header {
  display: none;
  margin-left: 35px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines {
  width: 38px;
}
#HEAD02 .container-navigation .menu-sidebar-header .lines > i {
  height: 2px;
  display: block;
  background-color: #f4891a;
}
@media (max-width: 991.98px) {
  #HEAD02 .container-navigation .menu-sidebar-header {
    display: block;
  }
}

/* BEGIN STYLE */
.side02 {
  position: fixed;
  left: -100%;
  top: 2.5%;
  display: block;
  width: 95%;
  height: 95%;
  background: linear-gradient(to bottom, #164782 50%, #fff 50%);
  z-index: 1000;
  border-bottom: 4px solid #f4891a;
  transition-duration: 0.6s;
}
.side02--show {
  left: 2.5%;
  transition-duration: 0.6s;
}
.side02__scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
}
.side02__scroll::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(26, 40, 57, 0.5);
}
.side02__scroll::-webkit-scrollbar-thumb {
  background: rgba(26, 40, 57, 0.8);
}
.side02__scroll::-webkit-scrollbar-thumb:hover {
  background: #1a2839;
}
.side02__header {
  padding: 10px 20px;
  margin-bottom: 12px;
}
.side02__header__button-close__icon path {
  fill: #fff;
}
.side02__header__button-close__icon:hover path {
  fill: #fff;
}
.side02__header__languages__item {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #1a2839;
  line-height: 15px;
  padding-right: 10px;
  margin-right: 10px;
}
.side02__header__languages__item:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.side02__header__languages__item:hover {
  color: #e9eaec;
}
.side02__logo {
  width: 202px;
  display: table;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 70px;
}
.side02__navigation {
  background-color: #fff;
  padding: 30px 30px 0 30px;
  margin-bottom: 1rem;
  position: relative;
  min-height: 245px;
}
.side02__navigation__arc {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: auto;
}
.side02__navigation__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.side02__navigation__item__link {
  text-align: center;
  font-weight: 700;
  padding: 1rem 0 0.5rem 0;
  display: block;
  position: relative;
}
.side02__navigation__item__link::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4891a;
  border-radius: 4.5px 4.5px 0px 0px;
  opacity: 0;
}
.side02__navigation__item__link:hover::after, .side02__navigation__item__link:active::after, .side02__navigation__item__link:focus::after {
  opacity: 1;
}
.side02__navigation__dropdown {
  width: 100%;
  border-radius: 0;
  background-color: #e9eaec;
  padding: 0 20px;
}
.side02__navigation__sublink {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}
.side02__navigation__sublink:last-of-type {
  border: none;
}
.side02__container-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 30px;
}
.side02__container-cta__dropdown {
  display: table;
  margin: 0 auto;
}
.side02__container-cta__btn-cta {
  margin: 0 auto;
}
.side02__container-cta__btn-cta .menu-arrow {
  border-top-color: #fff;
  margin-left: 10px;
  margin-right: -25px;
  margin-bottom: 3px;
}
.side02__container-cta__sublink {
  background-color: #404040;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  left: 50% !important;
  transform: translate(-50%) !important;
  text-align: center;
}
.side02__container-cta__sublink__item {
  margin: 0 auto;
}
.side02__social {
  gap: 0.5rem;
}
.side02__social__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.side02__social__item img {
  height: 100%;
  width: 100%;
}
.side02__footer {
  margin-bottom: 30px;
}
.side02__footer__item {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
  border-right: 2px solid #1a2839;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
.side02__footer__item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.side02__override {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.8s;
}
.side02__override--show {
  transition-duration: 0.8s;
  visibility: visible;
  opacity: 1;
}

/* BEGIN STYLE */
.foot05__site {
  padding: 20px 0 0 0;
  background-color: #164782;
}
.foot05__site ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.foot05__site__main {
  gap: 38px;
  align-items: start;
  padding: 0 5vw 100px 5vw;
  position: relative;
}
@media (max-width: 575.98px) {
  .foot05__site__main {
    gap: 50px;
    align-items: center;
    padding-bottom: 0;
  }
}
.foot05__site__logo {
  display: block;
  width: 226px;
  height: auto;
  aspect-ratio: 226/46;
  margin-right: 20px;
}
.foot05__site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__site__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 70px;
}
@media (max-width: 767.98px) {
  .foot05__site__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.foot05__site__nav {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 83px;
}
@media (max-width: 767.98px) {
  .foot05__site__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .foot05__site__nav {
    gap: 32px;
    width: 100%;
  }
}
.foot05__site__nav__list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  max-width: 116px;
}
@media (max-width: 575.98px) {
  .foot05__site__nav__list {
    flex-direction: column;
    align-items: start;
    width: calc(50% - 16px);
  }
}
.foot05__site__nav__list__title {
  font-weight: 700;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  padding-bottom: 0.5rem;
}
.foot05__site__nav__list__title a {
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
}
.foot05__site__nav__list__item {
  width: 100%;
  max-width: 179px;
  padding-bottom: 4px;
}
@media (max-width: 575.98px) {
  .foot05__site__nav__list__item {
    width: 100%;
    max-width: none;
  }
}
.foot05__site__right {
  align-self: end;
}
.foot05__site__right__title {
  text-align: center;
  margin-bottom: 26px;
  display: none;
}
.foot05__site__right__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 10px;
}
.foot05__site__right__list__item {
  height: 44px;
  width: 44px;
}
.foot05__site__right__list__item a {
  height: 100%;
  width: 100%;
  display: block;
}
.foot05__site__right__list__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot05__site__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: end;
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 40px;
  margin-top: 25px;
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #1a2839;
}
.foot05__site__cta:hover {
  background-color: #1a2839;
  color: #fff;
}
.foot05__site__cta__icon {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease;
}
.foot05__site__cta:hover .foot05__site__cta__icon {
  filter: brightness(1) contrast(1) invert(1) grayscale(1);
}
.foot05__site__scrolltop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 2.5%;
  height: 80px;
  width: 58px;
  border: none;
  outline: none;
  background-color: #f4891a;
}
.foot05__site__scrolltop img {
  height: 23px;
  width: auto;
}
.foot05__hoom {
  padding: 9px 5vw;
  border-top: solid 1px #fff;
  background-color: #1a2839;
}
@media (max-width: 767.98px) {
  .foot05__hoom {
    padding: 18px 5vw;
  }
}
.foot05__hoom__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .foot05__hoom__nav {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.foot05__hoom__copyright {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #efefef;
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .foot05__hoom__copyright {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
}
.foot05__hoom__links {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
  }
}
.foot05__hoom__links__item {
  padding: 0 32px;
}
.foot05__hoom__links__item + .foot05__hoom__links__item {
  border-left: solid 1px #1a2839;
}
.foot05__hoom__links__item:first-of-type {
  padding-left: 0;
}
.foot05__hoom__links__item:last-of-type {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item:last-of-type {
    border-left: none;
    padding-right: 32px;
  }
}
.foot05__hoom__links__item a {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  text-align: center;
  color: #efefef;
}
@media (max-width: 767.98px) {
  .foot05__hoom__links__item a {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 700;
  }
}
.foot05__hoom__logo {
  display: block;
  width: 163px;
  height: auto;
  aspect-ratio: 163/60;
}
.foot05__hoom__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.floating-wpp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 120;
  right: 15px;
  bottom: 59px;
  border-radius: 50%;
  transition: all ease 0.2s;
}
.floating-wpp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all ease 0.2s;
}
.floating-wpp:hover {
  scale: 1.1;
  transition: all ease 0.2s;
}
.floating-wpp:hover img {
  transition: all ease 0.2s;
}

/* BEGIN STYLE */
#SLID01 {
  position: relative;
}
#SLID01 .img-background-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#SLID01 .container-slide {
  position: relative;
}
#SLID01 .container-slide::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #051c37 1.41%, rgba(0, 0, 0, 0) 90.76%);
}
#SLID01 .container-slide .slide-arc {
  position: absolute;
  width: 100%;
  height: auto;
  top: 85%;
  left: 0;
  z-index: 3;
}
@media (max-width: 767.98px) {
  #SLID01 .container-slide .slide-arc {
    top: 94%;
  }
}
#SLID01 .container-slide .scroll-dwn {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  z-index: 100;
  top: 85%;
  left: 50%;
  padding: 0 !important;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  #SLID01 .container-slide .scroll-dwn {
    top: 90%;
  }
}
#SLID01 .container-slide .scroll-dwn img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#SLID01 .content-slide {
  height: calc(100vh - 96px);
  position: relative;
  padding: 0 5vw;
  z-index: 10;
}
#SLID01 .content-slide .img-floating-png {
  z-index: 10;
  position: absolute;
  top: 0;
  height: 100%;
}
#SLID01 .content-slide .img-floating-png img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .img-floating-png {
    position: relative;
    height: 300px;
    max-width: 476px;
    margin-top: 30px;
  }
}
#SLID01 .content-slide.start {
  flex-direction: row;
  text-align: left;
}
#SLID01 .content-slide.start .img-floating-png {
  right: 0;
}
#SLID01 .content-slide.center {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#SLID01 .content-slide.center .img-floating-png {
  display: none;
}
#SLID01 .content-slide.center .content-description .description {
  margin: 0 auto;
}
#SLID01 .content-slide.end {
  flex-direction: row-reverse;
  text-align: right;
}
#SLID01 .content-slide.end .img-floating-png {
  left: 0;
}
#SLID01 .content-slide .content-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 20;
  max-width: 444px;
  padding: 0;
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide .content-description {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  #SLID01 .content-slide .content-description {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  #SLID01 .content-slide {
    justify-content: center;
    align-items: end !important;
  }
}
#SLID01 #dotsSlideCustom {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 100;
  transform: translate(0, -50%);
}
#SLID01 #dotsSlideCustom .owl-dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#SLID01 #dotsSlideCustom .owl-dot:hover, #SLID01 #dotsSlideCustom .owl-dot.active {
  background-color: #164782;
}

/* BEGIN STYLE */
.abou01 {
  padding: 40px 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .abou01 {
    flex-direction: column;
  }
}
.abou01__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 330px;
}
@media (max-width: 991.98px) {
  .abou01__left {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.abou01__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: calc(100% - 380px);
}
@media (max-width: 991.98px) {
  .abou01__right {
    width: 100%;
  }
}
.abou01__paragraph {
  width: 100%;
}
.abou01-page .container {
  display: flex;
  align-items: flex-start;
  padding: 68px 15px 0 15px !important;
}
@media (max-width: 991.98px) {
  .abou01-page .container {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
@media (max-width: 575.98px) {
  .abou01-page .container {
    padding: 68px 0px 0px 25px !important;
  }
}
.abou01-page .container .container__img {
  width: 41.66666667%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 991.98px) {
  .abou01-page .container .container__img {
    width: 100%;
  }
}
.abou01-page .container .container__img img {
  width: 100%;
  max-width: 430px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.abou01-page__header {
  text-align: center;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 83px 0;
  margin: 0;
  position: relative;
}
.abou01-page__header::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(90deg, #051c37 1.41%, rgba(0, 0, 0, 0) 90.76%);
}
.abou01-page__header__container {
  position: relative;
  z-index: 5;
  padding: 0 5vw;
}
.abou01-page__header__line {
  width: 100%;
  max-width: 610px;
  background-color: #1a2839;
}
.abou01-page__content {
  width: 100%;
  padding: 80px 5vw;
}
.abou01-page__content__container {
  margin-bottom: 25px;
}
.abou01-page__content__title {
  text-align: center;
  margin-bottom: 38px;
}
.abou01-page__content__subtitle {
  text-align: center;
}
.abou01-page__content__line {
  width: 100%;
  background-color: #1a2839;
}
.abou01-page__content__paragraph {
  text-align: center;
  max-width: 860px;
  width: 100%;
}
.abou01-page__topic {
  padding: 93px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .abou01-page__topic {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.abou01-page__topic__content {
  background-color: #fff;
  min-height: 100%;
  overflow: hidden;
  border-radius: 7px;
}
.abou01-page__topic__content:hover {
  transform: scale(1.01);
}
.abou01-page__topic .carousel-abou01-topic {
  gap: 25px 0;
}
.abou01-page__topic__item__header {
  width: 100%;
  padding: 20px;
  background-color: #1a2839;
}
.abou01-page__topic__item__icon {
  width: 57px !important;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.abou01-page__topic__item__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic__item__title {
    font-size: 1.25rem;
  }
}
.abou01-page__topic__item__paragraph {
  text-align: center;
  width: 100%;
  padding: 23px 30px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .abou01-page__topic .carousel-abou01-topic {
    margin: 0 auto;
  }
}
.abou01-page__topic .carousel-abou01-topic .owl-stage-outer {
  padding: 0;
}
@media (max-width: 767.98px) {
  .abou01-page__section .align-items-center {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.abou01-page__section__row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .abou01-page__section__row {
    flex-direction: column-reverse;
  }
}
.abou01-page__section__image {
  width: 50%;
  height: auto;
  aspect-ratio: 684/667;
}
@media (max-width: 767.98px) {
  .abou01-page__section__image {
    width: 100%;
  }
}
.abou01-page__section__image__item {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.abou01-page__section__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  width: 50%;
  padding: 5% 5vw;
}
@media (max-width: 767.98px) {
  .abou01-page__section__right {
    width: 100%;
  }
}
.abou01-page__section__title {
  margin-bottom: 2rem;
}
/* BEGIN STYLE */
#TOPI01 {
  padding: 50px 5vw 120px 5vw;
  position: relative;
  overflow: hidden;
}
#TOPI01 .header-topic .container-title .title {
  text-align: center;
}
#TOPI01 .header-topic .container-title .subtitle {
  text-align: center;
}
#TOPI01 .header-topic .paragraph {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  #TOPI01 .container-box {
    width: 85%;
    margin: 0 auto;
  }
}
#TOPI01 .container-box .box-topic {
  padding: 0.25rem;
  padding-left: 0.25rem;
}
#TOPI01 .container-box .box-topic .content {
  padding: 1rem 20px 0 20px;
  height: 100%;
}
#TOPI01 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
  min-height: 240px;
}
#TOPI01 .container-box .box-topic .content .container-info .icon {
  width: 87px;
  height: 87px;
}
#TOPI01 .container-box .box-topic .content .container-info .description {
  max-width: 240px;
  margin: 0 auto;
}
#TOPI01 .container-box .box-topic .content .container-info .description .title {
  text-align: center;
  font-weight: 700;
  color: #164782;
}
#TOPI01 .container-box .box-topic .content .container-info .description .paragraph {
  text-align: center;
}
#TOPI01 .container-box .box-topic .content:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#TOPI01 .topi01__cta {
  margin: 1rem auto 0 auto;
}
#TOPI01 .topi01__arc {
  position: absolute;
  width: 100%;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  bottom: -40px;
  left: 0;
}

/* BEGIN STYLE */
.prod02 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #1a2839;
  padding: 2rem 7vw;
  width: 100%;
  overflow: hidden;
}
.prod02__navigation__content__encompass {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.prod02__navigation__content__encompass__title {
  text-align: center;
}
.prod02__navigation__content__encompass__subtitle {
  text-align: center;
}
.prod02__navigation__content__nav__desktop {
  margin-top: 2rem;
  width: 80%;
}
@media (max-width: 575.98px) {
  .prod02__navigation__content__nav__desktop {
    width: 100%;
    margin-right: -100px;
  }
}
.prod02__navigation__content__nav__desktop ul {
  gap: 11px 46px;
  margin-left: auto;
  flex-wrap: wrap;
}
.prod02__navigation__content__nav__desktop ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  vertical-align: middle;
  gap: 0 10px;
  padding-bottom: 0.5rem;
  position: relative;
  transition: all ease 0.4s;
  text-align: center;
}
.prod02__navigation__content__nav__desktop ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 8px;
  background-color: #f4891a;
  opacity: 0;
  transition: all ease 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.prod02__navigation__content__nav__desktop ul li a img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.prod02__navigation__content__nav__desktop ul li:hover a {
  font-weight: 700;
  transition: all ease 0.4s;
}
.prod02__navigation__content__nav__desktop ul li:hover a::after {
  transition: all ease 0.4s;
  opacity: 1;
}
.prod02__navigation__content__nav__desktop__cta {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #1a2839;
  max-width: 177px;
  height: auto;
  padding: 10px 50px;
  background-color: #e9eaec;
}
@media (max-width: 767.98px) {
  .prod02__navigation__content__nav__desktop__cta {
    font: 0.937rem "Montserrat", sans-serif, arial;
    max-width: 146px;
  }
}
.prod02__navigation__content__nav__desktop__cta:hover {
  color: #fff;
  background-color: #000;
}
.prod02__navigation__content__nav__desktop__cta:hover .prod02__navigation__content__nav__desktop__cta__icon {
  filter: invert(1) grayscale(1);
}
.prod02__navigation__nav__mobile {
  display: none !important;
  gap: 0 46px;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile {
    display: block !important;
    margin-bottom: 30px !important;
    margin-left: 23px;
    margin-top: 30px;
    gap: inherit !important;
  }
}
.prod02__navigation__nav__mobile li {
  list-style: none;
  display: flex;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li {
    width: auto;
  }
}
.prod02__navigation__nav__mobile li a {
  font-size: 1.125rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .prod02__navigation__nav__mobile li a {
    font-size: 1.063rem;
  }
}
.prod02__navigation__paragraph {
  text-align: center;
  width: 100%;
  max-width: 834px;
  margin-top: 1rem;
}
.prod02__content__product {
  margin-top: 2rem;
  width: 100%;
}
.prod02__content__product__item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 305/402;
  overflow: hidden;
  border-radius: 12px;
  border-bottom: solid 3px #f4891a;
  cursor: pointer;
}
.prod02__content__product__item__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.prod02__content__product__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.prod02__content__product__item__image::before {
  content: "";
  z-index: 3;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(11, 32, 57, 0) 14.95%, #0b2039 83.41%);
  mix-blend-mode: multiply;
}
.prod02__content__product__item__description {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 21px 21px 0 21px;
}
.prod02__content__product__item__description__title {
  text-align: center;
}
.prod02__content__product__item__description__paragraph {
  text-align: center;
}
.prod02__content__product__item__cta {
  border-radius: 8px 8px 0 0;
  margin-top: 1rem;
}
.prod02__content__product .carousel-prod02 .owl-dots {
  display: none !important;
}
.prod02__cta {
  color: #fff;
  font-weight: 400;
  align-self: end;
  margin-top: 1.5rem;
}

.prod02__page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 83px 5vw 0px 5vw;
  position: relative;
  overflow: hidden;
}
.prod02__page__header .container--prod02__page__header {
  z-index: 100;
  padding-bottom: 60px;
  position: relative;
}
.prod02__page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #051c37 1.41%, rgba(0, 0, 0, 0) 90.76%);
}
.prod02__page__content {
  padding-bottom: 79px;
  position: relative;
}
@media (max-width: 767.98px) {
  .prod02__page__content {
    overflow: hidden;
  }
}
.prod02__page__content__category {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  gap: 14px;
}
.prod02__page__content__category li {
  list-style: none;
  padding: 9px 28px;
  background-color: transparent;
  position: relative;
  width: 70%;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li {
    width: 100% !important;
  }
}
.prod02__page__content__category li::before {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4891a;
  opacity: 0;
  transition: all ease 0.3s;
}
.prod02__page__content__category li:hover::before, .prod02__page__content__category li.active::before {
  transition: all ease 0.3s;
  opacity: 1;
}
.prod02__page__content__category li:hover a, .prod02__page__content__category li.active a {
  font-weight: 600;
}
.prod02__page__content__category li a {
  font-size: 1.125rem;
  color: #fff;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li a {
    font-size: 1.063rem;
  }
}
.prod02__page__content__category li a img {
  width: 36px !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .prod02__page__content__category li a img {
    width: 36px !important;
    height: 37px !important;
    margin-right: 3px;
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content .caroussel_prod02-page .owl-dots {
    display: none !important;
  }
  .prod02__page__content .caroussel_prod02-page .owl-nav {
    display: none !important;
  }
}
.prod02__page__content__product {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 65px;
  width: 100%;
  padding: 0 5vw;
  gap: 12px;
}
.prod02__page__content__product__item {
  position: relative;
  height: auto;
  aspect-ratio: 305/402;
  overflow: hidden;
  border-radius: 12px;
  border-bottom: solid 3px #f4891a;
  width: calc(25% - 9px);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .prod02__page__content__product__item {
    width: calc(33% - 6px);
  }
}
@media (max-width: 767.98px) {
  .prod02__page__content__product__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 575.98px) {
  .prod02__page__content__product__item {
    width: 100%;
  }
}
.prod02__page__content__product__item__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.prod02__page__content__product__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.prod02__page__content__product__item__image::before {
  content: "";
  z-index: 3;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(11, 32, 57, 0) 14.95%, #0b2039 83.41%);
  mix-blend-mode: multiply;
}
.prod02__page__content__product__item__description {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 21px 21px 0 21px;
}
.prod02__page__content__product__item__description__title {
  text-align: center;
}
.prod02__page__content__product__item__description__paragraph {
  text-align: center;
}
.prod02__page__content__product__item__cta {
  border-radius: 8px 8px 0 0;
  margin-top: 1rem;
}

.lightbox-prod02 {
  width: 100%;
  display: none;
  padding: 0;
  padding-top: 170x;
}
.lightbox-prod02__content__carrossel {
  position: relative;
  width: 50%;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__content__carrossel {
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show {
    height: auto;
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-item {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-item {
    height: auto;
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage {
    height: auto;
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
  height: 100% !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 .caroussel_prod02-show .owl-stage-outer {
    height: auto;
    width: 100%;
  }
}
.lightbox-prod02 .caroussel_prod02-show .owl-dot {
  display: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav {
  display: flex;
  padding: 0 31px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next {
  height: 29px;
  width: 29px;
  border-radius: 100%;
  background-color: #1a2839;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-prev span,
.lightbox-prod02 .caroussel_prod02-show .owl-nav .owl-next span {
  color: #fff;
  font-size: 32px;
  height: 30px;
}
.lightbox-prod02__description {
  position: relative;
  padding: 37px 71px 84px 54px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__description {
    width: 100%;
  }
}
.lightbox-prod02__navigation {
  margin-bottom: 108px;
}
@media (max-width: 767.98px) {
  .lightbox-prod02__navigation {
    margin-bottom: 50px;
  }
}
.lightbox-prod02__navigation li {
  display: flex;
}
.lightbox-prod02__navigation li a {
  color: #1a2839;
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
}
.lightbox-prod02__navigation li img {
  margin-right: 14px;
  width: 10.61px;
  height: 10.61px;
}
.lightbox-prod02__line {
  margin-top: 14px;
  margin-bottom: 37px;
}
.lightbox-prod02__paragraph {
  margin-top: 2rem;
}
.lightbox-prod02__paragraph ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  gap: 20px 0;
  display: none;
}
.lightbox-prod02__paragraph ul li {
  display: flex;
  width: 50%;
  min-width: 300px;
  text-align: left;
  align-items: flex-start;
  font: inherit;
  font-weight: inherit;
}
.lightbox-prod02__paragraph ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  background: #f4891a;
  border-radius: 100%;
  margin-right: 8px;
  flex: none;
  margin-top: 5px;
}
.lightbox-prod02__cta {
  align-self: end;
  margin-top: 2rem;
}
@media (max-width: 575.98px) {
  .lightbox-prod02__cta {
    align-self: center;
  }
}
.lightbox-prod02 .carousel__button.is-close {
  right: 17px;
  top: 17px;
  left: inherit;
  width: 2.5rem;
  height: 2.5rem;
  background: #f4891a;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
}
.lightbox-prod02 .fancybox__backdrop {
  background: #1a2839 !important;
}
@media (max-width: 767.98px) {
  .lightbox-prod02 {
    text-align: center;
  }
}

/* BEGIN STYLE */
.bran01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 7vw;
}
.bran01__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01 .container--bran01 {
  padding: 39px 0 60.16px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .bran01 .container--bran01 {
    padding: 37px 37px 58.16px 37px !important;
  }
}
.bran01__encompass {
  z-index: 100;
  position: relative;
}
.bran01__encompass__title {
  text-align: center;
}
.bran01__encompass__subtitle {
  text-align: center;
}
.bran01__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran01__encompass__line {
    margin: 23px 0;
  }
}
.bran01__encompass__paragraph {
  text-align: center;
  max-width: 830px;
}
.bran01__content {
  width: 95%;
  margin-top: 120px;
  display: flex;
  gap: 21.44px 0;
}
@media (max-width: 767.98px) {
  .bran01__content {
    margin-top: 48px;
  }
}
.bran01__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
  overflow: hidden;
  position: relative;
}
.bran01__box__content::after {
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 0 0 15px 15px;
  background-color: #f4891a;
  position: absolute;
}
.bran01__box__image {
  width: 70%;
  height: 70%;
}
.bran01__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #efefef;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-top: 24px;
  align-self: center;
}
@media (max-width: 575.98px) {
  .bran01__cta {
    margin-top: -32px;
    z-index: 100;
    position: relative;
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    margin-top: -34px;
    width: 147px;
    width: 147px;
  }
}
.bran01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.bran01__cta:hover {
  color: #fff;
  background-color: #000;
}
.bran01__cta:hover .bran01__cta__icon {
  filter: invert(1) grayscale(1);
}
.bran01 .owl-nav {
  padding: 0 !important;
}
.bran01 .owl-nav .owl-prev {
  margin-left: -2rem;
}
.bran01 .owl-nav .owl-next {
  margin-right: -2rem;
}

.bran01-page__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bran01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.bran01-page__header .container--bran01-page {
  padding: 51px 0 46px 0;
  z-index: 100;
  position: relative;
}
@media (max-width: 767.98px) {
  .bran01-page__header .container--bran01-page {
    padding: 37px 34px 58.16px 34px;
  }
}
.bran01-page__header__title {
  font-size: 3rem;
  color: #1a2839;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0px;
  }
}
.bran01-page__header__subtitle {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #f4891a;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__subtitle {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.bran01-page__header__line {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .bran01-page__header__line {
    margin: 23px 0;
  }
}
.bran01-page__header__paragraph {
  color: #1a2839;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__header__paragraph p {
  color: #1a2839;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__header__paragraph p {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__title {
  font-size: 2.187rem;
  color: #1a2839;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__title {
    font-size: 2rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #f4891a;
  font-weight: 700;
  margin-bottom: 22.03px;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__subtitle {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.bran01-page__encompass__line {
  margin: 24.99px 0 30px 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__line {
    margin: 23px 0;
  }
}
.bran01-page__encompass__paragraph {
  color: #164782;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
  max-width: 890px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page__encompass__paragraph p {
  color: #164782;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .bran01-page__encompass__paragraph p {
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 400;
  }
}
.bran01-page .row--bran01-page {
  margin-top: 58.01px;
  display: flex;
  gap: 21.44px 0;
}
.bran01-page .container--bran01-page__main {
  padding: 47px 0 123.16px 0;
}
@media (max-width: 767.98px) {
  .bran01-page .container--bran01-page__main {
    padding: 47px 34px 123.16px 34px;
  }
}
@media (max-width: 575.98px) {
  .bran01-page__box {
    padding: 0 !important;
  }
}
.bran01-page__box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136.84px;
  background-color: #efefef;
  width: 100%;
}
.bran01-page__box__image {
  width: 62.29px;
  height: 62.29px;
}
.bran01-page__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* BEGIN STYLE */
#CONT02 {
  padding: 80px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #CONT02 {
    padding: 60px 50px 0;
  }
}

.cont02 .container--cont02 {
  position: relative;
  z-index: 100;
}
.cont02 .cont02__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cont02__content {
  width: 100%;
  padding: 2rem 5vw 0 5vw;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.cont02__left {
  width: 40%;
}
@media (max-width: 991.98px) {
  .cont02__left {
    margin: 0 auto;
    order: 2;
    width: 100%;
  }
}
.cont02__image {
  height: auto;
  width: 100%;
  aspect-ratio: 471/600;
}
@media (max-width: 991.98px) {
  .cont02__image {
    margin: 0 auto;
  }
}
.cont02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 575.98px) {
  .cont02__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cont02__right {
  width: 50%;
  padding: 5% 5% 5% 0;
}
@media (max-width: 991.98px) {
  .cont02__right {
    padding: 5% 0;
    order: 1;
    margin-bottom: 22px;
    width: 100%;
  }
}
.cont02__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.cont02__title {
  font-size: 2.187rem;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin-bottom: 21px;
}
@media (max-width: 575.98px) {
  .cont02__title {
    font-size: 2rem;
  }
}
.cont02__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #1a2839;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .cont02__subtitle {
    font-size: 1.125rem;
  }
}
.cont02__line {
  margin: 39px 0 34px 0;
}
.cont02__paragraph {
  color: #1a2839;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
}
@media (max-width: 575.98px) {
  .cont02__paragraph {
    font-size: 0.937rem "Montserrat", sans-serif, arial;
  }
}
.cont02__paragraph p {
  color: #1a2839;
  font-weight: 400;
  font: 0.937rem "Montserrat", sans-serif, arial;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cont02__paragraph p {
    font-size: 0.937rem "Montserrat", sans-serif, arial;
  }
}
.cont02__cta {
  align-self: start;
  margin-top: 1.5rem;
}

/* BEGIN STYLE */
.blog01 {
  padding: 100px 7vw 65px 7vw;
  background-color: #efefef;
}
.blog01__header {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .blog01__header {
    margin-bottom: 40px;
  }
}
.blog01__header__title {
  text-align: center;
}
.blog01__header__subtitle {
  text-align: center;
}
.blog01__header__line {
  background-color: #1a2839;
  width: 100%;
  display: block;
  margin: 17px 0 30px;
}
.blog01__header__paragraph {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
}
.blog01__boxs {
  margin-top: 2rem;
}
.blog01__boxs__item {
  overflow: hidden;
  border-radius: 15px;
}
.blog01__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01__boxs__item__image {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 379/285;
  display: block;
}
.blog01__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01__boxs__item__description {
  min-height: 105px;
  background-color: #fff;
  padding: 22px 20px 33px 20px;
  position: relative;
}
.blog01__boxs__item__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 15px 0 15px 0;
}
.blog01__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #164782;
}
@media (max-width: 767.98px) {
  .blog01__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01__boxs__item__icon {
  width: 34px !important;
}
.blog01__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #efefef;
  width: 100%;
  max-width: 177px;
  height: 45px;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  margin: 24px 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog01__cta {
    margin-top: -32px;
    position: relative;
    z-index: 100;
    font: 0.937rem "Montserrat", sans-serif, arial;
    font-weight: 700;
    width: 147px;
  }
}
.blog01__cta__icon {
  height: 25px !important;
  width: 25px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog01__cta:hover {
  color: #fff;
  background-color: #000;
}
.blog01__cta:hover .blog01__cta__icon {
  filter: invert(1) grayscale(1);
}

.blog01-page__header {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 27px 5vw 14px 5vw;
}
.blog01-page__header__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (max-width: 767.98px) {
  .blog01-page__header__title {
    font-size: 1.25rem;
  }
}
.blog01-page__header__category {
  margin: 43px auto 0 auto;
  width: auto;
  max-width: 100%;
}
.blog01-page__header__category__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  position: relative;
  transition: all ease 0.3s;
}
.blog01-page__header__category__item::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 1px;
  background-color: #f4891a;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.3s;
}
.blog01-page__header__category__item.active, .blog01-page__header__category__item:hover {
  color: #f4891a;
  transition: all ease 0.3s;
  font-weight: 700;
}
.blog01-page__header__category__item.active::after, .blog01-page__header__category__item:hover::after {
  transition: all ease 0.3s;
  opacity: 1;
}
.blog01-page .hold-cat {
  width: 100%;
  padding: 0 5vw;
}
.blog01-page__boxs {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs {
    padding-bottom: 50px;
    margin: 0;
  }
}
.blog01-page__boxs__featured {
  padding: 80px 5vw;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured {
    padding: 50px 7vw;
  }
}
.blog01-page__boxs__featured .owl-nav {
  width: 100%;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__content {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__image {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.blog01-page__boxs__featured__item__image__img {
  width: 100%;
  border-radius: 13px;
}
.blog01-page__boxs__featured__item__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 42px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__description {
    padding: 0;
  }
}
.blog01-page__boxs__featured__item__category {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  color: #f4891a;
  border: solid 1px #f4891a;
  padding: 4px 14px;
  border-radius: 5px;
  margin-bottom: 12px;
  display: table;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__category {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__title {
  font-size: 1.875rem;
  font-weight: 400;
  color: #1a2839;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__title {
    font-size: 1.25rem;
  }
}
.blog01-page__boxs__featured__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #000;
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__featured__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__featured__item__cta {
  margin-top: 70px;
  align-self: end;
}
.blog01-page__boxs__featured__carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #ccc;
  margin: 0 6px;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot.active {
  background-color: #3f3f3f;
}
.blog01-page__boxs__featured__carousel .owl-dots .owl-dot:hover {
  background-color: #3f3f3f;
}
.blog01-page__boxs__item {
  margin-bottom: 75px;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .blog01-page__boxs__item {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  .blog01-page__boxs__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item {
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .blog01-page__boxs__item {
    width: 100%;
  }
}
.blog01-page__boxs__item__content {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.blog01-page__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-page__boxs__item__image {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 379/285;
  display: block;
}
.blog01-page__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-page__boxs__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #164782;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-page__boxs__item__description {
  min-height: 105px;
  background-color: #efefef;
  padding: 22px 20px 33px 20px;
  position: relative;
}
.blog01-page__boxs__item__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 15px 0 15px 0;
}
.blog01-page__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #164782;
}
@media (max-width: 767.98px) {
  .blog01-page__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-page__boxs__item__icon {
  width: 34px !important;
}

.blog01-show {
  padding: 53px 0 80px 0;
}
@media (max-width: 767.98px) {
  .blog01-show {
    padding: 50px 30px;
  }
}
.blog01-show__header {
  text-align: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 27px 5vw 14px 5vw;
  background-color: #efefef;
}
.blog01-show__header__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (max-width: 767.98px) {
  .blog01-show__header__title {
    font-size: 1.25rem;
  }
}
.blog01-show__item__title {
  margin-bottom: 19px;
}
.blog01-show__item__published {
  margin-bottom: 27px;
  display: block;
}
.blog01-show__item__image {
  width: 100%;
  margin: 40px auto 49px auto;
}
.blog01-show__item__img {
  width: 100%;
  border-radius: 13px;
}
.blog01-show__item__description ul,
.blog01-show__item__description ol {
  margin: 20px 0;
}
.blog01-show__related {
  margin-top: 180px;
}
@media (max-width: 767.98px) {
  .blog01-show__related {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.blog01-show__related__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .blog01-show__related__title {
    font-size: 1.063rem;
  }
}
.blog01-show__boxs__item {
  margin-bottom: 23px;
}
.blog01-show__boxs__item__content {
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.blog01-show__boxs__item__content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ccc;
}
.blog01-show__boxs__item__image {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 379/285;
  display: block;
}
.blog01-show__boxs__item__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.blog01-show__boxs__item__date-publish {
  font: 0.875rem "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #164782;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__date-publish {
    font: 0.813rem "Montserrat", sans-serif, arial;
  }
}
.blog01-show__boxs__item__description {
  min-height: 105px;
  background-color: #efefef;
  padding: 22px 20px 33px 20px;
  position: relative;
}
.blog01-show__boxs__item__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 15px 0 15px 0;
}
.blog01-show__boxs__item__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #164782;
}
@media (max-width: 767.98px) {
  .blog01-show__boxs__item__title {
    font-size: 1.125rem;
  }
}
.blog01-show__boxs__item__icon {
  width: 34px !important;
}

/* BEGIN STYLE */
#TOPI03 {
  padding: 70px 0 0px 5vw;
  float: left;
  width: calc(100% - 486px);
  margin: 0 auto 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #TOPI03 {
    width: 100%;
    padding: 70px 5vw;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  #TOPI03 {
    padding: 70px 0px 50px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .owl-stage-outer {
    overflow: visible;
  }
}
#TOPI03 .header-topic {
  text-align: center;
}
#TOPI03 .header-topic .container-title {
  margin-bottom: 25px;
}
#TOPI03 .header-topic .container-title .title {
  font-size: 2.187rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #1a2839;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .title {
    font-size: 2rem;
  }
}
#TOPI03 .header-topic .container-title .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif, arial;
  color: #f4891a;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .container-title .subtitle {
    font-size: 1.125rem;
  }
}
#TOPI03 .header-topic .paragraph {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .header-topic .paragraph {
    font: 90%;
    width: 0.937rem "Montserrat", sans-serif, arial;
  }
}
#TOPI03 .header-topic .line {
  background-color: #1a2839;
}
#TOPI03 .container-box {
  width: 100%;
  padding: 0 !important;
}
#TOPI03 .container-box .box-topic {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
}
#TOPI03 .container-box .box-topic .content {
  background: transparent;
  border: solid 1px #164782;
  border-radius: 8px;
  padding: 2rem 1rem;
  min-height: 197px;
  transition: all ease 0.3s;
}
#TOPI03 .container-box .box-topic .content .container-info {
  position: relative;
  z-index: 1;
}
#TOPI03 .container-box .box-topic .content .container-info .image img {
  width: 61px;
  transition: all ease 0.3s;
}
#TOPI03 .container-box .box-topic .content .container-info .description {
  text-align: center;
}
#TOPI03 .container-box .box-topic .content .container-info .description .title {
  transition: all ease 0.3s;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #164782;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #TOPI03 .container-box .box-topic .content .container-info .description .title {
    font-size: 1.063rem;
  }
}
#TOPI03 .container-box .box-topic .content:hover {
  transition: all ease 0.3s;
  background-color: #164782;
}
#TOPI03 .container-box .box-topic .content:hover .container-info .image img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2505%) hue-rotate(127deg) brightness(107%) contrast(100%);
  transition: all ease 0.3s;
}
#TOPI03 .container-box .box-topic .content:hover .container-info .description .title {
  transition: all ease 0.3s;
  color: #fff;
}

/* BEGIN STYLE */
.feed05 {
  background-color: #e9eaec;
  padding: 60px 7vw;
}
.feed05__header {
  margin-bottom: 60px;
}
.feed05__title {
  text-align: center;
}
.feed05__line {
  width: 100%;
  border-top: 1px solid #000;
  margin: 40px auto 60px auto;
  opacity: 1;
}
.feed05__carousel {
  width: 100%;
}
.feed05__carousel .owl-stage {
  display: flex;
}
.feed05__item {
  width: 100%;
  height: 100%;
  padding: 35px 26px;
  background-color: #fff;
  border-radius: 15px;
}
.feed05__item__avatar {
  width: 188px !important;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  margin-bottom: 24px;
  margin-top: -160px;
}
@media (max-width: 767.98px) {
  .feed05__item__avatar {
    width: 156px !important;
  }
}
.feed05__item__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a2839;
  text-align: center;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .feed05__item__title {
    font: 1.063rem;
  }
}
.feed05__item__stars {
  padding-left: 0;
  gap: 4px;
  margin-bottom: 18px;
  list-style-type: none;
}
.feed05__item__stars__item {
  height: 16px;
  width: 16px;
}
.feed05__item__stars__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) saturate(100%) invert(57%) sepia(92%) saturate(1569%) hue-rotate(351deg) brightness(100%) contrast(92%);
}
.feed05__item__text {
  text-align: center;
}

/* BEGIN STYLE */
.cota02__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 27px 5vw 14px 5vw;
}
.cota02__header .container-cont02-page__header {
  padding: 108px 0;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cota02__header .container-cont02-page__header {
    padding: 44px 20px;
  }
}
.cota02__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.cota02__header__title {
  font-size: 1.875rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (max-width: 767.98px) {
  .cota02__header__title {
    font-size: 1.25rem;
  }
}
.cota02__header__subtitle {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 400;
  color: #1a2839;
}
@media (max-width: 767.98px) {
  .cota02__header__subtitle {
    font-size: 1.063rem;
  }
}
.cota02__header__line {
  margin-top: 1.25rem;
  color: #164782;
  width: 100%;
}
.cota02__boxForm {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cota02__boxForm .container--boxForm {
  padding: 66px 2.5vw !important;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .cota02__boxForm .container--boxForm .row {
    margin: 0 auto;
  }
}
.cota02__boxForm .justify-content-center {
  gap: 25px 0;
}
.cota02__boxForm__item:last-of-type .cota02__boxForm__item__content::after {
  display: none;
}
@media (max-width: 767.98px) {
  .cota02__boxForm__item {
    margin: 0 auto;
    padding: 0;
    width: 94%;
  }
}
.cota02__boxForm__item__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  position: relative;
  padding: 0 32px;
  max-width: 412px;
}
.cota02__boxForm__item__content::after {
  content: "";
  width: 1px;
  height: 88%;
  background: #1a2839;
  opacity: 0.4;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content {
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cota02__boxForm__item__content__image {
  width: 47px;
  height: 47px;
  margin-right: 25px;
}
.cota02__boxForm__item__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cota02__boxForm__item__content__description {
  width: calc(100% - 72px);
}
.cota02__boxForm__item__content__description__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat", sans-serif, arial;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .cota02__boxForm__item__content__description__title {
    font-size: 1.063rem;
  }
}
.cota02__boxForm__item__content__description__paragraph {
  line-height: 190%;
}
.cota02__form {
  padding: 30px 0 148px 0;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .cota02__form {
    padding: 30px 2.5vw 148px 2.5vw;
  }
}
.cota02__form__header {
  margin-bottom: 36px;
}
.cota02__form__header__title {
  font-weight: 700;
  color: #1a2839;
  text-align: center;
  margin-bottom: 18px;
}
.cota02__form__header__paragraph {
  text-align: center;
}
.cota02__form__inputs .input__item--textarea {
  margin-bottom: 25px;
}
.cota02__form__inputs .input__item--textarea .placeholder--custom {
  top: 18px;
}
.cota02__form__inputs .focusing .placeholder--custom {
  top: -2px;
  opacity: 0.8;
  font-size: 12px;
}
.cota02__form__inputs .form-placeholder .form-select,
.cota02__form__inputs .form-placeholder .form-control {
  background-color: #fff !important;
  border-radius: 2px;
  border: solid 1px #1a2839;
  margin-bottom: 11px;
}
.cota02__form__inputs .form-placeholder .form-control {
  padding-top: 14px;
}
.cota02__form__inputs .form-placeholder .placeholder--custom {
  z-index: 100;
}
.cota02__form__inputs__cta {
  border-radius: 5px;
  padding: 0.75rem 1.75rem;
}
@media (max-width: 575.98px) {
  .cota02__form__inputs__cta {
    align-self: end;
  }
}
.cota02__form__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .cota02__form__footer {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.cota02__form__compliance {
  display: flex;
}
.cota02__form__compliance input {
  border: 1px solid rgba(57, 57, 57, 0.3);
}
.cota02__form__compliance label {
  color: #000;
  opacity: 0.6;
}
.cota02__form__compliance a {
  opacity: 0.6;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #7c7c7c;
  font: 0.875rem "Montserrat", sans-serif, arial;
  line-height: 22px;
}

/* BEGIN STYLE */
.comp01-page__header {
  text-align: center;
  background-color: #EFEFEF;
  padding: 87px 0;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.comp01-page__header__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
}
.comp01-page__header__container {
  margin-bottom: 25px;
  z-index: 100;
  position: relative;
}
.comp01-page__header__title {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif, arial;
  color: #000;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__header__title {
    font-size: 2rem;
  }
}
.comp01-page__content {
  padding: 45px 0 120px;
}
.comp01-page__content__icon {
  width: 36px;
  margin: 10px auto;
  display: table;
}
.comp01-page__content__container {
  text-align: center;
  margin-bottom: 35px;
}
.comp01-page__content__title {
  font-size: 2.187rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #1a2839;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__title {
    font-size: 2rem;
  }
}
.comp01-page__content__subtitle {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #1a2839;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__subtitle {
    font-size: 1.125rem;
  }
}
.comp01-page__content__line {
  width: 100%;
  background-color: #1a2839;
  margin-bottom: 35px;
}
.comp01-page__content__paragraph {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 500;
  padding: 0 30px;
  color: #1a2839;
  line-height: 25px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__content__paragraph {
    font: 0.937rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives {
  margin-top: 50px;
}
.comp01-page__archives__item {
  font: 0.937rem "Montserrat", sans-serif, arial;
  font-weight: 700;
  color: #000;
  display: table;
  margin: 0 25px 0 0;
  max-width: 100%;
  padding: 10px 15px;
  background-color: #e9eaec;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .comp01-page__archives__item {
    font: 0.937rem "Montserrat", sans-serif, arial;
  }
}
.comp01-page__archives__item:hover {
  color: #fff;
  background-color: #000;
}
.comp01-page__archives__item:hover .comp01__archives__item__icon {
  filter: invert(1) grayscale(1);
}
