@charset "UTF-8";

/*
Theme Name: SBF
Theme URI: https://wordpress.org/themes/sbf/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: SBF is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how SBF elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sbf
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

SBF WordPress Theme, (C) 2020 WordPress.org
SBF is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
* {
	box-sizing: border-box;
}

p {
	margin-block-start: 0em;
    margin-block-end: 0em;
}

.hand-cursor {
	cursor: pointer;
}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	height: 100%;
}

#section-1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 34px;
}

.home-head-logo-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 67px;
}

.home-head-logo-1 > p {
	align-self: flex-start;
	color: var(--Dark_Grey, #575756);
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-head-logo-1 > div {
	align-self: flex-end;
	height: 41px;
}

.home-head-logo-2 {
	width: 202px;
	height: 67px;
	background-color: #4B6A81;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-head-logo-2 > p {
	color: var(--White, #FFF);
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-head-register {
	padding: 6px 10px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: var(--Secondary, #FFCB67);
	width: 119px;
	height: 32px;
}

.home-head-register > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-head-register > p {
	color: var(--Black, #1D1D1B);
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#section-3 {
	margin: auto;
	padding: 44px 140px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 24px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.section-3-text {
	color: var(--Primary_Darkest, #172C3C);
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-3-items {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 60px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.section-3-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	gap: 14px;
	align-items: flex-start;
}

.section-3-item-text {
	color: var(--Black, #1D1D1B);
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-3-item-title {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	gap: 14px;
	align-items: center;
	-webkit-align-items: center;
}

.section-3-item-title-text {
	color: var(--Primary_Dark, #334C5D);
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#section-4 {
	margin: auto;
	padding: 44px 140px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 14px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	background: var(--Blue_BG, #EBF6FF);
}

.section-4-title {
	color: var(--Primary, #4B6A81);
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.section-4-desc {
	color: var(--Black, #1D1D1B);
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-4-item {
	padding: 14px 140px;
	align-self: center;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 60px;
	align-items: flex-start;	
	-webkit-align-items: flex-start;	
}

.section-4-item-1 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	gap: 0px;
	width: 335px;
	height: 542px;
}

.section-4-item-1-up {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 271px;
}

.section-4-item-1-up > div {
	display: flex;
	height: 40px;
	padding: 8px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: var(--Secondary, #FFCB67);

	color: var(--Black, #1D1D1B);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-4-item-1-down {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	gap: 24px;
}

.section-4-item-1-down-text {
	color: var(--Primary_Dark, #334C5D);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-4-buttons {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 34px;	
}

.section-4-buttons-item {
	display: flex;
	padding: 12px 18px;
	justify-content: center;
	align-items: center;
	gap: 14px;
	border-radius: 10px;
	background: #000;
}

.section-4-images {
	display: flex;
	align-items: center;
	width: 773px;
	height: 542px;
}

.section-4-slide {
	display: none;
}

.section-4-slide-left {
	width: 15.5px;
	height: 34.5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.section-4-slide-right {
	width: 15.5px;
	height: 34.5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.section-4-image {
	display: none;
	width: 100%;
}

.section-4-slide-center {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 20px;
}

.section-4-images-phone {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 176px;
	height: 360px;
}

.section-4-slide-center-dots {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 14px;
}

.section-4-slide-center-dot {
	width: 12px;
	height: 12px;
	background-image: url(./assets/images/home/dot.png);
}

.section-4-slide-center-dot.active {
	background-image: url(./assets/images/home/active-dot.png);
}

#section-2 {
	display: flex;
	display: -webkit-flex;
	padding: 80px 240px;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 34px;
	align-self: stretch;
	-webkit-align-self: stretch;
	background: linear-gradient(0deg, rgba(23, 44, 60, 0.79) 0%, rgba(23, 44, 60, 0.79) 100%), url(./assets/images/home/ocean.jpg), lightgray 50% / cover no-repeat;
}

.section-2-1 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.section-2-1-p1 {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-2-1-p2 {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#section-2 > p {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-2-2 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 24px;
	align-self: stretch;
	-webkit-align-self: stretch;
}

.section-2-2 > div {
	display: flex;
	display: -webkit-flex;
	height: 40px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.section-2-2-btn1 {
	background: var(--Primary, #4B6A81);
	padding: 8px 12px;
	color: var(--White, #FFF);
	text-align: center;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.section-2-2-btn2 {
	background: var(--Secondary, #FFCB67);
	padding: 8px 24px;
	color: var(--Black, #1D1D1B);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-2-3 {
	display: none;
}

#section-5 {
	display: flex;
	display: -webkit-flex;
	padding: 44px 140px;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 24px;
}

#section-5 > p {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	color: var(--Primary_Darkest, #172C3C);
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-5-main {
	align-self: center;
	-webkit-align-self: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 14px;
	flex-wrap: wrap;
}

.section-5-main-item {
	width: 230px;
	display: flex;
	display: -webkit-flex;
	padding: 14px 0px;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
}

.section-5-main-item > div {
	padding: 0;
}

.section-5-main-item-title {
	color: var(--Darkest_Grey, #393939);
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 100%;
	word-wrap: break-word;
}

.section-5-main-item-desc {
	color: var(--Dark_Grey, #575756);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	max-width: 100%;
	word-wrap: break-word;
}

#section-5 > div:last-child {
	align-self: center;
	-webkit-align-self: center;
	display: flex;
	display: -webkit-flex;
	height: 40px;
	padding: 8px 24px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	border-radius: 8px;
	background: var(--Secondary, #FFCB67);
	color: var(--Black, #1D1D1B);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#section-6 {
	display: flex;
	display: -webkit-flex;
	padding: 34px 24px;
	align-items: center;
	-webkit-align-items: center;
	gap: 24px;
	align-self: stretch;
	-webkit-align-self: stretch;
	background: var(--Primary, #4B6A81);
}

.home-feedback {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
	position: relative;
}

.home-feedback-carousel-container {
	width: calc(100vw - 157px);
	display: block;
    overflow: hidden;
    position: relative;
}

.owl-carousel span {
    background: #1D1D1B !important;
}

.owl-carousel .active span {
	background-color: #FFCB67 !important;
}

.home-feedback-carousel-item {
	margin: 0 12px;
	display: flex;
	display: -webkit-flex;
	padding: 24px;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 14px;
	border-radius: 8px;
	border: 1px solid var(--Light2_Grey, #D9D9D9);
	background: var(--White, #FFF);
}

.home-feedback-carousel-item-line {
	width: 40px;
	height: 1px;
	background-color: #8F8F8F;
}

.home-feedback-carousel-item-up {
	color: var(--Black, #1D1D1B);
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.home-feedback-carousel-item-down {
	color: var(--Primary, #4B6A81);
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-feedback > p {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.home-feedback-arrow {
	width: 15.5px;
	height: 34.5px;
}

#section-7 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	gap: 24px;
	padding: 44px 240px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.home-faq-title {
	color: var(--Primary, #4B6A81);
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.home-faq-content {
	width: 100%;
}

.home-faq-button {
	display: flex;
	display: -webkit-flex;
	height: 40px;
	padding: 8px 24px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: var(--Secondary, #FFCB67);
	align-self: center;
	-webkit-align-self: center;

	color: var(--Black, #1D1D1B);
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#section-8 {
	display: flex;
	display: -webkit-flex;
	padding: 80px 240px;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 34px;
	align-self: stretch;
	-webkit-align-self: stretch;
	background: linear-gradient(0deg, rgba(23, 44, 60, 0.79) 0%, rgba(23, 44, 60, 0.79) 100%), url(./assets/images/home/ocean.jpg), lightgray 50% / cover no-repeat;
}

.section-8-title {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-8-content {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.section-8-button {
	align-self: center;
	-webkit-align-self: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	gap: 34px;
}

#section-9 {
	background: var(--Darkest_Grey, #393939);
	display: flex;
	display: -webkit-flex;
	padding: 64px 140px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 40px;
}

.section-9-1 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 24px;
	min-width: 270px;
}

.section-9-2 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 24px;
}

.section-9-content {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 44px;
}

.section-9-content div {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 14px;
}

.section-9-content p {
	color: var(--White, #FFF);
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.section-9-title {
	display: inline;
	color: var(--Secondary, #FFCB67);
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

@media screen and (max-width: 1500px) {
	#section-4 {
		padding: 44px 64px;
	}

	.section-4-item {
		padding: 14px 64px;
	}

	.section-4-item-1 {
		height: 453px;
	}

	.section-4-item-1-up {
		height: 227px;
	}

	.section-4-images {
		width: 629px;
		height: 453px;
	}

	#section-5 {
		padding: 44px 64px;
	}

	.section-5-main div {
		width: 180px;
	}
}

@media screen and (max-width: 1400px) {
	#section-3 {
		padding: 44px 64px;
	}

	#section-2 {
		padding: 80px 140px;
	}
	
	#section-7 {
		padding: 44px 140px;
	}

	#section-8 {
		padding: 80px 140px;
	}
}

@media screen and (max-width: 1270px) {
	#section-3 > div {
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		gap: 24px;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
}

@media screen and (max-width: 1200px) {
	.section-4-item {
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		gap: 34px;
		align-items: center;	
		-webkit-align-items: center;	
	}

	.section-4-item-1 {
		order: 2;
		height: 157px;
		gap: 24px;
	}

	.section-4-item-1-up {
		height: 40px;
	}

	.section-4-images {
		order: 1;
		width: 443px;
		height: 299px;
	}

	.section-5-main div {
		width: 83.5px;
	}
}

@media screen and (max-width: 900px) {
	#section-2 {
		padding: 80px 64px;
	}

	#section-7 {
		padding: 44px 64px;
	}

	#section-8 {
		padding: 80px 64px;
	}

	#section-9 {
		padding: 44px 64px;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.section-9-content {
		gap: 24px;
	}

	.section-9-content div {
		flex-direction: row;
		-webkit-flex-direction: row;
		gap: 24px;
	}
}

@media screen and (max-width: 600px) {
	
	#section-1 {
		padding: 14px;
	}

	.home-head-logo-1 {
		display: none;
	}

	.home-head-logo-2 {
		width: 99px;
		height: 34px;
	}

	#section-3 {
		padding: 44px 24px;
	}

	#section-4 {
		padding: 44px 24px;
	}

	.section-4-item {
		padding: 14px 0px;
	}

	.section-4-images {
		display: none;
	}

	.section-4-slide {
		width: 342px;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
	}

	.section-4-image:first-child {
		display: block;
	}

	#section-2 {
		padding: 44px 24px;
	}

	#section-2 > p {
		order: 3;
	}

	.section-2-2 {
		order: 2;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.section-2-2 > div:last-child {
		order: 1;
	}

	.section-2-2 > div:first-child {
		order: 2;
	}

	.section-2-3 {
		display: block;
		order: 4;
	}

	#section-7 {
		padding: 44px 24px;
	}

	#section-8 {
		padding: 64px 24px;
	}

	#section-9 {
		padding: 44px 24px;
	}

	.section-9-content div {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}

@media screen and (max-width: 400px) {
	.section-4-slide {
		width: 280px;
	}
}