@font-face {
    font-family: 'Host Grotesk';
    src: url('/assets/fonts/HostGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
	background-color: #2a408d;
	color: #FFFFFF;
	font-family: "Host Grotesk", sans-serif;
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);
	line-height: 150%;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	line-height: 1.4;
	font-weight: 600;
}

h1 {
	font-size: clamp(32px, 2rem + ((1vw - 3.2px) * 1.818), 48px);
	line-height: 1.2;
}

h2 {
	font-size: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.93), 42px);
	line-height: 1.2;
}

h3 {
	font-size: clamp(22.041px, 1.378rem + ((1vw - 3.2px) * 1.586), 36px);
}

h4 {
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);
}

h5 {
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);
}

h6 {
	font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.682), 20px);
}

img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}


.content-spacing > * {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.rating {
	padding-top: 2.6rem;
}

.rating__star {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 0.2rem;
	margin-top: -0.4rem;
}

.rating__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rating__wrapper p {
	font-size: 16px;
	margin: 0 0 0 9px;
	color: #A1A1AA;
	span {
		margin-right: 13px;
	}
}

.rating__wrapper p span {
	color: #fff;
}

.header {
	padding: 20px 40px 10px;
}

.header__wrapper {
	border-radius: 100px;
    background-color: #3962f4;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__buttons {
    display: flex;
    gap: 1.5rem;
    padding: 0 1.3rem;
}
.logo {
	margin: -1.1rem 0 0rem;
}

.footer {
	padding: 2.7em 2.375em 1.4em 2.375em;
	background-color: #011222;
	font-size: clamp(16px, 1rem + ((1vw - 3.2px) * 1), 16px);
}

.copyright {
	color: #A1A1AA;
	padding: clamp(10px, 2vw, 20px);
	border-top: 1px solid #2A2A2E;
	text-align: center;
	margin-top: 3.77rem;
}

.button {
	display: inline-block;
	border-radius: 100px;
    border-width: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none !important;
	background: #c0e624;
    border: 1px solid #c0e624;
    color: #fff;
}

.content__top {
    padding-top: 3.78rem;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
	margin-bottom: 1.75em
}

@media (min-width:782px) {
	.columns {
		flex-wrap: nowrap !important;
	}
}

.column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

p {
	line-height: 1.4;
}

ol,
ul {
	box-sizing: border-box
}

.table__wrap {
	overflow-x: auto;
	margin: 0 0 1em
}

 table {
	border-collapse: collapse;
	width: 100%
}

table thead {
	border-bottom: 3px solid
}

table tfoot {
	border-top: 3px solid
}

table td,
table th {
	border: 1px solid;
	padding: .5em
}

table td,
table th {
	word-break: normal
}

:where(body .layout-flow)> :first-child:first-child {
	margin-block-start: 0;
}

:where(body .layout-flow)> :last-child:last-child {
	margin-block-end: 0;
}

:where(body .layout-flow)>* {
	margin-block-start: 1.5rem;
	margin-block-end: 0;
}

:where(body .layout-flex) {
	gap: 1.5rem;
}

body .layout-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.content-center {
	justify-content: center;
}

body .layout-flex>* {
	margin: 0;
}

.table-wrap {
	display: block;
	width: 100%;
	overflow-x: auto !important;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 1.5rem;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 12px !important;
}

.table-wrap table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	font-size: 14px;
	table-layout: auto;
	border-radius: 12px !important;
}

.table-wrap table thead tr {
	background: #1B3A6B;
}

.table-wrap table thead th {
	padding: 13px 16px;
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	color: #ffffff;
	white-space: nowrap;
}

.table-wrap table tbody tr {
	border-top: 1px solid #e5e7eb;
	transition: background 0.15s;
	background: #fff;
}

.table-wrap table tbody tr:nth-child(even) {
	background: #f9fafb;
}

.table-wrap table tbody tr:hover {
	background: #eef2ff;
}

.table-wrap table td {
	padding: 11px 16px;
	color: #333333;
	vertical-align: middle;
	word-break: normal;
}

.table-wrap table td:first-child {
	font-weight: 500;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.table-wrap table td,
	.table-wrap table th {
		padding: 9px 12px;
		font-size: 13px;
	}
}

.images__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.images {
    padding: 60px 40px 20px;
}

.images img {
    width: 160px;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.columns__wrap {

}