<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
	margin:0;
	padding:0;
}
body{
	background:#FFFFFF;
}
:root{
	--baseColor: #f05a27;
	--secondaryColor: #0770ba;
	--lightColor: #FFFFFF;
	--grayColor: #F7F7F7;
	--darkColor: #121212;
	--blackColor: #000000;

	--baseFont: Roboto;
}

/* ========== Custom CSS Starts ========== */

/* ===== CSS For "Common Cases" Starts Here ===== */
.grid_item{
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
	align-content: center;
}
/* ======================== */
.clickable_link a{
	color: var(--lightColor);
	background: var(--baseColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 17.5px 30px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

 	background: rgb(250,0,0);
	background: -moz-linear-gradient(left,  rgba(250,0,0,1) 0%, rgba(251,87,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,0,0,1) 0%,rgba(251,87,0,1) 100%);
	background: linear-gradient(to right,  rgba(250,0,0,1) 0%,rgba(251,87,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa0000', endColorstr='#fb5700',GradientType=1 );	
}
.clickable_link a:hover{
	opacity: 0.9;
}
.clickable_link a i{
	margin-right: 15px;
}
/* ======================== */
.heading{
	text-align: center;
	margin-bottom: 30px;
}
.heading h2{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 0px;
}
.heading h4{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0px;
}
/* ======================== */
.para_texts p{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.para_texts p:last-child{
	margin-bottom: 0px;
}
.para_texts p .bold_texts{
	font-weight: 700;
}
/* ======================== */
video{
	max-width: 100%;
}
/* ======================== */
.total_page_wrap{
	max-width: 1440px;
	margin: 0 auto;	
}
/* ===== CSS For "Common Cases" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Header" Starts Here ===== */
.header_wrap{
	background-image: -webkit-linear-gradient(rgba(255,255,255) 0%,rgba(255,255,255) 100%);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 30px 0px;
}
.header{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 15px;
	max-width: 940px;
	margin: 0px auto;
}
.header .logo img{
	max-width: 280px;
}
.header .special_offer p{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0px;
	text-align: right;
}
/* ===== CSS For "Header" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Hero Banner" Starts Here ===== */
.hero_banner{
	padding: 50px 0px;
	position: relative;
}
.hero_banner .background_video{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index:-1;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero_banner .all_contents{
	max-width: 940px;
	margin: 0px auto;
}
.hero_banner .contents {
	max-width: 520px;
}
.hero_banner .contents h1{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 52px;
	line-height: 1.2;
	margin-bottom: 0px;
}
.hero_banner .contents .based_ratings{
	margin-bottom: 25px;
}
.hero_banner .contents .based_ratings i{
	color: #FFC100;
	font-size: 12px;
}
.hero_banner .contents .based_ratings span{
	color: #7c7c7c;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.hero_banner .contents .bullet_points{
	margin-bottom: 25px;
}
.hero_banner .contents .bullet_points ul{
	margin-bottom: 0px;
	font-size: 0px;
}
.hero_banner .contents .bullet_points ul li{
	list-style: none;
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 3px 0px;
	padding-left: 39px;
	background: url('/resources-nl/hot_amigo_icon.png') no-repeat;
	background-position: left top 1px;
	background-size: 29px 29px;
}
.hero_banner .contents .bullet_points ul li:last-child{
	margin-bottom: 0px;
}

.hero_banner .advantages{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 0px;
	max-width: 860px;
	margin: 0px auto;
	margin-top: 60px;
}
.hero_banner .advantages .single_advantage{
	text-align: center;
	border-right: 1px solid var(--baseColor);
}
.hero_banner .advantages .single_advantage:last-child{
	border-right: none;
}
.hero_banner .advantages .single_advantage .icon{
	margin-bottom: 15px;
}
.hero_banner .advantages .single_advantage .icon img{
	max-width: 95px;
}
.hero_banner .advantages .single_advantage p {
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1.25;
}
/* ===== CSS For "Hero Banner" Ends Here ===== */



/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Features" Starts Here ===== */
.feature_wrap{
	padding: 50px 0px;
}
.feature_wrap .heading{
	text-align: center;
}
.feature_wrap .heading h2 .break{
	display: block;
}
.features{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 40px 20px;
	max-width: 940px;
	margin: 0px auto;
}
.features .single_feature .image{
	position: relative;
}
.features .single_feature .image .the_image{
	width: 100%;
}
.features .single_feature .image .product_image video{
	max-width: 100%;
}
.features .single_feature .image .icon{
	max-width: 73px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.features .single_feature .texts{
	margin-top: 15px;
}
.features .single_feature .texts .heading{
	margin-bottom: 10px;
	text-align: left;
}
.features .single_feature .para_texts p{
	font-size: 16px;
}
/* ===== CSS For "Features" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Cool Home" Starts Here ===== */
.cool_home{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}
.cool_home .heading{
	text-align: left;
}
/* ===== CSS For "Cool Home" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Summer Ready" Starts Here ===== */
.summer_ready_wrap{
	padding: 60px 0px;
}
.summer_ready{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}
.summer_ready .heading{
	text-align: left;
	margin-bottom: 20px;
}
.summer_ready .heading h2 .break{
	display: block;
}
.summer_ready .para_texts{
	margin-bottom: 20px;
}
.summer_ready .bullet_points ul{
	margin-bottom: 0px;
	font-size: 0px;
}
.summer_ready .bullet_points ul li{
	list-style: none;
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 18px;
	padding-left: 39px;
	background: url('/resources-nl/hotamigo_Logo_Icon.png') no-repeat;
	background-position: left top 1px;
	background-size: 29px 29px;
}
.summer_ready .bullet_points ul li:last-child{
	margin-bottom: 0px;
}
.summer_ready .bullet_points ul li .bold_texts{
	font-weight: 700;
}
/* ===== CSS For "Summer Ready" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Super Effect" Starts Here ===== */
.super_effect{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 40px;
}
.super_effect .heading{
	text-align: left;
}
/* ===== CSS For "Super Effect" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Reviews" Starts Here ===== */
.client_reviews_wrap{
	padding: 50px 0px;
}
.client_reviews_wrap .break{
	display: block;
}
.client_reviews{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
	max-width: 940px;
	margin: 0px auto;
}
.client_reviews .review_contents{
	border: 1px solid #E8E8E8;
	border-top: none;
	padding: 15px;
	padding-top: 10px;
}
.client_reviews .review_contents .ratings{
	margin-bottom: 10px;
}
.client_reviews .review_contents .ratings i{
	color: #FFBB05;
	font-size: 12px;
}
.client_reviews .review_contents .provided_reviews{
	margin-bottom: 15px;
}
.client_reviews .review_contents .provided_reviews p{
	color: #4a4a4a;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0px;
}
.client_reviews .review_contents .client_info h6{
	color: #4a4a4a;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}
.client_reviews .review_contents .client_info h6 .name{
	color: #00aeef;
}
.client_reviews .review_contents .client_info h5{
	color: #4a4a4a;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 0px;
}
.client_reviews .review_contents .client_info h5 i{
	color: #079A24;
	font-size: 18px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
/* ===== CSS For "Reviews" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Offer Box" Starts Here ===== */
.promo_offer_box_wrap{
	padding-bottom: 50px;
}
.promo_offer_box{
	background-image: -webkit-linear-gradient(45deg,#ffffff 0%,#ffffff 100%);
	background-repeat: repeat;
	background-position: 0 0;
	
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 25px;
	max-width: 940px;
	margin: 0px auto;
	padding: 40px 80px;
	padding-bottom: 30px;
	padding-right: 0px;
}
.promo_offer_box .contents h1{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 56px;
	margin-bottom: 15px	
}
.promo_offer_box .contents h3{
	color: #f15929;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px	
}
.promo_offer_box .contents .para_texts p{
	font-size: 16px;
}
.promo_offer_box .contents .clickable_link{
	margin-top: 20px;
}

.guarantee_box_wrap{
	background: #262626;
	padding: 50px;
	max-width: 940px;
	margin: 0px auto;
}
.guarantee_box{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 140px 40px 1fr;
    grid-template-columns: 140px 1fr;
    grid-auto-rows: auto;
    gap: 40px;
	max-width: 640px;
	margin: 0px auto;
}
.guarantee_box .guarantee_texts .heading{
	margin-bottom: 15px;
	text-align: left;
}
.guarantee_box .guarantee_texts .heading h4{
	color: var(--lightColor);
	font-size: 24px;
}
.guarantee_box .guarantee_texts .para_texts p{
	color: var(--lightColor);
	font-size: 16px;
}
/* ===== CSS For "Offer Box" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Faqs" Starts Here ===== */
.faqs_wrap{
	background: #FAFAFA;
	padding: 50px 0px;
}
.faqs_wrap .heading{
	max-width: 940px;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: left;
}
.faqs{
	max-width: 860px;
	margin: 0px auto;
}
.faqs .single_item .click_item a{
	color: #4a4a4a;
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 16px;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	padding: 10px 0px;
	position: relative;
	padding-right: 20px;
}
.faqs .single_item .click_item a:after{
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #626262;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);	
}
.faqs .single_item .click_item a.collapsed:after{
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #626262;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}
.faqs .contents{
	padding-right: 20px;
}
.faqs .contents p{
	color: #4a4a4a;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.faqs .contents p span{
	font-weight: 700;
}
.faqs .contents p:last-child{
	margin-bottom: 15px;
}
/* ===== CSS For "Faqs" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Footer" Starts Here ===== */
.footer_wrap{
	background: #222222;
	padding: 25px 0px;
	padding-bottom: 103px;
}
.footer{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 340px 10px 1fr;
    grid-template-columns: 340px 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	max-width: 940px;
	margin: 0px auto;
}
.footer .copyright{
	margin-bottom: 15px;
}
.footer .copyright p{
	color: #9b9b9b;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 15px;
}
.footer .copyright p:last-child{
	margin-bottom: 0px;
}
.footer .dmca{
	max-width: 100px;
}

.footer .site_links ul{
	margin-bottom: 0px;
	text-align: right;
	font-size: 0px;
}
.footer .site_links ul li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
}
.footer .site_links ul li:last-child{
	margin-right: 0px;
}
.footer .site_links ul li a{
	color: #9b9b9b;
	font-family: var(--baseFont);
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	border-right: 1px solid #9b9b9b;
	padding-right: 10px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.footer .site_links ul li a:hover{
	color: var(--lightColor);
}
.footer .site_links ul li:last-child a{
	border-right: none;
	padding-right: 0px;
}
/* ===== CSS For "Footer" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */


/* ===== CSS For "Mobile Bottom" Starts Here ===== */
.bottom_offer {
	position: fixed;
	bottom: -100%;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	background: var(--lightColor);
	padding: 10px 15px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.bottom_offer.show{
	bottom: 0px;
}
.bottom_offer .offer_wrap{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 10px;
	max-width: 960px;
	margin: 0px auto;
}
.bottom_offer .offer_wrap .clickable_link_big{
	max-width: 100%;
}
.bottom_offer .offer_wrap .texts p{
	color: var(--blackColor);
	font-family: var(--baseFont);
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	margin-bottom: 0px;
}
/* ===== CSS For "Mobile Bottom" Ends Here ===== */


/* ============================== */
/* ============================== */
/* ============================== */</pre></body></html>