@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Outlined";
* {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 400;
}

strong {
  font-weight: 700 !important;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5% !important;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

p, span, div {
  font-family: "Montserrat";
  font-size: 1.6rem;
}

header, main, footer {
  width: 100%;
  overflow: hidden;
}

.main-page header {
  display: flex;
  flex-direction: column;
  background-color: #fbfbfb;
  background-image: url(assets/person.jpg);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-page header .top-container {
  margin: 0 calc((100% - 1140px) / 2);
}
@media screen and (max-width: 1300px) {
  .main-page header .top-container {
    margin: 0 calc((100% - 960px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .main-page header .top-container {
    width: 100%;
    left: 0;
    padding: 0 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .main-page header .top-container {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
  }
}
.main-page header .header-container .header-column {
  width: 100%;
  max-width: 50%;
  padding: 0 2.4rem;
}
@media screen and (max-width: 1100px) {
  .main-page header .header-container {
    width: 100%;
    padding: 0 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .main-page header .header-container {
    position: static;
    width: 100%;
    transform: none;
  }
  .main-page header .header-container .header-column {
    max-width: 100%;
    padding: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 960px) {
  .main-page header {
    background-image: none;
    flex-direction: column;
    width: 100%;
  }
}
.main-page .middle-column img {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 3.6rem;
}

.offer-page header, .about-page header, .default-page header {
  display: flex;
  flex-direction: column;
}
.offer-page header .top-container, .about-page header .top-container, .default-page header .top-container {
  position: static;
  top: 0;
  left: calc((100% - 1140px) / 2);
}
@media screen and (max-width: 1300px) {
  .offer-page header .top-container, .about-page header .top-container, .default-page header .top-container {
    left: calc((100% - 960px) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .offer-page header .top-container, .about-page header .top-container, .default-page header .top-container {
    width: 100%;
    left: 0;
    padding: 0 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .offer-page header .top-container, .about-page header .top-container, .default-page header .top-container {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
  }
}
.offer-page header .header-container, .about-page header .header-container, .default-page header .header-container {
  position: static;
  width: 100%;
}
.offer-page header .header-container .header-column, .about-page header .header-container .header-column, .default-page header .header-container .header-column {
  width: 100%;
  max-width: 100%;
  padding: 0 2.4rem;
}
@media screen and (max-width: 1100px) {
  .offer-page header .header-container, .about-page header .header-container, .default-page header .header-container {
    padding: 0 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .offer-page header .header-container, .about-page header .header-container, .default-page header .header-container {
    position: static;
    width: 100%;
    transform: none;
  }
  .offer-page header .header-container .header-column, .about-page header .header-container .header-column, .default-page header .header-container .header-column {
    max-width: 100%;
    padding: 0 0 2.4rem 0;
  }
}
.offer-page ul, .about-page ul, .default-page ul {
  padding: 2.4rem 1.2rem 2.4rem 3.6rem;
  display: block;
  list-style: decimal;
}
.offer-page ul li, .about-page ul li, .default-page ul li {
  padding: 0.6rem 0 0.6rem 0.6rem;
}
.offer-page ul li ul, .about-page ul li ul, .default-page ul li ul {
  list-style: lower-alpha;
}

.offer-page #middle .middle-container {
  justify-content: center;
  align-items: center;
}
.offer-page #middle .middle-container .middle-column {
  text-align: left;
}
.offer-page #middle .middle-container .middle-column p, .offer-page #middle .middle-container .middle-column li {
  text-align: left;
}
.offer-page #middle .middle-container .middle-column h4 {
  font-size: 1.8rem;
  text-decoration: underline;
}

.policy-page .header-content {
  text-align: justify;
}

.logo {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0;
}

.top-container,
.header-container,
.main-container,
.middle-container,
.bottom-container,
.footer-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 2.4rem 2.4rem 0 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top-container,
  .header-container,
  .main-container,
  .middle-container,
  .bottom-container,
  .footer-container {
    max-width: 960px;
  }
}

.top-container {
  align-items: flex-start;
}
.top-container .top-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-container .top-column ul.inline-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.top-container .top-column ul.inline-list li a {
  font-size: 1.6rem;
  padding: 0.6rem 1.2rem;
  color: #333;
  text-decoration: none;
  display: block;
}
.top-container .top-column ul.inline-list li a img {
  filter: invert(1);
  width: 1.8rem;
  display: block;
}

.header-container .header-column {
  width: 100%;
}
.header-container .header-column .header-info h2 {
  margin-left: -3rem;
}
.header-container .header-column .header-info h2::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #dedede;
  display: inline-flex;
  position: relative;
  transform: translate(50%, 33%);
  z-index: 0;
  align-self: center;
}
.header-container .header-column .header-info h2 span, .header-container .header-column .header-info h2 strong {
  display: inline-flex;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .header-container .header-column .header-info h2 {
    margin-left: -3rem;
  }
  .header-container .header-column .header-info h2 span, .header-container .header-column .header-info h2 strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-column .header-info h2 span, .header-container .header-column .header-info h2 strong {
    font-size: 1.6rem;
  }
}
.header-container .header-column .header-info p {
  padding-top: 1.2rem;
  text-align: justify;
  text-indent: 3rem;
}
.header-container .header-column .header-content h2 {
  margin-left: -6rem;
}
.header-container .header-column .header-content h2::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #dedede;
  display: inline-flex;
  position: relative;
  transform: translate(50%, 33%);
  z-index: 0;
  align-self: center;
}
.header-container .header-column .header-content h2 span, .header-container .header-column .header-content h2 strong {
  display: inline-flex;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .header-container .header-column .header-content h2 {
    margin-left: 0;
  }
  .header-container .header-column .header-content h2 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .header-container .header-column .header-content h2 {
    margin-left: -3rem;
  }
  .header-container .header-column .header-content h2 span, .header-container .header-column .header-content h2 strong {
    font-size: 1.6rem;
  }
}
.header-container .header-column .header-content p {
  padding-top: 1.2rem;
  text-align: justify;
}

#main {
  background-color: #07080a;
  background-image: url(assets/person2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 2.4rem 0;
}
#main .main-container {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  justify-content: flex-end;
}
#main .main-container .main-column {
  width: 100%;
  max-width: 40%;
}
#main .main-container .main-column h2 {
  margin-left: -3rem;
  color: #FFF;
}
#main .main-container .main-column h2::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #444;
  display: inline-flex;
  position: relative;
  transform: translate(50%, 33%);
  z-index: 0;
  align-self: center;
}
#main .main-container .main-column h2 span, #main .main-container .main-column h2 strong {
  display: inline-flex;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #main .main-container .main-column h2 {
    margin-left: 0;
  }
  #main .main-container .main-column h2 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #main .main-container .main-column h2 {
    margin-left: -3rem;
  }
  #main .main-container .main-column h2 span, #main .main-container .main-column h2 strong {
    font-size: 1.6rem;
  }
}
#main .main-container .main-column p {
  position: relative;
  color: #FFF;
  margin: 4.6rem 0 1.2rem 0;
}
#main .main-container .main-column ul {
  padding: 2.4rem;
  display: block;
  list-style: none;
}
#main .main-container .main-column ul li {
  color: #FFF;
  padding: 0.6rem 0;
}
#main .main-container .main-column ul li::before {
  content: "check_box"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #999; /* Change the color */
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  margin: -0.3rem 0.6rem 0 -2.4rem;
}
#main .main-container .main-column ul li:hover {
  color: #CCC;
}
#main .main-container .main-column ul li:hover::before {
  color: #333;
}
@media screen and (max-width: 1600px) {
  #main {
    background-size: 120% auto;
  }
}
@media screen and (max-width: 1200px) {
  #main {
    background-size: 150% auto;
  }
}
@media screen and (max-width: 960px) {
  #main {
    background-image: none;
    background-color: #07080a;
    padding: 0;
  }
  #main .main-container {
    position: static;
    padding: 3.6rem;
    justify-content: center;
  }
  #main .main-container .main-column {
    width: auto;
    max-width: none;
  }
}

