@import url("https://use.typekit.net/rtc0cht.css");

* {
	box-sizing: border-box;
}

html.sr .load-hidden {
    visibility: hidden;
}

body {
  font-family: "halyard-text", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 180%;
  font-style: normal;
  color: #FFF;
  background: #262626;
  margin: 0;
}

html,
body {
  height: 100%;
}


/** Main setup **/

.main-wrapper {
  position: relative;
  padding: 0;
  min-height: 100%;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 11;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.study {
  margin: 0 0 1.5rem 2.5rem;
  padding: 0;
  list-style: circle;
  font-size: 1rem;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  color: #EFEFEF;
}


h1, .h1 {
  /*font-family: "obviously", sans-serif;
  font-size: 33px - 81px;*/
  font-size: clamp(1.5rem,calc(1.5rem + 6.23782vw - 25.82456px),5rem);
}

h2, .h2 {
  /*font-size: 28px - 54px;*/
  font-size: clamp(2rem,calc(2rem + 4.67836vw - 19.36842px),5rem);
}

h3, .h3 {
  /*font-size: 23px - 36px;*/
  font-size: clamp(1rem, 0.788rem + 0.906vw, 1.875rem);
}

h4, .h4 {
  /*font-size: 19px - 24px;*/
  font-size: clamp(1.5rem,calc(1.5rem + 3.11891vw - 12.91228px),3.5rem);
}


.primary-stroke {
  -webkit-text-stroke: clamp(0.5px,calc(0.29825px + 0.04873vw),1px) #efefef;
  color: transparent !important;
}

.txt-loading .primary-stroke {
  -webkit-text-stroke: clamp(0.5px,calc(0.29825px + 0.04873vw),1px) #d8d8d8;
}

p, .p {
  font-size: 1.25rem;
  line-height: 180%;
  text-transform: none;
  font-weight: 300;
  margin: 0 0 1rem;
}

p:last-of-type, .p:last-of-type {
	margin: 0;
}

p.bold, .p.bold {
  font-weight: 600;
}

.medium {
  font-size: 1rem;
}

.small {
  font-size: .75rem;
}

.large {
  font-size: 1.875rem;
  font-weight: 100;
}

.mlarge {
  font-size: 1.25rem;
  font-weight: 100;  
  margin-bottom: 1rem!important;
}

@media (min-width: 768px) {

  .mlarge {
    font-size: 1.875rem;
    font-weight: 100;
    margin-bottom: 0!important;
  }

}

.italic {
  font-style: italic;
}


a {
	color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

.button {
  padding: .5rem .75rem;
  border: none;
  margin-top: .75rem;
  transition: background 0.5s ease;
  text-decoration: none !important;
  background: #FFF;
  color: #000000;
  display: inline-block;
}

.button:hover {
  background: #718daa;
}

.c-light-grey {
  color: #efefef;
}

.c-white {
  color: #fff !important;
}

.c-white-fade {
	color: rgba(255,255,255,.66) !important;
	
}


/** Top section **/


.top-section {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: left;
  flex-direction: column;
}




/** Header **/

.header {
  width: 100vw;
	padding: 1.5rem;
  flex-direction: row;
	justify-content: space-between;
}

.header,
.main-nav {
  display: flex;
}

.logo {
	margin: 0;
  display: flex;
  align-items: center;
}

.logo svg {
  width: 31px;
  height: 24px;
}

.logo svg path {
  stroke: #EFEFEF;
}

.logo a,
.main-nav a {
	text-align: center;
	display: flex;
}

.main-nav li {
  margin-left: 1.5rem;
}

.main-nav li:first-of-type {
  margin-left: 0;
}

.main-nav a {
  padding: 4px 2px;
	color: #fff;
	font-size: .75rem;
}

.main-nav a:hover {
	color: #718daa;
}


@media (min-width: 768px) {
  
  .logo svg {
    width: 52px;
    height: 30px;
  }
	
	.header {
    padding: 2rem 2.5rem;
	}

}

@media (min-width: 1280px) {
  
  .logo svg {
    width: 62px;
    height: 36px;
  }
  
	.header {
    padding: 2.5rem 5rem;
	}

}



/** Header **/

.intro-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2.5rem 1.5rem 5rem;
}

.primary-intro {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding-bottom: 5rem;
}

.intro-margin {
  padding-bottom: .5rem;
}

.sub-intro {
  color: #a6a6a6;
}

.intro-text a {
  text-decoration: underline;
}


@media (min-width: 768px) {
	
	.intro-text {
    padding: 2.5rem 2.5rem 5rem;
	}

}

@media (min-width: 1280px) {
  
	.intro-text {
    padding: 0 5rem 5rem;
	}

}






/** About **/


#about, #usps, #experience {
  padding: 2.5rem 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

#aboutproject, .projectinfo {
  padding: 2.5rem 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.about-image {
  width: calc(100vw - 3rem);
  height: calc(100vw - 3rem);
  background-image: url("../img/me.png");
  background-size: cover;
  background-position: center;
  z-index: 5;
  
}

.about-text, .about-text-case {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
	padding-bottom: 2.5rem;
	/*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}


.top-line {
	border-top: 1px solid rgba(255,255,255,0.25);
	padding-top: 1.5rem;
	width: 100%;
}


.callout {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}


.studyimg {
  margin: 0;
  width: 100%;
}


@media (min-width: 768px) {
	
	#about, #usps {
    padding: 2.5rem 2.5rem 5rem;
    flex-direction: row;
    gap: 2.5rem;
	}

  #aboutproject, .projectinfo {
    padding: 2.5rem 2.5rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
	
	#experience {
    padding: 2.5rem 2.5rem 5rem;
    gap: 2.5rem;
	}
  
  .about-image {
    width: calc(50vw - 3.75rem);
    height: calc(50vw - 3.75rem);
  }
  
  .about-text, .about-text-case {
    width: 50%;
	  margin: 0 0 0 50%;
	  padding-bottom: 5rem;
  }
	
	#experience .about-text {
    width: 100%;
	  margin: 0;
	  padding-bottom: 5rem;
  }

  .studyimg {
    margin: 0 4rem;
    width: calc(100% - 8rem);
  }

}

@media (min-width: 1280px) {
  
	#about, #usps, #experience {
    padding: 5rem 5rem 5rem;
    gap: 5rem;
	}
  
  .about-image {
    width: calc(50vw - 7.5rem);
    height: calc(50vw - 7.5rem);
  }
  
  .about-text, .about-text-case {
	  padding-bottom: 7.5rem;
  }

}










/** Slogan **/


.slogan {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  position: relative;
}

.slogan p {
  color: #efefef;
}





/** Affiliates **/


#affiliates {
  padding: 8rem 1.5rem 16rem;
}

#affiliates ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  
  #affiliates {
    padding: 8rem 2.5rem 16rem;
  }
  
}

