@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;700;900&display=swap');

/* Document */
* {
  box-sizing:border-box;
}

html {
	box-sizing: border-box;
  font-family: 'Epilogue', sans-serif;
  font-size:18px;
  color:#000;
}

body {
	margin: 0;
  background-color:#fff;
}

img {
  vertical-align:top;
  max-width:100%;
}

button{
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	padding:0;
	margin:0;
	background:transparent;
	border:0;
}

a {
  text-decoration:none;
  color:inherit;
}


/* ========================================================================== */

/* Component */
.ne-btn {
  display:inline-block;
  vertical-align:middle;
  height:8.8959vh;
  border-bottom-right-radius:4vh;
  opacity:1;
  transition: opacity .2s ease;
  cursor:pointer;
}
.ne-btn.ne-btn--icon {
  width:8.8959vh;
}
.ne-btn:not(.ne-btn--icon) {
  padding:0 4.45vh;
}
.ne-btn:hover {
  opacity:.75;
}

.ne-btn > .ne-btn__content {
  height:100%;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:3vh;
  line-height:4.5vh;
}

.ne-btn > .ne-btn__content > img {
  height:2.5vh;
}

.container {
  width:100%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.ne-link {
  opacity:1;
  transition: opacity .2s ease;
}
.ne-link:hover {
  opacity:.75;
}

/* ========================================================================== */

/* Home */
.home-section-1 {
  display:flex;
  align-items:stretch;
  width:100%;
  height:100vh;
  position:relative;
}

.home-section-1 .home-section-1__image {
  flex:1 0 50%;
  margin-top:5vh;
  background-image:url('../images/healthcare-worker.jpg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:bottom center;
}

.home-section-1 .home-section-1__content {
  flex:1 0 50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  position:relative;
}

.home-section-1 .home-section-1__content .home-section-1__logo {
  height:19.228%;
}

.home-section-1 .home-section-1__content .home-section-1__title {
  color:#9e80ab;
  text-align:center;
  font-weight:300;
  font-size:3vh;
  line-height:4.5vh;
  margin:7.5vh 0 15vh 0;
}

.home-section-1 .home-section-1__content .home-section-1__decoration {
  position:absolute;
  bottom:0;
  right:0;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.home-section-1 .home-section-1__content .home-section-1__decoration > img {
  height:17.79vh;
}

.home-section-1 .home-section-1__content .home-section-1__decoration > .ne-btn {
  background-color:#3d0057;
  margin-right:1.35vh;
}

.home-section-2 {
  width:100%;
  background-color:#baecdc;
  position:relative;
  padding:25vh 5vw 10vh 5vw;
  text-align:center;
}

.home-section-2 .home-section-2__decoration {
  position:absolute;
  top:0;
  right:0;
  height:17.79vh;
}

.home-section-2 .home-section-2__title {
  color:#3d0057;
  text-align:center;
  font-weight:700;
  font-size:5vh;
  line-height:5.5vh;
  margin-bottom:5vh;
}

.home-section-2 .home-section-2__download-btns {
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.home-section-2 .home-section-2__download-btns .home-section-2__depliant-btn {
  background-color:#3d0057;
  vertical-align:top;
  border-top-left-radius:4vh;
  border-bottom-right-radius:0;
}

.home-section-2 .home-section-2__download-btns .home-section-2__presentation-btn {
  background-color:#9e80ab;
  margin-top:8.8959vh;
  vertical-align:top;
}

/* ========================================================================== */

/* Footer */
.ne-footer {
  background-color:#baecdc;
  position:relative;
}

.ne-footer .ne-footer__decoration {
  position:absolute;
  top:0;
  left:0;
  height:100%;
}

.ne-footer .ne-footer__content {
  padding:6.434vh 3.21vh;
  display:flex;
  align-items:flex-end;
  color:#3d0057;
  font-weight:300;
  position:relative;
}

.ne-footer .ne-footer__content .ne-footer__content-section {
  font-size:24px;
  line-height:36px;
  flex-grow:1;
}

.ne-footer .ne-footer__content .ne-footer__content-title {
  font-size:30px;
  font-weight:700;
  line-height:40px;
}

.ne-footer .ne-footer__content .ne-footer__logo {
  height:170px;
}

.ne-footer .ne-footer__content .ne-footer__social-link {
  display:inline-block;
  vertical-align:top;
}
.ne-footer .ne-footer__content .ne-footer__social-link:not(:last-child) {
  margin-right:10px;
}

.ne-footer .ne-footer__content .ne-footer__social-link > img {
  width:48px;
}


/* ========================================================================== */

@media (orientation: portrait) {

/* Home */
.home-section-1 .home-section-1__image {
  display:none;
}

.home-section-1 .home-section-1__content {
  flex:1 0 100%;
}

/* ========================================================================== */

}

@media (max-width: 1480px) {

/* Footer */
.ne-footer .ne-footer__decoration {
  display:none;
}

/* ========================================================================== */

}

@media (max-width: 992px) {

/* Footer */
.ne-footer .ne-footer__content {
  flex-direction:column;
  text-align:center;
}

.ne-footer .ne-footer__content .ne-footer__content-section {
  width:100%;
  margin-top:4vh;
}

/* ========================================================================== */

}

@media (max-width: 575px) {

/* Home */
.home-section-1 {
  height:95vh;
}

.home-section-1 .home-section-1__content .home-section-1__title {
  font-size:2.75vh;
  line-height:4vh;
}

.home-section-2 .home-section-2__download-btns {
  flex-direction:column;
  align-items:center;
}

.home-section-2 .home-section-2__download-btns .home-section-2__depliant-btn {
  align-self:flex-start;
}

.home-section-2 .home-section-2__download-btns .home-section-2__presentation-btn {
  margin-top:2vh;
  align-self:flex-end;
}

/* ========================================================================== */

}