.global-footer {
  width: 100%;
  background-color: #d3d8e0;
  color: rgb(23, 33, 45);
  padding: 20px 40px;
  font-family: "Euclid", sans-serif;
  font-weight: 100;
  font-size: 14px;
}
.global-footer-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.global-footer-row[data-row="1"] {
  padding-top: 20px;
}
.global-footer-row[data-row="4"] {
  padding-top: 10px;
}
.global-footer-row[data-row="5"] {
  padding-top: 10px;
}
.global-footer-col {
  width: 33%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.global-footer-col[data-col="4"] {
  width: 100%;
}
.global-footer-col[data-col="5"],
.global-footer-col[data-col="7"] {
  width: 100%;
}
.global-footer-col[data-col="7"] > a {
  font-size: 11px;
  padding: 0px 20px;
}
.global-footer-col[data-col="8"] > span {
  font-size: 11px;
  padding: 0px 20px;
}
.global-footer-col[data-col="6"] {
  width: calc(100% - 80px);
  flex-wrap: wrap;
}
.global-footer-col-left {
  justify-content: left;
}
.global-footer-col-center {
  justify-content: center;
}
.global-footer-col-right {
  justify-content: right;
}

.global-footer-icon {
  height: 36px;
  float: left;
}

.global-footer a {
  text-decoration: none;
  color: rgb(16, 24, 35);
  transition: color 0.3s ease;
}
.global-footer a:hover {
  color: rgb(104, 104, 104);
}
.global-footer-socials img {
  height: 16px;
  padding-left: 5px;
  float: right;
}
.global-footer-feedback {
  background-color: black;
  border-radius: 4px;
  color: #d3d8e0 !important;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 5px 1px 5px;
  margin: 0;
}
.global-footer-group-container > img {
  width: 150px;
}

.global-footer-group-container {
  margin-top: auto;
  padding-right: 0px !important;
}
@media (max-width: 1400px) {
  .global-footer-row {
    flex-direction: column;
  }
  .global-footer-col {
    width: 100% !important;
  }
  .global-footer-col-right[data-col="7"] {
    display: none;
  }
  .global-footer-col-left,
  .global-footer-col-right {
    justify-content: center;
    padding-bottom: 10px;
  }
  .global-footer-col-right {
    padding-top: 20px;
  }
  .hide-1100 {
    display: none;
  }
}
.show-590 {
  display: none;
}
@media (max-width: 590px) {
  .global-footer-col-right {
    display: none;
  }
  .hide-1100 {
    display: flex;
  }
  .show-590 {
    display: flex;
  }
  .hide-590 {
    display: none;
  }
  .global-footer-col-center[data-col="7"],
  .global-footer-col-center[data-col="8"] {
    flex-direction: column;
  }
  .global-footer-col-center[data-col="7"] > a,
  .global-footer-col-center[data-col="8"] > span {
    width: 100%;
    justify-content: center;
    padding: 5px;
  }
}
