.ak {
background-color: rgb(255, 255, 255);
  font: 700 0.438em/1.38 Helvetica;
  color: rgb(0, 0, 0);
	
	
	width: 32%;
	  height: 217px;

}

.image {
  
  
  
  width: 384px;
  height: auto;
  margin-left: -0.15869%;
  overflow: hidden;
}

.text {
  
  font-size: 1em;
  line-height: 1.38;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

._input {
  display: block;
  position: relative;
  float: left;
  height: 34px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0);
  font-family: Arial;
  line-height: 1.38;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.text-1 {
  z-index: 2;
  margin: -96px 0 0 21.09375%;
}

.text-2 {
  z-index: 3;
  margin: -97px 0 0 42.34212%;
}

.ak ._input-1 {
  clear: both;
  z-index: 4;
  width: 18.75%;
  margin: -138px 0 0 14px;
  font-size: 2.857em;
  font-weight: 400;
}

.ak ._input-2 {
  z-index: 6;
  width: 18.75%;
  margin: -138px 0 0 96px;
  font-size: 2.857em;
  font-weight: 400;
}

.ak ._input-3 {
  z-index: 7;
  width: 18.75%;
  margin: -138px 0 0 178px;
  font-size: 2.857em;
  font-weight: 400;
}

.ak ._input-4 {
  z-index: 8;
  width: 18.75%;
  margin: -138px 0 0 262px;
  font-size: 2.857em;
  font-weight: 400;
}

.ak ._input-5 {
  z-index: 5;
  width: 16.40625%;
  margin: -92px 0 0 69px;
  font-size: 1.714em;
  text-align: center;
  letter-spacing: 2px;
}

.ak ._input-6 {
  z-index: 9;
  width: 16.40625%;
  margin: -92px 0 0 147px;
  font-size: 1.714em;
  text-align: center;
  letter-spacing: 2px;
}

.ak ._input-7 {
  z-index: 1;
  width: 51.0416666666%;
  margin: -65px 0 0 12px;
  font-size: 2.286em;
  font-weight: 400;
}


figure {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}



legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    font-weight: inherit; /* 1 */
    margin: 0; /* 3 */
    padding: 0;
}



button {
    background: transparent;
}

button,
input {
    line-height: normal;
}


button,
select {
    text-transform: none;
}

select {
  -webkit-appearance: none;
}



button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}


button[disabled],
html input[disabled] {
    cursor: default;
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    resize: none; /* 3 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul, li {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
}
img {
  width: 100%;
  height: auto;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