@media (min-width: 1280px) {
  
  #affiliates {
    padding: 8rem 5rem 16rem;
  }  
  
}



/** Work **/

#work {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1px;
  flex-wrap: wrap;
}




.work-example-row {
	display: flex;
	flex-direction: column;
	padding: 0 1.5rem 4rem;
	width: 100vw;
	position: relative;
}

.work-example-rev .work-example-content {
	display: flex;
	flex-direction: column;
}

.work-example-content {
	display: flex;
	flex-direction: column-reverse;
}


.work-example-details {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
	width: 100%;
	padding: .75rem 0 2.5rem;
	border-top: 1px solid rgba(255,255,255,0.25);
}

.work-example-details div {
	display: flex;
	flex-direction: row;
	grid-column-gap: 1rem;
}

.work-example-text {
	display: flex;
  align-items: flex-end;
	width: 100%;
	padding: 0 0 2.5rem;
}


.work-example {
  display: flex;
  align-items: flex-end;
  width: calc(100vw - 3rem);
  height: calc(100vw - 3rem);
  position: relative;
  
}

.work-example img.primary {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 1.5rem;
}


.work-text {
  padding: 1.5rem;
  display: flex;
  flex: 1;
  align-items: flex-end;
  z-index: 2;
}


.work-text p {
  padding: 0.2rem 1rem 0.3rem;
  /*background: rgba(255,255,255,0.73);*/
  background: rgba(0,0,0,0.73);
  border-radius: 100px;
  display: inline-block;
  /*color: #262626;*/
  transition: all .15s ease-in;
  margin-bottom: .75rem;
  margin-right: .5rem;
  font-size: .75rem;
}

.work-text h3 {
  padding: .6rem 1.5rem .8rem;
  /*background: rgba(255,255,255,0.73);*/
  background: rgba(0,0,0,0.73);
  border-radius: 100px 100px 100px 0;
  display: table;
  /*color: #262626;*/
}




