
.branches-call-center {
  font-family: "Heebo";
  width: 100%;
  max-width: 80.15625vw;
  padding: 1.5625vw 1.04167vw;
  border-radius: 0.52083vw;
  border: 0.05208vw solid #c1d6ec;
  background: #fff;
  color: #393939;
  margin: 2.76042vw auto;
  text-align: center;
  font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
  .branches-call-center {
    max-width: calc(100% - 10.66667vw);
    padding: 4vw 1.33333vw;
    border-width: 0.26667vw;
    border-radius: 2.66667vw;
    margin: 8.8vw auto;
    font-size: 4.26667vw;
  }
}

@media screen and (max-width: 768px) {
  .branches-call-center__content > * {
    line-height: 1.5;
  }
}

.branches-call-center a {
  color: #003192;
  text-decoration: underline !important;
}

.branches-call-center a:hover {
  color: #e72419;
}

.branches-call-center h2 {
  font-size: 1.14583vw;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .branches-call-center h2 {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.branches-wrapper {
  padding-inline: 9.63542vw;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28.4375vw 1fr;
  grid-template-columns: 28.4375vw 1fr;
  gap: 1.5625vw;
  padding-bottom: 6.82292vw;
  margin-top:7rem;
}

@media screen and (max-width: 768px) {
  .branches-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 4.8vw;
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 5.33333vw;
  }
}

.branches-list {
  height: 46.25vw;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .branches-list {
    padding-bottom: 0;
    padding-top: 0;
    height: unset;
  }
}

.branches-list .branches__tabs-wrap {
  padding-inline: 0;
  margin-block: 0;
  margin-bottom: 0.5rem;
}

.branches-list .branches__tabs-wrap .branches__tabs {
  width: 100%;
}

.branches-list .branches__tabs-wrap .branches__tabs .button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: unset;
}

.branches-list .show-map {
  display: none;
}

@media screen and (max-width: 768px) {
  .branches-list .show-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.13333vw;
    font-size: 3.46667vw;
    letter-spacing: 0.01em;
    color: #00205f;
  }
}

