/*** FONTS ***/
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  scroll-behavior: smooth;
  font-size: 18px; }
p, body {
  color: #555555; }
p {
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.03em; }
a {
  color: #555555;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #555555;
  text-decoration: none; }
body, p, h1, h2 {
  font-family: 'Raleway', sans-serif; }
.hero p,
#services h2 + p,
.services-slider .text h3,
#contact h3, blockquote cite,
.pricing-bubble .title {
  font-family: 'Bitter', serif;}
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0px;
  cursor: pointer;
  text-decoration: none; }
.btn:hover, button:hover,
.btn:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
img {
  max-width: 100%; }
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.container {
  width: auto;
  max-width: 1440px; }

/*** NAV ***/
.navbar {
  padding: 0; }
.navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 2; }
.navbar-brand img {
  width: 100px; }
.navbar-collapse {
  position:absolute;
  left:-9999em;
  top:20px;
  z-index:999; }
.navbar-collapse.open {
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: -20px;
  background: #FFFFFF;
  left: -20px;
  top: 64px;
  padding: 30px 15px; }

  .navbar-toggler {
    width: 30px;
    height: 28px;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    outline: 0; }
  .navbar-toggler:before,
  .navbar-toggler:after {
    display: none; }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #555;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    color: #555;
    background-color: transparent;
    border: 0;
    outline: 0; }
  .navbar-toggler span:nth-child(1) {
    top: 0px; }
  .navbar-toggler span:nth-child(2) {
    top: 12px; }
  .navbar-toggler span:nth-child(3) {
    top: 24px; }
  .navbar-toggler.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .navbar-toggler.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .navbar-toggler.open {
    z-index: 999; }
  .navbar-toggler.open span {
    background-color: #555; }


/*** HEADER ***/
header {
  height: 96px; }
header.open {
	position: relative;
	z-index: 9999; }
header .container-fluid {
  padding-left:20px;
  padding-right:20px; }
.header-fix {
  padding: 20px 0;
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
	-webkit-transition: top 1s ease-in-out;
	-o-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out; }
header ul {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300; }
header ul li {
  display: block;
  padding: 20px 0; }
header ul li a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #555555;
  font-weight: bold;
  font-size: 1.33rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-transform: uppercase; }