a:hover.work-example {
  text-decoration: none;
}



@media (min-width: 768px) {
	
	
	.work-example-details {
		padding: 1.25rem 0 4rem;
	}
	
	
	.work-example-row {
		padding: 0 2.5rem 8rem;
	}
	
	.work-example-details div {
		grid-column-gap: 2rem;
	}
	
	.work-example-text {
		width: 50vw;
		padding: 2.5rem 2.5rem 0;
	}
	
	.work-example-rev .work-example-text {
		padding: 2.5rem 2.5rem 0 0;
	}

  
  .work-example {
    width: calc(50% - 0.5px);
    height: auto;
	  aspect-ratio: 1 / 1;
  }
  
  .work-text {
    padding: 2.5rem;
  }
	
	.work-example-rev .work-example-content, .work-example-content {
		flex-direction: row;
	}
  
  .work-example:hover img.primary {
    filter: saturate(0);
  }
  
  .work-text h3 {
    padding: .8rem 2rem 1rem;
  }
  
  .work-text p {
    padding: .4rem 1.6rem .5rem;
    opacity: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  
  .work-example:hover .work-text p {
    opacity: 1;
  }
  
}

@media (min-width: 1280px) {
	
	.work-example-row {
		padding: 0 5rem 16rem;
	}
	
	
	.work-example-text {
		padding: 5rem 5rem 0;
	}
	
	.work-example-rev .work-example-text {
		padding: 5rem 0 0 5rem;
	}
	
}





/** Jobs **/


.job-details {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.job-details .row {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.job-details .col.col3 {
  width: 100%;
  padding-right: 0;
}

.job-details .col.col4 {
	width: 100%;
	padding-right: 0;
}

.job-details .col.col5 {
	width: 100%;
}

.job-details .col.col4 .row p:first-of-type {
  width: 25%;
  padding-right: 1rem;
}

.job h3 {
	text-transform: none;
	font-size: clamp(1.25rem, 0.947rem + 1.294vw, 2.5rem);
	font-weight: 400;
    margin-bottom: 2vw;
}
.job ul {
    margin: 0 0 0 2rem;
    padding: 0;
    list-style: disc;
}

@media (min-width: 768px) {

  .job-details {
    flex-direction: row;
    gap: 2.5rem;
  }

  .job-details .row {
    justify-content: space-between;
  }

  .job-details .col.col3 {
    width: 25%;
    padding-right: 4vw;
  }

  .job-details .col.col4 {
    width: 33.3333333%;
    padding-right: 8vw;
  }

  .job-details .col.col5 {
    width: 41.666666%;
  }

}

/** Contact **/


#contact {
  padding: 16rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}


@media (min-width: 768px) {
  
  #contact {
    padding: 16rem 2.5rem 1.5rem;
  }
  
  
}


@media (min-width: 1280px) {
  
  #contact {
    padding: 16rem 5rem 2.5rem;
  }
  
}




/** Noise **/

.noise-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  transition: all .15s ease-in;
}

.noise-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.75);
}

.noise {
  position: absolute;
  top: -500px;
  right: -500px;
  bottom: -500px;
  left: -500px;
  background: transparent url("../img/noise.png") 0 0;
  background-size: 320px 320px;
	opacity: .35;
	animation: noise 1s steps(8,end) infinite both;
}

@keyframes noise {
  0% {
    transform: translateX(0px,0px); }
  10% {
    transform: translate(-100px, 100px);
  }
  20% {
    transform: translate(150px, -100px);
  }
  30% {
    transform: translate(-100px,100px);
  }
  40% {
    transform: translate(100px, -150px);
  }
  50% {
    transform: translate(-100px, 200px);
  }
  60% {
    transform: translate(-200px, -100px);
  }
  70% {
    transform: translateY(50px, 100px);
  }
  80% {
    transform: translate(100px, -150px);
  }
  90% {
    transform: translate(0px, 200px);
  }
  100% {
    transform: translate(-100px, 100px);
  }
}





/** Pre-loader **/

/* Load Settings */
.no-scroll-y {
	overflow-y: hidden;
}