@media screen and (max-width: 768px) {
  .branches-list .show-map input[type="checkbox"] {
    opacity: 1;
    width: 10.13333vw;
    height: 6.13333vw;
    border-radius: 3.06667vw;
    display: block;
    border: none !important;
    background: #afbedb;
    -webkit-box-shadow: 0px 1.6vw 7.33333vw rgba(118, 130, 183, 0.3);
    box-shadow: 0px 1.6vw 7.33333vw rgba(118, 130, 183, 0.3);
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .branches-list .show-map input[type="checkbox"]::before {
    display: block;
    content: "";
    width: 4vw;
    height: 4vw;
    border-radius: 2vw;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(1.06667vw, -50%);
    -ms-transform: translate(1.06667vw, -50%);
    transform: translate(1.06667vw, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .branches-list .show-map input[type="checkbox"]:checked {
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .branches-list .show-map input[type="checkbox"]:checked::before {
    background: #00205f;
    -webkit-transform: translate(calc(100% + 1.06667vw), -50%);
    -ms-transform: translate(calc(100% + 1.06667vw), -50%);
    transform: translate(calc(100% + 1.06667vw), -50%);
  }
}

.branches-list__query:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.14583vw;
  color: #000;
  gap: 0.52083vw;
}

@media screen and (max-width: 768px) {
  .branches-list__query:not(:empty) {
    -webkit-padding-start: 4.66667vw;
    padding-inline-start: 4.66667vw;
    -webkit-padding-end: 4.66667vw;
    padding-inline-end: 4.66667vw;
    margin-bottom: 12vw;
    font-size: 4vw;
  }
}

.branches-list__query:not(:empty) span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 20.83333vw;
}

@media screen and (max-width: 768px) {
  .branches-list__query:not(:empty) span {
    max-width: unset;
  }
}

.branches-list__query:not(:empty) a {
  white-space: nowrap;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .branches-list__query:not(:empty) a {
    font-size: 4vw;
  }
}

.branches-list__query:not(:empty) a:hover {
  text-decoration: none;
}

.branches-list__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.83333vw;
  -webkit-margin-after: 1.5625vw;
  margin-block-end: 1.5625vw;
}

@media screen and (max-width: 768px) {
  .branches-list__filter {
    -webkit-padding-start: 4.66667vw;
    padding-inline-start: 4.66667vw;
    -webkit-padding-end: 4.66667vw;
    padding-inline-end: 4.66667vw;
    margin-bottom: 6.66667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.branches-list__filter a {
  border-radius: 0.91146vw;
  border: 0.05208vw solid #00205f;
  color: #00205f;
  font-size: 0.9375vw;
  padding: 0.16667em 1.38889em;
}

@media screen and (max-width: 768px) {
  .branches-list__filter a {
    border-radius: 4.73333vw;
    -webkit-padding-start: 4.66667vw;
    padding-inline-start: 4.66667vw;
    -webkit-padding-end: 4.66667vw;
    padding-inline-end: 4.66667vw;
    font-size: 4.26667vw;
    min-width: calc(50% - 2.53333vw);
    height: 9.46667vw;
    border-width: 0.13333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.branches-list__filter a.active,
.branches-list__filter a:hover {
  background: #00205f;
  color: #fff;
}

.branches-list > ul {
  -webkit-box-shadow: 0px 0.625vw 2.86458vw rgba(118, 130, 183, 0.3);
  box-shadow: unset;
  margin-bottom: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.83333vw;
  overflow-y: auto;
  max-height: calc(100% - 6.09375vw);
  -webkit-margin-end: -0.625vw;
  margin-inline-end: -0.625vw;
  -webkit-padding-end: 0.3125vw;
  padding-inline-end: 0.3125vw;
}

@media screen and (max-width: 768px) {
  .branches-list > ul {
    gap: 3.2vw;
    margin-bottom: 0;
    overflow: unset;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }
}

.branches-list > ul::-webkit-scrollbar {
  width: 0.3125vw;
}

.branches-list > ul::-webkit-scrollbar-track {
  background: #fff;
}

.branches-list > ul::-webkit-scrollbar-thumb {
  background-color: #ED291C;
  border-radius: 0.15625vw;
}

.branches-list > ul li:last-child {
  margin-bottom: 0;
}

.branches-item {
  /* -webkit-box-shadow: 0px 0.625vw 2.86458vw rgba(118, 130, 183, 0.3); */
  /* box-shadow: 0px 0.625vw 2.86458vw rgba(118, 130, 183, 0.3); */
  /* border-radius: 0.52083vw; */
  /* background: #fff; */
  padding: 1.04167vw;
  font-family: "Open Sans";
  font-size: 0.83333vw;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .branches-item {
    width: 100%;
    border-radius: 1.33333vw;
    -webkit-box-shadow: 0px 1.6vw 7.33333vw rgba(118, 130, 183, 0.3);
    box-shadow: 0px 1.6vw 7.33333vw rgba(118, 130, 183, 0.3);
    font-size: 3.2vw;
    padding: 2.66667vw 3.86667vw 2.66667vw 2.66667vw;
  }
}



.branches-item--official .branches-item__header span {
  border-color: #e72419;
  color: #e72419;
}

.branches-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.67708vw;
}

@media screen and (max-width: 768px) {
  .branches-item__header {
    margin-bottom: 2.26667vw;
  }
}

.branches-item__header h3 {
  font-size: 1.14583vw;
  color: #414141;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .branches-item__header h3 {
    font-size: 4vw;
  }
}

.branches-item__header > span {
  border-radius: 0.65104vw;
  border: 0.05208vw solid #00205f;
  color: #00205f;
  font-size: 0.72917vw;
  padding: 0.15625vw 0.46875vw;
}

@media screen and (max-width: 768px) {
  .branches-item__header > span {
    font-size: 2.93333vw;
    border-radius: 2.8vw;
    border-width: 0.13333vw;
    padding: 0.13333vw 2.26667vw 0.93333vw;
    line-height: 1;
  }
}

.branches-item__subheader {
  color: #252525;
  line-height: 1.375;
  margin: 0.67708vw 0;
}

@media screen and (max-width: 768px) {
  .branches-item__subheader {
    margin: 2.26667vw 0;
  }
}

.branches-item__options {
  margin: 1.30208vw 0 0;
  border-top: 0.05208vw solid #f0f0f0;
}

@media screen and (max-width: 768px) {
  .branches-item__options {
    margin: 4.26667vw 0 0;
    border-width: 0.13333vw;
  }
}

.branches-item__toggle {
  display: none;
}

.branches-item__option {
  border-left: 0.05208vw solid #f0f0f0;
  border-right: 0.05208vw solid #f0f0f0;
  border-bottom: 0.05208vw solid #f0f0f0;
  background: #fdfdfd;
  padding: 1.04167vw 0 1.04167vw 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .branches-item__option {
    border-width: 0.13333vw;
    padding: 3.46667vw 0 3.46667vw 3.46667vw;
  }
}

.branches-item__option i {
  width: 2.65625vw;
  min-width: 2.65625vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
  font-size: 0.83333vw;
}

@media screen and (max-width: 768px) {
  .branches-item__option i {
    font-size: 3.33333vw;
    width: 9.2vw;
    min-width: 9.2vw;
  }
}

.branches-item__option i::before {
  display: block;
  line-height: normal;
  line-height: 1.375;
}

.branches-item__option span {
  line-height: 1.375;
}

.branches-item__option--website span a {
  text-decoration: underline;
}

.branches-item__option-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branches-item__option-line::after {
  width: 0.26042vw;
  height: 0.26042vw;
  border-radius: 50%;
  display: block;
  content: "";
  margin: 0 0.67708vw 0 0;
  background: #414141;
}

@media screen and (max-width: 768px) {
  .branches-item__option-line::after {
    width: 0.66667vw;
    height: 0.66667vw;
    margin: 0 3.2vw 0 0;
  }
}

.branches-item__option-line:last-of-type::after {
  display: none;
}

.branches-item__option-line ~ .branches-item__option-line i {
  width: 2.29167vw;
}

@media screen and (max-width: 768px) {
  .branches-item__option-line ~ .branches-item__option-line i {
    width: 8.93333vw;
  }
}

.branches-item__option--accessible span {
  font-weight: bold;
}

.branches-item__option--accessible + .branches-item__option--description {
  margin-top: -1.51042vw;
}

@media screen and (max-width: 768px) {
  .branches-item__option--accessible + .branches-item__option--description {
    margin-top: -5.46667vw;
  }
}

.branches-item__footer {
  margin-top: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .branches-item__footer {
    margin-top: 3.46667vw;
  }
}

.branches-item__footer .btn-readmore {
  color: #00205f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  gap: 0.52083vw;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

@media screen and (max-width: 768px) {
  .branches-item__footer .btn-readmore {
    gap: 0;
    gap: 1.33333vw;
    font-size: 3.46667vw;
  }
}

.branches-item__footer .btn-readmore i {
  display: block;
  line-height: normal;
  font-size: 0.36458vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .branches-item__footer .btn-readmore i {
    font-size: 1.33333vw;
  }
}

.branches-item__footer .btn-readmore.active i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.branches-item__footer-distance {
  color: #00205f;
  -webkit-margin-end: 1.19792vw;
  margin-inline-end: 1.19792vw;
}

@media screen and (max-width: 768px) {
  .branches-item__footer-distance {
    -webkit-margin-end: 4vw;
    margin-inline-end: 4vw;
  }
}

.branches-item__footer .btn {
  border-radius: 1.04167vw;
  background: #00205f;
  height: 2.08333vw;
  letter-spacing: 0.01em;
  font-size: 0.9375vw;
  padding: 0.41667vw 1.09375vw;
}

@media screen and (max-width: 768px) {
  .branches-item__footer .btn {
    height: 8vw;
    padding: 1.46667vw 5.33333vw;
    font-size: 3.46667vw;
    border-radius: 4vw;
  }
}

.branches-item__footer .btn:hover {
  background-color: #003192;
}

@media screen and (max-width: 768px) {
  .branches-map {
    width: 100%;
    min-height: 104.53333vw;
    display: none;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .branches-map.show {
    display: block;
  }
}

.branches-map--full {
  width: 100%;
}

.branches-map #branches-map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .branches-map #branches-map {
    min-height: 115.46667vw;
  }
}

.branches-popup {
  width: 31.77083vw;
  padding-left: 4.0625vw;
  padding-right: 4.0625vw;
  font-family: "Open Sans";
}

@media screen and (max-width: 768px) {
  .branches-popup {
    width: 90.66667vw;
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
}

.branches-popup__msg {
  text-align: center;
}

.branches-popup > h3 {
  font-size: 1.92708vw;
  color: #333;
  margin-bottom: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .branches-popup > h3 {
    font-size: 6.66667vw;
    margin-bottom: 1.6vw;
    letter-spacing: 0.01em;
  }
}

.branches-popup > p {
  font-size: 1.04167vw;
  color: #252525;
}

@media screen and (max-width: 768px) {
  .branches-popup > p {
    font-size: 4vw;
  }
}

.branches-popup > p:last-of-type {
  margin-bottom: 2.08333vw;
}

@media screen and (max-width: 768px) {
  .branches-popup > p:last-of-type {
    margin-bottom: 8vw;
  }
}

.branches-popup__loaction {
  margin-top: 1.45833vw;
  border-radius: 0.67708vw;
  background: #fff;
  -webkit-box-shadow: 0 0.625vw 1.66667vw rgba(118, 130, 183, 0.16);
  box-shadow: 0 0.625vw 1.66667vw rgba(118, 130, 183, 0.16);
  padding: 1.30208vw 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .branches-popup__loaction {
    margin-top: 5.33333vw;
    border-radius: 1.73333vw;
    -webkit-box-shadow: 0 1.6vw 4.26667vw rgba(118, 130, 183, 0.16);
    box-shadow: 0 1.6vw 4.26667vw rgba(118, 130, 183, 0.16);
    padding: 6vw 0;
  }
}

.branches-popup__loaction h3 {
  font-size: 1.14583vw;
  color: #000;
  margin-bottom: 0.72917vw;
}

@media screen and (max-width: 768px) {
  .branches-popup__loaction h3 {
    font-size: 4.53333vw;
    margin-bottom: 3.2vw;
  }
}

.branches-popup__loaction a {
  text-decoration: underline;
  color: #000;
}

.branches-popup__meta {
  margin-bottom: 0.78125vw;
}

@media screen and (max-width: 768px) {
  .branches-popup__meta {
    margin-bottom: 3.2vw;
  }
}

.branches-popup__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.46875vw;
  font-size: 0.83333vw;
}

@media screen and (max-width: 768px) {
  .branches-popup__meta > div {
    gap: 2.13333vw;
    font-size: 4vw;
  }
}

.branches-popup__meta > div i {
  font-size: 0.97396vw;
}

@media screen and (max-width: 768px) {
  .branches-popup__meta > div i {
    font-size: 5.06667vw;
  }
}

.branches-popup button[type="submit"] {
  border-radius: 1.30208vw;
  background: #00205f;
  color: #fff;
  text-align: center;
  padding: 0.52083vw 1.51042vw;
  margin: 2.8125vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.14583vw;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .branches-popup button[type="submit"] {
    margin-top: 8vw;
    font-size: 4.8vw;
    height: 11.33333vw;
    width: 60vw;
    border-radius: 5.66667vw;
    padding: 2.26667vw 8vw;
  }
}

.branches-popup button[type="submit"]:hover {
  background: #003192;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  z-index: 9999;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 4.16667vw;
  height: 4.16667vw;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.33333vw;
  height: 3.33333vw;
  margin: 0.41667vw;
  border: 0.41667vw solid #0c51a2;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0c51a2 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#branch-sms .form-item {
  position: relative;
}

#branch-sms .form-item__error {
  display: none;
  font-size: 0.75em;
  color: #e72419;
}

#branch-sms .form-item.novalid .form-item__error {
  display: block;
}

.page-template-page-cta main,
.page-template-page-cta .footer-top {
  background: #f7fbff;
}

main .call-to-action:first-child .call-to-action__action,
main .call-to-action:first-child .call-to-action__text {
  padding-top: 16.0625rem;
  padding-bottom: 11.3125rem;
}

@media screen and (max-width: 768px) {
  main .call-to-action:first-child .call-to-action__action,
  main .call-to-action:first-child .call-to-action__text {
    padding-top: 32.564vw;
    padding-bottom: 0;
  }
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans";
}

@media screen and (max-width: 768px) {
  .call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 9.23067vw;
  }
}

