body {
	word-break: keep-all;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: var(--font-main);
	color: #29323d;
	background-color: #fff;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
h3 {
	font-size: 26px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
}
h2,
h3,
h4 {
	margin-top: 0;
}
.text-white {
	color: #fff !important;
}
.full-page-section-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 16px 48px 16px;
	background-color: #1181f1;
	overflow-x: hidden;
}
.wide-content-1366 {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1366px;
	align-items: center;
	justify-content: center;
}
.navbar {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	justify-content: center;
	background-color: #1181f1;
	white-space: nowrap;
	padding-top: 16px;
}
.desktop-links-container {
	display: flex;
	align-items: center;
	width: 100%;
	max-height: 60px;
	max-width: 1366px;
	margin: 0 auto;
}
.logo {
	max-width: 170px;
	height: 60px;
	background-position: center;
	cursor: pointer;
}
.logo-link {
	max-height: 60px;
	display: flex;
	align-items: center;
}
.links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	padding-right: 16px;
	color: #fff;
}
.dropdown {
	position: absolute;
	top: 40px;
	background-color: #fff;
	color: #2d4b5a;
	padding: 24px 30px;
	border-radius: 6px;
	box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.31);
	display: none;
	cursor: default;
}
.dropdown-btn-mask {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: calc(100% + 10px);
	background-color: transparent;
}
.dropdown-features {
	min-width: 195px;
}
.dropdown-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.dropdown-btn span {
	padding-right: 4px;
}
.dropdown-templates {
	width: 480px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 24px;
}
.dropdown-resources {
	width: 180px;
}
.dropdown-list-item {
	width: fit-content;
	position: relative;
	margin-bottom: 20px;
	white-space: nowrap;
	font-weight: 400;
	color: #2d4b5a;
	font-size: 16px;
	z-index: 1;
}
.dropdown-list-item-heading {
	width: fit-content;
	margin-bottom: 20px;
	white-space: nowrap;
	font-weight: 500;
	color: #007aff;
	position: relative;
	z-index: 1;
}
.dropdown-list-item-grid {
	width: fit-content;
	color: #2d4b5a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.dropdown-list-item:hover,
.dropdown-list-item-heading:hover,
.dropdown-list-item-grid:hover {
	color: #005eb8;
	text-decoration: underline;
}
.dropdown-last-child {
	margin: 0;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
}

.mobile-links-container {
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	scrollbar-width: none;
}
.mobile-links-container::-webkit-scrollbar {
	display: none;
}
.mobile-link-container {
	color: #f7f6f6;
	padding: 14px 16px;
	border-bottom: 0.1px solid rgb(247 246 246 / 0.2);
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
}
.mobile-link-container:first-child {
	margin-top: 16px;
}
.mobile-link-container:last-child {
	margin-bottom: 29px;
}
.mobile-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	padding-left: 24px;
	scrollbar-width: none;
	overscroll-behavior-y: none;
}
.accordion::-webkit-scrollbar {
	display: none;
}
.accordion-link {
	padding: 10px 0;
	font-size: 16px;
}
.accordion-link-title {
	font-weight: 700;
}
.accordion-link:first-child {
	margin-top: 12px;
}
.accordion-icon {
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.rotate {
	transform: rotate(180deg);
}
.accordion-header {
	color: #29323d;
	font-weight: 500;
	margin: 16px 0;
	pointer-events: none;
	cursor: default;
}
.expanded {
	max-height: calc(100vh - 50px) !important;
	transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
	overflow-y: auto !important;
}
.expanded-fit-content {
	height: fit-content;
	max-height: calc(200vh + 50px) !important;
	transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.cta-btn-navbar {
	display: none;
	background-color: #ffe533;
	padding: 10px 30px;
	color: #29323d;
	border-radius: 6px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 16px;
	min-width: 218px;
	text-align: center;
}
.arrow-icon {
	fill: #fff;
	width: 24px;
	height: 24px;
}
.pricing {
	text-align: center;
	padding: 5px;
	margin: 0 10px;
}
.templates {
	text-align: center;
	padding: 5px;
	margin: 0 20px 0 10px;
}
.log-in {
	text-align: center;
	padding: 5px;
	margin: 0 10px;
}
.sign-up {
	color: #fff;
	/* width: 130px; */
	display: block;
	font-size: 18px;
	align-self: center;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	border-color: #fff;
	border-width: 2px;
	border-radius: 6px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #1181f1;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.burger-container {
	display: none;
	height: 50px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.burger-btn {
	display: none !important;
	width: 36px;
	height: 36px;
	align-items: center;
	border-radius: 6px;
	flex-direction: column;
	justify-content: center;
	background-color: #186fdc;
}
.close-btn {
	display: none;
	width: 36px;
	height: 36px;
	background-color: #186fdc;
	border-radius: 50%;
	padding: 10px;
	animation: rotateIn 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.section1-content {
	width: 100%;
	display: grid;
	max-width: 1139px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	grid-column-end: 13;
	grid-column-start: 1;
}
.hero-primary-text {
	font-size: 62px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	margin-bottom: 24px;
	line-height: 1.22;
}
.hero-secondary-text {
	width: 60%;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 48px;
}
.call-to-action {
	width: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.cta-btn {
	height: 60px;
	min-width: 260px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	align-self: center;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	border-width: 0;
	border-radius: 6px;
	text-decoration: none;
}
.cta-first {
	background-color: #ffe533;
	color: #29323d;
	margin-bottom: 16px;
}
.cta-second {
	background-color: #1181f1;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 16px;
}
.cta-third {
	background-color: #ff6624;
	color: #fff;
	margin: 15px;
}
.section-title {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	color: #29323d;
	margin: 24px 0;
	text-align: center;
}
.credit-card-text {
	opacity: 0.5;
	font-size: 14px;
}
.hero-image {
	width: 100%;
	margin-top: 8px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	margin-bottom: 12px;
	grid-column-end: 13;
	grid-column-start: 1;
}
.partners {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 36px;
	grid-column-start: 1;
	grid-column-end: 13;
	max-width: 1080px;
	width: 100%;
	height: auto;
	margin-top: 32px;
	align-items: center;
	justify-items: center;
	margin-left: auto;
	padding-top: 12px;
	margin-right: auto;
	padding-left: 16px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.microsoft-logo {
	width: 90%;
	object-fit: scale-down;
}
.intel-logo {
	width: 50%;
	object-fit: scale-down;
}
.sony-logo {
	width: 80%;
	object-fit: scale-down;
}
.amazon-logo {
	width: 90%;
	object-fit: scale-down;
}
.oracle-logo {
	width: 90%;
	object-fit: scale-down;
}
.cisco-logo {
	width: 60%;
	object-fit: scale-down;
}
.used-by {
	grid-column-start: 1;
	grid-column-end: 13;
	width: auto;
	margin: 32px auto;
	font-size: 21px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	color: #fff;
}
.full-page-section-3 {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #fedb2c;
	padding: 32px 20px 78px 20px;
}
.background-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	max-width: 1366px;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
	flex-direction: column;
	background-size: contain;
	justify-content: space-between;
	background-image: url('../png/collaborate-backg.png');
	background-position: center;
	background-repeat: no-repeat;
}
.tab-selector-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70%;
	height: 50%;
	margin-top: 40px;
	margin-bottom: 24px;
}
.tab-selector-secondary-text {
	color: #29323d;
	opacity: 0.75;
	font-size: 21px;
	margin-top: 16px;
	text-align: center;
}
.tab-selector-container {
	width: 100%;
	display: flex;
	max-width: 1080px;
	margin-top: 32px;
	align-items: center;
	padding-left: 24px;
	margin-bottom: 32px;
	padding-right: 24px;
	flex-direction: row;
	justify-content: space-between;
}
.tab-buttons {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	width: 32%;
	height: auto;
	padding-left: 32px;
	padding-right: 16px;
}
.tab-selector-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
	white-space: nowrap;
	padding: 15px 25px 15px 15px;
	border-radius: 8px;
	cursor: pointer;
}
.first-tab-icon {
	filter: invert(1);
}
.btn-arrow {
	right: -11px;
	width: 0;
	height: 0;
	display: flex;
	position: absolute;
	align-items: flex-start;
	border-color: #29323d;
	flex-direction: column;
	border-top-color: transparent;
	border-top-width: 8px;
	border-left-width: 12px;
	border-bottom-color: transparent;
	border-bottom-width: 8px;
	display: none;
}
.tab-btn-icon {
	width: 32px;
	object-fit: cover;
	margin-right: 8px;
	background-position: center;
}
.tab-btn-text {
	color: #29323d;
	font-size: 18px;
}
.tab-content {
	width: 65%;
	height: 100%;
	max-height: 485px;
}
.tab-content-image {
	box-shadow: 0px 19px 15px #b0834363;
}
.tab-selector-image {
	display: none;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.fixed-navbar {
	position: fixed;
	top: 0;
	z-index: 100;
	margin-top: 0;
	animation: slideInDown 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	padding-top: 0;
}
.padding-gap {
	padding-top: 84px;
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -180deg);
		transform: rotate3d(0, 0, 1, -180);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -180deg);
		transform: rotate3d(0, 0, 1, -180deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.active-tab-btn {
	background-color: #29323d !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.active-tab-btn-text {
	color: #fff;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.active-icon {
	filter: brightness(0) invert(1);
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.show {
	display: block !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.show-flex {
	display: flex !important;
	animation: fadeIn 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.full-page-section-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px 16px;
	background-color: #1181f1;
}
.section-4-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1080px;
	height: auto;
}
.section-4-card-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 32px 0;
}
.first-column {
	max-width: 515px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	margin-right: 16px;
}
.testimonial-card {
	height: 50%;
	display: flex;
	padding: 32px;
	align-self: start;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 32px;
	flex-direction: column;
	background-color: #fff;
}
.first-column .testimonial-card {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
}
.second-column .testimonial-card {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
}
.testimonial-card-text {
	font-size: 20px;
	margin-bottom: 16px;
}
.author {
	display: flex;
	margin-top: 16px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	font-weight: 500;
}
.author-image {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 50px;
}
.author-info-container {
	display: flex;
	align-items: flex-start;
	margin-left: 16px;
	flex-direction: column;
}
.second-column {
	height: 100%;
	max-width: 515px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 16px;
}
.testimonial-carrousel-controller {
	display: none;
	width: auto;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	align-self: center;
	padding: 8px 12px;
	margin-top: 16px;
	border-radius: 17px;
	background-color: #186fdc;
}
.testimonial-carrusel-bullet {
	fill: #fff;
	width: 8px;
	height: 8px;
	margin-right: 4px;
}
.full-page-section-6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px;
}
.section6-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1080px;
	width: 100%;
	padding: 32px;
}
.section6-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 89%;
	height: 50%;
	margin-bottom: 5px;
}
.last-title {
	font-size: 42px !important;
}
.section-6-header-text {
	width: 79%;
}
.full-page-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	padding: 48px;
	font-size: 14px;
	background-color: #f4f6f9;
	color: #798da3;
}
.footer-content-1080 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1080px;
	width: 100%;
}
.sitemap-container {
	width: 100%;
	display: grid;
	grid-gap: 25px;
	align-self: flex-start;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sitemap-container-item {
	display: flex;
	align-self: flex-start;
	align-items: flex-start;
	margin-right: 16px;
	flex-direction: column;
}
.footer-column-header {
	font-size: 12px;
	margin-bottom: 32px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-link {
	margin-bottom: 16px;
	color: #798da3;
}
.terms-of-service,
.privacy-policy {
	color: #798da3;
}
.terms-of-service:hover,
.privacy-policy:hover {
	text-decoration: underline;
}
.footer-link:hover {
	text-decoration: underline;
}
.social-network-icon svg {
	fill: #798da3;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.social-network-link-container {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	flex-direction: row;
	justify-content: flex-start;
}
.bottom-banner {
	width: 100%;
	display: grid;
	opacity: 0.8;
	grid-gap: 32px;
	font-size: 14px;
	margin-top: 32px;
	align-items: start;
	align-content: center;
	justify-items: center;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bottom-banner-left-container {
	width: auto;
	display: flex;
	align-self: start;
	align-items: center;
	justify-self: start;
	margin-right: 32px;
	flex-direction: row;
	grid-column-end: 3;
	grid-column-start: 1;
}
.image31 {
	width: 48px;
	height: 48px;
	object-fit: cover;
	margin-right: 24px;
}
.left-text-container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.left-container-info {
	display: inline;
	align-items: flex-start;
	flex-direction: column;
}
.bottom-banner-year {
	margin-bottom: 4px;
}
.left-container-links {
	width: 84%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.language-selector {
	position: relative;
	display: flex;
	align-self: start;
	align-items: flex-start;
	grid-column: 4;
	justify-self: start;
	margin-right: 16px;
	flex-direction: row;
	justify-content: center;
	cursor: pointer;
}
.language-options {
	position: absolute;
	top: -84px;
	flex-direction: column;
	background-color: #fff;
	border-radius: 6px;
	display: none;
	color: #2d4b5a;
	border-radius: 6px;
	box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.31);
	width: 150px;
}
.language-option {
	padding: 9px 16px;
	color: #798da3;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}
.language-option:hover {
	background-color: #eef1f5;
	color: #2d4b5a;
	cursor: pointer;
}
.language-option:last-child {
	border-radius: 0 0 6px 6px;
}
.image32 {
	fill: #798da3;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.selected-language {
	margin-right: 8px;
}
.icon10 {
	fill: #798da3;
	width: 18px;
	height: 18px;
	align-self: flex-end;
}
.back-to-top {
	top: -69px;
	right: -21px;
	width: 42px;
	height: 42px;
	display: flex;
	position: absolute;
	align-items: center;
	border-radius: 50px;
	flex-direction: column;
	background-size: cover;
	justify-content: center;
	background-color: #1181f1;
	background-image: url('../png/arrow-upward.png');
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.back-to-top:hover {
	background-color: #1181f1dc;
}
.align-left {
	text-align: left;
}
@media (max-width: 991px) {
	.full-page-section-1 {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 48px;
	}
	.links {
		font-size: 16px;
	}
	.sign-up {
		display: block !important;
		font-size: 16px;
		/* width: 90px; */
	}
	.cta-btn-navbar {
		display: none !important;
	}
	.hero {
		margin-top: 12px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.hero-primary-text {
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.hero-secondary-text {
		width: 70%;
	}
	.hero-image {
		width: 95%;
	}
	.partners {
		width: 95%;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.microsoft-logo {
		width: 80%;
	}
	.intel-logo {
		width: 50%;
	}
	.sony-logo {
		width: 75%;
	}
	.amazon-logo {
		width: 80%;
	}
	.oracle-logo {
		width: 85%;
	}
	.cisco-logo {
		width: 100%;
	}
	.full-page-section-3 {
		padding: 20px;
	}
	.background-container {
		width: 100%;
		margin-top: 24px;
		padding-left: 16px;
		padding-right: 16px;
		flex-direction: column;
		background-image: none;
	}
	.tab-selector-header-container {
		width: 90%;
		padding: 8px;
		margin-top: 24px;
		margin-bottom: 0px;
	}
	.tab-selector-secondary-text {
		padding: 0;
		margin: 16px 0;
	}
	.tab-selector-container {
		width: 90%;
		flex-direction: column;
		margin-top: 12px;
		padding: 32px;
	}
	.tab-buttons {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
		flex-wrap: wrap;
		grid-gap: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.tab-selector-btn-container {
		width: auto;
		grid-column: 1;
		padding-top: 15px;
		justify-self: start;
		padding-left: 15px;
		margin-bottom: 4px;
		padding-right: 15px;
		padding-bottom: 15px;
		background-color: #ffa834;
	}
	.tab-btn-icon {
		display: none;
	}
	.btn-arrow {
		display: none !important;
	}
	.tab-btn-text {
		font-size: 14px;
	}
	.tab-content {
		width: 100%;
	}
	.tab-selector-image {
		width: 100%;
		margin-top: 24px;
	}
	.full-page-section-4 {
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.section-4-content-1080 {
		justify-content: flex-start;
		padding: 48px 5px;
	}
	.full-page-section-6 {
		padding: 8px 16px 32px 16px;
	}
	.section6-text-container {
		width: 80%;
		padding: 8px;
		margin-bottom: 0;
	}
	.section-6-header-text {
		width: 75%;
	}
	.sitemap-container {
		grid-gap: 32px;
		align-self: flex-start;
		justify-content: space-around;
	}
	.bottom-banner {
		width: 100%;
	}
	.language-selector {
		align-self: start;
		justify-self: start;
	}
	.back-to-top {
		right: 32px;
	}
}
@media (max-width: 768px) {
	.full-page-section-1 {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 48px;
	}
	.navbar {
		height: auto;
	}
	.logo {
		width: 170px;
		height: 60px;
	}
	.links {
		font-size: 16px;
		padding-right: 24px;
	}
	.dropdown-btn {
		display: none;
	}
	.pricing {
		display: none;
	}
	.log-in {
		padding: 5px;
		font-size: 16px;
		font-family: var(--font-headings);
		font-variant-ligatures: none;
		font-weight: bold;
	}
	.sign-up {
		font-size: 16px;
		font-weight: bold;
		border-width: 0;
		margin-bottom: 0;
	}
	.burger-container {
		display: flex;
	}
	.burger-btn {
		padding-top: 12px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 12px;
	}
	.burger-menu-icon,
	.close-menu-icon {
		width: 100%;
	}
	.hero-primary-text {
		font-size: 36px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.hero-secondary-text {
		width: 90%;
		font-size: 18px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 40px;
	}
	.cta-btn {
		height: 52px;
		border-width: 0;
		border-radius: 4px;
	}
	.section-title {
		font-size: 36px;
		margin: 16px 0;
		padding: 0 16px;
	}
	.credit-card-text {
		display: none;
	}
	.hero-image {
		width: 100%;
		max-width: 1080px;
	}
	.used-by {
		font-size: 16px;
	}
	.full-page-section-3 {
		padding: 16px 8px;
	}
	.background-container {
		margin-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		background-image: none;
	}
	.tab-selector-secondary-text {
		font-size: 18px;
	}
	.first-column {
		margin-right: 0;
	}
	.second-column {
		margin-left: 0;
	}
	.tab-selector-container {
		width: 100%;
	}
	.tab-selector-btn-container {
		align-items: stretch;
		margin-bottom: 8px;
	}
	.tab-selector-image {
		margin-top: 8px;
	}
	.full-page-section-4 {
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.section-4-content-1080 {
		justify-content: space-evenly;
	}
	.section-4-card-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.testimonial-card-text {
		font-size: 18px;
	}
	.full-page-section-6 {
		padding: 8px;
	}
	.section6-text-container {
		width: 90%;
	}
	.cta-third {
		height: 52px;
		border-width: 0;
		border-radius: 4px;
	}
	.full-page-footer {
		padding: 32px;
	}
	.footer-content-1080 {
		padding: 32px;
		align-items: flex-start;
	}
	.sitemap-container {
		display: flex;
		grid-gap: 0;
		flex-wrap: wrap;
		align-items: center;
		justify-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.sitemap-container-item {
		width: 100%;
		align-items: flex-start;
		margin-bottom: 32px;
	}
	.bottom-banner {
		width: 90%;
		display: flex;
		grid-gap: 0;
		margin-top: 32px;
		align-items: flex-start;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.bottom-banner-left-container {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 32px;
	}
	.left-container-info {
		display: flex;
	}
	.left-container-links {
		width: 100%;
	}
	.terms-of-service {
		margin-right: 24px;
	}
	.language-selector {
		margin-right: 16px;
		margin-bottom: 32px;
	}
	.back-to-top {
		top: -48px;
	}
}
@media (max-width: 479px) {
	.full-page-section-1 {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 48px;
	}
	.links {
		padding-right: 16px;
	}
	.logo {
		width: 120px;
		height: 45px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.log-in {
		font-size: 14px;
		margin-right: 16px;
		text-align: center;
	}
	.sign-up {
		width: auto;
		font-size: 14px;
		align-self: center;
		margin-right: 16px;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
	}
	.hero {
		width: 100%;
		height: auto;
	}
	.text {
		width: 80%;
		font-size: 36px;
		margin-left: 16px;
		margin-right: 16px;
		margin-bottom: 24px;
	}
	.hero-secondary-text {
		width: 80%;
	}
	.hero-image {
		width: 100%;
		max-width: 1080px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.partners {
		grid-gap: 24px;
		padding: 24px;
	}
	.microsoft-logo {
		width: 100%;
	}
	.intel-logo {
		width: 80%;
	}
	.sony-logo {
		width: 100%;
	}
	.amazon-logo {
		width: 100%;
	}
	.oracle-logo {
		width: 100%;
	}
	.cisco-logo {
		width: 80%;
	}
	.full-page-section-3 {
		padding: 32px 8px 16px 8px;
	}
	.background-container {
		margin-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.tab-selector-header-container {
		width: 95%;
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.tab-selector-secondary-text {
		padding-left: 16px;
		padding-right: 16px;
	}
	.tab-selector-container {
		padding: 0;
	}
	.tab-buttons {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.tab-selector-btn-container {
		margin-right: 4px;
	}
	.tab-selector-image {
		width: 100%;
		margin-top: 12px;
	}
	.last-title {
		font-size: 36px !important;
	}
	.full-page-section-4 {
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.section-4-content-1080 {
		padding: 24px 5px;
	}
	.section-4-card-container {
		margin-top: 24px;
	}
	.card4 {
		padding: 32px;
	}
	.section6-content-1080 {
		padding: 24px;
		margin-bottom: 48px;
	}
	.section6-text-container {
		width: 100%;
		padding: 16px;
		text-align: center;
	}
	.title5 {
		width: 90%;
	}
	.section-6-header-text {
		width: 100%;
	}
	.cta-third {
		margin: 0;
		margin-bottom: 8px;
	}
	.footer-content-1080 {
		padding: 0;
	}
	.sitemap-container {
		width: 100%;
		align-items: flex-start;
	}
	.sitemap-container-item {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.social-network-link-container {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
	}
	.social-network-icon svg {
		margin-right: 8px;
	}
	.bottom-banner {
		width: 100%;
		margin: 0;
		flex-direction: column-reverse;
	}
	.back-to-top {
		top: -54px;
		right: 16px;
		width: 42px;
		height: 42px;
		position: absolute;
		align-items: center;
		border-radius: 50px;
		justify-content: center;
		background-color: #1181f1;
	}
}
.full-page-section-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px;
}
.visualize-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1080px;
	width: 100%;
	padding: 24px;
}
.visualize-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}
.section-title {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.section-text {
	opacity: 0.75;
	font-size: 21px;
	text-align: center;
}
.visualize-card-container {
	display: grid;
	grid-gap: 70px;
	margin-top: 32px;
	align-items: flex-start;
	flex-direction: row;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
.visualize-card {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}
.visualize-card-image {
	width: 218px;
	object-fit: cover;
	border-radius: 12px;
}
.visualize-card-text {
	width: 45%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.visualize-card-heading {
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 600;
}
.visualize-card-info {
	opacity: 0.75;
}
.features-container {
	width: 100%;
	display: flex;
	max-width: 1080px;
	align-items: center;
	padding-top: 24px;
	margin-bottom: 32px;
	flex-direction: column;
	padding-bottom: 24px;
}
.features-header-container {
	width: 68%;
	display: flex;
	margin-top: 32px;
	text-align: center;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
}
.text08 {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.text09 {
	opacity: 0.75;
	font-size: 21px;
	text-align: center;
}
.sections-container {
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: center;
	flex-direction: column;
}
.first-section {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 32px;
	justify-content: space-between;
}
.left-side-card {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	align-items: stretch;
	justify-content: flex-start;
	border-radius: 24px;
	margin-right: 32px;
	background-color: #fedb2c;
}
.shapes-text {
	display: flex;
	margin-top: 32px;
	align-items: flex-start;
	margin-left: 48px;
	margin-right: 32px;
	flex-direction: column;
}
.just-background {
	width: 100%;
	background-size: cover;
	background-image: url('../png/dozens-of-shapes.png');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 400px;
	border-radius: 24px;
}
.right-side-cards {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width: 60%;
}
.horizontal-card-reverse {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	padding: 32px;
	margin-bottom: 32px;
	border-radius: 24px;
	background-color: #eef1f5;
}
.card-text-container {
	width: 40%;
	display: flex;
	align-items: flex-start;
	margin-left: 16px;
	flex-direction: column;
}
.jira-text-container {
	width: 40%;
	margin-top: 32px;
}
.card-text-container-reverse {
	margin: 0 16px 0 0;
}
.card-heading {
	width: 100%;
	font-size: 32px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 16px;
}
.card-info {
	opacity: 0.75;
}
.card-image {
	width: 40%;
	object-fit: scale-down;
	margin-right: 16px;
}
.horizontal-card {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 32px;
	flex-wrap: nowrap;
	align-items: center;
	padding-top: 32px;
	padding-left: 32px;
	border-radius: 24px;
	padding-right: 32px;
	flex-direction: row;
	padding-bottom: 48px;
	justify-content: space-evenly;
	background-color: #eef1f5;
}
.transparent-bg {
	background-color: transparent;
}
.second-section {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 32px;
	grid-template-columns: 1fr 1fr;
}
.third-section {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding-top: 32px;
	padding-right: 32px;
	border-radius: 24px;
	background-color: #0052cc;
}
.third-section-image {
	width: 50%;
	object-fit: scale-down;
}
.atlassian-logo {
	width: 180px;
	object-fit: cover;
	margin-bottom: 32px;
}
.jira-card-heading {
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	color: #fff;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 32px;
}
.jira-card-info {
	color: #fff;
	opacity: 0.75;
	font-size: 18px;
}
.even-more-container {
	width: 100%;
	display: flex;
	max-width: 1080px;
	align-items: center;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
	grid-template-columns: repeat(12, [col] 1fr);
}
.even-more-heading {
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	font-size: 32px;
	margin-top: 24px;
	margin-bottom: 32px;
}
.emore-card-container {
	width: 100%;
	display: flex;
	padding: 24px;
	margin-bottom: 32px;
	max-width: 1080px;
	text-align: left;
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}
.emore-card {
	width: 31%;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.emore-card-image {
	width: 96px;
	object-fit: contain;
	border-radius: 22px;
	margin-bottom: 16px;
}
.emore-card-text-container {
	width: 100%;
	display: flex;
	margin-top: 16px;
	align-items: flex-start;
	flex-direction: column;
}
.emore-card-heading {
	font-size: 24px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 16px;
}
.emore-card-info {
	opacity: 0.75;
	text-align: left;
	padding-right: 48px;
}
.diagram-types-container {
	color: #fff;
	width: 100%;
	display: flex;
	margin-top: 32px;
	align-items: center;
	padding-top: 64px;
	padding-left: 40px;
	border-radius: 32px;
	margin-bottom: 32px;
	padding-right: 40px;
	flex-direction: column;
	padding-bottom: 64px;
	justify-content: center;
	background-color: #29323d;
}
.content-10801 {
	display: flex;
	max-width: 1080px;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}
.header2 {
	width: 82%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.text10 {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.text11 {
	opacity: 0.75;
	font-size: 21px;
	text-align: center;
}
.diagram-card-container {
	width: 100%;
	display: flex;
	position: relative;
	margin-top: 32px;
	align-items: stretch;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-between;
}
.diagram-card {
	display: flex;
	padding: 20px;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.diagram-card-image {
	height: 91px;
	object-fit: cover;
	margin-bottom: 16px;
}
.diagram-card-image1 {
	width: 108px;
	object-fit: cover;
	margin-bottom: 16px;
}
.diagram-card-image2 {
	width: 109px;
	height: 98px;
	object-fit: cover;
	margin-bottom: 16px;
}
.diagram-card-image3 {
	width: 94.5px;
	height: 89px;
	object-fit: cover;
	margin-bottom: 16px;
}
.diagram-card-image4 {
	width: 102px;
	height: 91px;
	object-fit: cover;
	margin-bottom: 16px;
}
.diagram-card-image5 {
	width: 108px;
	height: 88px;
	object-fit: cover;
	margin-bottom: 16px;
}
.build-container {
	width: 100%;
	display: flex;
	margin-top: 48px;
	align-items: center;
	padding-left: 150px;
	margin-bottom: 64px;
	padding-right: 36px;
	flex-direction: row;
	justify-content: space-between;
	grid-template-columns: repeat(12, [col] 1fr);
}
.text-container {
	width: 45%;
	display: flex;
	padding: 16px;
	margin-top: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: column;
	justify-content: center;
}
.heading1 {
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	line-height: 1.22;
	margin-bottom: 32px;
}
.text17 {
	opacity: 0.75;
	font-size: 21px;
}
.image09 {
	width: 50%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.full-page-section-2 {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 32px;
	}
	.visualize-card-container {
		display: flex;
		grid-gap: 32px;
		align-items: center;
		flex-direction: column;
	}
	.visualize-card {
		width: 75%;
		margin-bottom: 32px;
		justify-content: space-evenly;
	}
	.sections-container {
		display: flex;
		grid-gap: 0;
		flex-direction: column;
	}
	.just-background {
		min-height: 250px;
	}
	.first-section {
		align-items: center;
	}
	.shapes-text {
		align-items: center;
	}

	.card-text-container {
		width: 60%;
	}
	.card-image {
		width: 35%;
	}
	.jira-text-container {
		width: 100%;
		margin-top: 16px;
	}
	.third-section {
		padding: 32px;
	}
	.card-text-container4 {
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.emore-card-container {
		width: 70%;
		flex-direction: column;
	}
	.emore-card {
		width: 100%;
		height: auto;
		align-self: center;
		align-items: center;
		margin-bottom: 32px;
		flex-direction: column;
		justify-content: center;
	}
	.emore-card-image {
		width: 35%;
		align-self: center;
	}
	.emore-card-text-container {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
	.emore-card-heading {
		text-align: center;
	}
	.emore-card-info {
		text-align: center;
		padding-right: 0;
	}
	.diagram-types-container {
		padding-left: 16;
		padding-right: 16;
	}
	.diagram-card-container {
		display: grid;
		flex-wrap: nowrap;
		align-items: stretch;
		flex-direction: row;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.build-container {
		padding: 48px;
	}
}
@media (max-width: 767px) {
	.full-page-section-2 {
		padding: 16px;
		padding-top: 32px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 32px;
	}
	.section-title {
		font-size: 36px;
	}
	.section-text {
		font-size: 18px;
	}
	.visualize-card {
		width: 100%;
		justify-content: space-around;
	}
	.text08 {
		font-size: 36px;
	}
	.text09 {
		font-size: 18px;
	}
	.first-section {
		flex-direction: column;
		margin-bottom: 0;
	}
	.second-section {
		flex-direction: column;
		justify-content: center;
		width: 75%;
		margin-bottom: 0;
	}
	.third-section {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 75%;
	}
	.third-section-image {
		align-self: center;
	}
	.left-side-card {
		width: 75%;
		align-self: center;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.right-side-cards {
		width: 75%;
	}
	.shapes-text {
		margin-top: 32px;
	}
	.horizontal-card-reverse {
		padding: 24px;
	}
	.horizontal-card {
		height: auto;
		padding: 24px;
		margin-bottom: 32px;
	}
	.jira-text-container {
		margin: 16px 0;
		align-items: center;
		width: 90%;
	}
	.emore-card-container {
		width: 80%;
	}
	.emore-card-heading {
		font-size: 21px;
		text-align: center;
	}
	.emore-card-info {
		text-align: center;
		padding-right: 0;
	}
	.text10 {
		font-size: 36px;
	}
	.text11 {
		font-size: 18px;
	}
	.build-container {
		margin: 24px;
		flex-direction: column;
	}
	.text-container {
		align-items: center;
		width: 90%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.heading1 {
		font-size: 36px;
		text-align: center;
	}
	.text17 {
		font-size: 18px;
		text-align: center;
	}
	.image09 {
		width: 100%;
	}
}
@media (max-width: 479px) {
	.full-page-section-2 {
		padding: 8px;
	}
	.visualize-container {
		padding: 0;
	}
	.section-title {
		line-height: 1.2;
	}
	.section-text {
		padding: 0 16px;
	}
	.visualize-card {
		flex-direction: column;
	}
	.visualize-card-image {
		margin-bottom: 32px;
	}
	.visualize-card-text {
		width: 70%;
		text-align: center;
		align-items: center;
	}
	.visualize-card-heading {
		margin-bottom: 12px;
	}
	.visualize-card1 {
		flex-direction: column;
	}
	.features-header-container {
		width: 90%;
	}
	.text08 {
		line-height: 1.2;
	}
	.text09 {
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.left-side-card {
		width: 100%;
		margin-bottom: 16px;
	}
	.right-side-cards {
		width: 100%;
	}
	.shapes-text {
		text-align: center;
		margin-left: 16px;
		margin-right: 16px;
	}
	.horizontal-card-reverse {
		flex-direction: column-reverse;
		justify-content: space-between;
		margin-bottom: 16px;
	}
	.card-text-container {
		width: 90%;
		text-align: center;
		align-items: center;
		justify-self: center;
		margin-bottom: 12px;
	}
	.jira-text-container {
		margin: 16px 0;
		width: 100%;
	}
	.card-text-container-reverse {
		margin-right: 0;
	}
	.card-heading {
		margin-bottom: 12px;
	}
	.card-info {
		margin-bottom: 0;
	}
	.card-image {
		width: 50%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.horizontal-card {
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 16px;
	}
	.second-section {
		width: 100%;
	}
	.third-section {
		padding: 24px;
		width: 100%;
	}
	.third-section-image {
		width: 100%;
	}
	.jira-card-heading {
		font-size: 32px;
	}
	.emore-card-container {
		width: 85%;
	}
	.emore-card-text-container {
		display: flex;
		margin-top: 16px;
		align-items: center;
		justify-content: center;
	}
	.emore-card-heading {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.diagram-types-container {
		padding-top: 32px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
	}
	.text10 {
		line-height: 1.2;
	}
	.text11 {
		padding: 0;
	}
	.diagram-card-container {
		grid-template-columns: 1fr 1fr;
	}
	.build-container {
		margin: 32px 0;
		padding: 0 0 34px 0;
	}
	.text-container {
		width: 100%;
	}
	.heading1 {
		line-height: 1.2;
	}
	.text17 {
		padding-top: 0;
		padding-right: 16px;
		padding-bottom: 0;
	}
}
.text-left {
	text-align: left !important;
	padding: 0;
}