#preloader-section{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* Preloader */
.ctn-preloader {
	-webkit-box-align: center;
	align-items: center;  
/* Show or Hide cursor when hover of Preloader*/
  cursor: none;
	display: -webkit-box;
	display: flex;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
  font-family: "halyard-text", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem,calc(1.5rem + 6.23782vw - 25.82456px),5.5rem);
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  line-height: 1.4;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* Loader section Settings */
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
  transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

/* Preloader Animation */

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}







/** Pop over **/

.popover-item {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.popover-content {
  position: absolute;
  display: none;
  font-size: 1.2rem;
  background-color: transparent;
  padding: 0;
  width: 280px;
  height: auto;
  z-index: 3;
}

/*.popover-content:hover{
  display:none!important;
}*/
.popover-item:hover .popover-content{
  display: block;
}

.popover-title {
  color: #262626;
  padding: .45rem 2rem .6rem;
  background: rgba(255, 255, 255, 0.73);
  border-radius: 100px;
  margin: 0 0 1rem 0;
  width: auto;
  display: inline-block;
}



.slideshow {
  margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
}

.slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mySlides {
    display: none;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media (max-width: 768px) {

  .popover-content {
    visibility: hidden !important;
  }
  
}

@media (min-width: 768px) {
  
  .popover-content {
    width: 300px;
    height: auto;
  }
  
  .popover-content img {
    width: 300px;
    height: auto;
  }
  
}


@media (min-width: 1280px) {
  
  .popover-content {
    width: 400px;
    height: auto;
  }
  
  .popover-content img {
    width: 400px;
    height: auto;
  }
  
}


@media (min-width: 1600px) {
  
  .popover-content {
    width: 547px;
    height: auto;
  }
  
  .popover-content img {
    width: 547px;
    height: auto;
  }
  
}



/** Video content **/

#overlay {
	background-color:transparent;
	height:40vh;
	max-height: 440px;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width: calc(100% - 3rem);
    margin-left: 1.5rem;
	overflow: hidden;
}

#hero-vid {
	backface-visibility:hidden;
	background-size:cover;
	bottom:-30vh;
	height:auto;
	min-height:100%;
	min-width:100%;
	perspective:1000;
	position:absolute;
	right:0;
	width:100%;
	z-index:-1; 
	filter: grayscale(60%);
}

#hero-pic {
	display:block;
	height:auto;
	width:100%;
}


@media (min-width: 768px) {
	
	#overlay {
	width: calc(100% - 5rem);
    margin-left: 2.5rem;
	}
}
	
@media (min-width: 1280px) {
	
	#overlay {
	width: calc(100% - 10rem);
    margin-left: 5rem;
	}
}






/* USPs */


#usps {
	display: flex;
    gap: 0;
    flex-flow: row wrap;
    row-gap: 4rem;
	margin-left: 0;
    margin-right: 0;
	align-items: flex-start;
}

.usp {
	flex: 100%;
    max-width: 100%;
	padding: 0;
	
}

.uspContent {
	padding-top: 1rem;
  padding-right: 1rem;
	border-top: 1px solid rgba(255,255,255,.25)
}

.usp h3 {
	text-transform: none;
	margin-bottom: 5vw;
	font-weight: 400;
}



@media (min-width: 768px) {
	
	#usps {
		row-gap: 6rem;
		margin-left: -1.25rem;
		margin-right: -1.25rem;
		align-items: flex-start;
	}

	.usp {
		flex: 50%;
		max-width: 50%;
		padding: 0 1.25rem;

	}
	
	.uspContent {
		padding-top: 1.5rem;
    padding-right: 1.5rem;  
	}
	
	.usp h3 {
		margin-bottom: 3.75vw;
	}

	
}
	
@media (min-width: 1280px) {
	
	#usps {
		row-gap: 8rem;
		margin-left: -2.5rem;
		margin-right: -2.5rem;
		align-items: flex-start;
	}

	.usp {
		flex: 33.333%;
		max-width: 33.333%;
		padding: 0 2.5rem;

	}
	
	.uspContent {
		padding-top: 2rem;
    padding-right: 4rem;  
	}
	
	.usp h3 {
		margin-bottom: 2.5vw;
	}

	
}






/* Visibility Helpers */

@media only screen and (min-width:769px) {
    .visible-mobile,.visible-tablet,.hidden-desktop { display:none !important; }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .visible-mobile,.hidden-tablet,.visible-desktop { display:none !important; }
}

@media only screen and (max-width:479px) {
    .hidden-mobile,.visible-tablet,.visible-desktop { display:none !important; }
}

