
.main_head_btn_holder {
	margin-top: 20px;
}

.presentation_box {
	display: inline-block;
	width: 280px;
	height: 260px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.presentation_box:hover {
	background: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 109px 80px rgba(50, 65, 73, 0.06), 0px 24.3466px 17.869px rgba(50, 65, 73, 0.0357664), 0px 7.24861px 5.32008px rgba(50, 65, 73, 0.0242336);
}

.presentation_box_icon {
	text-align: left;
	margin: 15px auto 0px auto;
}

h4.presentation_box_head {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #3d4e57;
}

.presentation_box_desc {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
}

.presentation_box_button {
	color: #2EB472;
	font-size: 13px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 600;
	margin: 10px auto;
	letter-spacing: 1.86px;
}

.big_points_holder {
	width: 100%;
	background: #f3f7f9;
	padding: 100px 0px 80px 0px;
}

.big_points_inside {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}


.points_box {
	display: inline-block;
    vertical-align:top;
	width: calc(33% - 40px);
	min-height: 260px;
	margin: 20px;
}

.points_box.compact {
	width: 280px;
}

.points_box_desc.compact {
	font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #3d4e57;
	text-align: left;
}

.points_box_icon {
	text-align: center;
	margin: 15px auto 0px auto;
}

h4.points_box_head {
	margin-top: 16px;
	margin-bottom: 10px;
	color: #4b6069;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

.points_box_desc {
	font-size: 14px;
	line-height: 22px;
	color: #54656F;
	padding: 0px 10px;
	font-weight: 300;
	height: 95px;
	text-align: justify;
}

.mac_hidden {
	display:none;
}


@media screen and (max-width: 1175px) {
	.presentation_inside {
		width: 850px;
	}
	.presentation_flex_container {
		max-width: 90%;
	}
}

@media screen and (max-width: 1000px) {

	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(49% - 40px);
		min-height: 260px;
		margin: 20px;
	}

}

@media screen and (max-width: 850px) {
	.trusted_logo {
		margin: 15px;
	}
}

@media screen and (max-width: 700px) {
	h1.index {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.67;
		padding-bottom: 30px;
	}

	h3.presentation {
		font-size: 26px;
	    font-weight: bold;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: 1.54;
	    letter-spacing: normal;
	    text-align: center;
	    color: #54656f;
		padding-bottom: 10px;
	}

	.points_box {
		display: inline-block;
	    vertical-align:top;
		width: calc(99% - 40px) !important;
		min-height: 260px;
		margin: 20px;
	}

	.image.mac_mockup.hidden {
		display: none;
	}

	.mac_mockup.hidden.mobile {
		display:flex;
	}


	.pricing_type {
		width: 200px;
	}

	.pricing_price {
		padding-left: 60px;
	}

}

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

	.pricing_price {
		padding-left: 40px;
	}

	.waves_divider_container.index {
		height: 250px;
	}
}
.signup_holder {
	background: #3d4e57;
	width: 100%;
}

.signup_inside {
	width: 1200px;
	padding: 30px 0px;
	margin: 0px auto;
	text-align: center;
}

.signup_text_big {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}

.signup_subtext {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}

.signup_btn {
	color: #FFFFFF;
	font-size: 17px;
	display: inline-block;
	line-height: 22px;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 300;
	border: #2EB472 1px solid;
	background: #2EB472;
	margin: 20px auto;
}

.signup_btn:hover {
	background: #0CAB5F;
}

.signup_btn:active {
	background: #04a557;
	border: #028747 1px solid;
}

.signup_no_cc {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 300;
}