.call-to-action__action {
  width: 66.9375rem;
  min-width: 66.9375rem;
  -webkit-padding-start: 15.1875rem;
  padding-inline-start: 15.1875rem;
  -webkit-padding-end: 10.5rem;
  padding-inline-end: 10.5rem;
  padding-top: 8.75rem;
  padding-bottom: 11.25rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .call-to-action__action {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    padding: 12.308vw 6.15333vw 16.41067vw;
    padding-bottom: 16.41067vw !important;
  }
}

.call-to-action__action h2 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01563rem;
}

@media screen and (max-width: 768px) {
  .call-to-action__action h2 {
    font-size: 11.28267vw;
    letter-spacing: 0.056vw;
  }
}

.call-to-action__action-button {
  display: block;
  width: 21.5rem;
  height: 21.5rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0.8125rem 1.3125rem 0.46875rem 0 rgba(132, 132, 132, 0.16);
  box-shadow: 0.8125rem 1.3125rem 0.46875rem 0 rgba(132, 132, 132, 0.16);
  padding: 1.375rem;
  margin: 2.0625rem auto 2.6875rem;
}

@media screen and (max-width: 768px) {
  .call-to-action__action-button {
    margin: 0 auto 7.18vw;
    width: 88.20533vw;
    height: 88.20533vw;
    -webkit-box-shadow: 3.33333vw 5.384vw 1.92267vw 0 rgba(132, 132, 132, 0.16);
    box-shadow: 3.33333vw 5.384vw 1.92267vw 0 rgba(132, 132, 132, 0.16);
  }
}

