#footer span {
  font-weight: inherit;
}
#footer .orange {
  color: var(--secondary, #ED6234);
}
#footer .blue {
  color: var(--primary, #2E81FF);
}
#footer strong {
  font-weight: bold;
}
#footer button:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.5);
  outline: none;
}
#footer button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
#footer button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#footer .btn-t3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary, #2E81FF);
  background-color: var(--primary, #2E81FF);
  transition: background-color 200ms;
}
#footer .btn-t3 .txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: -3px;
  transition: color 200ms;
}
#footer .btn-t3 {
  background-color: transparent;
}
#footer .btn-t3 .txt {
  color: var(--primary, #2E81FF);
}
#footer .btn-t3 svg {
  stroke: var(--primary, #2E81FF);
  transition: stroke 200ms;
  margin-right: 4px;
}
#footer .btn-t3 svg.spec {
  stroke: none;
  fill: var(--primary, #2E81FF);
  transition: fill 200ms;
}
#footer img {
  vertical-align: bottom;
}
#footer {
  margin-top: 180px;
  position: relative;
  background-color: #EBF3FF;
  isolation: isolate;
}
#footer .newsletter {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  max-width: 927px;
  transform: translateY(-100%);
}
#footer .newsletter form {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 32px;
  border-top-right-radius: 160px;
  background-color: #2E81FF;
  z-index: 3;
}
#footer .newsletter form > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.55;
  color: #fff;
  margin-bottom: initial;
}
#footer .newsletter form .holder {
  position: relative;
  display: flex;
  height: 40px;
  margin-inline: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#footer .newsletter form .holder.err {
  outline: 1px solid #B2001A;
}
#footer .newsletter form .holder input {
  background: none;
  border: none;
  outline: none;
 padding: 0 16px;
  height: 100%;
  font-size: 14px;
   text-align: left;
  direction: rtl;
  width: initial;
}
#footer .newsletter form .holder button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-inline: 18px;
  border-radius: 10px;
  background-color: #ED6234;
  border: none;
}
#footer .newsletter form .holder[data-state="success"] button {
  background-color: #008309;
}
#footer .newsletter form .holder button .txt {
  font-size: 14px;
  line-height: normal;
  color: #fff;
  display: none;
  font-weight: normal;
}
#footer .newsletter form .holder[data-state="def"] .txt.submit {
  display: inline;
}
#footer .newsletter form .holder[data-state="success"] .txt.success {
  display: inline;
}
#footer .newsletter form .holder button svg {
  width: 20px;
  height: 20px;
  display: none;
  flex-shrink: 0;
}
#footer .newsletter form .holder[data-state="def"] .send-icon {
  display: block;
}
#footer .newsletter form .holder[data-state="success"] .check-icon {
  display: block;
}
#footer .newsletter form .err-box {
  position: absolute;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  bottom: -10px;
  transform: translateY(100%);
  background-color: #FFFFFF;
  border-radius: 8px;
  z-index: 10;
  display: none;
}
#footer .newsletter form .holder.err .err-box {
  display: flex;
}
#footer .newsletter form .err-box p {
  font-size: 11px;
  line-height: 18px;
  color: #57626D;
   margin-bottom: initial;
}
#footer .newsletter form .err-box::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 16px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#footer .newsletter .letter-cat {
  width: 172px;
  height: auto;
  position: absolute;
  top: 0;
  left: 3px;
  transform: translateY(-80%);
  z-index: 4;
}
#footer .newsletter .backshape {
  position: absolute;
  width: 103%;
  height: 85%;
  background-color: #74ACFF;
  bottom: 0;
  left: 0;
  border-top-right-radius: 180px;
  z-index: 2;
}
#footer > .container {
  max-width: 1186px;
  padding: 46px 20px 24px;
  margin: 0 auto;

  display: flex;
  gap: 48px;
}
#footer .logo img {
  width: 140px;
  height: 42px;
}
#footer .logo {
  display: block;
  margin-bottom: 24px;
}
#footer .about {
  max-width: 366px;
}
#footer .about p {
  font-size: 16px;
  color: var(--blck, #0B1220);
  line-height: 1.75;
   margin-bottom: initial;
}
#footer .about-cta {
  width: fit-content;
  margin-top: 24px;
  height: 40px;
  padding: 0 22px;
}
#footer .about-cta svg {
  width: 20px;
  height: 20px;
}
#footer .footer-social {
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
#footer .footer-social ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  list-style-type: none;
   margin-right: initial;
}
#footer .footer-social ul svg {
  width: 20px;
  height: 20px;
  stroke: initial;
}
#footer .footer-social ul a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #FFE0D6;
}
#footer .cols {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
#footer .cols details {
  overflow: hidden;
}
#footer .cols details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  list-style-type: none;
  cursor: pointer;
  pointer-events: none;
}
#footer .cols details summary h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--primary, #2E81FF);
   margin-bottom: initial;
}
#footer .cols details .title {
  position: relative;
  isolation: isolate;
}
#footer .cols details .title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
#footer .cols details summary .icon {
  display: none;
}
#footer .cols details summary .icon svg {
  width: 20px;
  height: 20px;
  stroke: initial;
}
#footer .cols details[open] summary .icon svg {
  transform: rotate(180deg);
}
#footer .cols details ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: none;
  margin-right: initial;
}
#footer .cols details ul li > div {
  display: flex;
  gap: 8px;
}
#footer .cols details ul li > div span {
  font-size: 16px;
  line-height: normal;
  color: #414A53;
}
#footer .cols details ul li > div svg {
  flex-shrink: 0;
}
#footer .cols .contact details ul li:first-child > div svg {
  width:  22px;
  height: 22px;
}
#footer .cols details ul li > div div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#footer .cols details ul li > div a {
  font-size: 16px;
  line-height: normal;
  color: var(--primary, #2E81FF);
  font-weight: bold;
}
#footer .cols details ul li > a {
  font-size: 16px;
  line-height: 30px;
  color: #414A53;
}
#footer .cols .licenses details ul {
  display: grid;
  grid-template-columns: repeat(2, 64px);
}
#footer .cols .licenses details ul img {
  width: 64px;
  height: 64px;
}
#footer .credit {
  position: relative;
  border-top: 1px solid #E2E2E2;
}
#footer .credit .con {
  padding: 42px 20px 27px;
   padding: 20px 20px 27px;
  max-width: 1186px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 24px;
}
#footer .credit small {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #6E7A86;
  margin-top: initial;
  opacity: initial;
}
#footer .credit .separator {
  line-height: normal;
  color: #D9D9D9;
}
#footer .credit img {
  position: absolute;
  width: 165px;
  height: auto;
  bottom: 0;
  left: 100px;
}
#footer .back-icon {
  position: absolute;

  width: 80px;
  height: auto;
}
#footer .bi1 {
  top: 24px;
  right: 3px;
  width: 53px;
}
#footer .bi2 {
  width: 48px;
  right: 32px;
  bottom: 40%;
}
#footer .bi3 {
  width: 80px;
  right: 33%;
  top: 44%;
}
#footer .bi4 {
  width: 45px;
  top: 56px;
  left: 44px;
}
#footer .bi5 {
  left: 41px;
  bottom: 30%;
}
#footer .bshapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
#footer .cols details ul.hvr-prim li:hover > a {
  color: var(--primary, #2E81FF);
}
@media (min-width: 768px) {}
@media (min-width: 1027px) {}
@media (max-width: 1026px) {}
@media (max-width: 767px) {
  #footer .newsletter form {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 8px;
    padding: 16px 24px;
  }
  #footer .newsletter .letter-cat {
    width: 120px;
  }
  #footer .newsletter form .holder {
    margin-inline: initial;
    align-self: flex-end;
    height: 32px;
  }
  #footer .newsletter form > p {
    font-size: 11px;
  }
  #footer .newsletter form .holder input {
    font-size: 12px;
  }
  #footer .cols details {
    border-bottom: 1px dashed #8AB8FF;
  }
  #footer > .container {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px 24px;
  }
  #footer .cols {
    flex-direction: column;
    gap: 32px;
  }
  #footer .cols details summary .icon {
    display: block;
  }
  #footer .cols .acco summary {
    pointer-events: all;
  }
  #footer .cols details ul li:last-child {
    margin-bottom: 15px;
  }
  #footer .cols .licenses details ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #footer .credit .separator {
    display: none;
  }
  #footer .credit {
    border-top: none;
  }
  #footer .credit .con {
    padding: 0 20px 60px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  #footer .credit > img {
    width: 140px;
    left: 0;
  }
  #footer .back-icon {
    display: none;
  }
  #footer .bi4 {
    display: block;
    left: -20px;
    top: 16%;
  }
  #footer .bi5 {
    display: block;
    left: -30px;
    bottom: initial;
    top: 34px;
  }
}

@keyframes fadeInUp {
}
