/*
 Theme Name:   Littleaffiliate Child
 Description:  Child Theme for custom theme-adaptations
 Author:       
 Template:     littleaffiliate
 Version:      1.0
 Text Domain:  littleaffiliate-child
*/
@import url("../littleaffiliate/style.css");
@font-face {
  font-family: "Britannic Bold Regular";
  src: url("assets/fonts/Britannic/Britannic_Bold_Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Improve jumplink behavior */
[id] {
  scroll-margin-top: 100px;
}

header#header {
  padding: 12px 0;
}
header#header .main-nav #menu-hauptmenue ul {
  top: 1.6em;
}

article p {
  line-height: 1.6 !important;
}
article ul, article img {
  margin-top: 15px;
  margin-bottom: 15px;
}
ul, ol {
  padding-left: 2rem !important;
}
ul li a, ol li a, ul li a:hover, ol li a:hover {
  color: #c8102e;
}
#header .main-nav #menu-hauptmenue li.menu-item a {
  color: #000;
}

p a {
  color: #c8102e !important;
}
#breadcrumbs {
  /* margin-top: 45px; */
}
.page-template #breadcrumbs {
  margin-top: 0px;
}
a.external-link-btn,
.wp-block-button__link {
  background-color: #c8102e !important;
  box-shadow: none;
  color: #fff !important;
}
a.external-link-btn::after,
.wp-block-button__link::after {
  background-color: #000;
}

div.teaser-image {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: unset;
}
div.teaser-image img {
  width: 125px;
  height: 125px;
}

@media (max-width: 1024px) {
  #menu-hauptmenue li a {
    color: #000 !important;
    padding-left: 15px;
  }
  #menu-hauptmenue li i {
    background: url("assets/images/icons/caret-down-solid.svg") center no-repeat;
    background-size: contain;
  }
}
body.home #wrapper .landing-image {
  background-size: cover;
  position: relative;
}
body.home #wrapper .landing-image .container {
  max-width: 1200px;
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  body.home #wrapper .landing-image .container {
    padding-top: 100px;
  }
}
body.home #wrapper .landing-image .container h1 {
  margin-top: 20px;
  font-size: 1.7em;
  font-weight: 400;
  text-align: left;
  border-left: 5px solid #c8102e;
  padding-left: 15px;
}
@media screen and (min-width: 1024px) {
  body.home #wrapper .landing-image .container h1 {
    font-size: 2.3em;
    margin: 60px 0;
  }
}
body.home #wrapper .landing-image .container .hero-cta-buttons {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  min-width: 250px;
  grid-gap: 10px; /* Abstand zwischen den Buttons */
}
@media screen and (min-width: 1024px) {
  body.home #wrapper .landing-image .container .hero-cta-buttons {
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  }
}
body.home #wrapper .landing-image .container .hero-cta-buttons a {
  font-family: "Britannic Bold Regular";
  font-weight: bold;
  position: relative;
  background-color: #c8102e;
  color: #fff;
  font-size: 1.1em;
  padding: 8px 0;
  cursor: pointer;
}
body.home #wrapper .landing-image .container .hero-cta-buttons a img {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.home #wrapper .landing-image .container .hero-cta-buttons a img {
    display: inherit;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
body.home #wrapper .landing-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
body.home #wrapper .main-content {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  body.home #wrapper .main-content {
    margin-top: 0;
  }
}