/* Parallax banner */
#banner {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42rem;
}
#banner .parallax-top-banner {
  width: 100%;
  position: relative;
  transform: translateY(-33%);
}
#banner .parallax-top-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(-20%);
}
@media screen and (max-width: 960px) {
  #banner .parallax-top-banner {
    width: 100%;
    position: relative;
    transform: translateY(-25%);
  }
  #banner .parallax-top-banner img {
    width: 200%;
    max-width: 200%;
    height: auto;
    transform: translateY(-30%);
  }
}

#middleBanner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 42rem;
}
#middleBanner .parallax-middle-banner {
  width: 100%;
  position: relative;
  transform: translateY(-40%);
}
#middleBanner .parallax-middle-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(-20%);
}
@media screen and (max-width: 960px) {
  #middleBanner .parallax-middle-banner {
    width: 100%;
    position: relative;
    transform: translateY(-33%);
  }
  #middleBanner .parallax-middle-banner img {
    width: 150%;
    max-width: 150%;
    height: auto;
    transform: translateY(-30%);
  }
}

#middle .middle-container {
  justify-content: center;
  align-items: center;
}
#middle .middle-container .middle-column {
  text-align: center;
  padding-bottom: 2.4rem;
}
#middle .middle-container .middle-column .material-icons {
  color: #444;
  font-size: 2.4rem;
  margin-right: 1.2rem;
}
#middle .middle-container .middle-column h3 {
  margin-left: -3rem;
}
#middle .middle-container .middle-column h3::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #ededed;
  display: inline-flex;
  position: relative;
  transform: translate(50%, 33%);
  z-index: 0;
  align-self: center;
}
#middle .middle-container .middle-column h3 span, #middle .middle-container .middle-column h3 strong {
  display: inline-flex;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #middle .middle-container .middle-column h3 {
    margin-left: 0;
  }
  #middle .middle-container .middle-column h3 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #middle .middle-container .middle-column h3 {
    margin-left: -3rem;
  }
  #middle .middle-container .middle-column h3 span, #middle .middle-container .middle-column h3 strong {
    font-size: 1.6rem;
  }
}
#middle .middle-container .middle-column p, #middle .middle-container .middle-column li {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  #middle .middle-container .middle-column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #middle .middle-container .middle-column p {
    text-align: center;
  }
}

