* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: 'nunitoregular', Helvetica, Arial, sans-serif;
}

.bb2 {
  margin-left:auto;
	margin-right:auto;
}

.cln960n1000 {
	font-size: 45px;
    font-family: 'nunito800';
    color: #1e2022;	
}

.cln960n1001 {
    color: var(--main-al-blue);
    background: left 1em/1em 0.2em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,rgba(245,202,153,.5),rgba(245,202,153,.5));
}

.cln960n1002 {
  

}

.cln960n1004 {
	display:grid;
	grid-template-columns: 45% 55%;
	justify-content: center;
	background: rgba(247,250,255);
    border-radius: 15px;
	padding:20px;
}
.cln960n1004 > div{
	padding: 40px;
}

.cln960n1005{
    border: 1px solid rgba(33,50,91,.1);
    background: var(--main-al-blue);
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0.375em;
    outline: none;
    font-family: 'nunitoregular';
    text-decoration: none;
    color: white;
	display: inline-block;
	margin-top: 10px;
}

.cln960n1006 {
    font-size: 20px;
    color: var(--main-al-grey);
    line-height: 1.5;
    margin-right: 20px;
}


/* Slideshow container */
.slideshow-container {
  position: relative;

}

/* Slides */
.mySlides {
  display: none;
  text-align: center;
}
.ottodog{
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgb(189 197 209 / 50%), 0 2rem 4rem -2rem rgb(33 50 91 / 30%);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: right;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

.dot-container span:first-child {
    border-top-left-radius: 0.475rem;
	border-bottom-left-radius: 0.475rem;
}
.dot-container span:last-child {
    border-top-right-radius: 0.475rem;
	border-bottom-right-radius: 0.475rem;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	background-color: #f5f8fa;
	display: inline-block;
	transition: background-color 0.6s ease;
	color: #7E8299;
	padding: 4px 7px;
	margin: -2px;
	font-family: 'nunito600';
	font-size: 12px;
}

/* Add a background color to the active dot/circle */
.activeOtto, .dot:hover {
    background-color: #eff2f5;
    color: #181c32;
}

.cln980n1007 {
    position: relative;
    display: flex;
    max-width: 50rem;
    background: #fff;
    border-bottom: 0.0625rem solid #f1f3f8;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 0.5rem 6.5rem;
}

.cln980n1008 {
    display: flex;
    grid-gap: 0.25rem;
    position: absolute;
    top: calc(50% - 0.25rem);
    left: 1rem;
}

.cln980n1009 {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #e7eaf3;
    border-radius: 50%;
}


.cln980n1010 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #677788;
    background-color: #e7eaf3;
    font-size: .5rem;
    border-radius: 0.125rem;
}




@media screen and (min-width: 768px) and (max-width: 1024px) {

.bb2 {
max-width: 768px;
}
}


@media screen and (min-width: 1024px) and  (max-width: 1280px) {

.bb2 {
max-width: 1024px;
}
}


@media screen and (min-width: 1280px) {

.bb2 {
max-width: 1280px;
}


}
