footer.enf1 {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
}

footer.enf1 > div.enf-main {
  background: var(--footer-main-background);
}

footer.enf1 a:any-link {
  position: relative;
  text-decoration: none;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
#footer_middle {
  background: #fff;
  max-width: 786px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 325px auto;
  grid-gap: 29px;
  align-items: center;
  padding: 13px 0;
}
#bottom_links a {
  display: inline-block;
  position: relative;
  line-height: 10px;
}
#bottom_links a:last-child {
  left: -2px;
  top: 0.5px;
}
#bottom_links {
  display: flex;
  align-items: center;
  gap: 35px;
}
footer.enf1 a:any-link:hover {
  color: var(--footer-font-color-hover);
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  position: relative;
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 700px auto;
  align-items: flex-start;
  padding: 21px 0 27.5px;
  grid-gap: 3px;
  z-index: 2;
}
.enf-main-inner::after {
  content: "";
  position: absolute;
  background: url(/pics/footer_icon.png) no-repeat;
  width: 253px;
  height: 450px;
  right: -280px;
  top: -137px;
  z-index: 1;
  background-size: contain;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center a {
  margin: 5px 0 0 -6px;
  display: inline-block;
}
footer.enf1 > div.enf-main > div.enf-main > * {
  overflow: hidden;
}
footer.enf1 .enf1-logo-cont {
  position: relative;
}
footer.enf1 .enf1-logo-cont img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  flex-grow: 0;
  box-sizing: border-box;
}

footer.enf1 div.enf-website-name-motto {
  display: flex;
  flex-direction: column;
}
footer.enf1 div.enf-website-name {
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--website-name-font-family);
  font-size: var(--website-name-font-size);
  line-height: 60px;
  color: var(--website-name-color);
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: -0.52px;
}

footer.enf1 div.enf-website-name br {
  display: var(--website-name-line-break-display);
}

footer.enf1 div.enf-website-motto {
  font-family: var(--website-motto-font-family);
  font-size: var(--website-motto-font-size);
  line-height: var(--website-motto-line-height);
  color: var(--website-motto-color);
}
#footer_contact1 {
  margin: 0 33px 0 34px;
}
footer.enf1 div.enf-address {
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
}

footer.enf1 div.enf-address {
  margin: 8.5px 0 0;
}

footer.enf1 div.enf-phone {
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  float: right;
  margin: 0 47.5px 0 0;
}
footer.enf1 div.enf-misc1 {
  display: inline-block;
  font-size: 13px;
  font-family: var(--address-font-family);
  line-height: var(--address-line-height);
  color: var(--address-font-color);
  max-height: 100%;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 12px 8px 0 auto;
}
footer.enf1 div.enf-misc1 a {
  float: left;
  clear: both;
  letter-spacing: -0.07px;
  background: url(/pics/footer_links_icon.png) no-repeat top 9px left;
  padding: 0 0 0 10.5px;
}
footer.enf1 div.enf-misc2 {
  box-sizing: border-box;
  height: 100%;
  font-family: var(--misc-font-family);
  font-size: var(--misc-font-size);
  color: var(--misc-font-color);
  display: flex;
  gap: var(--misc2-gap);
  justify-content: flex-end;
  overflow: visible;
  align-items: center;
  margin: 12px 0 0 0;
}

footer.enf1 div.enf-misc2 a {
  display: flex;
  width: 100%;
  justify-content: center;
}

footer.enf1 div.enf-misc2 img {
  max-width: 100%;
  max-height: 100%;
}

footer.enf1 > div.enf-subfooter {
  background: var(--subfooter-background);
}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
  margin: 0 auto;
  width: min(100%, var(--en-website-width));
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 100%;
  justify-content: center;
  padding: 0;
  min-height: 39px;
  align-items: center;
}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  padding-right: var(--subfooter-leftcont-right-padding);
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right {
  grid-row: 1;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: var(--subfooter-rightcont-left-padding);
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left img,
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

footer.enf1.enf1-4-2 div.enf-misc2 {
  justify-content: flex-start;
}

footer.enf1.enf1-4-3 div.enf-misc2 {
  justify-content: flex-end;
}

footer.enf1.enf1-4-4 div.enf-misc2 {
  flex-direction: row;
  align-items: center;
}
footer.enf1.enf1-4-6 div.enf-misc2 {
  flex-direction: row;
  align-items: flex-start;
}

footer.enf1.enf1logo-2-2 .enf1-logo-cont img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  border: 1px solid var(--logo-border-color);
}
footer.enf1.enf1logo-4-2 .enf1-logo-cont a {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -37px;
  left: 8px;
}
footer.enf1.enf1wname-1-2 div.enf-website-name-motto {
  align-self: center;
}

footer.enf1.enf1wname-2-2 div.enf-website-name {
  align-items: center;
}