.call-to-action__action-button span {
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call-to-action__action-button span::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.call-to-action__action-button > span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(38.33%, #de261c),
    color-stop(66.25%, #ff8c87)
  );
  background: linear-gradient(90deg, #de261c 38.33%, #ff8c87 66.25%);
  -webkit-filter: drop-shadow(0px 3px 5px rgba(132, 132, 132, 0.16));
  filter: drop-shadow(0px 3px 5px rgba(132, 132, 132, 0.16));
  width: 18.6875rem;
  height: 18.6875rem;
  padding: 0.625rem;
}

@media screen and (max-width: 768px) {
  .call-to-action__action-button > span {
    width: 76.66667vw;
    height: 76.66667vw;
    padding: 2.564vw;
  }
}

.call-to-action__action-button > span > span {
  width: 17.4375rem;
  height: 17.4375rem;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(8.75%, #e11e13),
    color-stop(76.25%, #ff8d87)
  );
  background: linear-gradient(270deg, #e11e13 8.75%, #ff8d87 76.25%);
  -webkit-box-shadow: 0 0.1875rem 0.3125rem 0 rgba(132, 132, 132, 0.16);
  box-shadow: 0 0.1875rem 0.3125rem 0 rgba(132, 132, 132, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .call-to-action__action-button > span > span {
    width: 71.53867vw;
    height: 71.53867vw;
    -webkit-box-shadow: 0 0.76933vw 1.28267vw 0 rgba(132, 132, 132, 0.16);
    box-shadow: 0 0.76933vw 1.28267vw 0 rgba(132, 132, 132, 0.16);
  }
}

.call-to-action__action-button > span > span > span {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  color: #fff;
  font-size: 3.1875rem;
  line-height: 1.11765;
  letter-spacing: 0.01594rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .call-to-action__action-button > span > span > span {
    letter-spacing: 0.06533vw;
    padding-left: 17.94933vw;
    padding-right: 17.94933vw;
    font-size: 13.07733vw;
  }
}

.call-to-action__action-button:hover {
  -webkit-box-shadow: 0 0 0.46875rem 0 rgba(132, 132, 132, 0.6);
  box-shadow: 0 0 0.46875rem 0 rgba(132, 132, 132, 0.6);
}

@media screen and (max-width: 768px) {
  .call-to-action__action-button:hover {
    -webkit-box-shadow: 0 0 1.92267vw 0 rgba(132, 132, 132, 0.6);
    box-shadow: 0 0 1.92267vw 0 rgba(132, 132, 132, 0.6);
  }
}

.call-to-action__action-phone a {
  color: #252525;
  font-size: 2.1875rem;
  font-weight: 600;
  letter-spacing: 0.01094rem;
  font-family: "Open Sans";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .call-to-action__action-phone a {
    font-size: 8.97467vw;
    letter-spacing: 0.04533vw;
  }
}

.call-to-action__action-phone a:hover {
  text-decoration: underline;
}

.call-to-action__text {
  -webkit-padding-start: 10.25rem;
  padding-inline-start: 10.25rem;
  -webkit-padding-end: 8.75rem;
  padding-inline-end: 8.75rem;
  padding-top: 8.75rem;
  padding-bottom: 11.25rem;
  color: #fff;
  position: relative;
  background: linear-gradient(135deg, #067acd 0%, #010825 100%);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .call-to-action__text {
    padding-top: 31.02533vw;
    padding-bottom: 18.46133vw;
    -webkit-padding-start: 9.744vw;
    padding-inline-start: 9.744vw;
    -webkit-padding-end: 8.71733vw;
    padding-inline-end: 8.71733vw;
  }
}

.call-to-action__text::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/bg-cta.png");
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.call-to-action__text::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/bg-cta-limit.svg");
  background-size: cover;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  height: 100%;
  width: 7rem;
}
.branches__tabs-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.branch-filter-btn {
    padding: 8px 24px;
    border-radius: 20px;
    border: 1px solid #E41F1F;
    background: transparent;
    color: #E41F1F;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.branch-filter-btn.active {
    background: #E41F1F;
    color: white;
}

.branch-filter-btn:hover {
    background: rgba(228, 31, 31, 0.1);
}

.branch-filter-btn.active:hover {
    background: #E41F1F;
}

.branch-search-wrapper {
    max-width: 100%;
    margin: 20px 0;
}

.branch-search-input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    /* border-radius: 50px; */
    /* background: var(--Main, #ED291C); */
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    /* padding: 1rem 0; */
    position: relative;
}

.branch-search-input input {
    width: 100%;
    height: 42px;
    padding: 10px 60px 10px 20px;
    border-radius: 21px;
    border: unset !important;
    font-size: 16px;
    outline: none;
    box-shadow: unset !important;
    padding: 1.5rem 1rem !important;
}

.branch-search-input input::placeholder {
    color: #000 !important;
}

.branch-search-icon {
    position: absolute;
    left: 2%;
    top: 50%;
    width: 2.5rem;
    height: .5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    left: 5%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
}

.branch-search-icon svg {
    width: 42px;
    height: 42px;
}
.branches-item {
    transition: opacity 0.3s ease;
}

.branches-item.hidden {
    display: none;
}

.branches-item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}

.branches-item__header {
    margin-bottom: 16px;
}

.branches-item__header h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000;
    text-align: right;
}

.branches-item__options {
    border: unset !important;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.branches-item__options > div {
    display: flex;
align-items: flex-start !important;
    gap: 8px;
    color: #333;
}

.branches-item__options svg {
    flex-shrink: 0;
}

.branches-item__options a {
    color: #333;
    text-decoration: none;
}

.branches-item__options .contact-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.branches-item__options .contact-group > * {
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-link {
    color: #32C030 !important;
}

.btn-navigate {
    background: #ED291C;
    color: white !important;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin-top: 16px;
}


.branches-item__options > div {
    display: flex
;
    align-items: center;
    /* gap: 8px; */
    color: #333;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    background: #FFF;
    border-left: 1px solid #F0F0F0;
    padding: 1rem 0.5rem;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .branches__tabs-wrap.d-mobile{
    order: 0;
  }
  .branch-search-wrapper{
    order: 1;
  }
  .branch-search-icon {

    width: 3rem;
    height: 3rem;

}

  .branches-map{
    order: 2;
  }
  .branches-list{
    order:3;
  }
  .d-desktop{
    display: none !important;
  }
  .branches__tabs-wrap.d-mobile{
    display: flex !important;
  }
   .branches__tabs-wrap{
    flex-wrap: wrap;
  }
  .branch-search-wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .map-toggle {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      margin-top: 12px;
  }

  .map-toggle .toggle-text {
      font-size: 14px;
      transition: color 0.3s ease;
      /* Initial state will be red since checkbox is checked */
      color: #ED291C;
  }

  /* Toggle Switch */
  .switch {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 24px;
  }

  .switch input {
      opacity: 0;
      width: 0;
      height: 0;
  }

  .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #E6E6E6;
      transition: .3s;
      border-radius: 34px;
  }

  .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 2px;  /* Changed from right to left */
      bottom: 2px;
      background-color: white;
      transition: .3s;
      border-radius: 50%;
  }

  /* When unchecked, the circle will be on the left (default position) */
  /* When checked, move the circle to the right */
  input:checked + .slider:before {
      transform: translateX(20px);  /* Changed to positive value to move right */
  }

  input:checked + .slider {
      background-color: #ED291C;
  }

  .branch-search-wrapper {
      position: relative;
      margin-bottom: 2rem;
      margin-top: unset;
  }
.branches__tabs-wrap a{
    flex:0 0 48%;
  }
  .branches-item__options > div {
    display: flex
;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 1.6rem !important;
    padding: 2rem 1rem !important;
}
  .branches-map{
    display: block ;
  }
}
