@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  color: #3F3F3F;
}
body.disabled {
  overflow: hidden;
}

a {
  display: inline-block;
}

a, a:hover, a:focus, a:visited, a:focus-within {
  text-decoration: none;
}

p {
  line-height: 150%;
}

section.contact-form {
  background: #A07665;
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  section.contact-form {
    padding-bottom: 0;
  }
}
section.contact-form .form-container {
  padding: 50px 60px 40px 50px;
}
@media only screen and (max-width: 991px) {
  section.contact-form .form-container {
    padding: 40px 0;
  }
}
section.contact-form .form-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  section.contact-form .form-wrap:last-of-type {
    margin-bottom: 0;
  }
}
section.contact-form h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  section.contact-form h3 {
    font-size: 36px;
  }
}
section.contact-form input, section.contact-form textarea {
  border-radius: 25px;
}
section.contact-form input:focus, section.contact-form textarea:focus {
  outline: none;
}
section.contact-form input:not([type=submit]), section.contact-form textarea {
  width: 100%;
  padding: 12px 30px;
  border: none;
  color: #A07665;
  font-size: 18px;
}
section.contact-form textarea {
  resize: none;
  height: 200px;
}
section.contact-form input[type=submit] {
  padding: 10px 20px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  transition: 0.2s ease;
}
section.contact-form input[type=submit]:hover {
  background: #fff;
  transition: 0.2s ease;
  color: #F47A4A;
}

section.hobby {
  background: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.hobby h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  color: #3F3F3F;
}
@media only screen and (max-width: 991px) {
  section.hobby h3 {
    font-size: 36px;
  }
}
section.hobby ul {
  padding-left: 15px;
  margin-bottom: 0;
}
section.hobby ul:after {
  content: url("../images/union.svg");
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 1199px) {
  section.hobby ul:after {
    transform: scale(0.7);
    right: -10px;
    top: -20px;
  }
}
@media only screen and (max-width: 440px) {
  section.hobby ul:after {
    right: -20px;
  }
}
@media only screen and (max-width: 345px) {
  section.hobby ul:after {
    display: none;
  }
}
section.hobby ul li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 15px;
  color: #3F3F3F;
}
section.hobby ul li::marker {
  color: #F47A4A;
}
section.hobby .hobby-col {
  position: relative;
  padding-right: 35px;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.hobby .hobby-col {
    padding-left: 0;
  }
}