#wrapper div.comparison_container .operator-comparison .operator-comparison-row {
  border-left: 5px solid #c8102e;
  padding-left: 5px;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating {
  background-color: transparent;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field .rating-value {
  flex-direction: column;
  background: none;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field .rating-value span {
  text-shadow: none;
  margin-top: 0;
  color: #000;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field .rating-value span:nth-child(2) {
  font-weight: 400;
  font-size: 0.9em;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field .rating-value span.rating-stars {
  display: flex;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rating .rating-field .rating-value span.rating-stars img {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_bonus-chances {
  background-color: #c8102e;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_bonus-chances .rating-field .rating-value {
  font-family: "Britannic Bold Regular";
  font-weight: bold;
  text-shadow: none;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_linking {
  background-color: #c8102e;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_linking a.internal-link-btn {
  font-family: "Britannic Bold Regular";
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_linking a.external-link-btn {
  font-family: "Britannic Bold Regular";
  font-weight: bold;
  background-color: #ffe200 !important;
  color: #000 !important;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_linking a.external-link-btn:after {
  right: -10px;
  background-color: #000;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_highlights ul li::before {
  color: #c8102e;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_infos .operator_name a {
  color: #c8102e;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_rank {
  background-color: #c8102e;
  margin: 0 auto;
  min-width: 30px;
  min-height: 30px;
}
#wrapper div.comparison_container .operator-comparison .operator-comparison-row .operator_logo {
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
#wrapper div.comparison_container .show_more_container .btn_show_more {
  background-color: #c8102e;
}
.page-template #breadcrumbs {
  margin-top: 0;
}
.single-operator #breadcrumbs {
  margin-top: 0;
}
.single-operator .single-operator-head {
  background-image: url("https://sportwettenpanda.com/wp-content/uploads/2023/04/background_sport.jpg");
}
.single-operator .single-operator-head .single-operator-container {
  justify-content: space-around;
}
.single-operator .single-operator-head .single-operator-container .ccol-1-top {
  font-family: "Britannic Bold Regular";
  font-size: 1.2em;
  color: black;
  margin-bottom: 10px;
}
.single-operator .single-operator-head .single-operator-container .ccol-1-middle {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 15px;
}
.single-operator .single-operator-head .single-operator-container .ccol-1-middle .operator_rating .rating-field {
  text-align: center;
}
.single-operator .single-operator-head .single-operator-container .ccol-1-middle .operator_rating .rating-field .rating-field-operator_name {
  font-family: "Britannic Bold Regular";
  color: #c8102e;
  font-size: 1.1em;
}
.single-operator .single-operator-head .single-operator-container .ccol-1-middle .operator_rating .rating-field .rating-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 {
  width: 70%;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget {
  width: 100%;
  margin-bottom: 0;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos {
  margin-bottom: 0;
  grid-template-columns: 50% 50%;
  grid-gap: 2%;
  grid-template-areas: "bonus bonus" "foundation operator" "max_payment contact" "payment payment";
}
@media screen and (min-width: 1024px) {
  .single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos {
    grid-template-columns: 23% 23% 23% 25%;
    grid-template-areas: "bonus bonus foundation operator" "max_payment contact payment payment";
  }
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos span {
  color: #fff !important;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single-content {
  grid-template-columns: repeat(5, 1fr);
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single-content span {
  color: #000 !important;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single.bonus {
  padding: 30px;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 {
  width: 100% !important;
  background-color: #c8102e;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 ul {
  margin-bottom: 5px;
  padding-left: 0;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 ul li {
  list-style: none;
  color: #fff;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .widget_operator_infos .widget-box-single.bonus .layers .widget-box-single-bonus-layer-2 .btn.btn-cta-dark {
  background-color: #fff !important;
  color: #000;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .contact-box {
  grid-area: contact;
}
.single-operator .single-operator-head .single-operator-container .ccol-2 .widget_operator_infos_widget .software {
  grid-area: software;
}

.single-operator #wrapper .container.main-content {
  margin-top: 40px;
}

.tooltip .tooltip-inner {
  font-size: 1.5em;
}

.operator-comparison.comparison_small .operator-comparison-row {
  grid-template-areas: "Logo Highlights Bonus Cta";
}
/* Archive */

.archive .btn-success {
  background: #c8102e;
  border: none; }   /*# sourceMappingURL=style.css.map */

.dataTables_scroll{
  margin: 40px 0 40px 0;
}

#wrapper table.standard-table {
  margin: auto; 
  border-collapse: unset;
  width: unset !important;
}

#wrapper table.standard-table > thead > tr > th{
  background-color: #c8102e;
  color: white;
  text-wrap: nowrap;
  text-align: center;
}

#wrapper table.standard-table > tbody > tr > td{
  white-space: nowrap;
  text-align: center;
}

#wrapper table.standard-table > thead > tr > th:first-child{
  border-top-left-radius: 10px;
  padding: 15px 15px;
}

#wrapper table.standard-table > thead > tr > th:last-child{
  border-top-right-radius: 10px;
}

#wrapper table.standard-table > tbody > tr:last-child td{
  border-bottom: 5px solid #c8102e !important;
}

#wrapper table.standard-table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px !important; /* Adjust the radius as needed */
}

/* Apply border-radius to the last cell in the last row for bottom-right corner */
#wrapper table.standard-table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px !important; /* Adjust the radius as needed */
}

.dataTables_scrollHeadInner{
  margin: auto;
}

/* For Webkit-based browsers (Chrome, Safari, Edge) */
.dataTables_scrollBody::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
  height: 8px; /* Height of the scrollbar */
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: grey; /* Scrollbar thumb color */
  border-radius: 6px; /* Round the scroll thumb */
}

/* For Firefox */
.dataTables_scrollBody {
  scrollbar-width: thin; /* Thin scrollbar for Firefox */
  scrollbar-color: grey #f1f1f1; /* Scrollbar thumb color and track color for Firefox */
  
}
.dataTables_scrollBody > .standard-table{
  margin-bottom: 20px !important; /* Adds space below the scrollable container */
}

/* SWP 2025
======================== */
/* Custom block styles
================================== */
ol.cta-with-logos-inner-wrapper {
  gap: 20px 36px;
  padding-left: 0 !important;
}

ol.cta-with-logos-inner-wrapper li {
  margin: 0 !important;
}

.cwl_link {
  overflow: hidden;
  box-shadow: 3px 0px 0px 0px #C1182C;
  padding-left: 9px;
  border-radius: 12px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: block;
  transition: 
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  position: relative;
}

.cwl-container {
  position: relative;
  flex-direction: row;
  overflow: visible;
  border: 1px solid #00000040;
  border-radius: 12px;
  box-shadow: 0px 4px 6.3px 0px rgba(0, 0, 0, 0.06);
  transition: background-color 0.3s ease;
}

.cwl-icon-wrapper {
  padding: 0;
  flex-grow: 0;
  position: absolute;
  left: -10px;
  background-color: transparent;
}

.cwl-icon-wrapper img {
  margin: 0;
  transition: filter 0.3s ease;
  width:39px;
  height: 39px;
}

.cwl_link:hover .cwl-icon-wrapper img {
  filter: grayscale(1);
}

.cwl-title {
  padding: 0;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3C3C3C;
  font-weight: 700;
  min-height: 39px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

div.cta-with-logos-wrapper a:hover {
  background-color: #F5F5F5;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
  box-shadow: 3px 0px 0px 0px #626262;
}

div.cta-with-logos-wrapper a:hover .cwl-title {
  background-color: transparent;
  color: #3C3C3C;
}

@media screen and (max-width: 800px) {
  .cta-with-logos-inner-wrapper {
    gap: 20px 10px;
  }
}

@media screen and (max-width: 500px) {
    .cta-with-logos-inner-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* FOOTER STYLES
============================== */
footer#footer {
  background-color: #C8102E;
  color: #FFF;
}

footer#footer .container {
  display: block;
}

#footer img {
  max-width: 100%;
  height: auto;
}

.footer-socials-heading,
.footer-links-heading,
.footer-logos-heading {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px 0;
}

#footer .footer-socials ul,
#footer .footer-links ul,
#footer .footer-logos ul {
  list-style: none;
  padding: 0 !important;
}

#footer .footer-socials ul,
#footer .footer-logos ul {
  display: flex;
  gap: 16px;
}

#footer .footer-socials ul li,
#footer .footer-links ul li,
#footer .footer-logos ul li {
  margin-left: 0 !important;
  padding: 0;
}

.footer-content {
  display: flex;
  gap: 70px;
  justify-content: space-between;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQ4IiBoZWlnaHQ9IjE2MCIgdmlld0JveD0iMCAwIDM0OCAxNjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNjMuMzY3IDAuNDkyNDMyQzE1Mi4yMjUgMS4yNTQ0MyAxMzguOTY1IDMuNDMxNDkgMTI1Ljg2NyA2Ljc1MTU2QzExMy45MSA5Ljc0NTA2IDEwOC40NzUgMTEuOTc2NiA5OS43MjU1IDE3LjM2NDlMOTUuNDg2NCAyMC4wMzE4TDkyLjExNjggMTcuMjAxNkM3NS4xNjAzIDMuMDUwNTEgNTIuMDA4MSAtMi43NzMxOSAzNC4xODIgMi43MjM5NEMyMS4wMjk4IDYuNzUxNTYgMTEuNDEwMyAxNi44MjA2IDcuNzE0NjEgMzAuMzczQzYuMTkyODcgMzUuODE1NyA2LjM1NTkyIDQ4LjkzMjYgNy45ODYzNSA1Ni40OThDOS45NDI4NyA2NS44MDUgMTMuNjkyOSA3Ni4yMDA2IDE4LjYzODUgODYuMjY5N0wyMy4yNTgxIDk1LjU3NjdMMTkuNzI1NSAxMDIuMzI2QzkuMjkwNyAxMjIuNDA5IDMuMTQ5MzkgMTQyLjg3NCAwLjc1ODA4OSAxNjUuNjc5Qy0wLjExMTQ3NyAxNzMuODQzIC0wLjI3NDUyIDE5MC40NDMgMC40ODYzNDkgMTk4LjI4MUMzLjY5Mjg3IDIzMi45NTEgMTYuNTE5IDI2NS4wMDggMzcuOTg2NCAyOTIuMTY4QzQzLjgwMTYgMjk5LjUxNSA1Ny43NjkgMzEzLjU1OCA2NS4xMDU5IDMxOS4zMjdDOTEuOTUzNyAzNDAuNjYyIDEyNC42MTcgMzUzLjgzNCAxNTcuNzY5IDM1Ni43NzNDMTY0LjA3MyAzNTcuMzE3IDE4My41MyAzNTcuMzE3IDE4OS44MzQgMzU2Ljc3M0MyMjIuOTg2IDM1My44MzQgMjU1LjY0OSAzNDAuNjYyIDI4Mi40OTcgMzE5LjMyN0MyODkuODM0IDMxMy41NTggMzAzLjgwMiAyOTkuNTE1IDMwOS42MTcgMjkyLjE2OEMzNDEuMDMgMjUyLjQ5IDM1My44MDIgMjAxLjg3MyAzNDQuOTk3IDE1Mi4yOUMzNDEuNTE5IDEzMy4wMjMgMzMzLjkxIDExMi4xNzcgMzI0LjQ1NCA5Ni4wMTIxTDMyMi44NzggOTMuMjkwOEwzMjYuODQ1IDg1LjEyNjdDMzMxLjI0NyA3Ni4wMzc0IDMzNS4wNTIgNjUuMjA2MyAzMzYuODk5IDU2LjQ5OEMzMzguNTMgNDguOTMyNiAzMzguNjkzIDM1LjgxNTcgMzM3LjE3MSAzMC4zNzNDMzMzLjI1OCAxNi4wMDQyIDMyMi44NzggNS44MjYyOSAzMDguMzEyIDIuMDE2MzlDMzAyLjU1MiAwLjQ5MjQzMiAyOTEuODQ1IDAuMzgzNTc1IDI4NS4wNTIgMS42ODk4MkMyNzEuODk5IDQuMzAyMzQgMjU4LjI1OCAxMS40ODY3IDI0OC42MzkgMjAuOTAyNkwyNDUuNDg2IDI0LjAwNUwyMzkuNjcxIDIxLjY2NDZDMjIzLjE0OSAxNS4wNzg5IDIwOC45MSAxMS41OTU2IDE4OS4zOTkgOS40MTg0OUMxODcuMjggOS4yMDA3OCAxODYuMzAyIDguODE5NzkgMTg2LjQ2NSA4LjQzODgxQzE4Ny41NTIgNS41NTQxNyAxODguNTg0IDEuNDcyMTEgMTg4LjMxMiAxLjE5OTk4QzE4Ny44NzggMC43NjQ1NTcgMTc2Ljk1NCAtMC4wNTE4NDk0IDE3Mi43MTUgMC4wMDI1OTM5OUMxNzEuMDg0IDAuMDU3MDA2OCAxNjYuODQ1IDAuMjIwMzA2IDE2My4zNjcgMC40OTI0MzJaTTU0LjYxNjggMTQuMDk5MkM2NC41MDgxIDE1LjQ1OTkgNzUuMjY5IDIwLjYzMDUgODIuNzE0NiAyNy43MDZMODcuMDYyNCAzMS44NDI1TDc5LjE4MiAzNi45NTg2QzY0LjM0NSA0Ni43NTU1IDUxLjI0NzIgNTguNDAzIDQwLjE2MDMgNzEuNzM3NkMzNy4yNzk4IDc1LjE2NjUgMzQuNTA4MSA3OC41OTU0IDMzLjk2NDYgNzkuMzU3NEMzMy4xNDk0IDgwLjUwMDQgMzIuOTMyIDgwLjYwOTIgMzIuMjc5OCA3OS45MDE3QzMwLjU5NSA3OC4xMDU2IDI1LjU5NSA2OC42MzUzIDIzLjIwMzcgNjIuNzAyN0MxNi44OTk0IDQ2Ljc1NTUgMTguNTI5OCAzMC45NzE2IDI3LjQ0MjkgMjEuNjEwMkMzNC4wMTkgMTQuNjk3OSA0Mi4yNzk4IDEyLjQxMiA1NC42MTY4IDE0LjA5OTJaTTMwNS44MTIgMTQuMzE2OUMzMTMuNTMgMTYuMTY3NCAzMTkuNTYyIDIxLjEyMDMgMzIyLjk4NiAyOC4zNTkxQzMyOC4yMDQgMzkuMzUzNCAzMjcuNTUyIDUxLjkyNjEgMzIwLjk3NSA2Ni41MTI2QzMxOS4xMjggNzAuNjQ5IDMxNC42NzEgNzguNzA0MyAzMTMuOTY1IDc5LjA4NTNDMzEzLjc0NyA3OS4yNDg1IDMxMi4xMTcgNzcuNDUyNSAzMTAuMjY5IDc1LjExMjFDMzAzLjQyMSA2Ni40MDM3IDI5MC45NzUgNTMuODg1NSAyODEuNjgyIDQ2LjQyOUMyNzcuNTUyIDQzLjA1NDUgMjYzLjU4NCAzMy41ODQxIDI2MS4xOTMgMzIuNDk1NkMyNjAuMzIzIDMyLjExNDYgMjU5LjY3MSAzMS41MTU5IDI1OS42NzEgMzEuMTg5NEMyNTkuNjcxIDI5LjMzODggMjY5LjIzNiAyMi4xNTQ0IDI3Ni4wODQgMTguNzhDMjg1Ljk3NSAxMy45OTA0IDI5Ny4yMjUgMTIuMzAzMSAzMDUuODEyIDE0LjMxNjlaTTE4Ni4zMDIgMjIuNzUzMUMyMjMuMjU4IDI1Ljk2NDQgMjU2LjQxIDQwLjM4NzUgMjgzLjA0MSA2NC45MzQyQzMzMS4xMzkgMTA5LjIzOCAzNDcuNzE1IDE3OC4xOTcgMzI1LjA1MiAyMzkuNjQ1QzMyMS45NTQgMjQ3Ljk3MyAzMTUuMTA2IDI2Mi4wMTUgMzEwLjU5NSAyNjkuMDkxQzI4NS45MjEgMzA4LjE2OSAyNDcuMDA4IDMzNC40MDMgMjAxLjYyOCAzNDIuNTEzQzE4MS45NTQgMzQ1Ljk5NiAxNjUuNTQxIDM0NS45NDIgMTQ1LjE2IDM0Mi4yNDFDOTYuMDg0MiAzMzMuMjYgNTMuMzEyNCAzMDEuNDIgMzAuNjQ5NCAyNTYuNzlDMTMuMDQwNyAyMjIuMTIgOC41Mjk4MyAxODMuMDQxIDE3Ljc2OSAxNDQuOTQyQzI4LjkxMDMgOTkuMTE0NSA2MC40MzIgNTkuODcyNSAxMDIuOTMyIDM4LjkxOEMxMjguNjM5IDI2LjI5MDkgMTU4Ljk2NSAyMC40MTI4IDE4Ni4zMDIgMjIuNzUzMVoiIGZpbGw9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC41KSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 5% bottom;
  background-size: 30%;
  padding-bottom: 40px;
}

.footer-content>div:first-child {
  flex-basis: 40%;
}

.footer-content>div:last-child {
  flex-basis: 50%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-logo-wrap {
  background-color: #FFF;
  color: #666666;
  padding: 60px 30px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footer-logo-wrap img {
  margin-bottom: 30px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

#footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links>div {
  flex-basis: 50%;
}

.footer-links a {
  display: inline-block;
  transform: scale(1);
  transition: transform .2s ease-in-out;
}

.footer-links a:hover {
  transform: scale(1.05);
}

.footer-logos {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-logos-heading {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logos ul {
  justify-content: space-between;
}

.footer-credits {
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
   border-top: 1px solid rgba(255, 255, 255, .3);
}

@media screen and (min-width: 901px) {
  .footer-content {
    min-height: 450px;
  }
}

@media screen and (max-width: 900px) {
  #footer .container {
    padding: 0 24px;
  }

  .footer-content {
    flex-direction: column;
    gap: 40px;
  }

  .footer-content {
    padding-bottom: 150px;
    background-size: 320px;
    background-position: center bottom;
  }

  .footer-content>div {
    flex-basis: 100%;
  }

  .footer-content>div:last-child {
    padding-top: 0;
  }

  .footer-links {
    order: 0;
  }

  .footer-socials {
    order: 1;
  }

  #footer .footer-socials ul {
    gap: 10px;
  }

  #footer .footer-logos ul {
    flex-wrap: wrap;
    gap: 34px;
  }
}

@media screen and (max-width: 600px) {
  .footer-links {
    flex-direction: column;
    gap: 40px;
  }

  .footer-content {
    padding-bottom: 150px;
    background-size: 80%;
    background-position: center bottom;
  }

  .footer-socials img {
    max-width: 44px;
  }
}