footer.enf1.enf1wname-2-3 div.enf-website-name {
  align-items: flex-end;
}

footer.enf1.enf1wname-2-4 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  row-gap: 0;
}

footer.enf1.enf1wname-2-5 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  row-gap: 0;
}

footer.enf1.enf1wname-2-6 div.enf-website-name {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  row-gap: 0;
}

footer.enf1.enf1wname-2-7 div.enf-website-motto {
  display: none;
}
#footer_social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  position: relative;
  margin: -5px 0 0;
  left: -5.5px;
}
#footer_social a {
  width: 45px;
  height: 45px;
  background-color: #5f0da5;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  background-position: center top;
}

#footer_fb {
  background: url(/pics/footer_fb.png) no-repeat;
}
#footer_tweet {
  background: url(/pics/footer_tweet.png) no-repeat;
}
#footer_insta {
  background: url(/pics/footer_insta.png) no-repeat;
}
#footer_youtube {
  background: url(/pics/footer_youtube.png) no-repeat;
}
#footer_social a:hover,
#footer_social a:focus {
  background-position: center bottom;
  background-color: #ffd700;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
  text-align: center;
}
.download-holder a img {
  opacity: 0;
  height: 0;
}
.download-holder {
  position: relative;
  left: -11px;
  display: flex;
  flex-direction: row-reverse;
}
.download-holder a {
  background: url(/pics/app_icons.png) no-repeat;
  width: 141px;
  height: 41px;
  display: inline-block;
  transition: 0.4s all ease;
}
#appStoreIcon {
  background-position: center right;
  left: 3px;
}
#googlePlayIcon {
  background-position: center left;
  margin: 0 34px 0 0;
}
.download-holder a:hover,
.download-holder a:focus {
  transform: scale(1.1);
}
@media only screen and (max-width: 1230px) {
  footer.enf1 > div.enf-main,
  footer.enf1 > div.enf-subfooter {
    padding: 0 20px;
    width: auto;
  }
}

@media only screen and (max-width: 1175px) {
  footer.enf1 div.enf-address a {
    float: left;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 200px 59% auto;
  }
  #footer_contact2 {
    float: right;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1760px) {
  footer.enf1 div.enf-misc1 {
    grid-row: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-column: 2;
    gap: 15px;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 200px auto;
    justify-content: flex-start;
  }
  .enf-main-inner::after {
    right: 0;
  }
  .enf-main-inner::after {
    right: 0;
    top: -100px;
    background-position: center top;
    width: clamp(150px, 14.37vw, 253px);
  }
}

@media only screen and (max-width: 1099px) {
  footer.enf1.enf1logo-2-3 .enf1-logo-cont img {
    width: clamp(136px, 15.92vw, 175px);
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    row-gap: 30px;
  }
  footer.enf1.enf1logo-4-2 .enf1-logo-cont a {
    position: relative;
    top: 0;
  }
  footer.enf1 div.enf-website-name-motto {
    margin: 0;
  }
  footer.enf1 div.enf-address {
    max-width: 55%;
  }
  footer.enf1 div.enf-misc1 {
    margin: 0;
  }
  footer.enf1 div.enf-misc1 a {
    float: none;
    background-position: center left;
    margin: 0 15px 0 0;
  }
  footer.enf1 div.enf-misc1 a:last-child {
    margin: 0;
  }
  .enf-main-inner::after {
    top: -80px;
    right: 0;
    background-position: center top;
    width: clamp(150px, 16.02vw, 253px);
  }
  #footer_contact1 {
    margin: 0;
  }
  #googlePlayIcon {
    margin: 0 20px 0 0;
  }
  #bottom_links {
    gap: 20px;
  }
}

@media only screen and (max-width: 811px) {
  #footer_middle {
    padding: 13px 10px;
  }
}

@media only screen and (max-width: 768px) {
  footer.enf1 div.enf-website-name-motto {
    margin: 0;
    text-align: center;
    align-items: center;
  }
  footer.enf1 div.enf-website-name {
    margin: 0 auto;
  }
  footer.enf1 div.enf-address {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    row-gap: 10px;
    z-index: 5;
  }
  footer.enf1 div.enf-misc1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    z-index: 5;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    padding: 60px 0;
    justify-content: center;
  }
  #footer_middle {
    grid-template-columns: auto;
    padding: 20px 10px;
    justify-content: center;
  }
  #bottom_links {
    flex-wrap: wrap;
    justify-content: center;
  }
  #bottom_links a img {
    width: clamp(85px, 13.02vw, 100px);
  }
  #bottom_links {
    gap: 35px;
  }
  .download-holder {
    left: 0;
    justify-content: center;
  }
  #googlePlayIcon {
    margin: 0 16px 0 0;
  }
  .enf-main-inner::after {
    content: none;
  }
}
