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;
}
.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: 110px; */
	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;
	max-width: 960px;
}
.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-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-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px;
}
.from-to {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 32px auto 64px auto;
	padding-left: 18px;
	padding-bottom: 18px;
	background-size: contain;
	background-image: url('../png/from-to-bg.png');
	background-repeat: no-repeat;
	background-position: left;
}
.grid-container-1080 {
	width: auto;
	height: auto;
	display: grid;
	grid-gap: 80px;
	max-width: 1080px;
	margin-top: 48px;
	align-items: center;
	justify-items: center;
	margin-bottom: 32px;
	flex-direction: row;
	background-size: contain;
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-position: left;
	grid-template-columns: repeat(12, [col] 1fr);
}
.section2-mobile-text {
	display: none;
	font-size: 21px;
}
.container2 {
	width: auto;
	height: auto;
	display: grid;
	grid-gap: 84px;
	justify-self: start;
	background-size: cover;
	grid-column-end: 6;
	justify-content: space-around;
	grid-column-start: 1;
	background-position: center;
	grid-template-columns: 1fr 1fr;
}
.from-image {
	width: 200px;
	object-fit: cover;
	margin-bottom: 32px;
}
.to-image {
	width: 200px;
	border: 2px solid white !important;
	box-shadow: 0px 14px 25px 0px #969393;
	margin-top: 32px;
	object-fit: cover;
	border-radius: 12px;
}
.section2-text-container {
	width: auto;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	grid-column-end: 13;
	justify-content: flex-start;
	grid-column-start: 7;
}
.from-to-title {
	width: 100%;
	font-size: 48px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	margin: 42px 0;
	text-align: left;
}
.section2-desktop-text {
	width: 90%;
	opacity: 0.75;
	font-size: 21px;
}
.background-padding {
	width: 100%;
	display: flex;
	padding: 40px;
	margin-top: 32px;
	align-items: flex-start;
	border-radius: 26px;
	margin-bottom: 32px;
	flex-direction: column;
	background-color: #876df5;
}
.carrousel-bg-container {
	color: #fff;
	width: 100%;
	display: flex;
	position: static;
	align-items: center;
	padding-left: 80px;
	border-radius: 26px;
	padding-right: 80px;
	flex-direction: row;
	background-size: contain;
	justify-content: space-evenly;
	background-image: url('../png/templates-bg.png');
	background-repeat: no-repeat;
	background-position: center;
}
.section2-content-1080 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding-top: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
.carrousel-text {
	width: 38%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: auto;
	min-height: 320px;
	align-items: center;
	line-height: 1.4;
	margin-bottom: auto;
	flex-direction: column;
	padding-bottom: 48px;
	justify-content: space-between;
}
.carrousel-text-title {
	text-align: left;
	color: #fff;
	margin-bottom: 36px;
}
.section-text {
	font-size: 21px;
	opacity: 0.75;
	margin-top: 16px;
	text-align: center;
}
.carrousell {
	width: 48%;
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.carrousel-controller {
	width: auto;
	display: flex;
	align-self: center;
	align-items: flex-start;
	flex-direction: row;
	justify-content: center;
}
.carrousell-selector-btn {
	fill: #fff;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	cursor: pointer;
}
.carrousell-selector-btn-active {
	fill: #ffe533;
}
.img-container {
	width: 100%;
	bottom: -40px;
	display: flex;
	position: relative;
	align-items: flex-start;
	flex-direction: column;
	background-color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	cursor: pointer;
}
.carrousel-img-title {
	position: absolute;
	top: -28px;
	opacity: 0.5;
	font-size: 14px;
	margin-bottom: 4px;
}
.carrousell-img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: none;
	background-position: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	animation: fadeIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
.features-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1080px;
}
.features-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	text-align: center;
	margin: 32px auto;
	padding-top: 24px;
	padding-bottom: 24px;
}
.features-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 85%;
	max-width: 1080px;
	margin-top: 10px;
	margin-bottom: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.feature-card-container {
	width: 100%;
	display: flex;
	max-width: 1080px;
	margin-top: 32px;
	text-align: left;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-direction: row;
	justify-content: space-between;
}
.feature-card {
	width: 31%;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.features-card-image {
	width: 100%;
	object-fit: contain;
	border-radius: 8px;
	margin-bottom: 16px;
}
.feature-card-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 16px;
}
.feature-card-header {
	font-size: 26px;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	margin: 0 0 30px 0;
}
.feature-card-description {
	color: #4a5a6a;
	text-align: left;
	padding-right: 48px;
}
.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: 48px 0 64px 0;
	font-size: 19px;
}
.section-4-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 0 8px 32px 8px;
}
.section-4-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 84%;
	height: 50%;
	margin-top: 24px;
	margin-bottom: 24px;
}
.card-container {
	width: 100%;
	display: grid;
	grid-gap: 32px;
	flex-wrap: wrap;
	margin-top: 33px;
	align-items: center;
	margin-bottom: 24px;
	flex-direction: row;
	justify-content: space-around;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.section4-card {
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.section4-img-container {
	width: 100%;
	display: flex;
	padding: 20px;
	align-items: center;
	border-radius: 8px;
	margin-bottom: 24px;
	flex-direction: column;
	justify-content: center;
	background-color: #f5f7fb;
}
.section4-card-description {
	color: #29323d;
	text-align: center;
	font-family: var(--font-headings);
	font-variant-ligatures: none;
	font-weight: bold;
}
.section4-img {
	width: 100%;
	object-fit: cover;
}
.full-page-section-5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 32px 16px;
	background-color: #1181f1;
}
.section-5-content-1080 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1080px;
	height: auto;
}
.section-5-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;
}
.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;
	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-2 {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 32px;
	}
	.from-to {
		margin: 0 auto;
		padding-left: 0;
	}
	.grid-container-1080 {
		display: flex;
		grid-gap: 0;
		margin-top: 0;
		align-items: center;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 24px;
		padding-right: 0;
		flex-direction: column-reverse;
		padding-bottom: 0;
		background-size: contain;
		justify-content: center;
		background-position: center;
	}
	.section2-mobile-text {
		display: block;
		width: 90%;
		opacity: 0.75;
		margin-top: 32px;
	}
	.container2 {
		width: 100%;
		display: flex;
		grid-gap: 0;
		object-fit: scale-down;
		align-items: center;
		margin-bottom: 32px;
		justify-content: space-around;
	}
	.from-image {
		width: 40%;
	}
	.to-image {
		width: 40%;
	}
	.section2-text-container {
		width: 90%;
		height: auto;
		align-items: center;
		margin-left: 0;
		justify-self: start;
		margin-bottom: 32px;
		justify-content: center;
	}
	.from-to-title {
		width: 100%;
		font-size: 48px;
		margin-top: 42px;
		margin-bottom: 42px;
		text-align: center;
	}
	.section2-desktop-text {
		display: none;
	}
	.background-padding {
		padding: 0;
	}
	.carrousel-bg-container {
		width: 100%;
		padding: 20px;
		position: relative;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.section2-content-1080 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0;
		margin-top: 24px;
		margin-bottom: 24px;
		background-position: center;
	}
	.carrousel-text {
		width: 80%;
		height: 50%;
		padding: 8px;
		margin-top: 24px;
		align-items: center;
		margin-bottom: 24px;
		min-height: auto;
	}
	.carrousel-text-title {
		margin-top: 0;
		margin-bottom: 16px;
	}
	.section-text {
		padding: 0;
	}
	.carrousell {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		justify-content: space-evenly;
	}
	.carrousel-controller {
		margin-bottom: 16px;
	}
	.img-container {
		bottom: -45px;
		position: relative;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
	.carrousel-img-title {
		margin-bottom: 0;
	}
	.features-header-container {
		width: 75%;
	}
	.feature-card-container {
		width: 70%;
		flex-direction: column;
	}
	.feature-card {
		width: 100%;
		height: auto;
		align-self: center;
		align-items: center;
		margin-bottom: 32px;
		flex-direction: column;
		justify-content: center;
	}
	.features-card-image {
		width: 70%;
		align-self: center;
	}
	.feature-card-text {
		align-items: center;
		justify-content: center;
	}
	.feature-card-header {
		text-align: center;
	}
	.feature-card-description {
		text-align: center;
		padding-right: 0;
	}
	.cta-second {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.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: 0px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 32px;
	}
	.section-4-content-1080 {
		padding: 20px;
	}
	.section-4-header-container {
		width: 80%;
		padding: 8px;
		margin-top: 0px;
		margin-bottom: 0;
	}
	.card-container {
		align-items: center;
		justify-items: center;
		grid-template-columns: 2fr 2fr;
	}
	.full-page-section-5 {
		padding-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.section-5-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-2 {
		padding-top: 32px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 32px;
	}
	.grid-container-1080 {
		align-items: center;
		justify-content: center;
	}
	.section2-mobile-text {
		font-size: 18px;
	}
	.section2-text-container {
		width: 90%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.from-to-title {
		width: 100%;
		font-size: 36px;
		text-align: left;
		padding-right: 16px;
		padding-left: 0;
	}
	.carrousel-bg-container {
		padding: 20px;
		background-image: none;
	}
	.section2-content-1080 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.carrousel-text-title {
		padding: 0;
	}
	.section-text {
		font-size: 18px;
	}
	.img-container {
		bottom: -20px;
	}
	.features-container {
		margin-top: 0;
	}
	.features-header-container {
		width: 85%;
	}
	.feature-card-container {
		width: 80%;
	}
	.feature-card-header {
		text-align: center;
	}
	.text15 {
		text-align: center;
		padding-right: 0;
	}
	.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: 8px;
	}
	.section-4-content-1080 {
		padding: 16px 0;
	}
	.section-4-header-container {
		width: 90%;
	}
	.card-container {
		width: 100%;
	}
	.full-page-section-5 {
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.section-5-content-1080 {
		justify-content: space-evenly;
	}
	.section-5-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-2 {
		padding: 8px;
	}
	.from-to {
		margin-top: 24px;
		padding-bottom: 0;
	}
	.grid-container-1080 {
		align-items: flex-start;
		margin-bottom: 0;
	}
	.section2-mobile-text {
		width: 80%;
		align-self: center;
	}
	.container2 {
		margin-top: 16px;
		margin-right: 0;
		margin-bottom: 16px;
		justify-content: space-around;
		padding: 0 16px;
	}
	.section2-text-container {
		width: 90%;
		height: auto;
		display: flex;
		align-items: flex-start;
		margin-left: 0;
		margin-bottom: 16px;
		flex-direction: column;
	}
	.from-to-title {
		width: 80%;
		align-self: center;
		margin-bottom: 0;
		margin-top: 0;
	}
	.background-padding {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.carrousel-bg-container {
		padding: 20px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.carrousel-text {
		width: 95%;
		height: 50%;
		padding: 16px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.carrousel-controller {
		margin-bottom: 32px;
	}
	.img-container {
		bottom: -20px;
	}
	.features-header-container {
		width: 92%;
		padding-top: 0;
		margin-top: 0;
	}
	.feature-card-container {
		width: 85%;
	}
	.features-card-image {
		width: 75%;
	}
	.text14 {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.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;
	}
	.full-page-section-4 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 32px;
		font-size: 16px;
	}
	.section-4-header-container {
		width: 100%;
		padding: 16px;
	}
	.full-page-section-5 {
		padding-top: 0;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 0;
	}
	.section-5-content-1080 {
		padding: 24px 5px;
	}
	.section-5-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;
	}
}