footer, header {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1599px) {
  footer, header {
    background: #fff;
  }
}
footer .container, header .container {
  position: relative;
}
footer .container:after, header .container:after {
  content: "";
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% + 300px);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -150px;
  z-index: 0;
}
@media only screen and (max-width: 1599px) {
  footer .container:after, header .container:after {
    display: none;
  }
}
footer .container, header .container {
  padding-top: 50px;
  padding-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  footer .container, header .container {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
footer .row, header .row {
  position: relative;
  z-index: 10;
}
footer .footer-col, header .footer-col {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .footer-col, header .footer-col {
    flex-direction: column;
  }
}
footer .footer-col .logo, header .footer-col .logo {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-col .logo, header .footer-col .logo {
    justify-content: center;
  }
}
@media only screen and (max-width: 1399px) {
  footer .footer-col .logo img, header .footer-col .logo img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-col .logo img, header .footer-col .logo img {
    max-width: initial;
    width: 130px;
  }
}
footer .menu-wrap, header .menu-wrap {
  flex: 1;
}
footer .menu-wrap ul, header .menu-wrap ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  footer .menu-wrap ul, header .menu-wrap ul {
    padding-left: 0.5rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .menu-wrap ul, header .menu-wrap ul {
    flex-direction: column;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .menu-wrap ul li, header .menu-wrap ul li {
    text-align: center;
  }
}
footer .menu-wrap ul a, header .menu-wrap ul a {
  color: #888888;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 4px;
  margin-right: 4px;
  transition: 0.2s ease all;
  border: 2px solid transparent;
  border-radius: 25px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  footer .menu-wrap ul a, header .menu-wrap ul a {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .menu-wrap ul a, header .menu-wrap ul a {
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 991px) {
  footer .menu-wrap ul a, header .menu-wrap ul a {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
footer .menu-wrap ul a:hover, header .menu-wrap ul a:hover {
  color: #F47A4A;
  transition: 0.2s ease;
  border: 2px solid #F47A4A;
}
footer .socials-wrap, header .socials-wrap {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .socials-wrap, header .socials-wrap {
    justify-content: center;
    margin-top: 10px;
  }
}
footer .socials-wrap .wrap:first-of-type, header .socials-wrap .wrap:first-of-type {
  margin-right: 14px;
}
footer .socials-wrap a, header .socials-wrap a {
  border: 2px solid #F47A4A;
  border-radius: 100%;
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer span, header span {
  color: #888888;
}
footer .btm-footer .logo-wrap, header .btm-footer .logo-wrap {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .text, header .btm-footer .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .btm-footer .text span, header .btm-footer .text span {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .text span, header .btm-footer .text span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .btm-footer .website-by-wrap, header .btm-footer .website-by-wrap {
    margin-top: 10px;
    text-align: center;
  }
}
footer .btm-footer-wrap, header .btm-footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .btm-footer-wrap, header .btm-footer-wrap {
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  footer {
    position: relative;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

section.see-me {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding-bottom: 175px;
}
@media only screen and (max-width: 991px) {
  section.see-me {
    position: relative;
    background: #75645E;
    padding-bottom: 0;
  }
}
section.see-me:before {
  background: #75645E;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
  border-top-left-radius: 50px;
}
@media only screen and (max-width: 991px) {
  section.see-me:before {
    height: 100%;
    width: 100%;
    border-top-left-radius: 0;
    top: 0;
    display: none;
  }
}
section.see-me h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  line-height: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  section.see-me h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  section.see-me h3 {
    margin-bottom: 15px;
  }
}
section.see-me p {
  font-size: 18px;
  margin-bottom: 22px;
  max-width: 485px;
}
@media only screen and (max-width: 1199px) {
  section.see-me p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  section.see-me p {
    max-width: initial;
    margin-bottom: 15px;
  }
}
section.see-me .see-me-wrap {
  padding: 50px;
  position: relative;
  z-index: 10;
  pointer-events: all;
}
@media only screen and (max-width: 1199px) {
  section.see-me .see-me-wrap {
    padding: 50px 15px 50px 50px;
  }
}
@media only screen and (max-width: 991px) {
  section.see-me .see-me-wrap {
    padding: 40px 0;
  }
}
section.see-me .see-me-wrap .item {
  display: flex;
  margin-bottom: 30px;
}
section.see-me .see-me-wrap .item .featured-img {
  margin-right: 28px;
}
@media only screen and (max-width: 991px) {
  section.see-me .see-me-wrap .item .featured-img {
    margin-right: 14px;
  }
}
section.see-me .see-me-wrap .item .featured-img img {
  border-radius: 10px;
}
@media only screen and (max-width: 440px) {
  section.see-me .see-me-wrap .item .featured-img img {
    max-width: 110px;
    height: auto;
  }
}
section.see-me .see-me-wrap .item .text {
  display: flex;
  flex-direction: column;
}
section.see-me .see-me-wrap .item h6 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  section.see-me .see-me-wrap .item h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  section.see-me .see-me-wrap .item h6 {
    margin-bottom: 5px;
  }
}
section.see-me .see-me-wrap .item .subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 6px;
}
section.see-me .see-me-wrap .item p {
  max-width: initial;
  font-size: 14px;
  margin-bottom: 0;
}
section.see-me .content {
  position: relative;
}

section.about {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  section.about {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  section.about {
    margin-bottom: 50px;
  }
}
section.about .arrow-wrap {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media only screen and (max-width: 1199px) {
  section.about .arrow-wrap {
    margin-top: 40px;
  }
}
section.about .info-col {
  display: flex;
  gap: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.about .info-col {
    display: initial;
  }
}
@media only screen and (max-width: 535px) {
  section.about .info-col {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.about .info-col:before {
  content: "";
  position: absolute;
  left: -250px;
  top: -50px;
  background: #D9D9D9;
  border-radius: 50px;
  width: 200px;
  height: 200px;
  display: block;
}
@media only screen and (max-width: 1799px) {
  section.about .info-col:before {
    display: none;
  }
}
section.about p.featured {
  font-size: 18px;
  margin-bottom: 55px;
  max-width: 810px;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.about p.featured {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.about .wrap {
    width: 300px;
    height: 300px;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 535px) {
  section.about .wrap {
    float: initial;
    width: 100%;
    height: 100%;
  }
}
section.about .featured-img {
  border-radius: 50px;
  position: relative;
}
section.about .featured-img:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -150px;
  border: 2px solid #F47A4A;
  border-radius: 25px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  section.about .featured-img:after {
    display: none;
  }
}
section.about .featured-img img {
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  max-width: 300px;
  max-height: 300px;
}
@media only screen and (max-width: 535px) {
  section.about .featured-img img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
section.about .text {
  margin-top: 7px;
  margin-left: 50px;
}
@media only screen and (max-width: 991px) {
  section.about .text {
    margin-left: 20px;
  }
}
section.about .text p {
  color: #888888;
  font-size: 18px;
  margin-bottom: 33px;
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  section.about .text p {
    margin-bottom: 15px;
  }
}
section.about .text p.strong {
  color: #3F3F3F;
  font-weight: 700;
}
section.about .about-images {
  margin-top: -50px;
  margin-bottom: 70px;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1399px) {
  section.about .about-images {
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .about-images {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  section.about .about-images .featured-box-wrap {
    flex: 1 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  section.about .about-images a {
    width: 100%;
  }
}
section.about .about-images img {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  section.about .about-images img {
    width: 100%;
  }
}

section.politics {
  background: #F47A4A;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}
section.politics .politics-wrap {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  section.politics .politics-wrap {
    padding-left: initial;
    padding-right: initial;
  }
}
section.politics .container {
  position: relative;
}
section.politics .container:after {
  content: url("../images/soc-dem.svg");
  position: absolute;
  right: 0;
  bottom: -200px;
}
@media only screen and (max-width: 1199px) {
  section.politics .container:after {
    display: none;
  }
}
section.politics h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  section.politics h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.politics h3 {
    margin-bottom: 20px;
  }
}
section.politics p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.politics p {
    margin-bottom: 15px;
  }
}
section.politics p.highlight {
  border-radius: 30px;
  background: #fff;
  color: #F47A4A;
  font-style: italic;
  padding: 10px 30px;
  text-align: center;
}
section.politics p.sm {
  max-width: 80%;
}
@media only screen and (max-width: 991px) {
  section.politics p.sm {
    max-width: 100%;
  }
}

section.work-experience .work-experience-wrap {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
section.work-experience .work-experience-wrap:before {
  content: "";
  position: absolute;
  right: -250px;
  top: -150px;
  background: #75645E;
  border-radius: 50px;
  width: 200px;
  height: 200px;
  display: block;
}
@media only screen and (max-width: 1799px) {
  section.work-experience .work-experience-wrap:before {
    display: none;
  }
}
section.work-experience .work-experience-wrap:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 100px;
  background: transparent;
  border: 2px solid #CA7D5E;
  border-radius: 25px;
  width: 100px;
  height: 100px;
  display: block;
}
@media only screen and (max-width: 1799px) {
  section.work-experience .work-experience-wrap:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  section.work-experience .work-experience-wrap {
    padding-left: initial;
    padding-right: initial;
  }
}
section.work-experience .featured-img {
  float: right;
  margin-top: -100px;
  margin-right: -50px;
}
@media only screen and (max-width: 991px) {
  section.work-experience .featured-img {
    margin-right: initial;
  }
}
@media only screen and (max-width: 360px) {
  section.work-experience .featured-img {
    margin-top: -80px;
  }
}
section.work-experience .featured-img img {
  border-radius: 50px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  section.work-experience .featured-img img {
    width: 150px;
    height: 150px;
  }
}
section.work-experience .text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  section.work-experience .text h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.work-experience .text h3 {
    margin-bottom: 20px;
  }
}
section.work-experience .text ul {
  padding-left: 15px;
  margin-bottom: 0;
}
section.work-experience .text ul.items {
  display: none;
}
section.work-experience .text ul.items.show {
  display: block;
}
section.work-experience .text ul li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 15px;
  color: #A07665;
  line-height: 150%;
}
section.work-experience .text ul li .wrap {
  display: flex;
  align-items: center;
}
section.work-experience .text ul li span {
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  section.work-experience .text ul li span {
    display: none;
  }
}
section.work-experience .btn-wrap {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  section.work-experience .btn-wrap {
    margin-top: 30px;
  }
}
section.work-experience .btn-wrap button {
  border: 2px solid #A07665;
  border-radius: 25px;
  color: #A07665;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
}
section.work-experience .btn-wrap button.hidden {
  opacity: 0;
}
section.work-experience .btn-wrap button span {
  margin-left: 10px;
}

section.jobs .arrow-btm {
  margin-bottom: 50px;
  text-align: center;
}
section.jobs .jobs-wrap {
  position: relative;
  margin-bottom: 50px;
}
section.jobs .jobs-wrap:before {
  content: "";
  position: absolute;
  left: -250px;
  top: -100px;
  background: #CA7D5E;
  border-radius: 50px;
  width: 200px;
  height: 200px;
  display: block;
}
@media only screen and (max-width: 1799px) {
  section.jobs .jobs-wrap:before {
    display: none;
  }
}
section.jobs .jobs-wrap:after {
  content: "";
  position: absolute;
  left: -250px;
  top: 150px;
  background: transparent;
  border: 2px solid #A07665;
  border-radius: 25px;
  width: 100px;
  height: 100px;
  display: block;
}
@media only screen and (max-width: 1799px) {
  section.jobs .jobs-wrap:after {
    display: none;
  }
}
section.jobs .featured-img {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -45px;
}
@media only screen and (max-width: 991px) {
  section.jobs .featured-img {
    position: relative;
    margin-top: 0;
  }
}
section.jobs .featured-img img {
  border-radius: 50px;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 991px) {
  section.jobs .featured-img img {
    width: 100%;
  }
}
section.jobs .secondary-block {
  background: #3F3F3F;
  color: #fff;
  padding: 50px;
  border-radius: 50px;
  position: relative;
  max-width: 78%;
  margin-left: auto;
}
@media only screen and (max-width: 1399px) {
  section.jobs .secondary-block {
    max-width: 74%;
  }
}
@media only screen and (max-width: 1199px) {
  section.jobs .secondary-block {
    max-width: 69%;
  }
}
@media only screen and (max-width: 991px) {
  section.jobs .secondary-block {
    max-width: 100%;
    margin-top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs .secondary-block {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 440px) {
  section.jobs .secondary-block {
    margin-top: -80px;
    padding: 35px;
  }
}
section.jobs .secondary-block:before {
  content: url("../images/jobs-icon.svg");
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  section.jobs .secondary-block:before {
    transform: scale(0.7);
    right: 15px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.jobs .secondary-block:before {
    display: none;
  }
}
section.jobs .secondary-block h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  color: #F47A4A;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  section.jobs .secondary-block h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.jobs .secondary-block h3 {
    margin-bottom: 20px;
  }
}
section.jobs .secondary-block ul {
  margin-bottom: 0;
  padding-left: 16px;
}
section.jobs .secondary-block ul li {
  margin-bottom: 30px;
  line-height: 150%;
  padding-left: 15px;
  font-size: 18px;
}
section.jobs .secondary-block ul li::marker {
  color: #F47A4A;
}
section.jobs .secondary-block ul li span {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .signature-wrap img {
    max-width: 360px;
  }
}

section.signature-mobile {
  margin-top: 10px;
  margin-bottom: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  section.signature-mobile {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  section.signature-mobile img {
    max-width: 240px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.signature-mobile img {
    max-width: 240px;
    height: auto;
  }
}

section.info {
  background: #3F3F3F;
  margin-bottom: 50px;
}
section.info.mobile {
  display: none;
  background: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  section.info.mobile {
    display: block;
  }
}
section.info.mobile .info-block {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  section.info:not(.mobile) .info-block {
    display: none;
  }
}
section.info h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  section.info h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.info h3 {
    margin-bottom: 20px;
  }
}
section.info .info-block {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
  border-radius: 50px;
  padding: 50px 40px;
  margin-top: -215px;
  z-index: 20;
  position: relative;
}
@media only screen and (max-width: 991px) {
  section.info .info-block {
    z-index: 5;
    margin-top: 0;
  }
}
section.info .info-block .item {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  section.info .info-block .item {
    padding-bottom: 20px;
  }
}
section.info .info-block .item .icon {
  margin-right: 10px;
}
section.info .info-block .item a {
  color: inherit;
  transition: 0.1s ease;
}
section.info .info-block .item a:hover {
  color: #F47A4A;
  transition: 0.1s ease;
}
section.info .info-block span.text {
  font-size: 18px;
}
section.info .info-block .right .item {
  position: relative;
}
section.info .info-block .right .item.lg {
  padding-bottom: 16px;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  section.info .info-block .right .item.lg {
    padding-bottom: 30px;
    line-height: initial;
  }
}
@media only screen and (max-width: 991px) {
  section.info .info-block .right .item.lg {
    padding-bottom: 20px;
  }
}
section.info .info-block .right .item .text {
  padding-left: 50px;
  height: auto;
  display: inline-flex;
  align-items: center;
}
section.info .info-block .right .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #F47A4A;
  border-radius: 100%;
}
section.info .info-block .right .item:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 13.5px;
  top: 30px;
  width: 3px;
  height: calc(100% - 30px);
  background: #F47A4A;
}
@media only screen and (max-width: 991px) {
  section.info .title {
    padding-top: 40px;
  }
}
section.info .title h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  font-family: "Bebas Neue", sans-serif;
  color: #F47A4A;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  section.info .title h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  section.info .title h3 {
    margin-bottom: 20px;
  }
}
section.info .list {
  color: #fff;
  position: relative;
}
section.info .list ul {
  margin-bottom: 0;
  padding-left: 16px;
  position: relative;
  z-index: 5;
}
section.info .list li {
  line-height: 150%;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 3px;
}
section.info .list li.wrap {
  display: flex;
  align-items: center;
}
section.info .list li::marker {
  color: #F47A4A;
}
section.info .list li .wrap {
  display: inline-flex;
  align-items: center;
}
section.info .list li .icon {
  margin-left: 13px;
}
section.info .list-left:after {
  content: url("../images/swim.svg");
  position: absolute;
  right: 150px;
  bottom: -80px;
}
@media only screen and (max-width: 1399px) {
  section.info .list-left:after {
    right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  section.info .list-left:after {
    right: 160px;
  }
}
@media only screen and (max-width: 767px) {
  section.info .list-left:after {
    display: none;
  }
}
section.info .list-right li {
  max-width: 405px;
}
section.info .list-right:after {
  content: url("../images/plane.svg");
  position: absolute;
  right: 30px;
  bottom: -160px;
}
@media only screen and (max-width: 1399px) {
  section.info .list-right:after {
    right: 20px;
  }
}
section.info .arrow-btm {
  margin-top: 120px;
  text-align: center;
  margin-bottom: 35px;
}

section.hero {
  background: #F47A4A;
  position: relative;
  min-height: 1000px;
  color: #fff;
  display: flex;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  section.hero {
    min-height: 900px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero {
    min-height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero {
    min-height: 700px;
  }
}
@media only screen and (max-width: 440px) {
  section.hero {
    min-height: 550px;
  }
}
@media only screen and (max-width: 345px) {
  section.hero {
    min-height: 450px;
  }
}
section.hero .container, section.hero .hero-wrap {
  display: flex;
}
section.hero .hero-wrap {
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  section.hero .hero-wrap .text {
    display: none;
  }
}
section.hero .hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 15;
}
@media only screen and (max-width: 1799px) {
  section.hero .hero-img {
    right: -100px;
  }
}
@media only screen and (max-width: 1599px) {
  section.hero .hero-img {
    right: -200px;
  }
}
@media only screen and (max-width: 1499px) {
  section.hero .hero-img {
    right: -300px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .hero-img {
    right: -150px;
  }
}
@media only screen and (max-width: 767px) {
  section.hero .hero-img {
    right: -260px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero .hero-img {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  section.hero .hero-img img {
    width: auto;
    height: 880px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero .hero-img img {
    height: 740px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero .hero-img img {
    height: auto;
    width: 100%;
  }
}
section.hero .hero-img.mobile {
  display: none;
}
@media only screen and (max-width: 575px) {
  section.hero .hero-img.mobile {
    display: block;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
section.hero .hero-img.mobile img {
  width: 100%;
}
section.hero h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  font-style: italic;
  max-width: 635px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.hero h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  section.hero h1 {
    font-size: 48px;
  }
}
section.hero h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  font-size: 42px;
  font-style: italic;
  max-width: 635px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  section.hero h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1299px) {
  section.hero h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero h2 {
    margin-bottom: 15px;
  }
}
section.hero p {
  line-height: 130%;
  font-size: 30px;
  font-style: italic;
  max-width: 635px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1299px) {
  section.hero p {
    font-size: 24px;
    max-width: 535px;
  }
}
@media only screen and (max-width: 991px) {
  section.hero p {
    margin-bottom: 15px;
  }
}
section.hero .text {
  margin-top: -30px;
}

section.hero-text-mobile {
  display: none;
  background: #3F3F3F;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  section.hero-text-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  section.hero-text-mobile {
    padding-bottom: 25px;
    padding-top: 15px;
  }
}
section.hero-text-mobile h1 {
  font-style: italic;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 0.5px;
}
@media only screen and (max-width: 991px) {
  section.hero-text-mobile h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero-text-mobile h1 {
    font-size: 24px;
  }
}
section.hero-text-mobile h2 {
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  section.hero-text-mobile h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero-text-mobile h2 {
    font-size: 18px;
  }
}
section.hero-text-mobile p {
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.hero-text-mobile p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  section.hero-text-mobile p {
    font-size: 14px;
  }
}

header {
  bottom: initial;
  top: 0;
  z-index: 9;
  width: 100%;
  position: absolute;
}
header .btm-header {
  position: relative;
  z-index: 99;
}
header.active {
  z-index: 120;
}
header .footer-col .logo img {
  width: 195px;
}
@media only screen and (max-width: 991px) {
  header .footer-col .logo img {
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  header .footer-col .logo img {
    width: 120px;
  }
}
header.sticky {
  transform: translateY(-100%);
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}
header.sticky.show-header {
  filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  pointer-events: all;
  transform: translateY(0);
}
header.sticky.active {
  filter: initial;
}
header.sticky .footer-col .logo img {
  width: 110px;
  height: auto;
}
@media only screen and (max-width: 575px) {
  header.sticky .footer-col .logo img {
    width: 90px;
  }
}
header.sticky .container {
  padding-top: 15px;
  padding-bottom: 45px;
  height: 130px;
}
@media only screen and (max-width: 1599px) {
  header.sticky .container {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  header.sticky .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  header.sticky .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
header.sticky .container:after {
  background-image: url("../images/header-bg-sm.svg");
  top: -40px;
}
@media only screen and (max-width: 1599px) {
  header.sticky .container:after {
    top: initial;
  }
}
header.sticky .btm-header {
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  header.sticky .btm-header {
    display: none;
  }
}
header.sticky .footer-col-wrap {
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  header.sticky .footer-col-wrap {
    display: initial;
  }
}
header.sticky .footer-col-wrap .socials-wrap {
  align-items: center;
  margin-right: 0;
}
header.sticky .footer-col-wrap .socials-wrap .wrap {
  transform: scale(0.75);
  margin-right: 0;
}
header .container {
  padding-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  header .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1599px) {
  header {
    background: #3F3F3F;
  }
}
header .menu-wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  header .menu-wrap {
    display: none;
  }
}
header .menu-wrap ul a {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  header .menu-wrap ul a {
    font-size: 14px;
  }
}
header .container:after {
  z-index: 9;
  background-image: url("../images/header-bg.svg");
  background-size: 100%;
  background-position-x: 50%;
  top: -1px;
}
header .socials-wrap {
  justify-content: flex-end;
  margin-right: 50px;
}
@media only screen and (max-width: 1599px) {
  header .socials-wrap {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  header .socials-wrap {
    display: none;
  }
}
header .socials-wrap a {
  border: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
  header .footer-col {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.hamburger {
  width: 30px;
  height: 22.5px;
  position: relative;
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}

.hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
}

.mobile-menu {
  margin-top: 0;
  background: #3F3F3F;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
  z-index: 110;
}
.mobile-menu.active {
  transition: 0.3s ease;
  opacity: 1;
  pointer-events: all;
}
.mobile-menu .nav {
  flex-direction: column;
  display: flex;
}
.mobile-menu li {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.mobile-menu li a {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.arrow img {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.arrow img:hover {
  transition: 0.3s ease-in-out;
  transform: translateY(-10px);
}

.controls {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .controls {
    right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .controls {
    right: 5%;
  }
}
.controls .slick-dots {
  flex-direction: column;
}
.controls .slick-dots li {
  background: #fff;
  margin: 5px 0;
  border-radius: 100%;
}
.controls .slick-dots li.slick-active {
  background: #F47A4A;
}
.controls .slick-dots li button:before {
  display: none;
}

.hero-item {
  padding-right: 10%;
}

/*# sourceMappingURL=main.css.map */