header ul li a:hover,
header ul li a:focus {
  color: #FF2A68; }
.header-fix {
  -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
.header-fix.nav-down {
  background-color: #FFF;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2); }

/*** HERO ***/
.hero {
  color: #FFF;
  padding-top: 140px;
  padding-bottom: 50px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.hero .title {
  color: #FFF; }
.hero h1 {
  color: #FFF;
  margin-bottom: 1.6rem; }
.hero p {
  color: #FFF;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em; }
.pricing-bubble {
  position: absolute;
  z-index: 999;
  top: -20px;
  right: 15px;
  width: 190px;
  height: 190px;
  text-align: center;
  background-image: url('../images/frame.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.pricing-bubble .padding {
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.pricing-bubble .title {
  color: #555555;
  font-weight: bold;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem; }
.pricing-bubble .title span {
  color: #FF2A68; }
.pricing-bubble p {
  color: #000000;
  margin: 0;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1.25;
  letter-spacing: -0.03em; }
.pricing-bubble p a {
  font-weight: bold;
  color: #000000; }

/*** CONTENT ***/
h1, h2 {
  color: #555555;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 2.33rem; }
h3 {
  color: #555555;
  font-weight: bold;
  font-size: 1.66rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-bottom: 15px; }
.title {
  color: #555555;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 15px; }
blockquote {
  color: #555555;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 30px; }
blockquote cite {
  color: #555555;
  letter-spacing: -0.03em;
  font-size: 1.3rem;
  display: block;
  margin-top: 35px;
  font-style: normal; }
#about {
	position: relative;
  padding: 40px 0 60px 0; }
#about .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 115%;
  margin-top: 2rem;
  margin-bottom: 1rem; }
#about .move {
	width: 300px;
	height: 300px;
	top: -100px;
	right: 0px;
	position: absolute;
	overflow: hidden; }
#about .move svg {
	width: 100%;
	opacity: 0.75;
	z-index: 9; }
.about-content .text-box {
  position: relative; }
.about-content h3 {
  font-weight: bold;
  font-size: 1.25rem; }
.about-content .more,
.services-slider .more {
	display: none; }
#services {
  color: #FFF;
  background-color: #000000;
	position: relative;
  padding: 40px 0 30px 0; }
#services a {
  color: #FFF; }
#services a:hover,
#services a:focus {
  color: #FFF;
  text-decoration: none; }
#services .move {
	width: 300px;
	height: 300px;
	top: -250px;
	left: -150px;
	position: absolute;
	overflow: hidden; }
#services .move svg {
	opacity: 0.75;
	transform: scale(0.75) rotate(135deg);
	z-index: 9; }
#services .title,
#services h2,
#services p {
  color: #FFF; }
#services h2 + p {
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  padding-right: 30%; }
.services-slider {
  margin-top: 30px;
  counter-reset: section; }
.services-slider .pic {
  height: 236px; }
.services-slider .text {
  padding-left: 60px;
  padding-top: 30px;
  position: relative; }
.services-slider .text::before {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  position: absolute;
  left: 0;
  counter-increment: section;
  content: "/ " counter(section); }
.services-slider .text h3 {
  color: #FFF; }
.testimonials {
	position: relative;
  background-color: #ECEBEB;
  padding: 55px 0; }
.testimonials .move {
	width: 300px;
	height: 300px;
	top: -150px;
	right: 0px;
	position: absolute;
	overflow: hidden; }
.testimonials .move svg {
	opacity: 0.75;
	z-index: 9;
	transform: rotate(140deg);
	position: absolute;
	right: -200px; }
.slick-prev, .slick-next {
  color: #555555;
  font-style: normal;
  font-weight: 500;
  font-size: 0.65rem;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(85, 85, 85, 0.5); }
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus {
  color: #555555;
  border: 1px solid #555555; }
.services-slider .slick-prev, .services-slider .slick-next {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5); }
.services-slider .slick-prev:hover, .services-slider .slick-next:hover,
.services-slider .slick-prev:focus, .services-slider .slick-next:focus {
  color: #FFF;
  border: 1px solid #FFFFFF; }
.slick-prev:before, .slick-next:before {
  display: none; }
.slick-slider {
  margin-bottom: 60px; }
.slick-slider:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background-color: #555555; }
.services-slider.slick-slider:before {
  background-color: #FFF; }
.slick-slider .slick-prev {
  top: auto;
  bottom: -60px;
  left: 50%;
  margin-left: -105px; }
.slick-slider .slick-next {
  top: auto;
  bottom: -60px;
  right: 50%;
  margin-right: -105px; }
.testimonials .slick-prev:hover,
.testimonials .slick-prev:focus,
.testimonials .slick-next:hover,
.testimonials .slick-next:focus {
  color: #555555;
  opacity: 1; }
#contact {
  color: #FFF;
  background-color: #FF2A68;
  padding: 50px 0 30px 0; }
#contact .title,
#contact p,
#contact h2,
#contact h3,
#contact a {
  color: #FFF; }
#contact a.email {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-bottom: 20px; }
#contact a.email:hover:after {
  width: 100%; }
#contact a.email:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#contact .social {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
#contact .social a {
  display: inline-block;
  margin-left: 7px; }
.modal.legals-modal .modal-dialog {
  max-width: 1210px; }
.modal.legals-modal .modal-content {
  padding: 60px 10%;
  border-radius: 0;
  position: relative; }
.modal.legals-modal .modal-content:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  border: 1px solid #555555; }
.modal.legals-modal .modal-content h2 {
  font-size: 2rem; }
.modal.legals-modal .modal-header {
  padding: 0;
  border: 0; }
.modal.legals-modal .modal-header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 25px;
  font-weight: 300;
  color: #555555;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  z-index: 2;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px; }
.modal.legals-modal .modal-body {
  padding: 0; }
.modal.legals-modal .modal-body h1 {
	font-size: 2.8rem; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 40px;
  height: 40px;
  background-size: contain; }
.ico-sn-in {
  background-image: url('../images/in.svg'); }
.ico-sn-in:hover,
.ico-sn-in:focus {
  background-image: url('../images/in-hover.svg'); }
.ico-sn-fb {
  background-image: url('../images/fb.svg'); }
.ico-sn-fb:hover,
.ico-sn-fb:focus {
  background-image: url('../images/fb-hover.svg'); }
.ico-sn-tw {
  background-image: url('../images/tw.svg'); }
.ico-sn-tw:hover,
.ico-sn-tw:focus {
  background-image: url('../images/tw-hover.svg'); }

/*** FOOTER ***/
footer {
	position: relative;
  text-align: center;
  padding-top: 20px; }
footer .move {
	width: 325px;
	height: 325px;
	bottom: 0px;
	left: 0px;
	top: -140px;
	position: absolute;
	overflow: hidden; }
footer .move svg {
	opacity: 0.75;
	z-index: 9;
	transform: scale(1.5) rotate(-15deg);
	position: absolute;
	left: -125px;
	bottom: -100px; }
footer .logo a img {
  width: 100px;
  margin-bottom: 15px; }
footer .legals a {
  margin: 0 5px;
  display: inline-block; }
footer p.copy {
  padding-top: 15px;
  color: #000000; }

/* SVG Morph */
.morph-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none; }
.morph {
	opacity: 0.6;
	position: relative;
	height: 100%; }

@media (min-width: 768px) {

  .navbar-collapse {
    position: static;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  header ul li {
    padding: 0 20px;
    display: inline-block; }
  header ul li a {
    font-size: 1rem; }
  header ul li:last-child {
    padding-right: 0; }
  .hero {
    padding-top: 100px;
    padding-bottom: 70px;
    min-height: 400px; }
  blockquote {
    padding-right: 10%; }
  .about-content .more,
	.services-slider .more {
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 11px;
    right: 0px;
		border: 0px;
		background-color: transparent;
    background-image: url('../images/arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .about-content .more.open,
	.services-slider .more.open {
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 11px;
    right: 0px;
    background-image: url('../images/arrow-up.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
	.services-slider .more,
	.services-slider .more.open {
		top: 40px; }
	.services-slider .text h3 {
		padding-right: 30px; }
  .about-content h3 {
    min-height: 55px; }
  .services-slider {
    margin-left: -7px;
    margin-right: -7px; }
  .services-slider .box {
    padding: 7px; }
  .modal.legals-modal .modal-dialog {
    max-width: 1210px; }
  footer {
    text-align: left; }
	footer .move {
		top: -155px; }
  footer .logo img {
    margin-bottom: 0; }
  footer .legals {
    text-align: right; }
  footer .legals a {
    display: inline-block;
    margin: 0;
    margin-left: 35px; }

}

@media (min-width: 992px) {

  header {
    height: 116px; }
  .header-fix {
    padding: 30px 0; }
  header ul li a {
    font-size: 1.2rem; }
  .navbar-brand img {
    width: 100px; }
  .pricing-bubble {
    position: absolute;
    z-index: 999;
    top: -35px;
    width: 240px;
    height: 240px; }
  .pricing-bubble .title {
    font-size: 1rem;
    margin-bottom: 1rem; }
  .pricing-bubble p {
    font-size: 0.7rem; }
  .hero {
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 520px; }
  #services h2 + p {
    font-size: 1.66rem; }
  .services-slider {
    margin-left: -15px;
    margin-right: -15px; }
  .services-slider .box {
    padding: 15px; }
  .slick-slider {
    margin-bottom: 80px; }
  .slick-prev, .slick-next {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    width: 80px;
    height: 80px; }
  .slick-slider:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
    background-color: #555555; }
  .slick-slider .slick-prev {
    top: auto;
    bottom: -80px;
    left: 50%;
    margin-left: -150px; }
  .slick-slider .slick-next {
    top: auto;
    bottom: -80px;
    right: 50%;
    margin-right: -150px; }
  header ul li a {
    font-size: 1.33rem; }
  .hero p {
    font-size: 2.33rem; }
  h1, h2 {
    font-size: 3.66rem; }
  blockquote {
    font-size: 2.33rem;
    margin-bottom: 60px; }
  blockquote cite {
    color: #555555;
    letter-spacing: -0.03em;
    font-size: 2rem; }
  #contact a.email {
    margin-bottom: 35px;
    font-size: 3.66rem; }
  footer .logo a img {
    width: 140px;
    margin: 0; }
	footer .move {
		top: -205px; }

}

@media screen and (min-width: 768px) {

  .container-fluid,
  header .container-fluid {
		padding-left: 3.6rem;
		padding-right: 3.6rem; }

}

@media screen and (min-width: 1024px) {

  .container-fluid,
  header .container-fluid {
    padding-left: 4.4rem;
    padding-right: 4.4rem; }
	#services .move,
	.testimonials .move,
	footer .move {
	  width: 500px;
	  height: 500px; }
  #about .move {
    width: 400px;
	  height: 400px;
    top: -200px; }
	#services .move {
		left: -200px; }
	.testimonials .move svg {
		right: -350px; }
	footer .move {
		top: -380px; }
	footer .move svg {
    left: -200px;
    bottom: -200px; }
  .about-content .more,
	.about-content .more.open,
	.services-slider .more,
	.services-slider .more.open {
    width: 27px;
    height: 15px; }
  .about-content h3 {
    min-height: 90px;
    font-size: 1.25rem; }

}

@media screen and (min-width: 1550px) {

  .container-fluid,
  header .container-fluid {
    padding-left: 5.2rem;
    padding-right: 5.2rem; }
  .hero {
    padding-top: 185px;
    padding-bottom: 150px;
    min-height: 685px; }
	#about .move,
	#services .move,
	.testimonials .move,
	footer .move {
    top: -100px;
	  width: 750px;
	  height: 750px; }
	footer .move {
    top: -725px; }
	#services .move {
		left: -350px; }
	.testimonials .move svg {
		right: -500px; }
	footer .move svg {
		left: -350px;
		bottom: -250px; }
  .pricing-bubble {
    right: -50px; }

}

@media screen and (min-width: 1770px) {
  .navbar-brand img {
    width: 200px; }
  header {
    height: 172px; }
  .container-fluid,
  header .container-fluid {
    max-width: 1920px;
    padding-left: 23.33rem;
    padding-right: 23.33rem; }
  footer .logo a img {
    width: 175px; }
  .pricing-bubble {
    position: absolute;
    z-index: 999;
    top: -35px;
    right: 8.33rem;
    width: 270px;
    height: 270px; }
  .pricing-bubble .padding {
    padding: 30px; }

}

@media screen and (min-width: 2000px) {

  html {
    font-size: 20px; }
  header ul li a {
    font-size: 1.6rem; }
  .navbar-brand img {
    width: 200px; }
  .hero p {
    font-size: 2.7rem; }
  h1, h2 {
    font-size: 4rem; }
  blockquote {
    font-size: 2.7rem; }
  blockquote cite {
    color: #555555;
    letter-spacing: -0.03em;
    font-size: 2.5rem; }
  #contact a.email {
    font-size: 4rem; }
  .slick-slider {
    margin-bottom: 100px; }
  .slick-prev, .slick-next {
    font-size: 0.73rem;
    letter-spacing: 0.215em;
    width: 100px;
    height: 100px; }
  .slick-slider:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background-color: #555555; }
  .slick-slider .slick-prev {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -180px; }
  .slick-slider .slick-next {
    top: auto;
    bottom: -100px;
    right: 50%;
    margin-right: -180px; }
  header ul li {
    padding: 0 40px; }
  .services-slider .pic {
    height: 320px; }
	#about .move,
	#services .move,
	.testimonials .move,
	footer .move {
	  width: 850px;
	  height: 850px; }
	footer .move {
		top: -800px; }
	#services .move {
		left: -400px; }
	.testimonials .move svg {
		right: -550px; }
	footer .move svg {
		left: -375px;
		bottom: -325px; }


}