@media screen and (max-width: 1200px) {
	.signup_inside {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.signup_text_big {
		font-size: 24px;
		line-height: 32px;
	}

	.signup_subtext {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.signup_text_big {
		margin-left: 20px;
		margin-right: 20px;
	}
}/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px;
	border: 1px solid #292929;
	background: #292929;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 13px;
}
.how-it-works-holder {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    align-self: stretch;
    width: 1280px;
    margin: 0px auto;
    flex: 0 0 auto;
    padding-bottom: 96px;
}

@media screen and (max-width: 1360px) {
    .how-it-works-holder {
        width: 1180px;
    }

    .hand-drawn-arrow {
        display: none;
    }

    .hand-drawn-arrow-2 {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .how-it-works-holder {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .how-it-works-holder {
        display: block;
    }

    .feature-text {
        margin: 0 auto 35px auto;
        width: 300px;
    }
}

.feature-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.featured-icon {
    position: relative;
    width: 56px;
    height: 56px;
}

.overlap-group-2 {
    position: relative;
    width: 72px;
    height: 72px;
    top: -16px;
}

.icon-background {
    top: 6px;
    left: 10px;
    background-color: var(--localgreen);
    transform: rotate(15deg);
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 12px;
}

.icon-glass {
    top: 16px;
    left: 0;
    background-color: #ffffff1a;
    border: 1px solid;
    border-color: #ffffff99;
    backdrop-filter: blur(16px) brightness(100%);
    -webkit-backdrop-filter: blur(16px) brightness(100%);
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    box-shadow: var(--background-blur-md);
}

.img-how-it-works {
    width: 72px;
    height: 72px;
}

.text-and-supporting {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

h4.text-4 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    margin-bottom: 0;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
}

.supporting-text-5 {
    align-self: stretch;
    font-weight: 300;
    color: #EAECF0;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    position: relative;
    letter-spacing: 0;
}


.learn-more-button {
    display: flex;
    align-items: center;
    margin-top: -1px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.learn-more-button > a {
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
}

.learn-more-button > a:hover {
    cursor: pointer;
    color: #ffffff;
}

img.arrow-icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.hand-drawn-arrow {
    position: absolute;
    width: 221px;
    height: 88px;
    top: -60px;
    left: 266px;
}

.hand-drawn-arrow-2 {
    position: absolute;
    width: 178px;
    height: 129px;
    top: 79px;
    left: 736px;
}

.features-section {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
}

.features-section .container {
    display: flex;
    width: 1280px;
    gap: 96px;
    padding: 96px 32px;
    position: relative;
    flex: 0 0 auto;
    margin: 0 auto;
}

.features-section .container.low-top {
    padding-top: 20px;
}

.features-section .container.medium-top {
    padding-top: 34px;
}

@media screen and (max-width: 1380px) {
    .features-section .container {
        width: calc(100% - 100px);
        padding: 94px 50px;
    }
}


.features-section h2.heading {
    position: relative;
    align-self: stretch;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #42535E;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 46px;
}

@media screen and (max-width: 1000px) {
    .features-section .container {
        display: block;
    }

    .info-box {
        max-width: calc(100% - 32px);
        width: calc(100% - 32px);
    }

    .product-image-holder {
        margin-top: 50px;
        width: 100%;
    }

    .product-image-holder img {
        max-height: none;
    }

    .features-section .heading {
        font-size: 30px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 38px !important;
    }


}

.features-section .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.features-section .icon-and-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.features-section .heading-and {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.features-section .supporting-text {
    position: relative;
    align-self: stretch;
    color: #42535E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin: 10px 0;
}

.features-section .scary-box {
    background-color: #f798401a;

    border-radius: 4px;
}

.features-section .rectangle {
    position: absolute;
    width: 4px;
    height: 129px;
    top: 0;
    left: 0;
}

.features-section .frame {
    display: flex;
    flex-direction: column;
    width: 518px;
    align-items: flex-start;
    gap: 9px;
    position: absolute;
    top: 16px;
    left: 22px;
}

.features-section .div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    position: relative;
    flex: 0 0 auto;
}

.features-section .img {
    position: relative;
    width: 30px;
    height: 34px;
}

.features-section .complete-website-mon {
    position: relative;
    width: fit-content;
    font-weight: 700;
    color: #42535E;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 21px;
    white-space: nowrap;
}

.features-section .text-wrapper {
    position: relative;
    align-self: stretch;
    color: #42535E;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.info-box {
    max-width: 580px;
    background: rgba(247, 152, 65, 0.1);
    border-radius: 4px;
    border-left: #F79841 4px solid;
    padding: 16px;
    margin-top: 20px;
}

.info-box-icon {
    vertical-align: middle;
    width: 40px !important;
    text-align: center;
    padding-top: 5px;
}

.info-box-header {
    width: calc(100% - 40px);
    text-align: left;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #42535E;
}

.info-box-desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #42535E;
    padding-top: 8px;
}

.product-image-holder {
    width: 600px;
    height: 330px;
    display: inline-block;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.product-image-holder.left {
    order: -1;
}

.product-image-holder img {
    width: 100%;
    max-height: 350px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.2);
}



@media screen and (max-width: 1000px) {

    .product-image-holder img {
        max-height: none;
    }
}

.product-image-holder.small img {
    width: 100%;
    max-height: 390px;
    margin-top: 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.2);
}

.product-image-holder.small {
    margin-top: 0px;
    min-height: 360px;
}


@media (max-width: 1160px) {
    .product-image-holder {
        width: auto;
        height: auto;
    }

    .info-box-header {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .info-box-desc {
        font-size: 15px;
        line-height: 22px;
    }

}

@media (max-width: 999.9px) {
    .info-box {
        width: calc(100% - 32px);
        max-width: none !important;
    }

    .product-image-holder.small {
        height: auto;
    }

    .presentation_inside.normal-top {
        padding-top: 64px;
    }

    .container.medium-top, .features-section .container.medium-top {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .container.low-top {
        padding-top: 0;
    }

    .features-section .container {
        padding: 50px 50px 64px 50px;
    }
}

@media (max-width: 600px) {
    .info-box-header {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .info-box-desc {
        font-size: 15px !important;
    }
}


@media screen and (max-width: 1060px) {
    .how-it-works-holder {
        gap: 45px;
    }
}

@media screen and (max-width: 850px) {
    .how-it-works-holder {
        padding-bottom: 30px;
    }

    .learn-more-button {
        padding-bottom: 40px;
    }
}

.bold-desc {
    font-weight: 700;
}

h4.text-3 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    margin-bottom: 0;
    font-family: "Montserrat";
    font-weight: 700;
    color: #475466;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.supporting-text-2 {
    align-self: stretch;
    font-family: "Montserrat";
    font-weight: 400;
    color: #475466;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    position: relative;
    letter-spacing: 0;
}

h2.presentation {
    color: #344054;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    max-width: 900px;
    margin: 0px auto 20px auto;
}

h2.presentation.full-width {
    max-width: none;
}

.presentation_inside h2.presentation.left {
    text-align: left;
    max-width: none;
}

.presentation_inside h2.presentation.full-width {
    max-width: none;
    margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
    .presentation_inside h2.presentation.full-width, h2.presentation.full-width {
        max-width: 900px;
    }
}

@media screen and (max-width: 1000px) {
    .presentation_inside h2.presentation.full-width, h2.presentation.full-width {
        max-width: 800px;
    }
}

@media screen and (max-width: 900px) {
    .presentation_inside h2.presentation.full-width, h2.presentation.full-width {
        max-width: 700px;
    }
}

@media screen and (max-width: 800px) {
    .presentation_inside h2.presentation.full-width, h2.presentation.full-width {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.presentation_inside p.presentation {
    text-align: left;
    color: #42535E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.presentation_inside p.presentation.center {
    text-align: center;
}

.presentation_inside p.presentation.no-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

h3.presentation {
    color: #667085;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    max-width: 768px;
}

h3.presentation.thin {
    font-weight: 300;
}

h2.presentation.bright, h3.presentation.bright {
    color: #FFFFFF;
}

h3.presentation.padded {
    padding-bottom: 40px;
}

div.presentation {
    color: #EAECF0;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}

.products-holder {
    display: flex;
    padding-top: 64px;
}

.presentation-block-1-holder {
    display: flex;
    gap: 64px;
    margin-top: 32px;
    padding-bottom: 64px;
}

.presentation-block-1-element {
    width: 50%;
}

.presentation_holder h3.presentation-dark {
    color: #42535E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.presentation_holder p.presentation-desc {
    color: #42535E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}

.features-section h3.presentation-dark {
    color: #42535E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin: 28px 0 0 0;
}

.features-section p.presentation-desc {
    color: #42535E;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    margin: 0;
}

.presentation_holder .presentation-half-screen-holder {
    width: 100%;
    max-width: 1296px;
    height: 500px;
    overflow-y: hidden;
    margin-top: 20px;
}

.presentation_holder .presentation-half-screen {
    background: url('../img/screen-mockup23+(1).svg');
    width: calc(100% - 16px);
    height: 500px;
    border-radius: 12px;
    border: 8px solid #42535E;
}

.presentation_holder .presentation-corner-screen-holder {
    width: 1200px;
    height: 500px;
    margin-top: 20px;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .presentation_holder .presentation-half-screen-holder {
        overflow-y: visible;
    }

    .presentation_holder .presentation-half-screen {
        background-size: cover;
    }
}

@media screen and (max-width: 700px) {
    .presentation_holder .presentation-half-screen-holder, .presentation_holder .presentation-half-screen {
        height: 300px;
    }
}

.presentation_holder .presentation-corner-screen {
    background: url('../img/screen-mockup23.png');
    width: 1200px;
    height: 500px;
    border-radius: 12px;
    border: 8px solid #42535E;
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width: 850px) {
    .presentation-block-1-holder {
        flex-direction: column;
    }

    .presentation-block-1-element {
        width: 100%;
    }
}

.much-more-3-holder, .much-more-2-holder {
    display: flex;
    gap: 32px;
}

.much-more-3-element, .much-more-2-element {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.much-more-2-holder {
    margin-top: 32px;
}

.much-more-header {
    align-self: stretch;
    border: 1px solid #EAECF0;
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
}

.much-more-header img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.much-more-content {
    border-radius: 0 0 16px 16px;
    padding: 32px;
    border: 1px solid #EAECF0;
    background: #FFFFFF;
    flex: 1;
}

.much-more-content h4 {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.much-more-content p {
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 900px) {
    .much-more-3-holder, .much-more-2-holder {
        flex-direction: column;
    }
}


@media screen and (max-width: 850px) {
    h2.presentation {
        font-size: 30px !important;
        line-height: 44px !important;
    }

    .presentation_inside {
        padding: 64px 0 !important;
    }
}

@media screen and (max-width: 650px) {
    .break_submenu {
        display: none;
    }

    .submenu li {
        display: block;
        margin: 15px;
    }


    h2.presentation {
        font-size: 20px;
        line-height: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    h3.presentation {
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
        margin-right: 20px;
    }

}.reviews-holder {
	display: flex;
	padding-top: 64px;
	padding-bottom: 96px;
	overflow-x: hidden;
}

.div-testimonial {
	flex-direction: column;
	align-items: center;
	gap: 32px;
	margin-left: -287.5px;
	margin-right: -287.5px;
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
}

.div-testimonial-row {
	align-items: stretch;
	gap: 13px;
	padding: 0px 203px;
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
}

.testimonials {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	padding: 24px;
	position: relative;
	flex: 0 0 auto;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid;
	border-color: rgba(234, 236, 240, 1);
	box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}

.frame-2 {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	position: relative;
	flex: 0 0 auto;
}

.stars {
	display: inline-flex;
	align-items: flex-start;
	gap: 4px;
	position: relative;
	flex: 0 0 auto;
}

.star-wrapper {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: -18133.5px;
	margin-left: -1917.5px;
	overflow: hidden;
	background-image: url(./img/star-background-32.svg);
	background-size: 100% 100%;
}

.star {
	position: relative;
	height: 20px;
	top: -18134px;
	left: -1918px;
	background-image: url(./img/star-6.svg);
	background-size: 100% 100%;
}

.div-wrapper {
	position: relative;
	width: 20px;
	height: 20px;
	margin-top: -18133.5px;
	margin-left: -1917.5px;
	overflow: hidden;
	background-image: url(./img/star-background-6.svg);
	background-size: 100% 100%;
}

.overlap-group-4 {
	position: relative;
	height: 20px;
}

.img-4 {
	position: absolute;
	width: 9px;
	height: 17px;
	top: 1px;
	left: 10px;
}

.img-wrapper {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

.star-icon {
	width: 20px;
	height: 20px;
}

div.star-icon {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}

div.star-icon.first {
	margin-left: 0;
}

.supporting-text-6 {
	width: 343px;
	font-weight: 400;
	color: #475466;
	font-size: 17px;
	line-height: 28px;
	position: relative;
	letter-spacing: 0;
	font-style: normal;
	margin-top: 0;
}

.avatar-and-text {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.avatar {
	position: relative;
	width: 56px;
	height: 56px;
}

.text-and-supporting-2 {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	flex: 1;
	flex-grow: 1;
	flex-direction: column;
	position: relative;
}

.text-6 {
	position: relative;
	align-self: stretch;
	margin-top: -1px;
	font-weight: 700;
	color: rgba(52, 64, 84, 1);
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	font-style: normal;
}

.supporting-text-7 {
	align-self: stretch;
	font-family: "Montserrat";
	font-weight: 400;
	color: #475466;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	letter-spacing: 0;
}

.div-testimonial-row-2 {
	display: inline-flex;
	align-items: stretch;
	gap: 13px;
	padding: 0px 4px;
	position: relative;
	flex: 0 0 auto;
}

@media screen and (max-width: 700px) {
	.div-testimonial {
		margin-left: -194px;
	}
}
.locations-holder {
    display: flex;
    padding-top: 64px;
    padding-bottom: 15px;
}

.locations-map {
    margin: 0px auto;
    position: relative;
    width: 1025px;
    height: 488px;
    background-image: url('../img/vector-map.svg');
    background-size: 100% 100%;
}

.location-display-element {
    position: absolute;
    width: 40px;
    background-image: url('../img/map-vector-marker.svg');
    height: 40px;
}

.location-display-element.oceania {
    top: 74%;
    right: 13%;
}

.location-display-element.africa {
    top: 56%;
    right: 43%;
}

.location-display-element.south-america {
    bottom: 25%;
    left: 31%;
}

.location-display-element.north-america {
    top: 37%;
    left: 19%;
}

.location-display-element.europe {
    top: 30%;
    left: 50%;
}

.location-display-element.asia {
    top: 33%;
    right: 27%;
}

.location-display-element-inside {
    position: absolute;
    bottom: 50px;
    left: -45px;
    border-radius: 8px;
    background: #FFF;
    padding: 12px 16px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    width: 100px;
    z-index: 100;
}

@media screen and (max-width: 1100px) {
    .locations-map {
        width: 900px;
        height: 425px;
    }
}

@media screen and (max-width: 950px) {
    .locations-map {
        width: 800px;
        height: 380px;
    }
}

@media screen and (max-width: 850px) {
    .locations-map {
        width: 700px;
        height: 333px;
    }

    .location-display-element-inside {
        display: none;
    }

    .location-display-element.oceania {
        top: 72%;
        right: 12%;
    }

    .location-display-element.africa {
        top: 50%;
        right: 43%;
    }

    .location-display-element.south-america {
        bottom: 23%;
        left: 30%;
    }

    .location-display-element.north-america {
        top: 33%;
        left: 18%;
    }

    .location-display-element.europe {
        top: 28%;
        left: 50%;
    }

    .location-display-element.asia {
        top: 33%;
        right: 27%;
    }
}

@media screen and (max-width: 750px) {
    .locations-map {
        width: 600px;
        height: 283px;
    }
}

@media screen and (max-width: 650px) {
    .locations-map {
        width: 500px;
        height: 231px;
    }
}

@media screen and (max-width: 550px) {
    .locations-map {
        width: 400px;
        height: 231px;
    }

    .location-display-element-inside {
        display: none;
    }

    .location-display-element.oceania {
        top: 65%;
        right: 10%;
    }

    .location-display-element.africa {
        top: 49%;
        right: 40%;
    }

    .location-display-element.south-america {
        bottom: 25%;
        left: 28%;
    }

    .location-display-element.north-america {
        top: 33%;
        left: 16%;
    }

    .location-display-element.europe {
        top: 28%;
        left: 50%;
    }

    .location-display-element.asia {
        top: 25%;
        right: 22%;
    }
}

.location-display-tooltip {
    background-image: url('../img/map-tooltip.svg');
    position: absolute;
    bottom: -8px;
    left: 57px;
    width: 16px;
    height: 9px;
}

.location-display-flag {
    text-align: center;
}

.location-display-name {
    color: #475467;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.location-display-desc {
    color: #475467;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.locations.actions {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 50px;
}.integrations-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    background-color: #f3f7f9;
    overflow-x: hidden;
}

.integrations-section .container {
    display: flex;
    width: 1280px;
    align-items: center;
    gap: 96px;
    padding: 0 32px;
    position: relative;
    flex: 0 0 auto;
}

.integrations-section .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.integrations-section .heading-and {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.integrations-section .heading-and-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.integrations-section h3.heading {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-weight: 700;
    margin-bottom: 0px;
    color: rgba(52, 64, 84, 1);
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 44px;
    font-style: normal;
}

.integrations-section h4.supporting-text {
    position: relative;
    align-self: stretch;
    font-weight: 400;
    color: #667085;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 32px;
}

.integrations-section .actions {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    flex: 0 0 auto;
}

.integrations-section .group {
    position: relative;
    width: 486px;
    height: 493px;
    margin: 50px auto 0px auto;
}

.integrations-section .overlap {
    position: relative;
    height: 493px;
}

.integrations-section .ellipse {
    position: absolute;
    width: 458px;
    height: 458px;
    top: 35px;
    left: 3px;
    border-radius: 229px;
    border: 1px dashed;
    border-color: #d0d5dd;
}

.integrations-section .ellipse-2 {
    position: absolute;
    width: 346px;
    height: 346px;
    top: 91px;
    left: 59px;
    border-radius: 173px;
    border: 1px dashed;
    border-color: #d0d5dd;
}

.integrations-section .ellipse-3 {
    position: absolute;
    width: 234px;
    height: 234px;
    top: 147px;
    left: 115px;
    border-radius: 117px;
    border: 1px dashed;
    border-color: #d0d5dd;
}

.integrations-section .integration-1 {
    top: 110px;
    left: 0;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.integrations-section .img {
    position: relative;
    width: 48px;
    height: 48px;
}

.integrations-section .telegram-wrapper {
    top: 0;
    left: 185px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
}

.integrations-section .google-drive-wrapper {
    top: 80px;
    left: 356px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
}

.integrations-section .stripe-wrapper {
    top: 257px;
    left: 43px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
    box-shadow: var(--shadow-sm);
}

.integrations-section .slack-wrapper {
    top: 414px;
    left: 69px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
    box-shadow: var(--shadow-sm);
}

.integrations-section .atlassian-wrapper {
    top: 320px;
    left: 263px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
    box-shadow: var(--shadow-sm);
}

.integrations-section .discord-wrapper {
    top: 420px;
    left: 320px;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 96px;
    box-shadow: var(--shadow-sm);
}

.integrations-section .logo-main {
    position: absolute;
    top: 247px;
    left: 159px;
    background-image: url('/website/img/logo_active.svg');
    width: 142px;
    height: 30px;
    background-size: 142px 30px;
}

@media screen and (max-width: 1380px) {
    .integrations-section .container {
        width: 100%;
        padding: 0;
    }


}

@media screen and (max-width: 980px) {

    .integrations-section .container {
        display: block;
    }

    .integrations-section .heading {
        text-align: center;
    }

    .integrations-section .supporting-text {
        text-align: center;
    }

    .integrations-section .actions {
        display: block;
        text-align: center;
        margin: 30px auto;
    }
}

@media screen and (max-width: 650px) {

    .integrations-section .container {
        width: 100%;
    }

}

@media screen and (max-width: 520px) {
    .integrations-section .overlap {
        margin-left: -4px;
    }
}


@media screen and (max-width: 490px) {
    .integrations-section .overlap {
        margin-left: -16px;
    }
}


@media screen and (max-width: 450px) {
    .integrations-section .overlap {
        margin-left: -40px;
    }
}h3.presentation.faq {
    margin-bottom: 50px;
}

h2.presentation.full-width.faq {
    margin-bottom: 50px;
}

.faq_holder {
    background: #F3F7F9;
    width: 100%;
    padding: 64px 0 64px 0;
}

.faq_holder.small {
    padding: 20px 0 20px 0;
}

.faq_inside {
    width: 1280px;
    margin: 0 auto;
    padding: 70px 0 70px 0;
    text-align: center;
}

.faq_box {
    border-radius: 5px;
    box-shadow: 0 13px 24px 0 #e8eff3;
    background-color: #ffffff;
    width: calc(100% - 40px);
    max-width: 1000px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #3d4e57;
    padding: 20px;
    margin: 20px auto 0 auto;
    text-align: left;
}

.faq_box.open {
    border-radius: 5px 5px 0 0;
}

.faq_box:hover {
    cursor: pointer;
}

.faq_text {
    background-color: #FFFFFF;
    width: calc(100% - 40px);
    max-width: 1000px;
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
    text-align: left;
    color: #54656f;
    border-radius: 0 0 5px 5px;
    display: none;
    margin: 0 auto 0 auto;
    font-weight: 500;
    border-top: solid 2px rgba(217,226,232, .5);
}

.faq_box_q {
    float: left;
    width: 95%;
    line-height: 35px;
}

.faq_box_a {
    float: right;
    width: 5%;
    text-align: right;
    padding-top: 8px;
}

@media screen and (max-width: 1200px) {
    .faq_inside {
        width: calc(100% - 40px);
        margin: 0px auto;
        padding: 100px 0px;
    }
}

@media screen and (max-width: 600px) {
    .faq_inside {
        padding: 50px 0px 80px 0px;
    }
}