* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #26344f;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

#header {
  display: flex;
  position: sticky;
  top: 0;
  align-items: center;
  justify-content: space-between;
  background-color: #2f4262;
  text-align: left;
  padding: 25px;
  box-shadow: 1px 1px 5px 0px #00000030;
}

#header img {
  width: auto;
  height: 32px;
}

#info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 10rem;
  font-weight: 300;
}

#info p {
  margin-bottom: 30px;
}

h1 {
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  margin: 1em auto 0.5em auto;
}

hr {
  border: none;
  height: 1px;
  background-color: #3ab2ee;
}

#card-container {
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 10rem;
}

@media (min-width: 1500px) {
  #card-container {
    margin: 0 20rem;
  }
}
@media (min-width: 1800px) {
  #card-container {
    margin: 0 25rem;
  }
}

.card {
  display: flex;
  /* flex: 1 1 300px; */
  gap: 0.7rem;
  flex-direction: column;
  background-color: #37496d;
  padding: 2rem;
  border-radius: 5px;
}

.card-header {
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.card-header img {
  width: 165px;
  height: 165px;
  object-fit: cover;
  background-position: center center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-header h2 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 4rem 1rem;
  text-align: left;
  margin-right: 0px;
}
.card-header p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 4rem;
  margin-right: 10px;
  text-align: left;
}

.card-body ul {
  list-style: none;
  padding: 0;
}

.card-body li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.2rem 1.2rem 0;
  border-bottom: 1px dashed #3ab2ee;
}

.card-body li .addres {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.card-body li .addres a {
  color: #ffffff;
  text-decoration: underline;
}

.card-body li a img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 870px) {
  #info {
    padding: 2rem 2rem;
  }

  .card {
    margin: 0;
    padding: 0.5rem;
    font-size: 12px;
  }

  .card-header {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
  }

  .card-header h2 {
    margin: 5px 2rem;
    text-align: center;
  }
  .card-header p {
    margin: 5px 2rem;
    text-align: center;
  }

  .card-body li {
    flex-direction: column;
    padding: 1.2rem 0;
  }

  #card-container {
    margin: 0 20px;
  }
}

.special {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: #70b8ff;
  font-weight: bold;
  color: #005f87;
  padding: 1%;
  z-index: 10;
}

.jss3577 {
  width: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  background-color: rgba(48, 66, 98, 1);
}

.jss3588 {
  width: 1280px;
  height: 2px;
  margin: 8px 0;
}

.jss3625 {
  padding-right: 0px;
}

.jss3590 {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jss3628 {
  text-align: center;
  align-items: center;
}

.jss3595 {
  flex: 2;
  display: flex;
  font-size: 14px;
  margin-top: 16px;
  flex-direction: column;
}

.jss3591 {
  display: flex;
  padding: 0 8px;
  min-width: 150px;
  margin-top: 16px;
  flex-direction: column;
}

.jss3592 {
  display: flex;
  flex-direction: column;
}

.jss3626 {
  font-size: 14px;
}

.jss3593 {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  margin-bottom: 2px;
}

.jss3596 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  margin-top: 4px;
}

.jss3597 {
  color: rgba(230, 232, 236, 1);
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
}

.jss3627 {
  font-size: 12px;
}

.jss3594 {
  color: rgba(230, 232, 236, 1);
  margin-bottom: 4px;
}

.jss3599 {
  color: rgba(230, 232, 236, 1);
  margin: 6px 6px 12px 6px;
  font-size: 12px;
}

#footer {
  border-top: 1px solid #3ab2ee;
  background-color: #2f4262;
  margin-top: 50px;
  padding: 30px 0;
}

#socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}

#socials img {
  width: 32px;
  height: 32px;
  margin: 0 5px;
}

@media (max-width: 1280px) {
  .jss3588 {
    width: 100%;
    margin: 4px 8px;
    margin-top: 8px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #26344f;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  top: 10px;
  color: #26344f;
}

.switch > span.off {
  right: 0;
  top: 10px;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: #26344f;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: '';
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #26344f;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  /* left: 4px; */
  bottom: 4px;
  width: 48px;
  background-color: #fff;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
