* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'veranda', 'cursive';
    color: #000;
    font-size: 16px;
    line-height: 25px;
    background-color: #fff;
}

a,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}


.stn-container {
    position: relative;
    z-index: 1;
}

.stn-menu {
    display: flex;
    flex-direction: column;
    width: 137px;
    text-align: right;
    position: absolute;
    top: 14px;
    left: 533px;
}

.stn-menu img {
    display: block;
}

.stn-row.one .img-1 {
    width: 533px;
    height: 500px;
}


.stn-row.one .img-2 {
    width: 137px;
    height: 14px;
    display: none;
}

.stn-row.one .img-3 {
    width: 101px;
    height: 154px;
    display: none;
}

.stn-row.one .img-4 {
    width: 26px;
    height: 58px;
    display: none;
}

img.img-6 {
    position: absolute;
    top: 0px;
    left: 670px;
    width: 101px;
    height: 154px;
}

img.img-5 {
    position: absolute;
    top: 0px;
    left: 533px;
    width: 137px;
    height: 14px;
}

img.img-7 {
    position: absolute;
    left: 771px;
    top: 58px;
    width: calc(99% - 756px);
    height: 72px;
}

img.img-8 {
    position: absolute;
    left: 533px;
    top: 154px;
    height: 319px;
    width: 264px;
}

img.img-9 {
    position: absolute;
    left: 500px;
    bottom: 7px;
    width: calc(100% - 500px);
    height: 27px;
}



/* From .adhesive */

.stn-row.adhesive .img-1 {
    width: 533px;
    height: 689px;
}

.adhesive img.img-8 {
    width: 264px;
    height: 514px;
}

.adhesive img.img-9 {
    height: 27px;
    bottom: 1px;
}


/* From .ACR */

.stn-row.acr .img-1 {
    width: 533px;
    height: 545px;
}

.acr img.img-8 {
    width: 264px;
    height: 371px;
}

.acr img.img-9 {
    height: 27px;
    bottom: 0px;
}

.contact img.img-9 {
    height: 27px;
    bottom: 7px;
}
