* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/*html{
  scroll-behavior: smooth;
}*/

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
  line-height: 24px;
	color: #7F867B;
	/* font-family: "MiloSerif", serif; */
  font-family: "Bricolage Grotesque", "Cairo", sans-serif;
  font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  background-color: #90CEE0;
}

p {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	/* font-weight: 400; */
}

.mobile-only {
	display: none;
}

.first-sec .sec-wrap{
	padding-top: 200px;
}

.pad-horiz {
	padding: 0 40px;
}

.pad-vertical {
	padding: 40px 0;
}

.no-pad-bottom {
	padding-bottom: 0;
}

.no-pad-top {
	padding-top: 0 !important;
}

.less-pad-top {
	padding-top: 40px;
}

.maxed-container {
	max-width: 520px;
}

.centered-container {
	margin: 0 auto;
}

.centered-content {
	text-align: center;
}

.pt-img-cont{
  max-width: 360px;
  margin: 0 auto;
}

.pt-img-cont.pt-img-cont-wide{
  max-width: 520px;
}

.pt-img-cont img{
  width: 100%;
  height: auto;
  display: block;
}

.pt-download-btns-wrap{
  text-align: center;
}

.pt-dbtn{
  padding: 0 0 20px;
}

.pt-dbtn:last-child{
  padding: 0;
}

.pt-dbtn a{
  width: 220px;
  height: 38px;
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 38px;
  color: #F163C0;
  text-transform: uppercase;
}