.pdcontainer {
    width: 100%;
    background-color: #fff;
    height: 42px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.pdinner-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    background-color: #576a91;
    display: flex;
    font-weight: bold;
    position: relative;
}

.pdlogo {
    flex: 0 25%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background-color: #7185ad;
    height: inherit;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}

.pdlogo::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 30px;
    border-color: transparent transparent transparent #7185ad;
    right: -30px;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.pdhidden {
    opacity: 0;
    left: 25%;
    top: 0;
    width: calc(75% - 42px);
    height: 42px;
    background-color: #98A5C7;
    position: absolute;
    transition: 0.3s;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.pdlogo:hover + .pdhidden, .pdhidden:hover {
    opacity: 1;
}

.pdmain {
    flex: 0 calc(75% - 42px);
    line-height: 42px;
    padding: 0 15px 0 47.5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.pddice {
    flex: 1;
    background-color: #7185ad;
}

.pdsquare1, .pdsquare2 {
    width: 9.7px;
    height: 9.7px;
    position: absolute;
    top: 8.75px;
    left: 7.75px;
    background-color: #fff;
    position: relative;
    border-radius: 4.85px;
}


.pdsquare1::after, .pdsquare2::after {
    content: '';
    position: absolute;
    display: block;
    width: 9.7px;
    height: 9.7px;
    background-color: #fff;
    top: 0;
    left: 16.15px;
    border-radius: 4.85px;
}

.pdsquare2 {
    top: 14.22px;
}
.pd2container {
    width: 100%;
    background-color: #fff;
    height: 42px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.pd2inner-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    background-color: #16a085;
    display: flex;
    font-weight: bold;
    position: relative;
}

.pd2logo {
    flex: 0 25%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background-color: #1abc9c;
    height: inherit;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}

.pd2logo::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 30px;
    border-color: transparent transparent transparent #1abc9c;
    right: -30px;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.pd2hidden {
    opacity: 0;
    left: 25%;
    top: 0;
    width: calc(75% - 130px);
    height: 42px;
    background-color: #1ad8b2;
    position: absolute;
    transition: 0.3s;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.pd2logo:hover + .pd2hidden, .pd2hidden:hover {
    opacity: 1;
}

.pd2main {
    flex: 0 calc(75% - 130px);
    line-height: 42px;
    padding: 0 15px 0 47.5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.pd2dice {
    background-color: #1abc9c;
    text-align:center;
    color:#fff;
    position:relative;
    width:130px;
}

.pd2button {
  border:2px solid #fff;
  padding:2px 12px;
  border-radius:5px;
  background-color:#1ad8b2;
  text-transform:uppercase;
  display:block;
  width:115px;
  box-sizing:border-box;
  height:28px;
  line-height:22px;
  top:7px;
  left:7.5px;
  position:absolute;
  box-shadow: 0px 5px 7px -4px #000;
}

.pd2square1, .pd2square2 {
    width: 9.7px;
    height: 9.7px;
    position: absolute;
    top: 8.75px;
    left: 7.75px;
    background-color: #fff;
    position: relative;
    border-radius: 4.85px;
}


.pd2square1::after, .pd2square2::after {
    content: '';
    position: absolute;
    display: block;
    width: 9.7px;
    height: 9.7px;
    background-color: #fff;
    top: 0;
    left: 16.15px;
    border-radius: 4.85px;
}

.pd2square2 {
    top: 14.22px;
}
.pd3container {
    width: 100%;
    background-color: #fff;
    height: 42px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: 'HelveticaNeue','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

.pd3inner-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    background-color: #576a91;
    display: flex;
    font-weight: bold;
    position: relative;
}

.pd3logo {
    flex: 0 25%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background-color: #7185ad;
    height: inherit;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s;
}

.pd3logo::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 30px;
    border-color: transparent transparent transparent #7185ad;
    right: -30px;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.pd3hidden {
    opacity: 0;
    left: 25%;
    top: 0;
    width: calc(75% - 130px);
    height: 42px;
    background-color: #98A5C7;
    position: absolute;
    transition: 0.3s;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.pd3logo:hover + .pd3hidden, .pd3hidden:hover {
    opacity: 1;
}

.pd3main {
    flex: 0 calc(75% - 130px);
    line-height: 42px;
    padding: 0 15px 0 47.5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.pd3dice {
    background-color: #7185ad;
    text-align:center;
    color:#fff;
    position:relative;
    width:130px;
}

.pd3button {
  border:2px solid #fff;
  padding:2px 12px;
  border-radius:5px;
  background-color:#98A5C7;
  text-transform:uppercase;
  display:block;
  width:115px;
  box-sizing:border-box;
  height:28px;
  line-height:22px;
  top:7px;
  left:7.5px;
  position:absolute;
  box-shadow: 0px 5px 7px -4px #000;
}

.pd3square1, .pd3square2 {
    width: 9.7px;
    height: 9.7px;
    position: absolute;
    top: 8.75px;
    left: 7.75px;
    background-color: #fff;
    position: relative;
    border-radius: 4.85px;
}


.pd3square1::after, .pd3square2::after {
    content: '';
    position: absolute;
    display: block;
    width: 9.7px;
    height: 9.7px;
    background-color: #fff;
    top: 0;
    left: 16.15px;
    border-radius: 4.85px;
}

.pd3square2 {
    top: 14.22px;
}
