* {
	box-sizing: border-box;
}

.owib {
	width: 100%;
}

.owib .owib__wrapper {
	width: 100%;
	max-width: 100%;
	padding: 236px 0 40px 0;
	position: relative;
	overflow: hidden;
	max-width: 1680px;
  margin: 0 auto;
}

.owib .owib__wrapper .owib__wrapper--oval {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
  /* TEST */
	width: 100%;
  display: flex;
  justify-content: center;
}

.owib .owib__wrapper .owib__wrapper--oval svg {
	width: 100%;
	max-width: 840px;
	height: 100%;
	max-height: 164px;
	min-width: 375px;
	min-height: 72px;
}

.owib .owib__inner {
	width: 100%;
	max-width: 800px;
	padding: 0 15px;
	margin: 0 auto;
}

.owib .owib__inner .owib__inner--content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.owib .owib__inner--content .inner__content--heading {
	text-align: center;
}

.owib .owib__inner--content .inner__content--heading a, .owib .owib__inner--content .inner__content--heading p a {
	font-weight: 700;
}

.owib .owib__inner--content .inner__content--heading h1 {
	font-weight: 700;
	font-size: 64px;
	line-height: 77px;
	margin-bottom: 24px;
}

.owib .owib__inner--content .inner__content--heading p, .owib .owib__inner--content .inner__content--heading h2 {
	font-family: Avenir, sans-serif;
	font-weight: 400;
	font-size: 20px;
  line-height: 32px;
	color: #7A7A7A;
	margin: 0;
}

.owib .owib__inner--content .inner__content--button {
	margin-top: 24px;
}

.owib .inner__content--button .content__button--inner {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 24px 12px 48px;
  gap: 12px;
	background: #FD8550;
	box-shadow: 0px 24px 32px rgba(236, 236, 236, 0.502021);
	border: 2px solid #FD8550;
	border-radius: 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	transition: background .3s ease !important;
}

.owib .inner__content--button .content__button--inner:hover {
	background: #FFFFFF;
	color: #FD8550;
}

.owib .inner__content--button .content__button--inner:hover svg path {
	fill: #FD8550;
}

.owib .owib__wrapper--bottom .inner__content--reviews {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	padding: 0 15px;
	margin: 64px auto 0 auto;
	gap: 32px 40px;
}

.owib .owib__wrapper--bottom .inner__content--reviews > .inc-logo-link p strong {
  transition: .3s ease-in-out 0s;
}

.owib .owib__wrapper--bottom .inner__content--reviews > .inc-logo-link:hover p strong {
  color: rgb(80, 137, 253);
}

.owib .owib__wrapper--bottom .inner__content--reviews .trustpilot-widget iframe {
  left: 40px;		
}

.owib .owib__wrapper--bottom .inner__content--reviews.mail {
	justify-content: center;
	margin-top: 32px;
}

.owib .inner__content--reviews .content__reviews--custom {
/* 	width: calc(50% - 15px); */
	max-width: 331px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}



.owib .inner__content--reviews .content__reviews--custom.mail {
	text-decoration: none;
	width: 100%;
	max-width: 288px;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #5089FD;
	transition: 0.3s ease-in-out 0s;
}

.owib .inner__content--reviews .content__reviews--custom.mail:hover {
	color: #fd8550;
}

@media(max-width: 575px) {
  .owib .inner__content--reviews .content__reviews--custom {
    justify-content: center;
    width: 100%;
  }
}

.owib .inner__content--reviews .content__reviews--inc5000 {
	width: 100%;
	max-width: 80px;
	height: 80px;
}

