h1 {
  font-family: Segma, sans-serif;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 46px;
}
h5 {
  font-family: Segma, sans-serif;
  font-weight: 400 !important;
  line-height: 20px;
  font-size: 16px;
}
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
a {
  color: #273239;
}
button,
input[type='reset'],
input[type='submit'] {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
a.link {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  font-style: normal;
  font-family: Segma, sans-serif;
}
.overflow-hidden {
  overflow: hidden;
}
.hide {
  display: none !important;
}
.btn {
  display: flex;
  align-items: center;
  align-self: center;
  height: auto;
  position: relative;
  background-position: center;
  border-radius: 6px;
  width: auto;
  min-height: 48px;
  padding: 10px 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Segma, sans-serif;
  font-weight: 800;
  font-size: 14px;
}
.btn-md {
  padding: 12px 30px 12px 30px !important;
  min-height: 40px;
}
.btn-md span {
  font-size: 16px !important;
  line-height: 14px;
  font-weight: 600 !important;
}
.btn-lg {
  padding: 19px 47px !important;
}
.btn-lg span {
  font-size: 18px !important;
  line-height: 16px;
}
.btn span {
  font-weight: 400;
  font-family: Segma, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.btn .icon {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #fa0050;
  border-color: #fa0050;
}
.btn-primary:active {
  color: #fff;
  background-color: #920147;
  border-color: #920147;
}
.btn-primary:hover {
  color: #fff;
  background-color: #920147;
  border-color: #920147;
}
.btn-light {
  color: #fa0050;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:active {
  color: #fff;
  background-color: #920147;
  border-color: #920147;
}
.btn-light:hover {
  color: #fff;
  background-color: #920147;
  border-color: #920147;
}
.bg-primary {
  background-color: #fa0050;
}
.bg-secondary {
  background-color: #efedf0;
}
.bg-light {
  background-color: #fff;
}
img.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 729px;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
}
.card {
  display: flex;
  flex-direction: column;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 0%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  padding: 3rem;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-space-evenly {
  justify-content: space-evenly;
}
.horizontal-band {
  height: 232px;
  width: 100%;
  background: #efedf0;
  position: absolute;
  top: -232px;
  left: 0;
  right: 0;
}
.tabs ul.navtabs {
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  margin: auto;
  width: 100%;
  overflow-x: auto;
}
.tabs ul.navtabs li.tab {
  display: inline-block;
}
.tabs .accordion {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 26px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.tabs .accordion h5 {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 0%;
}
.tabs .accordion img {
  height: 24px;
  width: 24px;
}
.tabs .accordion .accordion-head {
  display: flex;
  flex-direction: row;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 1 0%;
}
.tabs .accordion .accordion-content {
  margin-top: 18px;
  margin-right: 26px;
  font-family: Segma, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.font-normal {
  font-style: normal;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.brand-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 103;
  overflow: hidden;
  height: 100%;
}
h1 {
  font-family: Segma, sans-serif;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 46px;
}
h5 {
  font-family: Segma, sans-serif;
  font-weight: 400 !important;
  line-height: 20px;
  font-size: 16px;
}
.logo-com {
  max-width: 192px;
  margin-top: 80px;
}
.container {
  height: -webkit-fill-available;
  height: 100vh;
  position: relative;
}
.content-title {
  margin-top: 60px;
}
.content-title h1 {
  text-align: center;
}
.content-subtitle {
  margin-top: 24px;
}
.content-subtitle h5 {
  text-align: center;
}
.content-subtitle-flags {
  margin-top: 40px;
}
.content-subtitle-flags h5 {
  text-align: center;
}
.content-flags {
  z-index: 102;
  width: 100%;
  padding: 0 15%;
}
.content-flags > div {
  margin-top: 40px;
}
.content-flags > div .img-flag {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-flags > div .img-flag span {
  margin-top: 8px;
  font-family: Segma, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.content-flags img {
  min-width: 28px;
  max-width: 28px;
}
.container .container-diagonals {
  background-color: rgba(239, 237, 240, 0);
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.container-diagonals .diagonal-stripe-light {
  z-index: 100;
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
  position: fixed;
  background-color: rgba(239, 237, 240, 0.5);
  height: 200px;
  width: 100%;
}
.container-diagonals .diagonal-stripe-dark {
  z-index: 100;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  position: fixed;
  background: #2b1a46;
  bottom: -180px;
  width: 100%;
  height: 160px;
  opacity: 1;
}
.img-flag {
  text-decoration: none;
}
@media (min-width: 300px) {
  .content-subtitle {
    margin-left: 8%;
    margin-right: 8%;
  }
  .content-subtitle br {
    display: none;
  }
  .container-diagonals {
    display: none;
  }
  .content-flags {
    padding: 0;
  }
  .content-flags > div {
    flex-wrap: wrap;
  }
  .content-flags > div:nth-child(2) {
    margin-top: 0;
  }
  .content-flags .img-flag {
    margin: 20px 0;
    width: 25%;
  }
}
@media (min-width: 600px) {
  .logo-com {
    margin-top: 48px;
  }
  .content-subtitle,
  .content-title {
    margin-top: 32px;
  }
  .content-subtitle-flags {
    margin-top: 40px;
  }
  .content-flags {
    padding: auto;
  }
  .content-flags > div {
    margin-top: 32px;
  }
}
@media (min-width: 905px) {
  .content-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
  .content-subtitle br {
    display: block;
  }
  .container-diagonals {
    display: block;
  }
  .container-diagonals .diagonal-stripe-light {
    bottom: -130px;
  }
  .logo-com {
    margin-top: 80px;
  }
  .content-title {
    margin-top: 60px;
  }
  .content-subtitle {
    margin-top: 24px;
  }
  .content-subtitle-flags {
    margin-top: 40px;
  }
  .content-flags {
    padding: 0 5%;
  }
  .content-flags > div {
    margin-top: 40px;
  }
  .content-flags > div:nth-child(2) {
    margin-top: 40px;
  }
  .content-flags .img-flag {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 1240px) {
  .content-flags {
    padding: 0 15%;
  }
  .diagonal-stripe-light {
    bottom: -70px;
  }
}
@media (min-width: 1440px) {
  .content-flags {
    padding: 0 20%;
  }
}
