<!DOCTYPE html><html>
<head>
  <title>Microwave Maize Cheesecake</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="preconnect" href="https://fonts.gstatic.com">
    <link rel="shortcut icon" href="https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V2/logo/Flavicon.ico">
    <link rel="icon" href="https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V2/logo/Flavicon.ico" type="image/x-icon">
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
	<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@800&display=swap" rel="stylesheet">
	<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
	<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script><style>
.flex-all-green {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .flex-all-green > div {
        background-color: #1D6C26;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
        width: 100%;
    }

.flex-all-swish {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
    background-image: url('https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/Background/IWISA_Swish.png');
    background-repeat:  no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}

    .flex-all-swish > div {
        background: none;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
    }

.flex-all-swish-1 {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
    background-image: url('https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/Background/IWISA_Swish.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}

    .flex-all-swish-1 > div {
        background: none;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
    }

.flex-all-blurb {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .flex-all-blurb > div {
        background-color: white;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
    }

.flex-all-white {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .flex-all-white > div {
        background-color: white;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
    }

.flex-all-green-row {
    display: flex;
    flex-direction: row;
    background-color: #1D6C26;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .flex-all-green-row > div {
        background-color: #1D6C26;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
		text-align: center;
    }

.value-all {
	display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .value-all > div {
        background-color: white;
        margin: 0px;
        padding: 5px;
        font-size: 20px;
		width:45%;
    }

.header-all {
	display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    flex-direction: row;
    background-color: #1D6C26;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
    .header-all > div {
        background-color: #1D6C26;
        margin: 1px;
        padding: 1px;
        font-size: 15px;
    }

.footer-all {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .footer-all > div {
        background-color: #1D6C26;
        margin-left: 10px;
        padding-top: 0px;
        font-size: 15px;
        height: 60px;
    }

.recipe-all-white {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .recipe-all-white > div {
        background-color: white;
        margin: 0px;
        padding: 0px;
        font-size: 17px;
        width: 100%;
    }

.recipe-all-white-top {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .recipe-all-white-top > div {
        background-color: white;
        margin: 10px;
        padding: 20px;
        font-size: 17px;
		width: 100%;
    }

.recipe-all-white-bottom {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
}

    .recipe-all-white-bottom > div {
        background-color: white;
        margin: 10px;
        padding: 20px;
        font-size: 17px;
        width: 100%;
    }

.banner-bottom-white {
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    align-items: center;
    background-image: url('https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/Background/IWISA_Swish.png');
    background-repeat:  no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}

    .banner-bottom-white > div {
		background: none;
        margin: auto;
        padding: 0px;
        font-size: 17px;
		text-align: right;
    }

.recipe-header {
  background-color: #1D6B28;
  background-image: url('https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V2/Background/IWISA1sBackGround.png');
  padding: 40px;
  text-align: center;

}

ul.products {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url('https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/Background/IWISA_Swish.png')
}
button.menu {
  background-color: #1D6C26;
  border: none;
  color: white;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 0.4% 0.2%;
  cursor: pointer;
  border-radius: 8px;
}
	button.menu:hover {
		background-color: #bce30c;
	}
button.specials {
  background-color: #1D6C26;
  border: none;
  color: #F7120D;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  width: 90%;
}
	button.specials:hover {
		background-color: #bce30c;
	}
.group-small {
    display:none;
}
.group-medium {
    display:none;
}
.group-large {
    display:none;
}
.group-xlarge {
    display:none;
}
.group-breakfast {
    display:block;
}
.group-lunch {
    display:none;
}
.group-dinner {
    display:none;
}
.group-breakfast-neg {
    display:none;
}
.group-lunch-neg {
    display: block;
}
.group-dinner-neg {
    display: block;
}

.group-snack-neg {
    display: block;
}

.group-snack {
    display: none;
}
.group-product-01 {
    display: block;
    top: 0;
    left: 0;
    position: relative;
}
.group-product-02 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}
.group-product-03 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}
.group-product-04 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}
.group-product-05 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}

.group-product-06 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}

.group-product-07 {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
}

.group-position-01 {
    width: 100px;
}
.group-position-02 {
    width: 140px;
}
.group-position-03 {
    width: 160px;
}
.group-position-04 {
    width: 200px;
}
.green-line-thanks {
    border-bottom-style: solid;
    border-bottom-color: #bce30c;
    border-bottom-width: 3px;
    width: 11%;
    height: 20px
}
.green-line-explore {
    border-bottom-style: solid;
    border-bottom-color: #bce30c;
    border-bottom-width: 3px;
    width: 3%;
    height: 20px
}
.section-thanks {
    width: 19%;
    height: 40px;
}
.section-explore {
    width: 50%;
    height: 40px;
}

body {
    background-color: #1D6C26;
}

h10 {
  color: white;
  font-family: 'Exo', sans-serif;
  font-size: 70px;
  text-align:center;
}

h2 {
    color: #fe0103;
	font-family: 'Exo', sans-serif;
    font-size: 20px;
    text-align: left;
    text-decoration: underline;
}
h3 {
    color: #086821;
	font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-align: left;
}
h3.terms01 {
    color: #086821;
	font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-align: left;
	margin-left: 20px;
}
h4 {
    color: #fe0103;
	font-family: 'Exo', sans-serif;
    font-size: 20px;
    text-align: center;
}

p {
    color: black;
    font-family: trebuchet ms;
    font-size: 15px;
}

p.brand {
    color: grey;
    font-family: trebuchet ms;
    font-size: 15px;
}

p.slogan {
    color: green;
    font-family: trebuchet ms;
    font-size: 17px;
    text-align: center;
}

p.recipie {
    color: green;
    font-family: trebuchet ms;
    font-size: 15px;
}

p.airtime {
    color: green;
    font-family: trebuchet ms;
    font-size: 15px;
}

p.variety {
    color: green;
    font-family: trebuchet ms;
    font-size: 15px;
}
p.footer {
    color: white;
    font-family: trebuchet ms;
    font-size: 10px;
    padding: 1px;
    margin: 1px;
}
p.thanks {
    color: black;
    font-family: trebuchet ms;
    font-size: 20px;
    padding: 1px;
    margin: 1px;
	font-weight: bold;
}
p.terms01 {
    color: black;
    font-family: trebuchet ms;
    font-size: 12px;
    margin-left: 20px;
}
p.terms02 {
    color: black;
    font-family: trebuchet ms;
    font-size: 12px;
    margin-left: 30px;
}

img.headlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 50px;
}

img.footlogo01 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
img.footlogo02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
img.footlogo03 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
img.footlogo04 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
img.facebook {
    display: block;
    margin: 10px;
    width: 30px;
    height: 30px;
}
img.facebook:hover {
    opacity: 0.5;
}
img.thanks {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 30px;
}

img.more {
    display: block;
    margin-left: 5%;
    margin-right: 0px;
    width: 90%;
}
img.explore {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 30px;
}
img.main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 288px;
    height: 382px;
}

img.recipe {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    width: 90%;
    text-align:center;
}

img.variety {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 944px;
    height: 389px;
}

img.products {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 200px;
}

img.blurb {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	border-radius: 12px;
}

img.variety01 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 150px;
}
img.recipe-meal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
img.recipe-more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}
img.bottom-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
a {
    font-family: trebuchet ms;
    font-size: 18px;
    color: white;
    padding: 1px;
    text-align: center;
}
a.button {
    font-family: trebuchet ms;
    font-size: 18px;
    color: white;
    padding: 1px;
    text-align: center;
}
a.premier-link {
    font-family: trebuchet ms;
    font-size: 12px;
    color: white;
    padding: 0px;
    text-align: center;
}
a.download {
    font-family: trebuchet ms;
    font-size: 12px;
    color: black;
    padding: 0px;
    text-align: center;
}
a.recipe {
    font-family: trebuchet ms;
    font-size: 0.8em;
    color: white;
    padding: 10px;
    text-align: center;
}
a.specials {
    font-family: trebuchet ms;
    font-size: 18px;
    color: white;
    padding: 10px;
    text-align: center;
}
a.social {
    font-family: trebuchet ms;
    font-size: 18px;
    padding: 0px;
    text-align: center;
}

a.smallprint {
    font-family: trebuchet ms;
    font-size: 10px;
    margin: 50px;
    text-align: center;
    align-content: center;
    color: black;
}

a.retail-store {
    font-family: trebuchet ms;
    font-size: 15px;
    margin: 5px;
    text-align: center;
    align-content: center;
    color: black;
}

a.termslink {
    font-family: trebuchet ms;
    font-size: 10px;
    margin: 1px;
	padding: 0px;
    text-align: center;
    align-content: center;
    color: white;
}

form.form-airtime {
    font-family: trebuchet ms;
    font-size: 15px;
	margin-left: 10px;
	padding: 1px;
}

table {
  font-family: trebuchet ms;
  font-size: 15px;
  border-collapse: collapse;
  width: 100%;
}

th {
	font-family: 'Exo', sans-serif;
	border: 1px solid #bce30c;
	text-align: left;
	padding: 8px;
	background-color: white;
}

td {
	border: 1px solid #bce30c;
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #bce30c;
}

@media only screen and (max-width: 375px) {
	.group-small {
		display: flex;
	}
    div.header-all {
        font-size: 10px;
    }
	.value-all {
		flex-direction: column;
	}
    .value-all > div {
		width:100%;
    }
    .group-position-01 {
        width: 28px;
    }
    .group-position-02 {
        width: 40px;
    }
    .group-position-03 {
        width: 52px;
    }
    .group-position-04 {
        width: 64px;
    }
    h10 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
	a.button{
		font-size:0.6em;
	}
	p.thanks {
		font-size: 12px;
	}
	.section-thanks {
		width: 35%;
		height: 40px;
	}
}

@media only screen and (min-width: 376px) and (max-width: 540px) {
	.group-small {
		display: flex;
	}
    div.header-all {
        font-size: 10px;
    }
	.value-all {
		flex-direction: column;
	}
    .value-all > div {
		width:100%;
    }
    .group-position-01 {
        width: 35px;
    }
    .group-position-02 {
        width: 50px;
    }
    .group-position-03 {
        width: 65px;
    }
    .group-position-04 {
        width: 80px;
    }
    h10 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
	a.button {
		font-size: 0.6em;
	}
	p.thanks {
		font-size: 12px;
	}
	.section-thanks {
		width: 30%;
		height: 40px;
	}
}

@media only screen and (min-width: 541px) and (max-width: 720px) {
	.group-medium {
		display: flex;
	}
    .group-position-01 {
        width: 50px;
    }
    .group-position-02 {
        width: 70px;
    }
    .group-position-03 {
        width: 80px;
    }
    .group-position-04 {
        width: 100px;
    }
    h10 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
	a.button {
		font-size: 0.8em
	}
	p.thanks {
		font-size: 15px;
	}
	.section-thanks {
		width: 25%;
		height: 40px;
	}
}

@media only screen and (min-width: 721px) and (max-width: 960px) {
	.group-large {
		display: flex;
	}
    .group-position-01 {
        width: 70px;
    }
    .group-position-02 {
        width: 95px;
    }
    .group-position-03 {
        width: 120px;
    }
    .group-position-04 {
        width: 140px;
    }
    h10 {
        font-size: 50px;
    }
    h2 {
        font-size: 20px;
    }
	a.button{
		font-size: 1em;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1140px) {
	.group-xlarge {
		display: flex;
	}
    .group-position-01 {
        width: 100px;
    }
    .group-position-02 {
        width: 140px;
    }
    .group-position-03 {
        width: 160px;
    }
    .group-position-04 {
        width: 200px;
    }
    h10 {
        font-size: 60px;
    }
    h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1141px) {
	.group-xlarge {
		display: flex;
	}
    .group-position-01 {
        width: 100px;
    }
    .group-position-02 {
        width: 140px;
    }
    .group-position-03 {
        width: 160px;
    }
    .group-position-04 {
        width: 200px;
    }
    h10 {
        font-size: 70px;
    }
    h2 {
        font-size: 30px;
    }
}

</style>
</head>
<body>
	<div class="flex-all-green">
        <!--Header section-->
        <div class="header-all">
            <!--Iwisa Logo Left-->
            <div style="width:15%">
                <img src="https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V2/logo/IWISA_LOGO.png" alt="Iwisa Logo" class="headlogo" />
            </div>
            <!--Menu Middle-->
            <div style="width:55%">
                <button class="menu"><a href="https://qr.premierfmcg.com/webpage/20000001?textRef=A9375C99-1E2D-4A44-9444-82E189F5267B" class="button">HOME</a></button>
            </div>
            <!--Social Links Right-->
            <div style="width:15%">
                <a href="https://www.facebook.com/iwisano1" class="social"><img src="https://glhcwebcms01.blob.core.windows.net/premier/facebook-trasparent.png" alt="F" class="facebook"/></a>
            </div>
            <div style="width:15%">
                <a href="https://www.instagram.com/iwisa_no1/" class="social"><img src="https://glhcwebcms01.blob.core.windows.net/premier/instagram_icon_small.png" alt="I" class="facebook"/></a>
            </div>
			<div style="width:15%">
                <a href="https://www.tiktok.com/@iwisano1" target="_blank" class="social"><img src="https://iwisaweb.blob.core.windows.net/blobiwisa/tiktok-icon-logo-done.png" alt="I" class="facebook" /></a>
            </div>
        </div> 
 <div class="recipe-header" style="padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">
            <img src="https://glhcwebcms01.blob.core.windows.net/iwisa/Recipe%20Headers%2010%20Aug%2021/MICROWAVE%20MAIZE%20CHEESECAKE.png" style="width: 100%" class="recipe-meal">
        </div>
        <div class="recipe-all-white">
            <div class="recipe-all-white-top">
                <div class="container">
                    <div class="row">
                        <div class="col-sm-6">
                            <h5>INGREDIENTS</h5>
                            <p>
                                2 cups Iwisa No.1 Instant Maize Porridge (flavour of your choice)<br />
                                2 cups Warm Milk<br />
                                1 tin Condensed Milk<br />
                                1 litre Plain Yoghurt<br />
                                200g Tennis Biscuits (crushed)
                            </p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="recipe-all-white-bottom">
                <div class="container">
                    <div class="row">
                        <div class="col-sm-12">
                            <h5>METHOD</h5>
                            <P>
                                1. Mix the Iwisa No.1 Instant Maize Porridge with warm milk and allow it to cool.<br />
                                2. Mix yoghurt with condensed milk, then mix in cooled porridge.<br />
                                3. Press crushed biscuits mixed with butter/margarine, evenly into a microwaveable dish.<br />
                                4. Pour mixture on top and spread evenly, then microwave on high for about 5 minutes.<br />
                                5. Let it cool and enjoy sliced with custard/cream / fresh fruits/chocolate shavings.<br />
                            </P>
                        </div>
                    </div>
                </div>
            </div>

            <!--
                    <div class="banner-bottom-white">
                        <div style="width:80%">
                            <p></p>
                        </div>
                        <div style="width:20%">
                            <img src="https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/logo/Every1Welcome.png" alt="" class="bottom-banner">
                        </div>
                    </div>
<!--Footer section-->
        <div class="footer-all" id="JumpContact">
            <!--Premier Logo Left-->
            <div style="width:20%;">
                <a href="https://www.premierfmcg.com" class="premier-link"><img src="https://glhcwebcms01.blob.core.windows.net/premier/premier-site-logo.png" alt="Premier Logo" class="footlogo02"></a>
            </div>
            <!--Menu Middle-->
            <div style="width:20%; border-left-style:solid; border-left-color:#bce30c; border-left-width:2px">
                <p class="footer">Customer Care</p>
                <p class="footer">Tel: 0860 122 300</p>
                <p class="footer">Email: customercare@premierfmcg.com</p>
            </div>
            <!--T&C's Links-->
            <div style="width:20%; border-left-style:solid; border-left-color:#bce30c; border-left-width:2px;">
                <p class="footer"><a href="https://qr.premierfmcg.com/webpage/20000008?textRef=A9375C99-1E2D-4A44-9444-82E189F5267B" class="termslink">Disclaimer and Ts & Cs</a></p>
            </div>
            <!--T&C's Links-->
            <div style="width:15%; border-left-style:solid; border-left-color:#bce30c; border-left-width:2px;">
                <p class="footer"><a href="https://qr.premierfmcg.com/webpage/20000007?textRef=A9375C99-1E2D-4A44-9444-82E189F5267B" class="termslink">PAIA Manual</a></p>
            </div>
            <!--Every1s welcome Logo right-->
            <div style="width:25%">
                <img src="https://glhcwebcms01.blob.core.windows.net/iwisa/QR_V1/logo/Every1Welcome.png" alt="Iwisa Logo" class="footlogo04" />
            </div>
        </div>
  </div>
</body>
</html>