.owib .inner__content--reviews .content__reviews--inc5000 svg {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.owib .content__reviews--custom .reviews__custom--circle {
	padding: 12px;
	width: 100%;
	max-width: 80px;
	height: 80px;
	background: radial-gradient(95.11% 95.11% at 16.61% 100%, #FFB059 0%, #FFE3C5 100%);
	box-shadow: 0px 24px 32px rgba(236, 236, 236, 0.502021);
	border-radius: 48px;
}

.owib .content__reviews--custom .reviews__custom--circle.mail {
	background: radial-gradient(95.11% 95.11% at 16.61% 100%, #588FFF 0%, #C2E8FF 100%);
}

.owib .reviews__custom--circle .custom__circle--inner {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #FEF6ED;
  box-shadow: 0px 8px 16px rgba(255, 120, 4, 0.5);
	border-radius: 48px;
	color: #FD8550;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: -0.04em;
}

.owib .reviews__custom--circle .custom__circle--inner.mail {
	box-shadow: 0px 8px 16px #6C99F9;
}

.owib .reviews__custom--circle .custom__circle--inner.mail img {
	width: 40px;
}

.owib .inner__content--reviews .content__reviews--custom p {
	font-size: 16px;
  line-height: 24px;
	color: #1D1D1D;
	margin: 0;
}

@media (max-width: 1061px) {
	.owib .owib__wrapper .owib__wrapper--oval {
		top: 56px;
	}
}

@media (max-width: 991px) {
	.owib .owib__wrapper .owib__wrapper--icon-left {
		display: none;
	}

	.owib .owib__wrapper .owib__wrapper--icon-right {
		display: none;
	}
}

@media (max-width: 575px) {
	.owib .owib__wrapper {
		padding: 180px 0 40px;
	}
	.owib .owib__wrapper--bottom .inner__content--reviews {
		flex-direction: column;
		gap: 24px;
		margin-top: 32px;
	}
	.owib .owib__wrapper--bottom .inner__content--reviews .trustpilot-widget iframe {
		left: 7%;
  }
	.owib .owib__inner--content .inner__content--heading h1 {
		font-size: 32px;
    line-height: 38px;
	}
	.owib .owib__inner--content .inner__content--heading h1 + p {
		font-size: 14px;
    line-height: 20px;
	}
	
	.owib .content__reviews--custom .reviews__custom--circle {
		max-width: 64px;
    height: 64px;
	}
	
	.owib .inner__content--reviews .content__reviews--inc5000 {
		width: 100%;
		max-width: 64px;
    height: 64px;
	}
	
	.owib .reviews__custom--circle .custom__circle--inner {
		font-size: 12px;
    line-height: 16px;
		width: 40px;
		height: 40px;
	}
	
	.owib .reviews__custom--circle .custom__circle--inner.mail img {
		width: 32px;
	}
	
	.owib .inner__content--reviews .content__reviews--custom p {
		font-size: 14px;
    line-height: 20px;
	}
}

@media (min-width: 455px) and (max-width: 575px) {
	.owib .owib__wrapper--bottom .inner__content--reviews .trustpilot-widget iframe {
		left: 7%;
  }
}

@media (max-width: 375px) {
	.owib .owib__wrapper--bottom .inner__content--reviews .trustpilot-widget iframe {
		left: 60px;
  }
}

.owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container {
  display: flex;
  align-items: center;
  margin-top: 0px;
/*   width: calc(50% - 15px); */
}

.owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container .rating-icon {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgb(236 236 236 / 50%) 0px 24px 32px 0px;
  padding: 16px;
  margin-bottom: 8px;
}

.owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container .rating-icon svg {
  width: 100%;
}

.owib .owib__wrapper--bottom .inner__content--reviews .cart-block {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 12px;
}

.owib .owib__wrapper--bottom .inner__content--reviews .cart-block .cart-block__RatingHeader {
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
  color: rgb(78, 78, 78);
  padding-bottom: 2px;
  transition: color 0.3s ease 0s;
}

.owib .owib__wrapper--bottom .inner__content--reviews .cart-block .cart-block__RatingHeader span {
  white-space: nowrap;
}

.owib .owib__wrapper--bottom .inner__content--reviews .cart-block .rating-description {
  color: rgb(135, 135, 135);
  font-family: Avenir;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}
.owib .owib__wrapper--bottom .inner__content--reviews .cart-block .rating-description div {
  display: flex;
}

.owib .owib__wrapper--bottom .inner__content--reviews .cart-block .rating-description div span {
  font-weight: 900;
  padding: 0px 4px;
  white-space: nowrap;
}
.owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container > a:hover .cart-block .cart-block__RatingHeader {
  color: rgb(80, 137, 253);
}

@media (min-width: 769px) {
  .owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container a {
      flex-direction: row;
  }
}

@media (min-width: 1024px){
  .owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container a {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width:575px){
  .owib .owib__wrapper--bottom .inner__content--reviews .banner-rating-container {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }
}

/* FORM STYLES */
.owib .inner__content--button .btn-module-popup-form h3,
.owib .inner__content--button .btn-module-popup-form p {
  text-align: left;
}

.owib .inner__content--button .btn-module-popup-form .submitted-message p {
  opacity: 1;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.owib .form-popup-wrapper .hs-form h1, .owib .form-popup-wrapper .hs-form h2, .owib .form-popup-wrapper .hs-form h3, .owib .form-popup-wrapper .hs-form h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  color: #1D1D1D;
}

.owib .form-popup-wrapper .hs-form p {
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-bottom: 32px;
  color: #7A7A7A;
  opacity: 1;
  max-width: none;
}

.owib .form-popup-wrapper .hs-form input.hs-button.primary.large {
  white-space: unset;
  width: 100%;
  max-width: 156px;
}

@media (min-width: 768px) {
  .form-popup-wrapper .hs-form .actions {
    flex-direction: row;
    justify-content: space-between;
		gap: 32px;
  }
}

.owib .form-popup-wrapper .hs-form>div:nth-child(3) {
  display: block;
}

.owib .inner__content--button .btn-module-popup {
  position: fixed;
  z-index: 9999;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.owib .inner__content--button .btn-module-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.owib .inner__content--button .btn-module-popup-inner {
  transition: height 0.5s ease 0s, max-width 0.5s ease 0s;
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 600px;
  position: relative;
  max-height: -webkit-fill-available;
  overflow-y: auto;
  pointer-events: all;
}

.owib .inner__content--button .btn-module-popup-form {
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 25px 15px;
}

.owib .inner__content--button .btn-module-popup-form > a.btn-module-popup-close {
  display: none !important;
}

.owib .inner__content--button .btn-module-popup .btn-module-popup-form a.btn-module-popup-close {
  font: inherit;
  color: #5089fd;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  padding: 0;
  border: none;
  margin-top: 0;
	margin-left: auto;
	width: 100%;
  max-width: 120px !important;
}

.owib .inner__content--button .btn-module-popup .btn-module-popup-form a.btn-module-popup-close:hover {
  color: rgb(80, 137, 253);
}

.owib .inner__content--button .btn-module-popup-form fieldset {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.owib .inner__content--button .btn-module-popup-form fieldset .hs-form-field {
  width: 100%;
}

@media (min-width: 768px) {
  .owib .inner__content--button .btn-module-popup-inner {
    padding-top: 0px;
    max-height: 95vh;
  }
  .owib .inner__content--button .btn-module-popup-form {
    padding: 50px;
  }
}

.btn-module-popup-form > span > h3 + div .buttons-after-submit {
	display: flex;
	flex-direction: row;
	margin-top: 32px;
	gap: 32px;
}

.btn-module-popup-form .buttons-after-submit a.after-submit-close {
	display: inline-flex !important;
	margin: 0 0 0 auto !important;
}

.btn-module-popup-form form + .buttons-after-submit {
	display: none !important;
}

.btn-module-popup-form > .buttons-after-submit {
	display: none;
}