.img-icon {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 2.8rem;
  vertical-align: middle;
  margin-right: 1.2rem;
}

#map {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42rem;
}
#map .parallax-map-banner {
  width: 100%;
  position: relative;
  transform: translateY(-40%);
}
#map .parallax-map-banner iframe {
  filter: grayscale(1);
}

#bottom {
  border-top: 0.1rem solid #CCC;
  background-image: linear-gradient(to top, #CCC, #efefef);
}
#bottom .bottom-container {
  justify-content: center;
  align-items: center;
}
#bottom .bottom-container .bottom-column {
  text-align: center;
  padding-bottom: 2.4rem;
}
#bottom .bottom-container .bottom-column .material-icons {
  color: #444;
  font-size: 2.4rem;
  margin-right: 1.2rem;
}
#bottom .bottom-container .bottom-column h3 {
  margin-left: -3rem;
}
#bottom .bottom-container .bottom-column h3::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background-color: #FFF;
  display: inline-flex;
  position: relative;
  transform: translate(50%, 33%);
  z-index: 0;
  align-self: center;
}
#bottom .bottom-container .bottom-column h3 span, #bottom .bottom-container .bottom-column h3 strong {
  display: inline-flex;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  #bottom .bottom-container .bottom-column h3 {
    margin-left: 0;
  }
  #bottom .bottom-container .bottom-column h3 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  #bottom .bottom-container .bottom-column h3 {
    margin-left: -3rem;
  }
  #bottom .bottom-container .bottom-column h3 span, #bottom .bottom-container .bottom-column h3 strong {
    font-size: 1.6rem;
  }
}
#bottom .bottom-container .bottom-column p {
  font-size: 1.6rem;
  color: #000;
}
#bottom .bottom-container .bottom-column a {
  color: #000;
  text-decoration: none;
}
#bottom .bottom-container .bottom-column a:hover {
  color: #333;
}

footer {
  background-image: linear-gradient(to top, #444, #666);
}
footer .footer-container .footer-column p {
  font-size: 1.4rem;
  color: #CCC;
}
footer .footer-container .footer-column a {
  font-size: 1.4rem;
  color: #CCC;
  text-decoration: none;
}
footer .footer-container .footer-column a:hover {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  footer .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .footer-container p {
    text-align: center;
  }
}

/* scroll to top */
#toTop {
  position: fixed;
  border-radius: 3px;
  background: #999999;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 48px;
  height: 48px;
  bottom: 6px;
  right: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  display: none;
  z-index: 14;
}
#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
}

#cookie-bar {
  display: none;
  padding: 2.4rem;
  border-radius: 0.7rem;
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 33%;
  background-color: rgba(51, 51, 51, 0.9333333333);
}
#cookie-bar .cookie-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#cookie-bar .cookie-header .material-icons-outlined {
  color: #FFF;
  font-size: 4.8rem;
}
#cookie-bar .cookie-header button {
  color: #CCC;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
#cookie-bar .cookie-header button .material-icons-outlined {
  color: #CCC;
  font-size: 2.4rem;
}
#cookie-bar .cookie-header button:hover .material-icons-outlined {
  color: #FFF;
  font-size: 2.4rem;
}
#cookie-bar .cookie-content {
  color: #FFF;
}
#cookie-bar .cookie-content a {
  color: #CCC;
}
#cookie-bar .cookie-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#cookie-bar .cookie-footer button {
  background-color: transparent;
  border: 0.1rem solid #666;
  padding: 1.2rem 2.4rem;
  margin: 0.6rem 0;
  color: #FFF;
  cursor: pointer;
}
#cookie-bar .cookie-footer button:hover {
  border: 0.1rem solid #CCC;
  background-color: #444;
}
@media screen and (max-width: 1200px) {
  #cookie-bar {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #cookie-bar {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  #cookie-bar {
    width: calc(100% - 4.8rem);
  }
}

.material-icons {
  vertical-align: middle;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  border-radius: 0 !important;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */