<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

.h-100 {
  height: 100% !important;
}

.p-5 {
  padding: 3rem !important;
}

#section01 {
  overflow: hidden;
}
#section01 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
#section01 .bannerImage {
  background: url("../img/64.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #3253DC;
}
#section01 .bannerText {
  background-color: #3253DC;
  position: relative;
  z-index: 1;
}
#section01 .bannerText .oval {
  position: absolute;
  background-color: #3253DC;
  top: -50%;
  right: 0;
  border-radius: 100%;
  z-index: -1;
  content: '';
}

@media screen and (max-width: 991px) {
  #section01 .row {
    display: block;
  }
  #section01 .bannerText {
    padding: 0 0 3em !important;
  }
  #section01 .bannerText &gt; .p-5 {
    padding: 1rem 2rem !important;
  }
}
/* #section01 {
height: ${bannerHeight}px;
}*/
h1,
h3 {
  margin-bottom: 24px;
  color: #fff;
}

p {
  color: #d8d8d8;
}

h1 {
  font-size: 48px;
}

h3,
p {
  font-size: 18px;
}</pre></body></html>